27 Oct, 2015

2 commits


23 Oct, 2015

1 commit


20 Oct, 2015

5 commits


19 Oct, 2015

5 commits


16 Oct, 2015

3 commits


15 Oct, 2015

3 commits


14 Oct, 2015

6 commits


13 Oct, 2015

9 commits


12 Oct, 2015

1 commit


09 Oct, 2015

4 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