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!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000077 [In-Portal CMS] Optimization task always 2009-06-15 08:04 2012-07-25 05:33
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.2.0-B1
Status closed Product Version 5.0.0 Target Version 5.2.0
Time EstimateNo estimate
Summary 0000077: Remove "grid_float_range_filter" block
Description Remove "grid_float_range_filter" block and make "kSearchHelper::getCustomFilterSearchClause" method more intellectual to add float/int filter based on current field type from unit config.

This way it will be easier for users to work with filters and not to remember field type, when they are using this filter.
Additional Information Also replace any usages of "grid_float_range_filter" block with "grid_range_filter" block and remove that "grid_float_range_filter" block definition.
Tags No tags attached.
Reference
Change Log Message
Estimate Points 1
Attached Files patch file icon range_filter_core_77.patch [^] (5,830 bytes) 2011-10-31 12:38 [Show Content]
patch file icon range_filter_modules_77.patch [^] (33,566 bytes) 2011-10-31 13:04 [Show Content]
patch file icon range_filter_core_v2.patch [^] (6,343 bytes) 2011-11-01 05:33 [Show Content]
patch file icon range_filter_modules_v2.patch [^] (34,449 bytes) 2011-11-01 05:34 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0004105)
erik (manager)
2011-10-31 12:51

Patches are attached - needs testing.
User avatar (0004106)
alex (manager)
2011-11-01 05:36

Test in most cases, but theese cases were fixed additionally:

1. module "Custom" wasn't processed (still using grid_float_range_filter block) resulting fatal error, since block was removed

2. only "float" field type was checked, but there could be also "double" and "real" field types (was used in demo grid in Custom module)
User avatar (0004107)
alex (manager)
2011-11-01 05:40

Fix committed to 5.2.x branch. Commit Message:

Fixes 0000077: Remove "grid_float_range_filter" block
Commit on behalf of Erik
User avatar (0005066)
alex (manager)
2012-07-25 05:33

Since 5.2.0 version was released.

- Related Changesets
In-Portal CMS: 5.2.x r14718
Timestamp: 2011-11-01 05:40:06
Author: alex
Details ] Diff ]
Fixes 0000077: Remove "grid_float_range_filter" block
Commit on behalf of Erik
mod - /in-portal/branches/5.2.x/core/admin_templates/incs/grid_blocks.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/agents/agents_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/search_helper.php Diff ] File ]
Modules :: In-Commerce: 5.2.x r14717
Timestamp: 2011-11-01 05:39:34
Author: alex
Details ] Diff ]
Bug 0000077: Remove "grid_float_range_filter" block
Commit on behalf of Erik
mod - /w/in-commerce/branches/5.2.x/units/affiliate_payments/affiliate_payments_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/coupons/coupons_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/currencies/currencies_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/discounts/discounts_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/files/files_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/gift_certificates/gift_certificates_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/order_items/order_items_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/orders/orders_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/pricing/pricing_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/product_option_combinations/product_option_combinations_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/products/products_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/reports/reports_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/reports/reports_event_handler.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/shipping/shipping_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/shipping_quote_engines/shipping_quote_engines_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/taxes/taxes_config.php Diff ] File ]
Modules :: Custom: 1.2.x r14715
Timestamp: 2011-11-01 05:39:05
Author: alex
Details ] Diff ]
Bug 0000077: Remove "grid_float_range_filter" block
Commit on behalf of Erik
mod - /modules/custom/branches/1.2.x/units/widgets/widgets_config.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:33 alex Note Added: 0005066
2012-07-25 05:33 alex Status resolved => closed
2011-11-01 05:40 alex Changeset attached 5.2.x r14718
2011-11-01 05:40 alex Note Added: 0004107
2011-11-01 05:40 alex Status reviewed and tested => resolved
2011-11-01 05:40 alex Fixed in Version => 5.2.0-B1
2011-11-01 05:40 alex Resolution open => fixed
2011-11-01 05:40 alex Assigned To !COMMUNITY => alex
2011-11-01 05:39 alex Changeset attached 5.2.x r14717
2011-11-01 05:39 alex Changeset attached 5.2.x r14716
2011-11-01 05:39 alex Changeset attached 1.2.x r14715
2011-11-01 05:36 alex Note Added: 0004106
2011-11-01 05:36 alex Assigned To alex => !COMMUNITY
2011-11-01 05:36 alex Status needs testing => reviewed and tested
2011-11-01 05:34 alex File Added: range_filter_modules_v2.patch
2011-11-01 05:33 alex File Added: range_filter_core_v2.patch
2011-10-31 13:04 erik File Added: range_filter_modules_77.patch
2011-10-31 13:04 erik File Deleted: range_filter_modules_77.patch
2011-10-31 12:51 erik Time Estimate Removed 1 =>
2011-10-31 12:51 erik Note Added: 0004105
2011-10-31 12:51 erik Assigned To erik => alex
2011-10-31 12:51 erik Developer => erik
2011-10-31 12:51 erik Status needs work => needs testing
2011-10-31 12:39 erik File Added: range_filter_modules_77.patch
2011-10-31 12:38 erik File Added: range_filter_core_77.patch
2011-10-31 03:08 alex Additional Information Updated View Revisions
2011-10-22 05:25 alex Estimate Points => 1
2011-10-21 09:09 Dmitry Assigned To => erik
2011-10-21 09:09 Dmitry Status active => needs work
2011-09-27 05:07 alex Time Estimate Added 1
2011-09-23 21:58 Dmitry Target Version Icebox => 5.2.0
2009-10-06 14:27 alex Type bug report => task
2009-06-15 23:31 Dmitry Target Version => Icebox
2009-06-15 08:04 alex New Issue



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

Powered by Mantis Bugtracker