Index: branches/unlabeled/unlabeled-1.8.2/core/units/general/helpers/multilanguage.php =================================================================== diff -u -r6908 -r7010 --- branches/unlabeled/unlabeled-1.8.2/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 6908) +++ branches/unlabeled/unlabeled-1.8.2/core/units/general/helpers/multilanguage.php (.../multilanguage.php) (revision 7010) @@ -72,15 +72,12 @@ return $fields_found; } - function readTableStructure($table_name, $refresh=false) + function readTableStructure($table_name, $refresh = false) { - static $structure_status = Array(); - - if ($refresh || !getArrayValue($structure_status, $table_name)) { +// if ($refresh || !getArrayValue($structure_status, $prefix.'.'.$table_name)) { $this->curStructure = $this->Conn->Query('DESCRIBE '.$table_name, 'Field'); $this->curIndexCount = count($this->Conn->Query('SHOW INDEXES FROM '.$table_name)); - $structure_status[$table_name] = true; - } +// } } /** @@ -113,7 +110,7 @@ unset($this->curFields[$field_name]); continue; } - + $created_count = $this->getCreatedCount($field_name); $create_count = $this->languageCount - $created_count; if ($create_count > 0) { Index: branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r6924 -r7010 --- branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 6924) +++ branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 7010) @@ -1201,6 +1201,14 @@ $all_tag_params = getArrayValue($title_info,'tag_params'); if($prefixes) { + // extract tag_perams passed directly to SectionTitle tag for specific prefix + foreach ($params as $tp_name => $tp_value) { + if (preg_match('/(.*)\[(.*)\]/', $tp_name, $regs)) { + $all_tag_params[ $regs[1] ][ $regs[2] ] = $tp_value; + unset($params[$tp_name]); + } + } + $tag_params = Array(); foreach($prefixes as $prefix_special) { Index: branches/unlabeled/unlabeled-1.20.2/core/units/admin/admin_config.php =================================================================== diff -u -r7000 -r7010 --- branches/unlabeled/unlabeled-1.20.2/core/units/admin/admin_config.php (.../admin_config.php) (revision 7000) +++ branches/unlabeled/unlabeled-1.20.2/core/units/admin/admin_config.php (.../admin_config.php) (revision 7010) @@ -15,7 +15,7 @@ 'tree_tools' => Array('format' => '!la_section_overview!'), - 'system_tools' => Array('format' => '!la_section_system!'), + 'system_tools' => Array('format' => '!la_title_SystemTools!'), 'no_permissions' => Array('format' => '!la_title_NoPermissions!'), Index: branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -r6915 -r7010 --- branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 6915) +++ branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 7010) @@ -26,7 +26,7 @@
- |
|