CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
August 21, 2009
-
cast uid to int before checking for identity. strict typing has its advantages.
August 15, 2009
-
#546602 by yaph: clear cache entry of node when comment is published via comment approval queue. Remove unecessary check whether user has access to post comments without approval as comment status is not affected by the module actions.
October 15, 2008
-
Only clear page cache after commenting if current user is anonymous and allowed to post comments without approval.
September 10, 2008
-
Use // for one line comments instead of #
-
Check whether comment module is enabled before trying to clear cached comment form pages.
-
When a page is deleted also clear the comment form cache entry for that page
September 5, 2008
-
reworked the logic in hook_nodeapi, needs review and testing after sleeping
-
Content Refresh: /modules/content_refresh/content_refresh.install 1.2
Content Refresh: /modules/content_refresh/content_refresh.module 1.3Changed content_refresh_clear_front_page_cache to also always clear front page cache stripped of site_frontpage var when front page cache is cleared
-
Fixed bugs in cache IDs and successfully tested current functionality
