27 Nov, 2011
3 commits
-
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
9 commits
-
Changing requery_dependency by requery in will_paginate monkey patch
-
* This libs are already included in Noosfero's core. (ActionItem2099)
-
This reverts commit becdcf37421d9c9cd24e4c87ec4b2027867c722d.
17 Oct, 2011
2 commits
-
(ActionItem2097)
-
* To solve this problem it was necessary to include a monkey patch on will_paginate due to a bug with the finder_sql option of ActiveRecord association. As described in the monkey patch, this bug is already solved in will_paginate 3.x.pre. (ActionItem2100)
16 Oct, 2011
3 commits
-
It's needed to avoid problems with Noosfero installed via Debian package
13 Oct, 2011
5 commits
-
(ActionItem2093)
-
* This method is useful for plugins that needs to render pages but do not have access to the render method in the place the hotspot is called. (ActionItem2096)