1. 30 Jun, 2017 2 commits
  2. 29 Jun, 2017 1 commit
  3. 28 Jun, 2017 2 commits
  4. 13 Jun, 2017 1 commit
  5. 08 Jun, 2017 1 commit
  6. 06 Jun, 2017 3 commits
  7. 05 Jun, 2017 1 commit
  8. 02 Jun, 2017 2 commits
  9. 01 Jun, 2017 11 commits
  10. 30 May, 2017 1 commit
  11. 29 May, 2017 1 commit
  12. 27 May, 2017 2 commits
  13. 18 May, 2017 2 commits
  14. 03 May, 2017 1 commit
  15. 12 Apr, 2017 1 commit
    • Frank Bergmann's avatar
      - REST: · f64e1671
      Frank Bergmann authored
        Fixed "GanttEditor: Error saving data on the server side: No authentication found ('')" bug.
        Apparently Chrome sometimes sends out PUT XHTTP calls without cookies.
        So ]po[ then correctly identifies a non-authenticated session.
        As a workaround, I have added auth_token authentication in the SenchaPreference store,
        so that the calls are authenticated, even if the cookies should disappear for some
        reason.
      f64e1671
  16. 05 Feb, 2017 1 commit
  17. 09 Jan, 2017 1 commit
  18. 07 Jan, 2017 1 commit
  19. 06 Jan, 2017 1 commit
  20. 29 Dec, 2016 2 commits
    • Frank Bergmann's avatar
      - Reordered tree columns · a06c37a0
      Frank Bergmann authored
      a06c37a0
    • Frank Bergmann's avatar
      - Gantt Editor: · 9c2e267c
      Frank Bergmann authored
        A milestone now is a task marked as milestone.
        It's not sufficient anymore to have start_date == end_date.
        That's because both date and timestamptz is used in the
        code on the DB and in the GanttEditor part.
        We will have to revisit this code once timephased_date are
        available in ]po[ V5.1 or later
      9c2e267c
  21. 28 Dec, 2016 2 commits