07 May, 2010

3 commits

  • After the 'copy a sample config file' step:
    
    1. When attempting to migrate, the Ferret assumes that the 'articles'
    table already exists, generating an error (noosfero.1.log)
    # rake db:migrate
    
    2. Deleting db/schema.rb, the migration 0024_new_permissions was
    broken, because the lack of argument env_id on line 3 (noosfero.2.log)
    # rm db/schema.rb
    # rake db:migrate
    
    3. It works well for loading the database schema, and then calling
    db:migrate
    # rake db:schema:load
    # rake db:migrate
    Fernanda Lopes
     
  •   * Explicitly name the "Icon" column
      * Remove annoying scroll from links edition
      * Point the browser to the top of the page. This way when I edit a block
        that is far down I am sent to the place where the popup appears with
        the edit screen
    
    (ActionItem1428)
    Antonio Terceiro
     
  • (ActionItem1428)
    Joenio Costa
     

03 May, 2010

3 commits


30 Apr, 2010

7 commits


28 Apr, 2010

10 commits


26 Apr, 2010

5 commits


21 Apr, 2010

4 commits


20 Apr, 2010

3 commits


19 Apr, 2010

2 commits


16 Apr, 2010

3 commits