This is an automated email from the git hooks/post-receive script. New change to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 8edf5d3 Display of a task after edition of url in prettified json format methods to jsonify and then prettify a task (small typo edit) new 1f186b5 "use of simpler json format, sends update request to url when url is changed with the json of the task." new d63c6c1 Deletion of TaskJsonDisplayer class that was used to test the display of the json Adding an update option to the UI and an update frame (TimeTaskUpdaterView) to display the data to be sent (not finished) based on the Report UI The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit d63c6c11ac5a541683cf2b39e975939efdedba8b Author: servantie <servantie.c@gmail.com> Date: Tue May 17 14:27:32 2016 +0200 Deletion of TaskJsonDisplayer class that was used to test the display of the json Adding an update option to the UI and an update frame (TimeTaskUpdaterView) to display the data to be sent (not finished) based on the Report UI commit 1f186b5720811363e3162993869f5250673d616d Author: servantie <servantie.c@gmail.com> Date: Tue May 10 11:30:43 2016 +0200 "use of simpler json format, sends update request to url when url is changed with the json of the task." Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 18 +- .../chorem/jtimer/entities/TimerTaskHelper.java | 163 +++----- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 3 +- .../org/chorem/jtimer/ui/TaskJsonDisplayer.java | 61 --- .../java/org/chorem/jtimer/ui/TimerTaskEditor.java | 3 - .../jtimer/ui/report/TimerTaskUpdaterView.java | 411 +++++++++++++++++++++ .../org/chorem/jtimer/resources/JTimer.properties | 4 + .../chorem/jtimer/resources/JTimer_fr.properties | 6 +- .../resources/TimerTaskUpdaterView.properties | 50 +++ .../resources/TimerTaskUpdaterView_fr.properties | 62 ++++ 10 files changed, 608 insertions(+), 173 deletions(-) delete mode 100644 src/main/java/org/chorem/jtimer/ui/TaskJsonDisplayer.java create mode 100644 src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java create mode 100644 src/main/resources/org/chorem/jtimer/ui/report/resources/TimerTaskUpdaterView.properties create mode 100644 src/main/resources/org/chorem/jtimer/ui/report/resources/TimerTaskUpdaterView_fr.properties -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.