20 Dec, 2011
1 commit
-
(ActionItem2215)
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)
02 Mar, 2011
1 commit
31 Jan, 2011
1 commit
06 Jan, 2011
1 commit
04 Jan, 2011
1 commit
-
Done: * Plugin loading process * Infra-structure for plugins registering and event activations. * Three fixed routes for plugins. * Methods to define plugins meta-information. * Interface for activation and deactivation of plugins in the environment panel. * Hotspots: - Buttons in the control panel. - Tabs in the profile (including expanded_template method). - New attributes for profile. * Possibility for the plugin to add new tables. * Mezuro prototype. Missing: * Test integration. * Dependencies integration. * Possibility to add behaviours in noosfero base models.
07 Dec, 2010
1 commit
-
* Added profile-base as base of profile's themes * Added profile-base on gettext.rake to be translated * Fixed scarletred and skyblue themes to import profile-base * New themes based on Tango pallete: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines * aluminium * butter * chameleon * chocolate * orange * plum (ActionItem1675)
25 Nov, 2010
2 commits
-
ActionItem1629
26 Oct, 2010
2 commits
12 Sep, 2010
1 commit
-
(ActionItem1303)
11 Sep, 2010
1 commit
-
(ActionItem1303)
26 Aug, 2010
1 commit
-
This fixes the 'noosfero:doc:build' task, which was broken by commit f73c8033 that removed another task file that loaded the environment. Now the environment is loaded in its own separate file
22 Aug, 2010
1 commit
-
Conflicts: db/schema.rb public/stylesheets/application.css
17 Aug, 2010
1 commit
15 Aug, 2010
1 commit
-
- Added a new jQuery UI theme - Added jQuery Cookie plugin (ActionItem1412)
09 Aug, 2010
2 commits
-
This way if the X server number is already being used (e.g. by a concurrent xfvb-run execution) it will find the neft available number. Got the ideam from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573679