14 Jun, 2014
6 commits
-
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.
05 Jun, 2014
4 commits
-
(ActionItem3042)
-
(ActionItem3042)
04 Jun, 2014
2 commits
-
Still not completely fixed
03 Jun, 2014
2 commits
02 Jun, 2014
4 commits
-
(ActionItem3152)
-
Conflicts: app/views/profile_editor/edit.html.erb (ActionItem3152)
30 May, 2014
2 commits
29 May, 2014
7 commits
-
There is no reason for the user menu to load on the client-side. The only reason, that would be plausible is if it varnish was providing cached pages for logged users. Since this is not happening, there is no need to load it on the client-side.
28 May, 2014
2 commits
23 May, 2014
9 commits
-
Conflicts: script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles
22 May, 2014
2 commits
-
In cases where the `noosfero` user has been created by hand before installing the package, it will probably not have /usr/share/noosfero as its home directory.