18 Jul, 2014
2 commits
-
Refactoring of avoiding duplicate invite task. Check existence of task is now encapsulated inside Invite (ActionItem3099)
26 Jun, 2014
1 commit
-
Now search_friend uses the default infra-structure ApplicationController#find_by_contents. Because of that, this patch adds joins and specific search fields to find_by_contents.
25 Jun, 2014
5 commits
-
link_to_function doesn't take blocks as arguments since rails 3.1
-
The user searched shouldn't be a member of the community already, because those are filtered out.
24 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.
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
1 commit