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.2.x r14787
Timestamp: 2011-11-23 07:25:06
Author: alex
Details ] Diff ]
Bug 0000268: Code Cleanup in 5.2.x branch
1. created a separate DeleteSectionCache method for "sections_parsed" cache delete, so it no longer is secretly invoked only along with "configs_parsed" cache delete
2. added some explanatory comments to kApplication::Init method
3. unit config cache ("configs_parsed" variable) that was deleted on any configuration variable change, but now it is only deleted when this configuration variable's value is located in "configs_parsed" cache
4. objects of rewrite listeners are now created in separate kRewriteUrlProcessor::rewriteListeners class variable, so it no longer can be accidentally overwritten during unit config cache building process
5. fixed case, when rewrite listener instances could be associated with incorrent unit config prefixes (PHP5 object assignment problem)
6. mod-rewrite url is now successfully processed (using only build-in rewrite listeners) when unit config cache is missing (or needs to be rebuilt) and user is visiting mod-rewrite url
7. "conf_changed" global variable (accessible via GetVar) now contains names of all changes configuration variables
mod - /in-portal/branches/5.2.x/core/kernel/application.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/rewrite_url_processor.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/configuration/configuration_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/modules/modules_event_handler.php Diff ] File ]
5.2.x r14784
Timestamp: 2011-11-22 10:44:49
Author: alex
Details ] Diff ]
Bug 0000268: Code Cleanup in 5.2.x branch
1. "inp2" namespace was missing for In-Portal tags, left inside HTML comments in a TPL files
mod - /in-portal/branches/5.2.x/core/kernel/nparser/nparser.php Diff ] File ]
5.2.x r14783
Timestamp: 2011-11-22 10:43:43
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. fixed "Division by Zero" notice, when no reviews for a product
mod - /in-portal/branches/5.2.x/core/units/reviews/reviews_tag_processor.php Diff ] File ]
5.2.x r14782
Timestamp: 2011-11-22 10:42:10
Author: alex
Details ] Diff ]
Bug 0001132: Prev / Next Product Links
1. fixing 404 page was displayed when no prev/next link for non-product category item
2. unable to do prev/next for list that has HAVING filter
3. %1$s not replaced for sub-select queries inside custom fields
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/db_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/list_helper.php Diff ] File ]
5.2.x r14780
Timestamp: 2011-11-22 08:30:53
Author: alex
Details ] Diff ]
Bug 0001131: Useful Product Review
1. change useful/not useful count via ajax
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_event_handler.php Diff ] File ]
5.2.x r14778
Timestamp: 2011-11-22 07:44:01
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. changing rating control, so it can be used with any prefix and also for printing read-only ratings not associated with any object
2. adding VotesIndicator tag to review tag processor allowing to show stars instead of just a number during review list printing
mod - /in-portal/branches/5.2.x/core/units/helpers/rating_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/reviews/reviews_tag_processor.php Diff ] File ]
5.2.x r14777
Timestamp: 2011-11-22 06:06:06
Author: alex
Details ] Diff ]
Fixes 0001170: Anti-Spam protection check fails first time
mod - /in-portal/branches/5.2.x/core/units/helpers/spam_helper.php Diff ] File ]
5.2.x r14771
Timestamp: 2011-11-21 12:06:39
Author: alex
Details ] Diff ]
Fixes 0001169: Issue with DBConnection during a Separate Install of Modules
Commit on behalf of Dmitry
mod - /in-portal/branches/5.2.x/core/install/install_toolkit.php Diff ] File ]
5.2.x r14769
Timestamp: 2011-11-21 10:53:53
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. ability to display price decimals using separate HTML tag
2. mod rewrite builder for review list
3. display firstname and lastname instead of reviewed login
4. support for ajax-based review creation via same rev:OnCreate event
mod - /in-portal/branches/5.2.x/core/kernel/db/db_tag_processor.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/reviews/reviews_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/reviews/reviews_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/reviews/reviews_tag_processor.php Diff ] File ]
5.2.x r14765
Timestamp: 2011-11-14 12:32:28
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. refresh page after login/register
2. integration of login box in header
mod - /in-portal/branches/5.2.x/core/units/users/users_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_event_handler.php Diff ] File ]
5.2.x r14764
Timestamp: 2011-11-13 05:24:24
Author: alex
Details ] Diff ]
Fixes 0001165: Doing separate module install doesn't insert language pack
mod - /in-portal/branches/5.2.x/core/install/install_toolkit.php Diff ] File ]
5.2.x r14762
Timestamp: 2011-11-11 11:25:13
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. return other field validation errors when validation single field (on blur)
mod - /in-portal/branches/5.2.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/ajax_form_helper.php Diff ] File ]
5.2.x r14761
Timestamp: 2011-11-11 05:01:54
Author: alex
Details ] Diff ]
Bug 0001024: Phrase type detection based on it's name
1. fixes mistakenly renamed "la_PhraseType_Both" phrase
mod - /in-portal/branches/5.2.x/core/units/phrases/phrases_config.php Diff ] File ]
5.2.x r14758
Timestamp: 2011-11-11 04:39:49
Author: alex
Details ] Diff ]
Bug 0001138: General Template Work
1. added php files for ajax-based real-time form field validation
mod - /in-portal/branches/5.2.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/password_formatter.php Diff ] File ]
add - /in-portal/branches/5.2.x/core/units/helpers/ajax_form_helper.php File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/helpers_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_event_handler.php Diff ] File ]
5.2.x r14757
Timestamp: 2011-11-11 03:57:47
Author: alex
Details ] Diff ]
Fixes 0001164: Adding "empty_label" parameter to PredefinedOptions tag
mod - /in-portal/branches/5.2.x/core/kernel/db/db_tag_processor.php Diff ] File ]
5.2.x r14756
Timestamp: 2011-11-11 03:21:39
Author: alex
Details ] Diff ]
Fixes 0001163: Debugger report is affected by "reset.css" stylesheet
mod - /in-portal/branches/5.2.x/core/kernel/utility/debugger/debugger.css Diff ] File ]
5.2.x r14753
Timestamp: 2011-11-09 10:51:47
Author: alex
Details ] Diff ]
Fixes 0001162: Ability to specify module in theme.xml file
mod - /in-portal/branches/5.2.x/core/install/install_toolkit.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/rewrite_url_processor.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/themes_helper.php Diff ] File ]
5.2.x r14752
Timestamp: 2011-11-09 08:49:41
Author: alex
Details ] Diff ]
Fixes 0001161: Resizing GIF images with white background gives "Color index 255 out of range" error
mod - /in-portal/branches/5.2.x/core/units/helpers/image_helper.php Diff ] File ]
5.2.x r14751
Timestamp: 2011-11-09 03:42:17
Author: alex
Details ] Diff ]
Fixes 0001159: Language and Theme Links don't work without Template
mod - /in-portal/branches/5.2.x/core/kernel/managers/plain_url_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/rewrite_url_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/url_manager.php Diff ] File ]
5.2.x r14748
Timestamp: 2011-11-09 03:35:48
Author: alex
Details ] Diff ]
Bug 0000268: Code Cleanup in 5.2.x branch
1. adding missing license/FULL_PATH constant checks (against direct PHP file opening from web-browser)
mod - /in-portal/branches/5.2.x/core/kernel/db/db_load_balancer.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/ccdate_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/customfield_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/date_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/filesize_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/left_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/multilang_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/options_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/password_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/serialized_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/unit_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/upload_formatter.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/forms/form_submissions/form_submission_tp.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/email_message_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/template_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/xml_helper5.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/phrases/phrase_tp.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/priorites/priorites_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/priorites/priority_eh.php Diff ] File ]
5.2.x r14745
Timestamp: 2011-11-08 03:50:30
Author: alex
Details ] Diff ]
Fixes 0001024: Phrase type detection based on it's name
mod - /in-portal/branches/5.2.x/core/admin_templates/languages/phrase_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/regional/languages_edit_phrases.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/regional/phrases_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/constants.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/db_tag_processor.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/units/phrases/phrases_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/phrases/phrases_event_handler.php Diff ] File ]
5.2.x r14738
Timestamp: 2011-11-07 14:06:56
Author: alex
Details ] Diff ]
Bug 0000268: Code Cleanup in 5.2.x branch
1. entering date in grid filter in a wrong format resulted fatal error
mod - /in-portal/branches/5.2.x/core/kernel/db/dblist.php Diff ] File ]
5.2.x r14737
Timestamp: 2011-11-07 05:26:25
Author: alex
Details ] Diff ]
Fixes 0001151: Caching Issue with 404 Page Not Found URLs
mod - /in-portal/branches/5.2.x/core/kernel/managers/rewrite_url_processor.php Diff ] File ]
5.2.x r14736
Timestamp: 2011-11-07 04:00:36
Author: alex
Details ] Diff ]
Bug 0000398: Partially move kCatDBItem and CreategoryItem class contents to OnBefore/OnAfter events
1. fixing problem with ResourceId field not being reset before category/category item is cloned
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/categories_event_handler.php Diff ] File ]
5.2.x r14735
Timestamp: 2011-11-07 03:48:06
Author: alex
Details ] Diff ]
Bug 0000268: Code Cleanup in 5.2.x branch
1. store UserGroups to session in case, when it's saved to database just after creation (when using "Browse Mode")
mod - /in-portal/branches/5.2.x/core/kernel/session/session_storage.php Diff ] File ]
<<  1 2 3 ... 14 15 16 17 18 19 20 21 22 23 24 ... 40 ... 60 ... 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