26 Jun, 2014
1 commit
14 Jun, 2014
9 commits
-
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.
13 Jan, 2014
1 commit
18 Dec, 2013
1 commit
-
Conflicts: test/unit/profile_test.rb
03 Dec, 2013
1 commit
19 Nov, 2013
3 commits
14 Nov, 2013
1 commit
08 Nov, 2013
1 commit
04 Nov, 2013
2 commits
21 Oct, 2013
3 commits
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
-
(ActionItem2832)
-
Also provides hotspot for plugins to add new fields for password recovery (ActionItem2827)
18 Oct, 2013
1 commit
-
* Creates a smart api to define categories of fields. * Inclusion of sensitive and heavy fields categorization * Possibility for creation of custom fields (ActionItem2832)
03 Oct, 2013
1 commit
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
01 Oct, 2013
1 commit
21 Aug, 2013
2 commits
-
(ActionItem2776)
16 Jan, 2013
1 commit
07 Dec, 2012
1 commit
30 Nov, 2012
4 commits
27 Nov, 2012
1 commit
21 Nov, 2012
3 commits
19 Nov, 2012
1 commit
15 Nov, 2012
1 commit