02 Apr, 2015

1 commit


25 Mar, 2015

1 commit


27 Feb, 2015

1 commit

  • To install:
    
    $ sudo ln -s $NOOSFERO/plugins/stoa/script/stoa-auth-server /etc/init.d/
    $ sudo update-rc.d stoa-auth-server defaults
    $ sudo service stoa-auth-server start
    
    Of course, the stoa plugin must be enabled and properly configure foo
    any of this to work.
    
    It will run on port 4000, and requests must be made to /, e.g.
    
    $ curl -d 'login=USER&password=PASSWORD' http://server:4000/
    Antonio Terceiro
     

03 Feb, 2015

1 commit

  • Conflicts:
    	app/controllers/my_profile/profile_editor_controller.rb
    	app/helpers/search_helper.rb
    	app/models/invitation.rb
    	app/models/person.rb
    	app/views/cms/view.html.erb
    	app/views/templates/index.html.erb
    	plugins/community_track/views/content_viewer/_step_item.html.erb
    	test/functional/home_controller_test.rb
    	test/unit/person_test.rb
    	test/unit/profile_test.rb
    Rodrigo Souto
     

15 Jan, 2015

1 commit

  • I have deduplicated every message in plugin code that was already in the
    core. Going forward, plugins should use c_() is they want to reuse the
    message from the core. If they want to force their own translation, they
    should probably use _('plugin_name|The message') to avoid overriding
    translations from the core.
    Antonio Terceiro
     

12 Jan, 2015

1 commit


28 Jul, 2014

2 commits


27 Jul, 2014

1 commit


25 Jul, 2014

1 commit


19 Jul, 2014

1 commit


14 Jun, 2014

6 commits


06 Jan, 2014

2 commits


18 Dec, 2013

1 commit


03 Dec, 2013

1 commit


19 Nov, 2013

3 commits


08 Nov, 2013

1 commit


04 Nov, 2013

2 commits


21 Oct, 2013

3 commits


18 Oct, 2013

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
    Rodrigo Souto
     

21 Aug, 2013

1 commit


16 Jan, 2013

1 commit


30 Nov, 2012

2 commits


27 Nov, 2012

1 commit


21 Nov, 2012

2 commits


19 Nov, 2012

1 commit