25 Jul, 2014
1 commit
-
To make presentation easier, adds a label to SEARCHABLE_FIELDS as part of a hash.
19 Jul, 2014
2 commits
-
Removes the need of a hotspot to offer the possibility of searching members by usp_id on invite page. The previous hotspot to provide extra search fields was deemed too specific and complicated. Refactor from commits: 844304db138e2c7bb6234be39301f054b7a657cb 8470293887b42804d572dcffc5ee02af1a0d2ff6
18 Jul, 2014
3 commits
-
Refactor commit 737f856ef88a810583886ab402e1267e098c54d8. (ActionItem3100)
-
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
4 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.