In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1322 [In-Portal CMS] Front End feature request N/A 2012-06-14 04:36 2012-07-25 05:29
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0  
https://groups.google.com/d/topic/in-portal-dev/3hMPMaXvKZ8/discussion
Allows to disable url caching in debug mode
1
0001322: Allow to disable url caching during development
Right now In-Portal has rewrite listener system that allows to build some amazing urls with ease.

But each url is cached in CachedUrls table (for performance reasons), which makes it hard to implement changes in rewrite listeners during development because cached version of rewrite listener is used instead of one, changed by developer.
Of course there is corresponding "Reset" button in "Tools -> System Tools" section, but it's maybe inconvenient to use, especially when you make a lot changes to rewrite listeners.

I'm proposing to add new DBG_CACHE_URLS option into $dbg_options array of /system/debug.php file that would allow to enable/disable url caching while in debug mode.
patch allow_to_disable_url_caching.patch (2,690) 2012-06-14 05:02
http://tracker.in-portal.org/file_download.php?file_id=1706&type=bug
Issue History
2012-07-25 05:29 alex Note Added: 0004864
2012-07-25 05:29 alex Status resolved => closed
2012-06-14 05:07 alex Note Added: 0004722
2012-06-14 05:07 alex Status reviewed and tested => resolved
2012-06-14 05:07 alex Fixed in Version => 5.2.0
2012-06-14 05:07 alex Resolution open => fixed
2012-06-14 05:07 alex Assigned To !COMMUNITY => alex
2012-06-14 05:07 alex Changeset attached 5.2.x r15408
2012-06-14 05:06 alex Note Added: 0004721
2012-06-14 05:06 alex Status needs testing => reviewed and tested
2012-06-14 05:02 alex Assigned To => !COMMUNITY
2012-06-14 05:02 alex Developer => alex
2012-06-14 05:02 alex Status active => needs testing
2012-06-14 05:02 alex File Added: allow_to_disable_url_caching.patch
2012-06-14 04:37 alex Reference => https://groups.google.com/d/topic/in-portal-dev/3hMPMaXvKZ8/discussion
2012-06-14 04:36 alex New Issue
2012-06-14 04:36 alex Change Log Message => Allows to disable url caching in debug mode
2012-06-14 04:36 alex Estimate Points => 1

Notes
(0004721)
alex   
2012-06-14 05:06   
Will test all together later.
(0004722)
alex   
2012-06-14 05:07   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001322: Allow to disable url caching during development
(0004864)
alex   
2012-07-25 05:29   
Since 5.2.0 version was released.