25 Oct, 2012
1 commit
-
…into merge-requests/233 Conflicts: test/integration/routing_test.rb
15 Oct, 2012
1 commit
-
…into merge-requests/218 Conflicts: lib/noosfero/plugin.rb
13 Sep, 2012
1 commit
-
Some requests aren't made directly by the user, like the request to get the favicon, and these guys are not displayed to the user. Therefore it's not necessary to render the full layout not_found, just sent the status of not_found
31 Aug, 2012
1 commit
30 Aug, 2012
1 commit
-
This lets the default VCL logic do its job
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
15 Apr, 2012
2 commits
-
* 'See all' only appears if MULTIPLE_SEARCH_LIMIT is reached
-
Conflicts: app/models/enterprise.rb
04 Apr, 2012
1 commit
-
…into merge-requests/145
13 Mar, 2012
1 commit
-
(ActionItem2307)
24 Feb, 2012
1 commit
20 Feb, 2012
1 commit
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
08 Dec, 2011
1 commit
27 Nov, 2011
1 commit
-
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
07 Oct, 2011
1 commit
30 Sep, 2011
1 commit
05 May, 2011
1 commit
-
(ActionItem1465)
03 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
04 Mar, 2011
1 commit
25 Feb, 2011
2 commits
-
Also: * Moved integration tests to content_viewer functional test * Removed image_label unused method (ActionItem1894)
-
(ActionItem1894)
22 Feb, 2011
1 commit
-
Besides nobody using it, the implementataion is really crappy so we are better without it.
08 Feb, 2011
1 commit
-
(ActionItem1837)
27 Jan, 2011
1 commit
-
- new config entry 'exception_recipients' in noosfero.yml (ActionItem1808)
21 Oct, 2010
1 commit
-
* Posts unavailable for the user weren't displayed but were considered on pagination. * Used a direct sql to increase the performance. * Removing last and first_day_of_month methods and using the rails builtin methods in_the_beginning_of_month and in_the_end_of_month. P.S.: done against the master branch. (ActionItem1557)
25 Sep, 2010
1 commit
11 Sep, 2010
1 commit
-
- added strophejs lib to communication with XMPP server - added jquery.scrollabletab.js and jquery.emoticon.js plugins - new 'pidgin' icon theme - environment attribute 'icon_theme' moved to theme - added ruby_bosh as plugin to start XMPP/BOSH session (ActionItem1635)
01 Sep, 2010
1 commit
-
Run each request 10 times to avoid failure because of outliers (ActionItem1617)
27 Aug, 2010
3 commits
-
(ActionItem1640)
-
That is tested in a lot of other places (ActionItem1608)
-
(ActionItem1608)
12 Aug, 2010
2 commits
-
(ActionItem1617)
09 Aug, 2010
2 commits
-
This way we won't introduce performance bottlenecks there anymore. (ActionItem1617)
06 Aug, 2010
2 commits
-
(ActionItem1587,ActionItem1588)
23 Jul, 2010
1 commit
-
After creation/edition of an article, the user is redirected to the article Used back_to to store the page to return (ActionItem1424)