26 Jun, 2014
4 commits
-
ActionItem3173
24 Jun, 2014
4 commits
-
AI3147 edit profile bug Added support for mass-assignment for all of person's, community's and enterprise's fields. Before this, if a environment admin enabled all fields on the fields environment page, you got an error when trying to edit a profile. The Action Item was created at: http://noosfero.org/Development/ActionItem3147
-
Added mass-assign support for all enterprise's field that are configurable on the fields environment page. (ActionItem3147)
-
Added mass-assign support for all community's field that are configurable on the fields environment page. (ActionItem3147)
-
Added mass-assign support for all person's field that are configurable on the fields environment page. (ActionItem3147)
18 Jun, 2014
3 commits
17 Jun, 2014
3 commits
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
-
(ActionItem3124)
16 Jun, 2014
9 commits
-
thanks Braulio!
-
(ActionItem3118)
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
-
(ActionItem2859)
15 Jun, 2014
4 commits
-
This reverts commit f8bd2430f86b0b6e3640e2662d1ca689a46ecb98.
-
(ActionItem3097)
-
the migration also fills in the attribute for all the existent articles updated db/schema (ActionItem3097)
-
(ActionItem3097)
14 Jun, 2014
12 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.
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
-
attachment_fu doesn't provide #current_data for filesystem types of attachment anymore, so I added the method Image#current_data. Also fixes the column name that contains the tags' count for a sql query.
-
Authenticate only searches among activated users.
-
Both attributes can be set by the user on signup so we should allow mass assignment.
-
ActiveRecord::Base#human_name is deprecated on Rails 3, so Person#human_names was removed from core. This patch removes its use in stoa plugin.
-
the PeopleBlock plugin that comes with these blocks is enabled by default in any Noosfero's environment (ActionItem2859)
13 Jun, 2014
1 commit
-
added new hotstop "body_ending"