12 Aug, 2014
5 commits
11 Aug, 2014
3 commits
07 Aug, 2014
1 commit
06 Aug, 2014
3 commits
-
Also create a proposal private by default and allow the author to publish.
04 Aug, 2014
1 commit
01 Aug, 2014
2 commits
31 Jul, 2014
2 commits
-
Mezuro is now a standalone application.
-
the assumption on authorship changed from last_changed_by to created_by
30 Jul, 2014
2 commits
-
Base plugins are enanbed by default and cannot be disabled at the system level, but can be disabled per-environment at the web UI. A part of the required changes also fix the Noosfero plugin infrastructure, in special migrations, on Rails 3.
25 Jul, 2014
2 commits
24 Jul, 2014
1 commit
21 Jul, 2014
1 commit
18 Jul, 2014
1 commit
17 Jul, 2014
1 commit
30 Jun, 2014
1 commit
27 Jun, 2014
2 commits
26 Jun, 2014
4 commits
17 Jun, 2014
2 commits
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
16 Jun, 2014
3 commits
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
14 Jun, 2014
3 commits
-
(ActionItem2859)
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.