13 Aug, 2014

1 commit


20 Jun, 2014

2 commits


05 May, 2014

1 commit

  • The migration 20130823151900_associate_fields_to_alternatives.rb from
    plugin CustomForms? was crashing due to submissions without a form on
    the database. This is a database inconsistence since there shouldn't be
    submissions without a form. To fix the problem I'm skipping the on the
    migration which may crash with a rescue to allow new tries to execute
    properly, creating a new migration to remove the submissions without
    form from the database and adding the :dependent => :destroy on form
    association with submission to avoid the problem in the future.
    
    Some people bypassed the migration through manual ways. This people
    should not worry since the cases which were crashing should not be
    running at all.
    
    ActionItem3130
    Rodrigo Souto
     

20 Jan, 2014

3 commits


20 Dec, 2013

1 commit


11 Nov, 2013

1 commit


09 Nov, 2013

2 commits


21 Oct, 2013

1 commit


22 Aug, 2013

1 commit


05 Jul, 2013

1 commit


10 Sep, 2012

1 commit


26 Aug, 2012

1 commit


19 Aug, 2012

1 commit


18 Aug, 2012

1 commit


17 Aug, 2012

1 commit


13 Aug, 2012

1 commit


10 Aug, 2012

1 commit


09 Aug, 2012

1 commit

  •    * Licenses only can be removed with method 'post'
       * Fixing truncate calls to stop displaying deprecation warnings
       * Added buttons to add a new license and to go back to admin panel
       * Added new db/schema
    
    (ActionItem2379)
    Daniela Feitosa
     

08 Aug, 2012

2 commits


07 Aug, 2012

2 commits


19 Jul, 2012

1 commit

  • Conflicts:
    	app/models/article.rb
    	app/models/profile.rb
    	app/models/uploaded_file.rb
    	public/javascripts/application.js
    	public/stylesheets/application.css
    	test/unit/article_test.rb
    	test/unit/category_finder_test.rb
    	test/unit/enterprise_test.rb
    Daniela Feitosa
     

18 Jul, 2012

4 commits


21 Jun, 2012

1 commit


20 May, 2012

1 commit


19 May, 2012

1 commit


17 May, 2012

6 commits