12 Aug, 2014
20 commits
-
The link for connection page wasn't visible because the tags weren't set to wraping. Also, changing the limit of profiles to 4 so all 4 profiles plus the +X indicator can stay in the same line. (ActionItem3234)
-
(ActionItem3234)
-
Conflicts: app/helpers/application_helper.rb
-
Conflicts: app/helpers/application_helper.rb public/designs/themes/base/style.css public/stylesheets/application.css
-
Links to a page that shows all connections when there are more connections than the max shown in the blocks. This way the user can see all the connections with a profile. (ActionItem3234)
-
Show the box in every instance of suggestion lists, ie. friends/suggest, memberships/suggest/, friends and blocks (ActionItem3234)
-
(ActionItem3234)
-
(ActionItem3234)
-
(ActionItem3234)
-
Makes the connections shown in the community / people block less crowded. (ActionItem3234)
-
Makes the connections shown in the community / people block less crowded. (ActionItem3234)
11 Aug, 2014
1 commit
08 Aug, 2014
1 commit
-
Building full sql to calculate every suggestion of every rule
06 Aug, 2014
5 commits
-
Conflicts: app/controllers/application_controller.rb app/models/profile.rb app/views/friends/index.html.erb app/views/invite/_personalize_invitation_mail.html.erb test/functional/invite_controller_test.rb
05 Aug, 2014
1 commit
04 Aug, 2014
12 commits
-
(ActionItem3234)
-
(ActionItem3432)
-
(ActionItem3234)
-
Fetching suggestions with straight sql queries in order to improve performance. Also replacing log.warn by log.error on profile_suggestions job.
-
After asking to be member removing suggestion, the list is updated (ActionItem3234)
-
After asking friendship or removing suggestion, the list is updated (ActionItem3234)
-
(ActionItem3234)
-
(ActionItem3239)
-
Applying changes Ewout and Daniel asked.
-
I decided to use the local storage approach offered by the plugin and not the cookie approach because this information is irrelevant to the server so it doesn't make much sense to send it to the server along with every request (like cookies). (ActionItem3238)
-
(ActionItem3238)