21 Dec, 2009

2 commits


18 Dec, 2009

1 commit


16 Dec, 2009

1 commit


14 Dec, 2009

2 commits


11 Dec, 2009

1 commit

  • This time:
    
        * test/functional/search_controller_test.rb
        * test/functional/profile_editor_controller_test.rb
    
    The time gain was small, so perhaps we need to formulate another strategy
    for functional tests. The way we are doing them, they always require
    hitting the database.
    Antonio Terceiro
     

04 Dec, 2009

4 commits


02 Dec, 2009

4 commits


30 Nov, 2009

2 commits


25 Nov, 2009

3 commits


13 Nov, 2009

4 commits


06 Nov, 2009

3 commits


31 Oct, 2009

5 commits


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)
    Antonio Terceiro
     

26 Oct, 2009

2 commits


07 Oct, 2009

3 commits


04 Oct, 2009

1 commit


03 Oct, 2009

1 commit