31 Mar, 2014
1 commit
15 Jul, 2012
1 commit
-
(ActionItem2277)
19 Apr, 2012
1 commit
-
Reenable a feed that was disabled due to reaching a max number of errors after a max period being disabled, e.x. 1 week I had to change the FeedUpdate for this, since I had to inclued the feeds with enabled == false to check for their disabled period. (ActionItem2277)
09 Jun, 2011
1 commit
16 Dec, 2009
1 commit
-
* When the html informed wasn't in a feed format the message shown was the traceback of the exception. ActionItem1347
27 Oct, 2009
1 commit
-
* transformed script/feed-updater into a controller script. It starts and stops together with the production system (script/production) * moved the update (daemon) logic into FeedUpdater class. It knows which feeds must be updated and when, and when it should stop running. * concentrated the fetch (download) logic into FeedHandler class. It knows how to update a specific feed. * implemented the concept of "enabled" and "expired" in both ExternalFeed and FeedReaderBlock. The feed updater looks for feeds that are both enabled *and* expired to update. * Disabled feed reader blocks get re-enabled when their address is changed. * fixed a bug that made some feeds crash when using PostgreSQL (CGI::unescapeHTML transforms Numeric Character References into iso-8859-1 data and PostgreSQL won't accept that into a UTF-8 database) * Removed sleep(1) calls from script/production, they don't seem to be useful * Added an index for the type column in `blocks` table. (ActionItem1243)
26 Aug, 2009
1 commit
27 May, 2009
1 commit
04 Apr, 2009
1 commit
-
* Fixing BlogArchivesBlock to list the years in the correct order * Changing Article#recent to consider published_at instead of created_at for listing recent content. * small refactoring in FeedHandler (rename variable) * Better wording in blog edition template
03 Apr, 2009
1 commit
20 Mar, 2009
2 commits
-
* making the block available for environments * moving the status message to the block footer * renaming `clean` to `clear` * moving all feed processing logic to FeedHandler * copied style from recent documents block * using actual ActiveRecord object for testing