08 Mar, 2012
1 commit
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)
27 Jan, 2012
1 commit
-
Conflicts: app/helpers/application_helper.rb debian/changelog vendor/plugins/monkey_patches/touch/init.rb
24 Jan, 2012
1 commit
-
(ActionItem2070)
16 Jan, 2012
2 commits
-
This reverts commit 5ee0d0eebb51c4507e19adc86c9c8f1edd994a30.
23 Dec, 2011
1 commit
21 Dec, 2011
2 commits
-
- Added 2 new HOTSPOT: profile_data_extras and head_ending (ActionItem2208)
27 Nov, 2011
2 commits
-
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 Nov, 2011
1 commit
-
This reverts commit 26e7f6658d9d47584be570c1715a032111306316.
14 Nov, 2011
1 commit
-
(ActionItem2070)
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 May, 2011
1 commit
-
(ActionItem1996)
03 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
22 Feb, 2011
3 commits
-
Besides nobody using it, the implementataion is really crappy so we are better without it.
-
(ActionItem1895)
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.
21 Oct, 2010
1 commit
-
Users can delete own profiles Organization admins can delete organizations Environment admins also can remove others profiles (ActionItem1716)
13 Jan, 2010
1 commit
11 Dec, 2009
1 commit
-
This time: * test/functional/search_controller_test.rb * test/functional/profile_editor_controller_test.rb The time gain was small, so perhaps we need to formulate another strategy for functional tests. The way we are doing them, they always require hitting the database.
02 Sep, 2009
1 commit
21 Aug, 2009
2 commits
-
* only admin can add users, so moderation is not needed
24 Jul, 2009
1 commit
-
* this is because of the identifier thats derived from the nickname becouse of ActionItem1126
23 Jul, 2009
3 commits
-
Conflicts: app/controllers/my_profile/memberships_controller.rb app/views/profile_editor/_organization.rhtml po/bg/noosfero.po po/de/noosfero.po po/es/noosfero.po po/fr/noosfero.po po/hy/noosfero.po po/it/noosfero.po po/nl/noosfero.po po/noosfero.pot po/pt_BR/noosfero.po test/functional/profile_editor_controller_test.rb
22 Jul, 2009
3 commits
-
* moved box "enterprise activation" to control panel * require login to activate enterprise
-
* set environment when register new community * description duplicated in Community.fields model * remove duplicated code
20 Jun, 2009
1 commit
19 Jun, 2009
1 commit
06 Jun, 2009
1 commit
-
* changed system roles to depend on environment * made roles environment specific
25 May, 2009
1 commit
22 Apr, 2009
1 commit
03 Apr, 2009
1 commit
03 Feb, 2009
1 commit
27 Jan, 2009
1 commit
-
Had to convert the birth_date setting to a database column for active_record do its magic and couple with the date_select helper that is used on the pick_date helper