13 Aug, 2014
1 commit
-
- storing the author_name when logged users submit a form - migration to insert =author_name= on existent submissions (ActionItem3263)
20 Jun, 2014
2 commits
-
Also added migration to remove existent forms without profile Signed-off-by: Ana Losnak <analosnak@gmail.com> (ActionItem3144)
-
(ActionItem3172)
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
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
-
AI2780
22 Aug, 2013
1 commit
-
(ActionItem2775)
05 Jul, 2013
1 commit
-
ActionItem2593
10 Sep, 2012
1 commit
26 Aug, 2012
1 commit
19 Aug, 2012
1 commit
-
Conflicts: db/schema.rb
18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
1 commit
-
Also replaced "if !" by "unless"
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)
08 Aug, 2012
2 commits
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
-
(ActionItem2378)
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
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
18 Jul, 2012
4 commits
-
(ActionItem2379)
-
(ActionItem2379)
-
(ActionItem2379)
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
21 Jun, 2012
1 commit
20 May, 2012
1 commit
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
17 May, 2012
6 commits
-
Removed old create_article activities Created new actvities for articles created on the last 8 days Create a new activity for article if activity was removed Fixed tests
-
And a pending test