Index: trunk/admin/install.php =================================================================== diff -u -N -r6647 -r6797 --- trunk/admin/install.php (.../install.php) (revision 6647) +++ trunk/admin/install.php (.../install.php) (revision 6797) @@ -120,6 +120,7 @@ set_ini_value("Database", "DBUserPassword", ""); set_ini_value("Database", "DBName", ""); set_ini_value("Module Versions", "In-Portal", ""); + save_values(); } } @@ -1340,16 +1341,6 @@ } } -if ($state == "finish") { - $ado =& inst_GetADODBConnection(); - $PhraseTable = $g_TablePrefix."ImportPhrases"; - $EventTable = $g_TablePrefix."ImportEvents"; - $ado->Execute("DROP TABLE IF EXISTS $PhraseTable"); - $ado->Execute("DROP TABLE IF EXISTS $EventTable"); - - $include_file = $pathtoroot.$admin."/install/install_finish.php"; -} - if($state=="RootSetPass") { $pass = $_POST["RootPass"]; @@ -1760,6 +1751,17 @@ echo ""; } +if ($state == "finish") { + $ado =& inst_GetADODBConnection(); + $PhraseTable = $g_TablePrefix."ImportPhrases"; + $EventTable = $g_TablePrefix."ImportEvents"; + $ado->Execute("DROP TABLE IF EXISTS $PhraseTable"); + $ado->Execute("DROP TABLE IF EXISTS $EventTable"); + $ado->Execute('INSERT INTO '.$g_TablePrefix.'Cache (VarName, Data) VALUES (\'ForcePermCacheUpdate\', \'1\')'); + + $include_file = $pathtoroot.$admin."/install/install_finish.php"; +} + // init variables $vars = Array('db_error','restore_error','PassError','DomainError','login_error','inst_error'); foreach($vars as $var_name) ReSetVar($var_name); Index: trunk/core/kernel/utility/formatters/upload_formatter.php =================================================================== diff -u -N -r6583 -r6797 --- trunk/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 6583) +++ trunk/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 6797) @@ -74,10 +74,10 @@ $ret = getArrayValue($options, 'upload_dir') ? $real_name : $this->DestinationPath.$real_name; // delete previous file, when new file is uploaded under same field - $previous_file = isset($value['upload']) ? $value['upload'] : false; + /*$previous_file = isset($value['upload']) ? $value['upload'] : false; if ($previous_file && file_exists($this->FullPath.$previous_file)) { unlink($this->FullPath.$previous_file); - } + }*/ } } } Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php =================================================================== diff -u -N -r6244 -r6797 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 6244) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 6797) @@ -111,14 +111,16 @@ $application =& kApplication::Instance(); $application->Init(); - $query = 'SELECT PageId, Path, Title FROM '.TABLE_PREFIX.'Pages ORDER By Title'; + $lang = $application->GetVar('m_lang'); + + $query = 'SELECT PageId, Path, l'.$lang.'_Title AS Title FROM '.TABLE_PREFIX.'Pages ORDER By l'.$lang.'_Title'; $pages = $application->Conn->Query($query); $res = ''; foreach ($pages as $page) { $page_path = $page['Path'].'.html'; $title = $page['Title'].' ('.$page_path.')'; - $res .= ''; + $res .= ''; } return $res; Index: trunk/admin/help/manual.pdf =================================================================== diff -u -N -r6428 -r6797 Binary files differ Index: trunk/admin/editor/cmseditor/editor/dialog/fck_link/fck_link.js =================================================================== diff -u -N -r4175 -r6797 --- trunk/admin/editor/cmseditor/editor/dialog/fck_link/fck_link.js (.../fck_link.js) (revision 4175) +++ trunk/admin/editor/cmseditor/editor/dialog/fck_link/fck_link.js (.../fck_link.js) (revision 6797) @@ -1,19 +1,19 @@ /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben - * + * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php - * + * * For further information visit: * http://www.fckeditor.net/ - * + * * File Name: fck_link.js * Scripts related to the Link dialog window (see fck_link.html). - * + * * Version: 2.0 RC3 * Modified: 2005-02-09 13:53:13 - * + * * File Authors: * Frederico Caldeira Knabben (fredck@fckeditor.net) */ @@ -124,7 +124,7 @@ if ( oLink ) { FCK.Selection.MoveToNode( oLink ) ; - //show_props(oLink.attributes, 'LINK: ') + //show_props(oLink.attributes, 'LINK: ') } function OnDialogTabChange( tabCode ) @@ -171,11 +171,11 @@ function InternalLinksEsists() { - if (typeof(oEditor.FCKConfig.InternalLinksEsists) != 'undefined') + if (typeof(oEditor.FCKConfig.InternalLinksEsists) != 'undefined') { - if (oEditor.FCKConfig.InternalLinksEsists != 'Off') + if (oEditor.FCKConfig.InternalLinksEsists != 'Off') return true; - } else + } else return true; } @@ -191,8 +191,8 @@ bHasAnchors = ( aAnchors.length > 0) ; if (GetE('cmbAnchorName').options.length > 0) { GetE('cmbAnchorName').options.length = 0; - } - + } + oEditor.FCKTools.AddSelectOption( document, GetE('cmbAnchorName'), '', '' ) ; for ( var i = 0 ; i < aAnchors.length ; i++ ) { @@ -206,13 +206,13 @@ else bHasAnchors = false ; ShowE( 'divSelAnchor' , bHasAnchors ) ; ShowE( 'divNoAnchor' , !bHasAnchors ) ; - for ( var i = 0 ; i < GetE('cmbAnchorName').length ; i++ ) + for ( var i = 0 ; i < GetE('cmbAnchorName').length ; i++ ) { if (anchor_ == GetE('cmbAnchorName').options[i].value) GetE('cmbAnchorName').options[i].selected=1; } - } + } } function LoadSelection() @@ -230,11 +230,11 @@ } else if ( !oLink ) { if (InternalLinksEsists() === true) SetLinkType('internal'); - else + else SetLinkType('external'); return ; } - if (sHRef.length == 0) + if (sHRef.length == 0) { // Get the actual Link href. var sHRef = oLink.getAttribute('href',2) + '' ; @@ -264,7 +264,7 @@ // Remove the protocol and get the remainig URL. var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ; - + if ( sProtocol == 'mailto:' ) // It is an e-mail link. { sType = 'email' ; @@ -281,7 +281,7 @@ GetE('cmbLinkProtocol').value = '' ; GetE('txtUrl').value = sHRef ; } - + if (oLink) { //if (!window.location.search) if (sType.length == 0) @@ -293,30 +293,30 @@ if (sType == 'Doc' && sHRef.length > 2) { GetE('fileUrl').value = sHRef ; } - - + + if (sType == 'internal' && sHRef.length > 2 && sHRef.indexOf('#') > 0) { anchor_ = sHRef.slice(sHRef.lastIndexOf('#')+1); sHRef = sHRef.slice(0,sHRef.lastIndexOf('#')); GetE('txtUrl').value = sHRef ; } - + if ( !oPopupMatch ) { // Get the target. if (oLink) var sTarget = oLink.target; else if (window.parent.parentData['linkCmbTarget']) var sTarget = window.parent.parentData['linkCmbTarget']; - + if ( sTarget && sTarget.length > 0 ) { if ( oRegex.ReserveTarget.test( sTarget ) ) { sTarget = sTarget.toLowerCase() ; GetE('cmbTarget').value = sTarget ; } - else + else GetE('cmbTarget').value = '' ; } } @@ -344,18 +344,18 @@ ShowE('divLinkTypeExternal' , (linkType == 'external') ) ; ShowE('divLinkTypeEMail' , (linkType == 'email') ) ; ShowE('divLinkTypeFile' , (linkType == 'Doc') ) ; - + if(GetE('cmbTarget')) { if (GetE('cmbTarget').value == 'popup' ) { ShowE('divPopupSize',1); - } else + } else ShowE('divPopupSize',0); - } else + } else ShowE('divPopupSize',0); - + if ( linkType == 'internal' ) LoadResources(); - + if ( linkType == 'email') window.parent.SetAutoSize( true ) ; } @@ -370,9 +370,9 @@ function GetCmsTreeCallBack( fckXml ) { - //alert(show_props(fckXml, 'oNodes')); +// alert(show_props(fckXml, 'oNodes')); var oNodes = fckXml.SelectNodes( 'Connector/CmsPages/CmsPage' ) ; - + for ( var i = 0 ; i < oNodes.length ; i++ ) { var sCmsPage = oNodes[i].attributes.getNamedItem('path').value ; @@ -384,8 +384,8 @@ GetE('cmbImternalPagName').options[i] = new Option(sTitle, SetIDtag(sCmsId)); } else - GetE('cmbImternalPagName').options[i] = new Option(sTitle, sCmsPage); - + GetE('cmbImternalPagName').options[i] = new Option(sTitle, sCmsPage); + if (GetE('txtUrl')) { tmpUrl = GetE('txtUrl').value; if (tmpUrl.length == 0 && i == 0) { @@ -406,17 +406,17 @@ window.frames["frmInternal"].document.location.href = tmpUrl+GetAdmin(); } } - } + } } } function LinkTypeID() { - if (typeof(oEditor.FCKConfig.LocalLinkType) != 'undefined') + if (typeof(oEditor.FCKConfig.LocalLinkType) != 'undefined') { - if (oEditor.FCKConfig.LocalLinkType == 'ID') + if (oEditor.FCKConfig.LocalLinkType == 'ID') return true; - } + } return false; } @@ -441,16 +441,20 @@ function ChangeInternalUrl(url,obj) { +// alert('ChangeInternalUrl '+ServerPath + url+GetAdmin()); if(LinkTypeID()) { +// alert('by Link ID') for (var i=0; i < obj.options.length; i++) { if (obj.options[i].value == url) { url=links_path[i]; window.frames["frmInternal"].document.location.href = ServerPath + url + GetAdmin(); return; - } + } } - } else + } else { +// alert('no link ID'); window.frames["frmInternal"].document.location.href = ServerPath + url+GetAdmin(); + } } function EncodeHrefTag(text) @@ -462,7 +466,7 @@ text = text.replace(/</g, "<"); text = text.replace(/&gt;/g, ">"); text = text.replace(/>/g, ">"); - text = text.replace(/%27/g, "\'") ; + text = text.replace(/%27/g, "\'") ; text = text.replace(/%3C/g, "<") ; text = text.replace(/%3E/g, ">") ; text = text.replace(/%&39/g, "\"") ; @@ -475,14 +479,25 @@ function GetAdmin() -{ - if (oEditor.FCKConfig.Admin != 'undefined') { +{ + if (typeof(oEditor.FCKConfig.K4) && oEditor.FCKConfig.K4 ) { + return '?admin=1'; + } + if (typeof(oEditor.FCKConfig.Admin) != 'undefined' && oEditor.FCKConfig.Admin == 1) { add_admin = '&admin=1&cmseditor=1'; - if (oEditor.FCKConfig.AdminSid != 'undefined') + if (typeof(oEditor.FCKConfig.AdminSid) != 'undefined') { add_admin+='&sid='+oEditor.FCKConfig.AdminSid; - if (oEditor.FCKConfig.Admin == 1) return add_admin; - else return ''; - } else return ''; + } + if (oEditor.FCKConfig.Admin == 1) { + return add_admin; + } + else { + return ''; + } + } + else { + return ''; + } } @@ -512,15 +527,15 @@ break ; } - if ( targetType == 'popup' ) + if ( targetType == 'popup' ) { ShowE('divPopupSize',1); window.parent.SetAutoSize( true ) ; if (!GetE('txtPopupWidth').value) GetE('txtPopupWidth').value = 800; if (!GetE('txtPopupHeight').value) GetE('txtPopupHeight').value = 600; - } else + } else ShowE('divPopupSize',0); } @@ -561,18 +576,18 @@ { switch ( GetE('cmbLinkType').value ) { - + case 'internal' : if (LinkTypeID()) sUri = GetE('cmbImternalPagName').value else - sUri = ServerPath+GetE('cmbImternalPagName').value; + sUri = ServerPath+GetE('cmbImternalPagName').value; //sUri = GetE('cmbLinkProtocol').value + sUri ; //alert(sUri); var cmbAnchorName = GetE('cmbAnchorName').value if (cmbAnchorName.length > 0) - sUri = sUri+'#'+cmbAnchorName - + sUri = sUri+'#'+cmbAnchorName + if( GetE('cmbTarget').value == 'popup' ) sUri = BuildPopupUri( sUri ) ; break ; @@ -609,7 +624,7 @@ break ; - + case 'email' : sUri = GetE('txtEMailAddress').value ; @@ -633,16 +648,16 @@ var sUri = BuildUrlByType(); if (sUri == false) return false; - + if (window.location.search.substr(1) == 'from') { updateDataArray(); window.location.href='dialog/fck_image.html?create'; return ; } - - if ( oLink ) + + if ( oLink ) oLink.href = sUri ; - else + else { oLink = oEditor.FCK.CreateLink( sUri ) ; if ( ! oLink ) Index: trunk/admin/install/upgrades/readme_1_3_1.txt =================================================================== diff -u -N --- trunk/admin/install/upgrades/readme_1_3_1.txt (revision 0) +++ trunk/admin/install/upgrades/readme_1_3_1.txt (revision 6797) @@ -0,0 +1,20 @@ +Readme notes for In-Portal 1.3.1 +Intechnic Corporation, Nov 10, 2006 + + +New Features: + +- Added Regional Number formating +- Improved Permission Cache refresh algorithms. + + +Bugs: + +- Added Encodings support for Ajax in main Ccatalog +- Add Category fixed +- Subscribe/Unsubscribe to mailing list +- Fatal error on Summary & Logs->Summary +- Regional Number formating +- Import of language packs in plain text +- Auto Assign Passwords for "onlinestore" theme +- Shortcuts to Pending items on Section Overview \ No newline at end of file Index: trunk/admin/install/langpacks/english.lang =================================================================== diff -u -N -r6583 -r6797 --- trunk/admin/install/langpacks/english.lang (.../english.lang) (revision 6583) +++ trunk/admin/install/langpacks/english.lang (.../english.lang) (revision 6797) @@ -158,6 +158,7 @@ V2Vic2l0ZSBhZGRyZXNz V2Vic2l0ZSBuYW1l V2ViIGFkZHJlc3M= + QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSBzZWxlY3RlZCBFeHBvcnQgUHJlc2V0Pw== VGhlIGNhdGVnb3J5IHRyZWUgbXVzdCBiZSB1cGRhdGVkIHRvIHJlZmxlY3QgdGhlIGxhdGVzdCBjaGFuZ2Vz Q29udGludWU= Q3JlYXRlZCBPbg== @@ -343,6 +344,9 @@ RXhwb3J0IGZvcm1hdA== RXhwb3J0IE1vZHVsZXM= RXhwb3J0IFBocmFzZSBUeXBlcw== + RXhwb3J0IFByZXNldCBUaXRsZQ== + RXhwb3J0IFByZXNldA== + U2F2ZS9VcGRhdGUgRXhwb3J0IFByZXNldA== RXh0cmEgSGVhZGVycw== RmF4 RmllbGRzIGVuY2xvc2VkIGJ5 @@ -2014,6 +2018,7 @@ UGFzc3dvcmRzIGRvIG5vdCBtYXRjaA== UGFzc3dvcmQgaXMgdG9vIHNob3J0LCBwbGVhc2UgZW50ZXIgYXQgbGVhc3QgJXMgY2hhcmFjdGVycw== UGFzc3dvcmQgQWdhaW4= + UGVuZGluZyBBcHByb3ZhbA== QWRtaW4gTG9naW4= QWRkIFBlbmRpbmcgQ2F0ZWdvcnk= QWRkIENhdGVnb3J5 Index: trunk/admin/users/adduser_groups.php =================================================================== diff -u -N -r5431 -r6797 --- trunk/admin/users/adduser_groups.php (.../adduser_groups.php) (revision 5431) +++ trunk/admin/users/adduser_groups.php (.../adduser_groups.php) (revision 6797) @@ -189,7 +189,7 @@ /* ------------------------------------ Build the SQL statement to populate the list ---------------------------*/ $orderBy = trim($objConfig->Get($SortFieldVar)." ".$order); -$phrase_never = language('la_NeverExpires'); +$phrase_never = preg_replace ( "/'/", "\\'",(language('la_NeverExpires'))); if ($orderBy) { $orderBy = ' ORDER BY '.$orderBy; } Index: trunk/admin/install/upgrades/changelog_1_3_1.txt =================================================================== diff -u -N -r6583 -r6797 --- trunk/admin/install/upgrades/changelog_1_3_1.txt (.../changelog_1_3_1.txt) (revision 6583) +++ trunk/admin/install/upgrades/changelog_1_3_1.txt (.../changelog_1_3_1.txt) (revision 6797) @@ -1,44 +1,134 @@ +File in-portal/admin/install.php changed +File in-portal/admin/help/manual.pdf changed File in-portal/admin/install/inportal_data.sql changed File in-portal/admin/install/inportal_schema.sql changed File in-portal/admin/install/langpacks/english.lang changed -File in-portal/admin/install/upgrades/changelog_1_3_1.txt is new; release_1_3_1 revision 1.1.2.1 +File in-portal/admin/install/upgrades/changelog_1_3_1.txt is new; release_1_3_1 revision 1.1.2.4 File in-portal/admin/install/upgrades/inportal_upgrade_v1.3.1.sql is new; release_1_3_1 revision 1.1.2.1 +File in-portal/admin/install/upgrades/readme_1_3_1.txt is new; release_1_3_1 revision 1.1.2.2 +File in-portal/admin/users/adduser_groups.php changed File in-portal/kernel/admin_templates/advanced_view.tpl changed File in-portal/kernel/admin_templates/catalog.tpl changed File in-portal/kernel/admin_templates/catalog_tab.tpl changed +File in-portal/kernel/admin_templates/sections_list.tpl changed +File in-portal/kernel/admin_templates/incs/ajax.js changed File in-portal/kernel/admin_templates/incs/catalog.js changed File in-portal/kernel/admin_templates/incs/custom_blocks.tpl changed +File in-portal/kernel/admin_templates/incs/form_blocks.tpl changed File in-portal/kernel/admin_templates/incs/grid_blocks.tpl changed +File in-portal/kernel/admin_templates/incs/header.tpl changed +File in-portal/kernel/admin_templates/incs/script.js changed File in-portal/kernel/admin_templates/summary/root.tpl changed File in-portal/kernel/admin_templates/xml/categories_list.tpl changed File in-portal/kernel/include/category.php changed File in-portal/kernel/include/statitem.php changed File in-portal/kernel/units/admin/admin_tag_processor.php changed +File in-portal/kernel/units/categories/cache_updater.php changed File in-portal/kernel/units/categories/categories_config.php changed +File in-portal/kernel/units/categories/categories_event_handler.php changed +File in-portal/kernel/units/categories/categories_tag_processor.php changed File in-portal/kernel/units/custom_fields/custom_fields_config.php changed File in-portal/kernel/units/custom_fields/custom_fields_tag_processor.php changed File in-portal/kernel/units/email_events/email_events_config.php changed +File in-portal/kernel/units/email_events/email_events_event_handler.php changed File in-portal/kernel/units/email_messages/email_messages_event_handler.php changed File in-portal/kernel/units/general/cat_dbitem.php changed +File in-portal/kernel/units/general/cat_dbitem_export.php changed File in-portal/kernel/units/general/cat_event_handler.php changed +File in-portal/kernel/units/general/cat_tag_processor.php changed File in-portal/kernel/units/general/general_config.php changed File in-portal/kernel/units/general/my_application.php changed +File in-portal/kernel/units/general/helpers/filenames_helper.php changed +File in-portal/kernel/units/general/helpers/mod_rewrite_helper.php changed +File in-portal/kernel/units/general/helpers/permissions_helper.php changed File in-portal/kernel/units/languages/import_xml.php changed File in-portal/kernel/units/languages/languages_config.php changed File in-portal/kernel/units/languages/languages_item.php changed File in-portal/kernel/units/phrases/phrases_event_handler.php changed File in-portal/kernel/units/relationship/relationship_event_handler.php changed +File in-portal/kernel/units/users/users_config.php changed File in-portal/kernel/units/users/users_event_handler.php changed +File in-portal/kernel/units/users/users_item.php changed File kernel4_dev/kernel4/application.php changed +File kernel4_dev/kernel4/startup.php changed File kernel4_dev/kernel4/db/db_event_handler.php changed +File kernel4_dev/kernel4/db/db_tag_processor.php changed File kernel4_dev/kernel4/db/dbitem.php changed File kernel4_dev/kernel4/parser/template.php changed +File kernel4_dev/kernel4/processors/tag_processor.php changed File kernel4_dev/kernel4/utility/params.php changed File kernel4_dev/kernel4/utility/unit_config_reader.php changed File kernel4_dev/kernel4/utility/formatters/formatter.php changed File kernel4_dev/kernel4/utility/formatters/upload_formatter.php changed +File kernel.X/core/units/admin/admin_config.php is removed; release_1_3_0 revision 1.15.2.1 +File kernel.X/core/units/admin/admin_events_handler.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/admin/admin_tag_processor.php is removed; release_1_3_0 revision 1.25 +File kernel.X/core/units/categories/cache_updater.php is removed; release_1_3_0 revision 1.7 +File kernel.X/core/units/categories/categories_config.php is removed; release_1_3_0 revision 1.51 +File kernel.X/core/units/categories/categories_event_handler.php is removed; release_1_3_0 revision 1.23 +File kernel.X/core/units/categories/categories_item.php is removed; release_1_3_0 revision 1.10 +File kernel.X/core/units/categories/categories_tag_processor.php is removed; release_1_3_0 revision 1.29.2.1 +File kernel.X/core/units/category_items/category_items_config.php is removed; release_1_3_0 revision 1.12 +File kernel.X/core/units/category_items/category_items_dbitem.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/category_items/category_items_event_handler.php is removed; release_1_3_0 revision 1.8 +File kernel.X/core/units/category_items/category_items_tag_processor.php is removed; release_1_3_0 revision 1.6 +File kernel.X/core/units/configuration/configuration.php is removed; release_1_3_0 revision 1.1 +File kernel.X/core/units/configuration/configuration_config.php is removed; release_1_3_0 revision 1.15 +File kernel.X/core/units/configuration/configuration_event_handler.php is removed; release_1_3_0 revision 1.16.2.1 +File kernel.X/core/units/configuration/configuration_tag_processor.php is removed; release_1_3_0 revision 1.14 +File kernel.X/core/units/email_events/email_events_config.php is removed; release_1_3_0 revision 1.5 +File kernel.X/core/units/email_events/email_events_event_handler.php is removed; release_1_3_0 revision 1.25.2.1 +File kernel.X/core/units/email_messages/email_messages_config.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/email_messages/email_messages_event_handler.php is removed; release_1_3_0 revision 1.3 +File kernel.X/core/units/general/brackets.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/general/cat_dbitem.php is removed; release_1_3_0 revision 1.33 +File kernel.X/core/units/general/cat_dbitem_export.php is removed; release_1_3_0 revision 1.21 +File kernel.X/core/units/general/cat_dblist.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/general/cat_event_handler.php is removed; release_1_3_0 revision 1.65.2.4 +File kernel.X/core/units/general/cat_tag_processor.php is removed; release_1_3_0 revision 1.12.2.2 +File kernel.X/core/units/general/country_states.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/general/custom_fields.php is removed; release_1_3_0 revision 1.8 +File kernel.X/core/units/general/general_config.php is removed; release_1_3_0 revision 1.8 +File kernel.X/core/units/general/inp1_parser.php is removed; release_1_3_0 revision 1.16 +File kernel.X/core/units/general/inp_db_event_handler.php is removed; release_1_3_0 revision 1.10 +File kernel.X/core/units/general/inp_ses_storage.php is removed; release_1_3_0 revision 1.20.2.1 +File kernel.X/core/units/general/inp_temp_handler.php is removed; release_1_3_0 revision 1.5 +File kernel.X/core/units/general/main_event_handler.php is removed; release_1_3_0 revision 1.14.2.1 +File kernel.X/core/units/general/my_application.php is removed; release_1_3_0 revision 1.32 +File kernel.X/core/units/general/xml_helper.php is removed; release_1_3_0 revision 1.6 +File kernel.X/core/units/general/helpers/clipboard_helper.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/general/helpers/filenames_helper.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/general/helpers/helpers_config.php is removed; release_1_3_0 revision 1.3 +File kernel.X/core/units/general/helpers/mod_rewrite_helper.php is removed; release_1_3_0 revision 1.5.2.3 +File kernel.X/core/units/general/helpers/modules.php is removed; release_1_3_0 revision 1.6 +File kernel.X/core/units/general/helpers/multilanguage.php is removed; release_1_3_0 revision 1.8 +File kernel.X/core/units/general/helpers/permissions_helper.php is removed; release_1_3_0 revision 1.18.2.2 +File kernel.X/core/units/general/helpers/recursive_helper.php is removed; release_1_3_0 revision 1.3 +File kernel.X/core/units/general/helpers/search_helper.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/general/helpers/sections_helper.php is removed; release_1_3_0 revision 1.9 +File kernel.X/core/units/groups/groups_config.php is removed; release_1_3_0 revision 1.13 +File kernel.X/core/units/groups/groups_event_handler.php is removed; release_1_3_0 revision 1.1 +File kernel.X/core/units/groups/groups_item.php is removed; release_1_3_0 revision 1.1 +File kernel.X/core/units/languages/import_xml.php is removed; release_1_3_0 revision 1.20 +File kernel.X/core/units/languages/languages_config.php is removed; release_1_3_0 revision 1.16 +File kernel.X/core/units/languages/languages_event_handler.php is removed; release_1_3_0 revision 1.27 +File kernel.X/core/units/languages/languages_item.php is removed; release_1_3_0 revision 1.6 +File kernel.X/core/units/languages/languages_tag_processor.php is removed; release_1_3_0 revision 1.6 +File kernel.X/core/units/phrases/phrases_config.php is removed; release_1_3_0 revision 1.9 +File kernel.X/core/units/phrases/phrases_event_handler.php is removed; release_1_3_0 revision 1.10 +File kernel.X/core/units/themes/themes_config.php is removed; release_1_3_0 revision 1.5 +File kernel.X/core/units/themes/themes_tag_processor.php is removed; release_1_3_0 revision 1.7 +File kernel.X/core/units/translator/translator_config.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/translator/translator_event_handler.php is removed; release_1_3_0 revision 1.8 +File kernel.X/core/units/user_groups/user_groups_config.php is removed; release_1_3_0 revision 1.2 +File kernel.X/core/units/users/users_config.php is removed; release_1_3_0 revision 1.30 +File kernel.X/core/units/users/users_event_handler.php is removed; release_1_3_0 revision 1.64.2.1 +File kernel.X/core/units/users/users_item.php is removed; release_1_3_0 revision 1.11 +File kernel.X/core/units/users/users_syncronize.php is removed; release_1_3_0 revision 1.4 +File kernel.X/core/units/users/users_tag_processor.php is removed; release_1_3_0 revision 1.14 File cmseditor/editor/dialog/fck_link.html changed File cmseditor/editor/dialog/fckblank.html is new; release_1_3_1 revision 1.1 +File cmseditor/editor/dialog/fck_link/fck_link.js changed File cmseditor/editor/filemanager/browser/default/browser.html changed File cmseditor/editor/filemanager/browser/default/fckblank.html is new; release_1_3_1 revision 1.1 File cmseditor/editor/filemanager/browser/default/connectors/php/commands.php changed