In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

In-Portal CMS: 5.2.x r14699 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
alex 5.2.x 2011-10-26 06:39:38
Affected Issues 0000268: Code Cleanup in 5.2.x branch
Changeset Bug 0000268: Code Cleanup in 5.2.x branch
1. fixed path to s.gif in FCKEditor file browse dialog
2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed
3. fixed some PhpDoc comments, that were not matching their method declarations
4. moved duplicate request processing detection into Request class (from kApplication class)
5. replaced aliased function calls with original function calls
6. fixed some grammatical errors
7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)
8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used
mod - /in-portal/branches/5.2.x/core/admin_templates/browser/frmcreatefolder.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/browser/frmupload.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/prerequisites.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/application.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_dbitem.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/dbitem.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/event_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/globals.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/kbase.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/languages/phrases_cache.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/cache_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/request_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/url_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/processors/main_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/session/session.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/session/session_storage.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/cache.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/debugger.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/email_send.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/factory.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/filters.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/http_query.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/temp_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/admin/admin_events_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/admin/admin_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/cache_updater.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/categories_item.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/fck/fck_tp.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/forms/forms/forms_eh.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/captcha_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/cat_dbitem_export_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/clipboard_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/count_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/deployment_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/fck_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/file_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/form_submission_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/geocode_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/image_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/language_import_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/list_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/mod_rewrite_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/modules_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/permissions_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/pop3_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/search_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/site_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/skin_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/spam_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/template_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/themes_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/xml_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/images/image_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/modules/modules_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/selectors/selectors_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/selectors/selectors_item.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/statistics/statistics_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/user_profile/user_profile_tp.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/visits/visits_list.php Diff ] File ]



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker