24 Jun, 2014
1 commit
14 Jun, 2014
1 commit
-
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.
05 Jun, 2014
3 commits
-
(ActionItem3042)
-
(ActionItem3042)
04 Jun, 2014
1 commit
-
Still not completely fixed
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