03 Nov, 2015

10 commits


30 Oct, 2015

8 commits


29 Oct, 2015

6 commits


28 Oct, 2015

6 commits


22 Oct, 2015

1 commit


13 Oct, 2015

1 commit


12 Oct, 2015

1 commit


10 Oct, 2015

1 commit


09 Oct, 2015

5 commits


08 Oct, 2015

1 commit

  •   - Fixes slide up of field box when removing a field, since the outer
      box was being left behind and only the content was being slided up.
      - Fixes date pick on Firefox/Iceweasel, which was not showing the date
      stored on the database and instead was always being initialized with
      the current date because the format with dashes '1995-12-17 03:24:00'
      is not a valid date format for Date(), while '1995-12-17T03:24:00' or
      '1995/12/17 03:24:00' are correct formats.
    Larissa Reis