08 Dec, 2011
9 commits
-
For some reasons, the after filter is being called twice during the tests. I've checked while actually running, and it is only called once.
-
I ask myself how the hell this test was passing before
04 Dec, 2011
8 commits
-
The important point of that test is that no exception is raised, so we are ok.
-
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
1 commit
-
(ActionItem2079)