05 Feb, 2010

1 commit

  •   * added option to shuffle images
      * added navigation buttons
      * other changes:
        * Removed "toggle visibility" button and action in BoxOrganizer
          Controller
        * Bock#visible? now receives an optional context so that blocks can
          decide where they must be shown or not
        * BoxesHelper now passes the context into the Block#visible? method
        * Added title to Uploaded files and displaying it instead of the
          description when viewing files
    
    (ActionItem1358)
    Antonio Terceiro
     

02 Feb, 2010

4 commits


01 Feb, 2010

1 commit


29 Jan, 2010

1 commit


20 Jan, 2010

7 commits


18 Jan, 2010

4 commits


13 Jan, 2010

4 commits


30 Dec, 2009

5 commits


28 Dec, 2009

1 commit


21 Dec, 2009

1 commit


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

2 commits

  •   * The user can set his location in the map by dragging
        a marker or by setting his address in the form.
      * After setting his location, the map is added to
        the location block.
      * The user can configure the zoom level and the map
        type that will be shown in the location block.
    
    ActionItem1256
    Rodrigo Souto
     
  • Antonio Terceiro