09 Apr, 2012
1 commit
-
Nara Oliveira <narananet@gmail.com> Art available on http://openclipart.org/detail/167029/
29 Feb, 2012
2 commits
28 Feb, 2012
2 commits
27 Feb, 2012
3 commits
-
The way it worked before only listed the pending migrations from the first plugin, because the task was aborted before listing the pending migrations from the other plugins
-
(ActionItem2147)
09 Feb, 2012
1 commit
31 Jan, 2012
3 commits
27 Jan, 2012
1 commit
-
Conflicts: app/helpers/application_helper.rb debian/changelog vendor/plugins/monkey_patches/touch/init.rb
21 Dec, 2011
1 commit
-
The fact that tables matching /_plugin_/ were being excluded from db/schema.rb broke the tests, because the test database was being created without the necessary tables. And db/schema.rb was already not left untouched anyway, since several plugins add columns to existing Noosfero tables ...
20 Dec, 2011
1 commit
-
(ActionItem2215)
19 Dec, 2011
1 commit
09 Dec, 2011
1 commit
-
Conflicts: debian/changelog test/unit/dates_helper_test.rb
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
22 Oct, 2011
1 commit
-
Changed the way libs are loaded in gettext.rake at line 11. I wasn't able to test using Debian Lenny. (ActionItem2106)
18 Oct, 2011
1 commit
-
This reverts commit becdcf37421d9c9cd24e4c87ec4b2027867c722d.
16 Oct, 2011
1 commit
-
It's needed to avoid problems with Noosfero installed via Debian package
10 Oct, 2011
1 commit
04 Oct, 2011
1 commit
-
Letting the plugins enabled during the rake was breaking some tasks like db:schema:load becouse some models were eventually loaded without the tables being created yet.
27 Sep, 2011
1 commit
-
also, do not create synlinks every time rake run (ActionItem2066)
22 Aug, 2011
2 commits
-
…nto merge-requests/39 (ActionItem1970)
16 Aug, 2011
3 commits
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
-
This reverts commit 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
13 Aug, 2011
2 commits
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
-
(ActionItem1958)
11 Aug, 2011
2 commits
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
10 Aug, 2011
1 commit
-
* Fixing 'available' task. This task was running only the enabled plugins. Now, before running this task, all plugins are enabled and after, the ones that were disabled are disabled again. * Running plugins tests on noosfero rake with all other tests.
08 Aug, 2011
1 commit
-
also: - fix noosfero/i18n: error_messages_for should works as documented in Rails API (accept param :header_message => '...') - new helper method to display errors in a dialog box - now Plugins knows what is URL to admin itself - defining paths to cucumber steps and setup files in config/cucumber.yml - allow plugins to have documentation in same way as Noosfero core (ActionItem2056)
27 Jul, 2011
1 commit
26 Jul, 2011
1 commit
-
For the task 'package' check first if solr was already downloaded. If so, then include it on the tarball. Also invoke solr:download task for test task and development script.
18 May, 2011
1 commit
10 May, 2011
1 commit
-
This patch creates some tasks to run noosfero plugins' tests through rake. For further information take a look at: http://noosfero.org/Development/PluginsArchitecture#Tasks (ActionItem1996)
04 Apr, 2011
1 commit
-
Developed with Caio SBA <caio@colivre.coop.br> Available only for PostgreSQL by now See INSTALL.multitenancy for details (ActionItem1845)