added: to htmlfilter: html "col" tag is a 'simple' tag
added: ezc functions: winix_function_param_value_is and winix_function_param_value_is_not they take two arguments: param_name and param_value git-svn-id: svn://ttmath.org/publicrep/winix/trunk@780 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -527,26 +527,27 @@ void ExportThread::ChangeSiteNames(std::string & buf)
|
||||
// objects not locked
|
||||
void ExportThread::ChangeAdresses(std::string & buf)
|
||||
{
|
||||
// changing: (http or https)
|
||||
// http:// in sources here means either http:// or https://
|
||||
|
||||
// changing:
|
||||
// http://domain.tld/sitename/[...]/file.jpg/-/thumb -> http://otherdomain.tld/download/[...]/file.jpg
|
||||
// http://domain.tld/sitename/[...]/file.jpg/download/thumb -> http://otherdomain.tld/download/[...]/file.jpg
|
||||
ChangeAdressesThumb(buf);
|
||||
|
||||
// changing: (http or https)
|
||||
// changing:
|
||||
// http://domain.tld/static/sitename/ -> http://otherdomain.tld/static/
|
||||
ChangeBaseAdress(buf, "/static", "", "/static/");
|
||||
|
||||
// changing: (http or https)
|
||||
// changing:
|
||||
// http://domain.tld/common/sitename/ -> http://otherdomain.tld/common/
|
||||
//ChangeAdresss(buf, "/common", "", "/common/");
|
||||
|
||||
// changing: (http or https)
|
||||
// changing:
|
||||
// http://domain.tld/sitename/ -> http://otherdomain.tld/
|
||||
ChangeBaseAdress(buf, "", "", "/");
|
||||
|
||||
// changing:
|
||||
// http://domain.tld/sitename" -> http://otherdomain.tld"
|
||||
// !! dodac no last slash na zrodle
|
||||
ChangeBaseAdress(buf, "", "\"", "\"", true);
|
||||
|
||||
// changing:
|
||||
|
Reference in New Issue
Block a user