03 Dec, 2013
1 commit
19 Nov, 2013
3 commits
14 Nov, 2013
1 commit
-
This reverts commit 4b392f22fb7d07a8d90095f028bfe184a2f58966. This is not necessary since a to_json is already happening on top level.
04 Nov, 2013
4 commits
21 Oct, 2013
3 commits
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
-
(ActionItem2832)
18 Oct, 2013
1 commit
-
* Creates a smart api to define categories of fields. * Inclusion of sensitive and heavy fields categorization * Possibility for creation of custom fields (ActionItem2832)
15 Oct, 2013
6 commits
-
At some point that documentation should be moved to the source repository.
12 Oct, 2013
1 commit
-
This limit the listing to the 5 most popular communities to avoid making it unbearable to users that create a lot of communities.
10 Oct, 2013
1 commit
07 Oct, 2013
11 commits
-
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. Conflicts: app/controllers/public/catalog_controller.rb
-
closes ActionItem2519
-
…into merge-requests/328 Conflicts: app/controllers/public/catalog_controller.rb
-
Conflicts: app/views/cms/view.rhtml test/functional/profile_controller_test.rb
04 Oct, 2013
2 commits
03 Oct, 2013
6 commits
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes