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: Modules :: In-Bulletin Browse ] Back to Index ]
RC r11844
Timestamp: 2009-06-10 06:34:31
Author: alex
Details ] Diff ]
Fixes 0000064: SQL Error, when pasting topics in catalog
mod - /in-bulletin/branches/RC/in-bulletin/units/posts/post_eh.php Diff ] File ]
RC r11839
Timestamp: 2009-06-09 11:41:44
Author: alex
Details ] Diff ]
Bug 0000062: Remove depricated mod-rewrite parts.
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_event_handler.php Diff ] File ]
RC r11837
Timestamp: 2009-06-09 10:11:28
Author: alex
Details ] Diff ]
Bug 0000061: Can't open topic details page.
add - /in-bulletin/branches/RC/themes/default2009/in-bulletin/designs/detail.tpl File ]
rm - /in-bulletin/branches/RC/themes/default2009/in-bulletin/designs/post_list.tpl
RC r11836
Timestamp: 2009-06-09 10:10:20
Author: alex
Details ] Diff ]
1. Fixes 0000061: Can't open topic details page.
2. Tag "bb-post_PosterField" raised warning, because $poster object was used of $poster_id variable in comparison operator.
mod - /in-bulletin/branches/RC/in-bulletin/install/upgrades.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/posts/post_tp.php Diff ] File ]
RC r11826
Timestamp: 2009-05-29 20:05:51
Author: Dmitry
Details ] Diff ]
Fixed Default value for Question field
mod - /in-bulletin/branches/RC/in-bulletin/units/polls/polls_config.php Diff ] File ]
5.0.0 r11810
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
5.0.0 r11810
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
5.0.0 r11810
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
5.0.0 r11810
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
5.0.0 r11809
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Deleting version 'tags/5.0.0'
rm - /in-bulletin/tags/5.0.0
5.0.0 r11790
Timestamp: 2009-05-26 12:59:44
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
5.0.0 r11789
Timestamp: 2009-05-26 12:59:44
Author: alex
Details ] Diff ]
Deleting version 'tags/5.0.0'
rm - /in-bulletin/tags/5.0.0
5.0.0 r11778
Timestamp: 2009-05-26 12:52:48
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-bulletin/tags/5.0.0 File ]
RC r11768
Timestamp: 2009-05-26 10:57:42
Author: alex
Details ] Diff ]
Removing "default" theme, because it is not compatible with 4.2.x and future releases.
rm - /in-bulletin/branches/RC/themes/default
RC r11763
Timestamp: 2009-05-26 10:29:10
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_answers/poll_answers_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_comments/poll_comments_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/polls/polls_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
release_5_0_0 r11728
Timestamp: 2009-05-13 04:54:41
Author: (no author)
Details ] Diff ]
This commit was manufactured by cvs2svn to create tag 'release_5_0_0'.
add - /in-bulletin/tags/release_5_0_0 File ]
RC r11727
Timestamp: 2009-05-13 04:54:40
Author: alex
Details ] Diff ]
1. #27493 - Admin: Add Item on Advanced View
2. OnCancel event was called on "categories/categories_edit" template instead of "OnCancelEdit" resulting no temporary table was deleted.
3. Method kApplication::ConfigValue fixed. Now if variable value is present, but it has NULL as value, then such variable is not threated as missing and duplicate queries are performed.
TODO: replace all NULL values in ConfigurationValues table with default values based on variable type (0 for checkbox, empty string for text and so on)
4. Now kDBEventHandler::StoreSelectedIDs could also get IDs from new "ids" $event parameter, rather, then from request. Useful, when IDs are changed on kDBEventHandler::CheckPermission method (before actual event call).
5. Method CategoryHelper::getStructureTreeAsOptions added. Method provides ability to get all category structure as options for any dbitem field (like ParentId for categories and CategoryId for category items).
6. Method CustomFieldsEventHandler::_getHiddenFiels fixed. Now it doesn't given warning when editing category item, with no custom fields to show on general tab.
7. Fixed method kCatDBItem::MoveToCat. Now, when category item is in temp mode, then category manipulations are also made in temp tables.
8. Permission checking logic for categories and category items in temp table is changed. Now everything in temp tables for them is allowed. Permissions are checked only when Save button is pressed during main item (not subitem) editing. When user selected 5 items, but he can edit only 2 of them, then other 3 are automatically excluded from item edit form. When all of selected items are excluded, then user gets "no permission" screen. Same with "move up/down", "approve/decline" toolbar buttons.
9. Method CategoriesEventHandler::printChildren && CategoriesEventHandler::getChildren moved to CategoryHelper and now are used by new CategoryHelper::getStructureTreeAsOptions method. Some documentation added for other CategoryHelper methods.
10. Permission debugging information was not available in some of permission checking methods. That's why method kPermissionHelper::finalizePermissionCheck added. Method should be used in any place, when $event status should change to erPERM_FAIL.
11. Column filters on Category Edit -> Custom tab's grid were not working, because of incorrect grid name used (Default instead of SeparateTab).
12. Fixed title preset name in "products/products_access" template (was "pr", but should be "access").
13. Fixed incorrect pagination prefix in some templates.
14. Formatter added for OnSale field in Products table.
15. No permission template fixed, now it doesn't break catalog.
16. sections_list template fixed to use new blocks.
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/catalog_tab.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/images_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/relations_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/review_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_categories.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_custom.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_images.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_relations.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_reviews.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
RC r11723
Timestamp: 2009-05-12 15:57:20
Author: Dmitry
Details ] Diff ]
FIX: Question (text) field should NULL by default
mod - /in-bulletin/branches/RC/in-bulletin/units/polls/polls_config.php Diff ] File ]
RC r11720
Timestamp: 2009-05-11 01:40:47
Author: alex
Details ] Diff ]
1. Fixed new poll creation (function std_edit_item was used instead of std_precreate_item for creating new poll).
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_list.tpl Diff ] File ]
RC r11715
Timestamp: 2009-05-10 16:13:14
Author: alex
Details ] Diff ]
1. Added submenu item in "Catalog -> Tools" menu for rebuilding priorities cache in current category
2. "View in Browse Mode" link is now hidden from catalog item selector.
3. Added missing js_escape parameter to phrases used in javascript in combined_header block.
4. Fixed bad automatic thickbox window positioning, when firebug or bookmark panel was opened (iframe was moving outside it's window).
5. New parameter $onAfterOpenPopup added for js functions: std_precreate_item, std_new_item, std_edit_temp_item.
6. inp_edit_box_ml block was used on non-multilanguage field (for prefix "skin", "test").
7. Improvements in installator & unit config reader for windows (DIRECTORY_SEPARATOR was used insead of "/" that was hardcoded). Iproved file scanning operation performance.
8. Installation on linux failed on 2nd step, when config.php file was missing and attempt was made to check it's write permissions.
9. kDBConnection::doInsert method iproved, so it now can perform multiple record insert into same table using only one INSERT statement no matter what actual records will be inserted.
10. Removed unused code from kDBTagProcessor::PredefinedSearchOptions tag
11. Now grid filters are not affected by DefaultSettingUsedId configuration variable.
12. Fixed Debugger::netMatch method. Now it doesn't raise warnings every time, when compare 2 given ip addresses (not subnet masks as earlier).
13. Improved config file search engine, now it takes 1 second to scan all config file for all in-portal modules.
14. preg_match in kUnitConfigReader::configAllowed replaced with substr, that improved config file checking speed.
15. Fixed bug in "Content" removal in each category path (was not removed, when only Content was present in category path).
16. Fixed bug in ExportHelper, that asked item for ExportColumns field even, when such field was not available.
17. When installed on local domain (tested on windows), then paid modules were not available at all, but they should be available for installing.
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_event_handler.php Diff ] File ]
RC r11708
Timestamp: 2009-05-08 06:10:24
Author: nikitaf
Details ] Diff ]
*** empty log message ***
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/answer_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_edit.tpl Diff ] File ]
RC r11643
Timestamp: 2009-04-21 08:08:49
Author: alex
Details ] Diff ]
#27334 - Admin: Configuration-> Advanced Settings
mod - /in-bulletin/branches/RC/in-bulletin/install/english.lang Diff ] File ]
RC r11636
Timestamp: 2009-04-21 06:03:25
Author: alex
Details ] Diff ]
1. New js hook "m:OnUploadersReady" added. Hook event is called, when all flash uploaders done initializing (flash completely loaded and can be manipulated on).
2. Fixed various incosistent with database structure unit configs.
3. Currency rates are updated using object, not just direct sql query, as before.
4. Checkout step box in default2009 theme was broken (fixed).
5. USPS integration fixes (like no error from usps were shown on Front-End, incorrect style used in both admin and front-end usps messages).
mod - /in-bulletin/branches/RC/in-bulletin/install/install_schema.sql Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/upgrades.sql Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_comments/poll_comments_config.php Diff ] File ]
RC r11620
Timestamp: 2009-04-18 12:26:15
Author: alex
Details ] Diff ]
1. Proj-base module discontinued. Some stuff moved to Core.
2. Temp handler now can check, that record is being edited by someone else based on given ids (not only based on ids from current user's temp tables)
3. Fixed problem, when adding new language and there are errors on form, then all data from form is lost.
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/censorship/censorship_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/censorship/censorship_list.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/emoticons/emoticon_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/emoticons/emoticon_list.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/answer_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/comment_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_edit_answers.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_edit_comments.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/polls/poll_list.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/images_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/relations_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/review_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_categories.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_custom.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_edit.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_images.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_relations.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/admin_templates/topics/topics_reviews.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
RC r11614
Timestamp: 2009-04-14 10:14:29
Author: alex
Details ] Diff ]
#27263 - Admin: Left Menu
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon24_settings_custom.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon24_settings_email.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon24_settings_general.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon24_settings_output.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon24_settings_search.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon46_list_settings_custom.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon46_list_settings_email.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon46_list_settings_general.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon46_list_settings_output.gif
rm - /in-bulletin/branches/RC/in-bulletin/admin_templates/img/icons/icon46_list_settings_search.gif
mod - /in-bulletin/branches/RC/in-bulletin/install/english.lang Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/install_data.sql Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/upgrades.sql Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/censorship/censorship_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/emoticons/emoticons_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/polls/polls_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
<<  1 2 3 ... 6 7 8 9 10 11 12 13 14 15 16 ... 24 ... 32 ... 40 ... 46 47 48  >>



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

Powered by Mantis Bugtracker