16 Mar, 2014

2 commits


13 Mar, 2014

1 commit


12 Mar, 2014

3 commits


07 Mar, 2014

1 commit


11 Feb, 2014

2 commits


23 Jan, 2014

1 commit


02 Jan, 2014

1 commit


16 Dec, 2013

1 commit


13 Dec, 2013

1 commit


19 Nov, 2013

1 commit


12 Nov, 2013

1 commit


08 Nov, 2013

1 commit


10 Jun, 2013

1 commit


07 May, 2013

1 commit


24 Apr, 2013

1 commit


20 Apr, 2013

1 commit


17 Apr, 2013

1 commit


05 Apr, 2013

2 commits


18 Mar, 2013

1 commit


15 Mar, 2013

1 commit


13 Mar, 2013

1 commit


05 Mar, 2013

1 commit


27 Feb, 2013

1 commit


15 Jan, 2013

1 commit


24 Oct, 2012

1 commit


01 Oct, 2012

1 commit


05 Sep, 2012

1 commit


24 Aug, 2012

1 commit


09 Aug, 2012

1 commit

  •    * Licenses only can be removed with method 'post'
       * Fixing truncate calls to stop displaying deprecation warnings
       * Added buttons to add a new license and to go back to admin panel
       * Added new db/schema
    
    (ActionItem2379)
    Daniela Feitosa
     

08 Aug, 2012

1 commit


07 Aug, 2012

2 commits


18 Jul, 2012

1 commit


03 Apr, 2012

1 commit


08 Feb, 2012

1 commit

  •   * In app/controller/admin/users_controller.rb uses a User.find() method call that uses a :include argument to load the needed Persons with a single sql instead of one sql consult per user.
      * Only call User.find() if the format is csv or xml, to avoid making the
    huge sql consult every time the user loads the page.
    
      * With this change, the downloading time of a users list on csv format
    decreased 63%, while on xml format decreased 30%.
      * I've got no guarantee it's enough time to avoid timeout in production
    server, though.
      * Not tested on debian.
    
    (ActionItem2241)
    Larissa Reis