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!

Changesets: In-Portal CMS Browse ] Back to Index ]
5.0.x r12260
Timestamp: 2009-08-10 17:24:21
Author: Dmitry
Details ] Diff ]
1. Fixes 0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"
2. Minor changes
mod - /in-portal/branches/5.0.x/system/.htaccess Diff ] File ]
5.0.x r12259
Timestamp: 2009-08-10 17:24:06
Author: Dmitry
Details ] Diff ]
1. Fixes 0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"
2. Added exclusion for Debugger
add - /in-portal/branches/5.0.x/core/kernel/utility/debugger/.htaccess File ]
5.0.x r12258
Timestamp: 2009-08-09 23:15:26
Author: Dmitry
Details ] Diff ]
1. Bug 0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"
2. Adding .htaccess
mod - /in-portal/branches/5.0.x/tools/.htaccess Diff ] File ]
5.0.x r12257
Timestamp: 2009-08-09 23:15:17
Author: Dmitry
Details ] Diff ]
1. Bug 0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"
2. Adding .htaccess
add - /in-portal/branches/5.0.x/system/.htaccess File ]
rm - /in-portal/branches/5.0.x/system/.htaccess-sample
mod - /in-portal/branches/5.0.x/system/cache/clean.sh Diff ] File ]
5.0.x r12256
Timestamp: 2009-08-09 23:14:12
Author: Dmitry
Details ] Diff ]
1. Bug 0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"
2. Adding .htaccess
add - /in-portal/branches/5.0.x/core/install/.htaccess File ]
add - /in-portal/branches/5.0.x/core/kernel/.htaccess File ]
add - /in-portal/branches/5.0.x/core/units/.htaccess File ]
5.0.x r12249
Timestamp: 2009-08-09 08:53:09
Author: alex
Details ] Diff ]
1. Fixes 0000196: Change Location of Website Title in Header.
2. Removed "SiteNameSubTitle" configuration variable, because it's content is now part of logo image in both login screen and administrative console.
mod - /in-portal/branches/5.0.x/core/admin_templates/head.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/style_template.css Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/login.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
5.0.x r12248
Timestamp: 2009-08-09 08:16:05
Author: alex
Details ] Diff ]
1. Fixes 0000201: Ability to set default width for each grid column after clean installation.
2. Done for "categories_config.php". Also removed leading "::" in design name.
mod - /in-portal/branches/5.0.x/core/units/categories/categories_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/general/helpers/col_picker_helper.php Diff ] File ]
5.0.x r12247
Timestamp: 2009-08-09 08:07:23
Author: alex
Details ] Diff ]
1. Bug 0000200: Improvements to Email Events - Functionality and Interfaces.
2. Forgot to export new phrases into language pack.
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
5.0.x r12246
Timestamp: 2009-08-09 08:01:55
Author: alex
Details ] Diff ]
Fixes 0000205: Ability to Hide any of "Browse Modes" from loaded Site Configs
mod - /in-portal/branches/5.0.x/core/admin_templates/themes/extra_toolbar.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/db_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/processors/tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/sections/sections_config.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/units/sections/site_config_tp.php File ]
5.0.x r12244
Timestamp: 2009-08-09 07:27:58
Author: alex
Details ] Diff ]
Fixes 0000200: Improvements to Email Events - Functionality and Interfaces
mod - /in-portal/branches/5.0.x/core/admin_templates/config/config_email.tpl Diff ] File ]
add - /in-portal/branches/5.0.x/core/admin_templates/config/config_email_edit.tpl File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/languages/email_message_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/languages/email_message_list.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/constants.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_events/email_events_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_events/email_events_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_messages/email_message_tp.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_messages/email_messages_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_messages/email_messages_event_handler.php Diff ] File ]
5.0.x r12238
Timestamp: 2009-08-09 05:04:44
Author: alex
Details ] Diff ]
1. Fixes 0000208: Move "Time-zones" and "Session Expiration" settings to Website->General.
2. Don't try to send missing file in "kDBEventHandler::OnViewFile" event.
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/db_event_handler.php Diff ] File ]
5.0.x r12237
Timestamp: 2009-08-09 05:03:03
Author: alex
Details ] Diff ]
Fixes 0000214: Fix inconsistencies between database field declaration in unit configs
mod - /in-portal/branches/5.0.x/core/units/form_fields/form_fields_config.php Diff ] File ]
5.0.x r12235
Timestamp: 2009-08-09 04:58:33
Author: alex
Details ] Diff ]
Fixes 0000169: Template markup error message in Internet Explorer 8
mod - /in-portal/branches/5.0.x/core/kernel/application.php Diff ] File ]
5.0.x r12234
Timestamp: 2009-08-09 04:54:27
Author: alex
Details ] Diff ]
Fixes 0000213: Flash uploader not shown on Front-End
mod - /in-portal/branches/5.0.x/core/admin_templates/js/uploader/uploader.js Diff ] File ]
5.0.x r12233
Timestamp: 2009-08-08 17:36:14
Author: alex
Details ] Diff ]
1. Fixes 0000210: "Browse Site" modes buttons are not working in Admin SSL mode.
2. Added ability to refresh whole administrative console after change of configuration variables.
3. Skin is now recompiled, when SSL modes are changed (SSL->NON-SSL and via versa). This prevents broken lock icon in browser.
mod - /in-portal/branches/5.0.x/core/admin_templates/config/config_universal.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/admin/admin_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/configuration/configuration_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/general/helpers/helpers_config.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/units/general/helpers/skin_helper.php File ]
mod - /in-portal/branches/5.0.x/core/units/skins/skin_eh.php Diff ] File ]
5.0.x r12232
Timestamp: 2009-08-08 15:33:42
Author: alex
Details ] Diff ]
Bug 0000202: Cosmetic and Minor issues in Admin Interface
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/style_template.css Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/js/tab_scroller.js Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
5.0.x r12231
Timestamp: 2009-08-08 13:38:05
Author: alex
Details ] Diff ]
1. Fixes 0000189: Changes in Options for "Section Template" field for Sections.
2. Implemented not exactly the way as planned, because administrator can change "Parent Section" from "Content" (top category, where "Inherit from Parent" option in "Template" field not available) to it's child section, where this option should be available. As a result I always show "Inherit from Parent" option, but when administrator manually selects "Inherit from Parent" in "Template" field and "Content" in "Parent Section" field and tries to save changes, I show him an error about that.
mod - /in-portal/branches/5.0.x/core/admin_templates/categories/categories_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/constants.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/categories/cache_updater.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/categories/categories_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/categories/categories_event_handler.php Diff ] File ]
5.0.x r12230
Timestamp: 2009-08-08 05:31:30
Author: alex
Details ] Diff ]
1. Fixes 0000202: Cosmetic and Minor issues in Admin Interface.
2. Don't understand about font family change:
if "Path to Website" is variable name and "[10.01] Site_Path" is subtitle, then both (according to FireBug) are using same font. Besides that subtitle is visible only in debug mode.
mod - /in-portal/branches/5.0.x/core/admin_templates/browser/browser_header.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/catalog_tab.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/cms.css Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/form_blocks.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/style_template.css Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/js/catalog.js Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/js/script.js Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/js/tab_scroller.js Diff ] File ]
mod - /in-portal/branches/5.0.x/core/admin_templates/skins/skin_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/fck/fck_tp.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/general/helpers/fck_helper.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/sections/sections_config.php Diff ] File ]
5.0.x r12229
Timestamp: 2009-08-08 03:37:17
Author: alex
Details ] Diff ]
1. Fixes #0000209: Escape and Limit all Environment variables passed in GET.
2. We already escape anything, that goes from request to database queries to prevent sql injections.
3. Add check for "../" (prevents going outside In-Portal directory) and for whitespace like symbols (makes sure, that ".tpl" is always added at the end of template name) in template names.
mod - /in-portal/branches/5.0.x/core/kernel/nparser/nparser.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/parser/template.php Diff ] File ]
5.0.x r12228
Timestamp: 2009-08-07 20:06:38
Author: Dmitry
Details ] Diff ]
1. Fixes 0000206: Change "Output Time" format in English Language pack
2. Moved la_col_AltName from In-Commerce to Core language packs (English)
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
5.0.x r12223
Timestamp: 2009-08-07 18:45:39
Author: Dmitry
Details ] Diff ]
Fixes 0000203: Minor changes in Names for Section templates in Default2009 theme
mod - /in-portal/branches/5.0.x/themes/default2009/platform/designs/form.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/default2009/platform/designs/general.tpl Diff ] File ]
5.0.x r12217
Timestamp: 2009-08-07 18:40:56
Author: Dmitry
Details ] Diff ]
Bug 0000194: Minor changes Site Configs for Projects setup
1. Minor visual changes in the drop-down options for "Section Template" field on Add/Edit Section.
2. Hiding Stylesheets section completely until we figure out what to do with it.
mod - /in-portal/branches/5.0.x/core/units/categories/categories_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/stylesheets/stylesheets_config.php Diff ] File ]
5.0.x r12216
Timestamp: 2009-08-07 10:43:44
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack
2. Fixes 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Fixes 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
5.0.x r12209
Timestamp: 2009-08-06 18:20:12
Author: Dmitry
Details ] Diff ]
Fixes 0000193: Make Navigation Frame Resizable with default Installation
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
5.0.x r12208
Timestamp: 2009-08-06 17:42:00
Author: Dmitry
Details ] Diff ]
Fixes 0000161: Problems in case, when E-Mail is not required during user registration.
Making Email field REQUIRED
mod - /in-portal/branches/5.0.x/core/units/users/users_config.php Diff ] File ]
<<  1 2 3 ... 20 ... 40 ... 55 56 57 58 59 60 61 62 63 64 65 ... 80 ... 100 ... 120 ... 140 ... 160 ... 180 ... 200 ... 220 ... 240 ... 260 ... 266 267 268  >>



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

Powered by Mantis Bugtracker