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


30 Jul, 2013

1 commit


16 Apr, 2013

2 commits


11 Apr, 2013

2 commits


05 Apr, 2013

1 commit


25 Mar, 2013

1 commit


22 Mar, 2013

1 commit


20 Mar, 2013

1 commit

  • This commit, with the participation of Lucas Melo, does:
    
    * Make action list from ShoppingCartPluginController Fault-tolerant.
    * Create a basic logging system and replace debug alerts.
    * Limit the cart size to protect against cookie limit.
    * Add more loading style possibilities.
    * Add a little fault-tolerance to the process of loading the carts items.
    * Force colorbox to "Shopping checkout" button.
    * Add L10n to Cart JS interaction.
    Aurélio A. Heckert
     

06 Mar, 2013

1 commit


18 Feb, 2013

1 commit


17 Jan, 2013

2 commits


02 Jan, 2013

1 commit


28 Dec, 2012

11 commits


27 Dec, 2012

2 commits


06 Dec, 2012

1 commit


27 Nov, 2012

1 commit


14 Nov, 2012

1 commit


13 Nov, 2012

1 commit


12 Nov, 2012

1 commit


22 Oct, 2012

4 commits


16 Jul, 2012

1 commit


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