01 Jun, 2013
1 commit
-
The disable_* settings for environment are incoherent with the user interface and with the code itself. This changes correct only one incoherent setting as an example how to do with all others.
18 Jan, 2013
1 commit
03 Dec, 2012
1 commit
-
…into merge-requests/248 Conflicts: app/models/person.rb app/views/catalog/index.rhtml public/stylesheets/application.css test/functional/catalog_controller_test.rb
27 Nov, 2012
1 commit
04 Nov, 2012
2 commits
27 Oct, 2012
1 commit
-
Added field redirection_after_login on profiles and environments New db/schema Added a select to choose option to redirect on admin panel and on profile control panel (ActionItem2369)
25 Oct, 2012
2 commits
-
(ActionItem2495)
-
…into merge-requests/236
01 Oct, 2012
1 commit
-
Changes from checkbox to radio box, with options private and public. Also removes confusing table about profile visibility in control panel. StoaItem18
21 Aug, 2012
1 commit
-
Additionally, I have made the "Mark as SPAM" and "Remove" links in the page view comment listing work through AJAX, so that now it is much more practical to remove comments or mark them as spam. ActionItem2306
08 Aug, 2012
1 commit
-
The templates are not visible, so new user won't be able to see them Also styling the checkbox "is_template" on profile edition (ActionItem2378)
07 Aug, 2012
1 commit
-
(ActionItem2378)
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
16 May, 2012
1 commit
-
This "feature" started as a workaround for the fact that "the CMS is not good rnough". In practice, it was only effective for enterprises, and the only known site that actually used this in the past does not use it for ages.
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)
26 Jan, 2012
1 commit
24 Jan, 2012
1 commit
-
(ActionItem2070)
19 Jan, 2012
1 commit
-
(ActionItem2208)
16 Jan, 2012
2 commits
-
This reverts commit 5ee0d0eebb51c4507e19adc86c9c8f1edd994a30.
10 Jan, 2012
3 commits
-
(ActionItem2121)
-
Conflicts: features/step_definitions/noosfero_steps.rb
09 Jan, 2012
1 commit
-
The profile has a new attribute to define if the guest must be automaticaly redirected to the article translation or not. Closes ActionItem2121
21 Dec, 2011
1 commit
-
- Added 2 new HOTSPOT: profile_data_extras and head_ending (ActionItem2208)
22 Nov, 2011
1 commit
-
This reverts commit 26e7f6658d9d47584be570c1715a032111306316.
14 Nov, 2011
1 commit
-
(ActionItem2070)
10 Oct, 2011
2 commits
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
-
(ActionItem2075)
21 Jul, 2011
1 commit
-
- Changing it to $().select() (ActionItem2053)
28 Mar, 2011
1 commit
-
Thanks to professor Fabio Kon from USP for the heads up. Note that this patch changes only the labels used for the fields, but does not touch the actual field names.
22 Feb, 2011
1 commit
-
(ActionItem1895)
26 Jan, 2011
1 commit
-
+ Multi-processing tasks. + Graciously show/hide functions with the smooth slide of + Jquery. ^^ + Using Unobtrusive Javascript. + Customized messages for each task type. + Button "Set all to approve/reject/skip". + Icons related to the task action. * Missing - Need to make selenium tests. (ActionItem1527)
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.
26 Oct, 2010
1 commit
-
(ActionItem1716)
21 Oct, 2010
1 commit
-
Users can delete own profiles Organization admins can delete organizations Environment admins also can remove others profiles (ActionItem1716)
05 Aug, 2010
1 commit
01 Jul, 2010
1 commit
-
* Fixed fields that weren't in the custom fields options. * Included "Display on creation|registration" feature for organization fields. * Included fields dependencies: [field] -> [dependencies] required -> active, signup signup -> active * Javascripts to grant the dependencies on the radioboxes. * Changing the validation of fields presence message. * Also removing some unwanted endline spaces. (ActionItem1509)