02 Jun, 2014
3 commits
-
(ActionItem3152)
-
Conflicts: app/views/profile_editor/edit.html.erb (ActionItem3152)
29 May, 2014
1 commit
-
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.
23 May, 2014
3 commits
22 May, 2014
2 commits
20 May, 2014
2 commits
19 May, 2014
5 commits
-
ActionItem3136
-
(ActionItem3096)
-
Join community if user log in or sign up after following a "Join" link within a community. (ActionItem3096)
-
Now working when session is clean. (ActionItem3096) Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com>
16 May, 2014
1 commit
-
(ActionItem3096)
15 May, 2014
1 commit
14 May, 2014
4 commits
13 May, 2014
12 commits
-
http://makandracards.com/makandra/14725-instance_eval-behaves-different-in-ruby-1-8-and-ruby-1-9-use-instance_exec-instead
-
Testing the difference of the exact job instead of all jobs. Also including class methods on Delayed::Job to fetch jobs by_handler and with handler_like (using sql LIKE).
-
Conflicts: app/helpers/application_helper.rb app/helpers/layout_helper.rb app/models/community.rb app/models/enterprise.rb app/models/product_category.rb app/views/account/change_password.html.erb config/boot.rb config/environment.rb config/routes.rb lib/noosfero/plugin.rb test/unit/enterprise_activation_test.rb test/unit/person_notifier_test.rb
12 May, 2014
6 commits
-
Also removing local jquery-ui themes and using themes provided by cdn instead.