04 Jan, 2012
1 commit
21 Dec, 2011
1 commit
12 Dec, 2011
1 commit
09 Dec, 2011
1 commit
-
Conflicts: debian/changelog test/unit/dates_helper_test.rb
29 Nov, 2011
1 commit
-
(ActionItem2203)
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
10 Oct, 2011
1 commit
-
(ActionItem2075)
17 Aug, 2011
1 commit
-
(ActionItem1958)
16 Aug, 2011
3 commits
-
This reverts commit ba869eb36522034b60d819fb4d83bd0b0a751033. Conflicts: config/solr.yml.dist lib/tasks/cucumber.rake There are some problems with solr (ActionItem1958)
-
This reverts commit 3ff810f83cd374943972a0630c30389f783fa077. There are some problems with solr (ActionItem1958)
-
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)
13 Aug, 2011
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
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
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)
26 Jul, 2011
1 commit
20 Jun, 2011
1 commit
09 Jun, 2011
1 commit
18 May, 2011
1 commit
11 May, 2011
1 commit
-
(ActionItem1996)
10 May, 2011
2 commits
-
* Features: - Extension of ActionMailer::Base so that it can append or prepend new paths to view_paths and each instance of it has it's own view paths. So if I define Mailer < ActionMailer::Base, my new class Mailer will have an independent view_path from ActionMailer, despite having a default value equal to it. - Adding new method root_path for Plugins. * Fixes: - select_country helper receive options too. - Passing request form through ajax serialize instead of hardcoded. -
* Feature: - Adding session to plugin context * Fixes: - Fixing routes due to dubious route - Including helper due to method float_to_currency (ActionItem1996)
12 Apr, 2011
1 commit
-
(ActionItem1974)
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)
03 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
03 Mar, 2011
1 commit
-
(ActionItem1904)
23 Feb, 2011
1 commit
22 Feb, 2011
4 commits
-
Conflicts: app/controllers/application.rb lib/noosfero.rb lib/noosfero/i18n.rb test/test_helper.rb test/unit/consumption_test.rb
02 Feb, 2011
1 commit
-
(ActionItem1808)
31 Jan, 2011
1 commit
27 Jan, 2011
3 commits
-
- new config entry 'exception_recipients' in noosfero.yml (ActionItem1808)
-
(ActionItem1820)
-
- new config entry: addthis_enabled - new Rails initializer to load config file (ActionItem1820)
18 Jan, 2011
1 commit
-
* new controller profile_search * new block profile_search_block * added on style.css background images for mimetypes icons * new route profile/foo/search?q=bar (ActionItem1734)
04 Jan, 2011
2 commits
-
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
-
(ActionItem1769)