21 Nov, 2015

1 commit


01 Oct, 2015

1 commit


17 Jun, 2015

1 commit


14 Jun, 2015

1 commit


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
     

13 May, 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
     

17 Jan, 2013

2 commits


28 Dec, 2012

2 commits


14 Nov, 2012

1 commit


13 Nov, 2012

1 commit


12 Nov, 2012

1 commit


22 Oct, 2012

3 commits


22 Jun, 2012

1 commit

  •   Changes what's stored in PurchaseOrder so the product name is also stored,
      that way if the product is removed its name isn't lost.
      Uses a class named LineItem to encapsulate the information about an
      ordered product for clarification.
      Also fixes the views so it shows the product name but not the product url
      if the product was removed.
    
    (ActionItem2362)
    Larissa Reis
     

05 Apr, 2012

1 commit


18 Dec, 2011

2 commits


22 Sep, 2011

2 commits


16 Aug, 2011

7 commits