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-News Browse ] Back to Index ]
5.0.0 r11808
Timestamp: 2009-05-26 14:40:10
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-news/tags/5.0.0 File ]
5.0.0 r11807
Timestamp: 2009-05-26 14:40:09
Author: alex
Details ] Diff ]
Deleting version 'tags/5.0.0'
rm - /in-news/tags/5.0.0
5.0.0 r11787
Timestamp: 2009-05-26 12:59:44
Author: alex
Details ] Diff ]
Deleting version 'tags/5.0.0'
rm - /in-news/tags/5.0.0
5.0.0 r11788
Timestamp: 2009-05-26 12:59:44
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-news/tags/5.0.0 File ]
5.0.0 r11777
Timestamp: 2009-05-26 12:52:47
Author: alex
Details ] Diff ]
Releasing version 'tags/5.0.0' (copy from 'branches/RC')
add - /in-news/tags/5.0.0 File ]
RC r11771
Timestamp: 2009-05-26 11:06:16
Author: alex
Details ] Diff ]
Removing "default" theme, because it is not compatible with 4.2.x and future releases.
rm - /in-news/branches/RC/themes/default
RC r11766
Timestamp: 2009-05-26 10:42:58
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-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
release_5_0_0 r11731
Timestamp: 2009-05-13 04:54:44
Author: (no author)
Details ] Diff ]
This commit was manufactured by cvs2svn to create tag 'release_5_0_0'.
add - /in-news/tags/release_5_0_0 File ]
RC r11730
Timestamp: 2009-05-13 04:54:43
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-news/branches/RC/in-news/admin_templates/articles/articles_categories.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_custom.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_files.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_images.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_relations.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_reviews.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/file_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/images_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/relations_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/review_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/catalog_tab.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
RC r11714
Timestamp: 2009-05-10 16:13:13
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-news/branches/RC/in-news/admin_templates/import.tpl Diff ] File ]
RC r11700
Timestamp: 2009-05-06 04:13:40
Author: alex
Details ] Diff ]
FieldVisible tag added to all local copies of blocks (copied from form_blocks and then changed)
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/category_properties.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export_finish.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/import.tpl Diff ] File ]
RC r11695
Timestamp: 2009-05-06 03:07:09
Author: alex
Details ] Diff ]
1. Fixed category edit template layout in IE -> hidden fields moved outside table to look normal.
2. Fixed ajax overlay zIndex, so new windows will open over it, not under it as before.
3. Content category stripped from exported data.
4. Use is redirected exactly to import target category (not just in home category as before) after import is made.
5. #27456 - Admin: Import -> Multiple Fixes
mod - /in-news/branches/RC/in-news/admin_templates/import.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/import_progress.tpl Diff ] File ]
RC r11687
Timestamp: 2009-05-05 06:47:09
Author: alex
Details ] Diff ]
1. Final ajustments to categories_edit template to work with site config field hiding engine.
2. Custom field options list made smaller.
3. no_special parameter added to inp_label block.
4. Some debug code removed from kApplication class.
5. Added tags FieldVisible and FieldsVisible to show/hide fields based on data from site configs.
6. Global template compiler (from system tools section) now works only with enabled themes.
7. Fixed some warning on import/export screen.
8. #27460 - Admin: Hide Fields & Sections marked in Site Configs
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
RC r11683
Timestamp: 2009-05-04 07:07:47
Author: alex
Details ] Diff ]
1. Fixed bug, when "extra_toolbar" (in head frame) stays from "catalog" section and was not replaced by Front-End "extra_toolbar" when using "View in browse mode" functionality from category item grid (like links).
2. Opening form tag was missing on tree template in admin.
3. #27461 - Admin: Browse Modes -> Section Properties for Items
4. Now c_CategoryLink tag builds link to category using it's path as template, not actual design template as before (as result was have identical links in menu and in category listing).
5. New method kEventManager::openerStackChange for changing last element of current window's opener stack.
6. Don't autocreate missing system pages, when user browses to them, like design pages (because they could intensionally not created in structure via .smsignore file).
7. Correct category id is now passed, when going to 404 not found and no permission tempalates.
8. Incorrect element template was used for article in category displaying.
mod - /in-news/branches/RC/in-news/admin_templates/export.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export_finish.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export_progress.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/designs/section.tpl Diff ] File ]
RC r11638
Timestamp: 2009-04-21 06:03:29
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-news/branches/RC/in-news/install/upgrades.sql Diff ] File ]
RC r11622
Timestamp: 2009-04-18 12:26:39
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-news/branches/RC/in-news/admin_templates/articles/articles_categories.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_custom.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_files.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_images.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_relations.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/articles_reviews.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/file_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/images_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/relations_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/articles/review_edit.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/export_finish.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/import.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
RC r11617
Timestamp: 2009-04-14 10:14:32
Author: alex
Details ] Diff ]
#27263 - Admin: Left Menu
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_custom.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_email.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_general.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_in-link.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_output.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon24_settings_search.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon46_list_settings_custom.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon46_list_settings_email.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon46_list_settings_general.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon46_list_settings_output.gif
rm - /in-news/branches/RC/in-news/admin_templates/img/icons/icon46_list_settings_search.gif
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
mod - /in-news/branches/RC/in-news/install/install_data.sql Diff ] File ]
mod - /in-news/branches/RC/in-news/install/upgrades.sql Diff ] File ]
mod - /in-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
RC r11609
Timestamp: 2009-04-14 03:10:17
Author: alex
Details ] Diff ]
1. check for non-existing tab (when prefix is given) added in catalog
2. now theme default2007, then theme default2009 will be preselected during install (when available)
3. added new constant DBG_IGNORE_FATAL_ERRORS, that should be used in methods, that define their own error handlers and don't want kApplication to interfear (like sending 500 HTTP Responce code on fatal errors).
4. new edit button design for template editor on Front-End.
5. new method CategoriesTagProcessor::_transformContentBlockData added for applying custom processing to st_ContentBlock tag
6. new tag st_EditingScripts with all admin javascript includes from admin added. In case, when it's now used all such javascript are still added in st_EditPage tag.
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
RC r11604
Timestamp: 2009-04-13 14:23:03
Author: Dmitry
Details ] Diff ]
Added Required option for Custom Fields
mod - /in-news/branches/RC/in-news/install/install_data.sql Diff ] File ]
RC r11598
Timestamp: 2009-04-12 05:30:45
Author: alex
Details ] Diff ]
1. missing phrases
2. unique index for Phrase table
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
RC r11590
Timestamp: 2009-04-08 10:27:28
Author: Dmitry
Details ] Diff ]
SMSIGNORE + META DATA for Templates (.TPL)
add - /in-news/branches/RC/themes/default2009/in-news/designs/.smsignore File ]
add - /in-news/branches/RC/themes/default2009/in-news/elements/.smsignore File ]
RC r11585
Timestamp: 2009-04-08 09:43:58
Author: alex
Details ] Diff ]
#27228 - Admin: Save DESC from .TPL in Template Description in ThemeFiles
mod - /in-news/branches/RC/themes/default2009/in-news/designs/detail.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/designs/section.tpl Diff ] File ]
RC r11581
Timestamp: 2009-04-08 08:58:39
Author: alex
Details ] Diff ]
1. Show All/Show Structure links remembered last visited category.
2. Empty line between grid and toolbar in IE.
3. New replacement #section_label#, that will be replaced with label, from given section.
4. Unused old tab design styles removed from css file.
5. Completely rewrited "Loading ..." overlay logic during ajax requests in catalog and other ajax-related places.
6. search_keydown function fixed and don't raise php fatal error when enter is pressed in simple search input near search buttons in toolbar.
7. Categories tab removed from reviews section (was accidentally added during new catalog implementation).
8. Priority dropdown in categories list in admin is now filled with positive values.
9. Fixed proj-cms templates (because they will be moved to core later).
mod - /in-news/branches/RC/in-news/admin_templates/catalog_tab.tpl Diff ] File ]
mod - /in-news/branches/RC/in-news/admin_templates/user_item_tab.tpl Diff ] File ]
RC r11571
Timestamp: 2009-04-07 08:30:05
Author: alex
Details ] Diff ]
fixes related to "-" adding in main 3 module names
mod - /in-news/branches/RC/in-news/install/install_data.sql Diff ] File ]
mod - /in-news/branches/RC/in-news/install/upgrades.php Diff ] File ]
mod - /in-news/branches/RC/in-news/install/upgrades.sql Diff ] File ]
mod - /in-news/branches/RC/in-news/install.php Diff ] File ]
RC r11565
Timestamp: 2009-04-07 05:11:13
Author: alex
Details ] Diff ]
#27120 - Front: Move in CVS module themes to have "in-" format
mod - /in-news/branches/RC/themes/default2009/in-news/articles/add_review.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/add_review_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/add_review_pending_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/hot_articles.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/modify_article.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/modify_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/modify_pending_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/new_articles.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/pick_articles.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/pop_articles.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/search_results.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/suggest_article.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/suggest_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/suggest_pending_confirm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/designs/detail.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/designs/section.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/articles.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/content_boxes/home_page_items.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/content_boxes/my_favorites.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/content_boxes/related_items.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/content_boxes/search_results.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/content_boxes/site_lead_article.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/rss.xml.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/side_boxes/action_box.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/side_boxes/hot.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/side_boxes/new.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/side_boxes/pick.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/elements/side_boxes/pop.elm.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/my_account/my_articles.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/my_account/my_items.elm.tpl Diff ] File ]
<<  1 2 3 ... 5 6 7 8 9 10 11 12 13 14 15 16 ... 24 ... 32 ... 40 41 42 43  >>



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

Powered by Mantis Bugtracker