This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from c7fa9b5 fix build adds 0df3a9d Fix activities move (from one road to another) action adds abf437d Fix comment bad reference adds 51c5a02 Fix loop and rename cleanAndPopulateMethod to clearAndPopulate adds c1c9a90 Fix routes move action adds 7e5d226 Update NodeChangeActionListener to take into account the fact that closing an entity will close its children adds 477f8f0 Fix activity lonline trip move action adds 95b29bc Fix trip/route/activity transfer via context menu : move the entity from a node to another closing it (except if it's a trip) at the same time adds c12c107 Fix move multiple entities from a parent node to another : an open entity has to be closed adds 4154470 Fix specific trip move from a program to another (need to close previous program and open the targeted one) adds 6190c6a Refactor ChangeTripProgramActionListener a bit adds eb7dc36 Enable entity move from a parent to another whatever the state of taht entity (open/closed) adds b8ba109 Fix go to open activity buttons label and visibility adds b2a1f4c Fix path expansion when moving an entity from a parent to another adds 9e9a45b Fix merge new b3a9590 Merge branch 'feature/7591_Correction_migration_entites_d_un_parent_a_un_autre' into develop new aaff8fd fix i18n 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 aaff8fdf8c26c3afb4fde15cc50df7a969e47eef Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 16 18:01:05 2016 +0200 fix i18n commit b3a9590b950badc20ac7a4ab487309f8d17b6a05 Merge: c7fa9b5 9e9a45b Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 16 17:49:25 2016 +0200 Merge branch 'feature/7591_Correction_migration_entites_d_un_parent_a_un_autre' into develop Summary of changes: .../fr/ird/observe/ObserveOpenDataManager.java | 18 +++++++ .../shared/MoveActivityLonglinesUIAction.java | 53 ++++++++---------- .../actions/shared/MoveActivitySeinesUIAction.java | 52 +++++++----------- .../ui/actions/shared/MoveRoutesUIAction.java | 62 +++++++++++----------- .../ird/observe/ui/content/list/ContentListUI.jcss | 2 +- .../ui/content/list/ContentListUIHandler.java | 15 ++++++ .../content/list/impl/longline/CommonListUI.jcss | 6 +-- .../ui/content/list/impl/seine/CommonListUI.jcss | 6 +-- .../tree/ObserveNavigationTreeShowPopupAction.java | 53 +++++++++--------- .../fr/ird/observe/ui/tree/ObserveTreeHelper.java | 30 +++++++++++ .../actions/ChangeActivityRouteActionListener.java | 35 +++++------- .../actions/ChangeActivityTripActionListener.java | 34 +++++------- .../actions/ChangeRouteTripActionListener.java | 35 +++++------- .../actions/ChangeTripProgramActionListener.java | 30 ++++++----- .../ui/tree/actions/NodeChangeActionListener.java | 15 ++---- .../observe-application-swing_en_GB.properties | 15 +++--- .../observe-application-swing_es_ES.properties | 15 +++--- .../observe-application-swing_fr_FR.properties | 28 +++++----- 18 files changed, 254 insertions(+), 250 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.