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
     

22 Jan, 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
    Rodrigo Souto
     

15 Jul, 2013

1 commit


22 Mar, 2012

1 commit


15 Feb, 2012

1 commit


09 Feb, 2012

1 commit


18 Dec, 2011

3 commits


01 Nov, 2011

1 commit


28 Oct, 2011

1 commit


18 Oct, 2011

1 commit


17 Oct, 2011

2 commits


10 Oct, 2011

4 commits


07 Oct, 2011

1 commit


04 Oct, 2011

1 commit


27 Sep, 2011

2 commits


22 Aug, 2011

3 commits


17 Aug, 2011

2 commits


16 Aug, 2011

3 commits


15 Aug, 2011

1 commit


13 Aug, 2011

3 commits


11 Aug, 2011

4 commits


10 Aug, 2011

1 commit

  •   * Fixing 'available' task. This task was running only the enabled
        plugins. Now, before running this task, all plugins are enabled and
        after, the ones that were disabled are disabled again.
      * Running plugins tests on noosfero rake with all other tests.
    Rodrigo Souto