04 Jan, 2012
1 commit
21 Dec, 2011
1 commit
-
- Added 2 new HOTSPOT: profile_data_extras and head_ending (ActionItem2208)
19 Dec, 2011
2 commits
-
It seems like the Rails 2.3 test infrastructure makes the two cases closer than usual.
-
In Rails 2.3, functional tests override the rescue functionality so that all exceptions are raised during tests (what makes sense). This way the tests for the fact that DocItem::NotFound implies a 404 error must be done as integration tests
18 Dec, 2011
1 commit
17 Dec, 2011
1 commit
12 Dec, 2011
1 commit
11 Dec, 2011
1 commit
09 Dec, 2011
1 commit
-
Conflicts: debian/changelog test/unit/dates_helper_test.rb
08 Dec, 2011
11 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
06 Dec, 2011
2 commits
-
…nto merge-requests/64
04 Dec, 2011
6 commits
-
The important point of that test is that no exception is raised, so we are ok.
27 Nov, 2011
3 commits
-
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
22 Nov, 2011
3 commits
-
This reverts commit 26e7f6658d9d47584be570c1715a032111306316.
-
Conflicts: public/stylesheets/application.css
17 Nov, 2011
1 commit
14 Nov, 2011
1 commit
-
(ActionItem2070)
01 Nov, 2011
1 commit
-
(ActionItem2104)
31 Oct, 2011
1 commit
-
closes ActionItem2124
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)