04 Dec, 2011
4 commits
-
This removes several warnings during unit tests.
27 Nov, 2011
11 commits
-
These changes were lost when I merged the master branch because of the move from app/controllers/application.rb to app/controllers/application_controller.rb. I did not notice that app/controllers/application.rb had changes that needed to be merged in app/controllers/application_controller.rb
-
Also, removed explicit :previous_label and :next_label from calls to the pagination_links helper that used the same string as the default ones already provided by the helper. This needs will_paginate from Debian Squeeze at least.
-
inverse_captcha was removed in favor of using recaptcha.
-
It will install all the dependencies listed in debian/control that are not specific to production environments (those are filtered out via a blacklist)
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
24 Nov, 2011
2 commits
22 Nov, 2011
4 commits
-
This reverts commit 26e7f6658d9d47584be570c1715a032111306316.
-
Conflicts: public/stylesheets/application.css
21 Nov, 2011
1 commit
-
(ActionItem2122)
17 Nov, 2011
2 commits
14 Nov, 2011
1 commit
-
(ActionItem2070)
10 Nov, 2011
1 commit
-
* Postgres doesn't accept emtpy string or null value in the in clause so i'm changing the empty value for -1, as there is no negative id. * Adjusting sizes of inputs (ActionItem2079)
01 Nov, 2011
3 commits
-
(ActionItem2079)
-
(ActionItem2079)
-
(ActionItem2079)
31 Oct, 2011
1 commit
-
closes ActionItem2124
28 Oct, 2011
1 commit
-
(ActionItem2079)
26 Oct, 2011
1 commit
25 Oct, 2011
1 commit
-
Included new named_scopes for browsing contents: * more_recent * more_comments * more_views A named_scope to filter only text articles * text_articles Included new browse_contents_menu on base theme (ActionItem2069)
18 Oct, 2011
7 commits
-
Changing requery_dependency by requery in will_paginate monkey patch
-
* This libs are already included in Noosfero's core. (ActionItem2099)