07 Oct, 2013

1 commit


29 Jul, 2013

1 commit


17 Jul, 2013

3 commits


16 Jul, 2013

3 commits


08 Jul, 2013

3 commits


01 Jul, 2013

1 commit


28 Jun, 2013

3 commits


27 Jun, 2013

1 commit


31 May, 2013

1 commit


15 May, 2013

1 commit


10 May, 2013

1 commit

  • - Syntax error on chat
    - Reviewed INSTALL.chat
    - Added function to update the list of users online on main window
    
    (ActionItem2667)
    Daniela Feitosa
     

17 Apr, 2013

1 commit


15 Apr, 2013

1 commit


11 Apr, 2013

1 commit


10 Apr, 2013

1 commit


26 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
     

12 Mar, 2013

1 commit


22 Feb, 2013

1 commit


20 Feb, 2013

1 commit


12 Dec, 2012

1 commit


23 Oct, 2012

1 commit


21 Oct, 2012

1 commit


01 Oct, 2012

1 commit


30 Sep, 2012

1 commit


28 Sep, 2012

1 commit

  •   Instead of a textual feedback to the user when a comment or wall item
      is deleted, this patch uses jQuery .slideUp() so the user feel like
      they see instead of read about the item removal.
    
      Also updates the Brazilian Portuguese translation.
    
    (ActionItem2403)
    Larissa Reis
     

11 Sep, 2012

1 commit


10 Sep, 2012

2 commits


21 Aug, 2012

2 commits


15 Aug, 2012

1 commit

  •   I did a little refactor in the already existent script to
      limited_text_area so the part that grows the textarea can be reused
      elsewhere, e.g. the comment box in the wall.
    
      Since I was modifying the limited_text_area function again, I re-did
      here the fix to the bug in Chrome browsers where the textarea would
      grow with every key press. So this merge request also fix the
      ActionItem2288.
    
    (ActionItem2405)
    Larissa Reis