05 May, 2015
1 commit
24 Apr, 2015
2 commits
-
- A Hotspot to change person_data before user creation - A Hotspot to update the created person by LDAP plugin
26 Feb, 2014
1 commit
03 Oct, 2013
1 commit
-
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
23 Apr, 2013
1 commit
-
Also fixing a typo
17 Apr, 2013
1 commit
14 Mar, 2013
1 commit
08 Mar, 2013
1 commit
28 Jan, 2013
1 commit
19 Jan, 2013
3 commits
17 Jan, 2013
1 commit
-
Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/lib/shopping_cart_plugin.rb plugins/shopping_cart/lib/shopping_cart_plugin/mailer.rb plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
16 Jan, 2013
2 commits
15 Jan, 2013
1 commit
03 Jan, 2013
1 commit
01 Jan, 2013
1 commit
27 Dec, 2012
1 commit
-
I should probably rethink the Noosfero plugin system and make it use the Rails engines infrastructure.
26 Dec, 2012
1 commit
-
plus login and signup screens being displayed. They don't work yet, though.
25 Dec, 2012
4 commits
-
./script/quick-start runs back to back now You will notice that solr was removed.
-
Things do not quite work yet, but I'm close. I am committing right now as a checkpoint.
23 Dec, 2012
1 commit
20 Dec, 2012
1 commit
07 Dec, 2012
1 commit
03 Dec, 2012
3 commits
-
Conflicts: lib/noosfero/plugin/settings.rb test/unit/plugin_settings_test.rb
-
…into merge-requests/248 Conflicts: app/models/person.rb app/views/catalog/index.rhtml public/stylesheets/application.css test/functional/catalog_controller_test.rb
30 Nov, 2012
1 commit
06 Nov, 2012
3 commits
01 Nov, 2012
1 commit
-
Conflicts: db/schema.rb test/functional/cms_controller_test.rb test/unit/article_test.rb
25 Oct, 2012
2 commits
-
…into merge-requests/233 Conflicts: test/integration/routing_test.rb
24 Oct, 2012
1 commit
22 Oct, 2012
1 commit
-
This patch extends the infra developed on the spaminator branch to build generic settings for plugin by allowing the setting to be instatiated with any model that supports settings (and respond to the method settings). This way a plugin can have any number of settings over any model instance like a Profile or an Article and not only the Environment. !! This might conflict with the commit that introduces this idea !! !! The commit is 7afc68410de26905e442714857effa3e3a13ad1a !!