This is an automated email from the git hooks/post-receive script. New change to branch feature/7610 in repository observe. See http://git.codelutin.com/observe.git discards 90950ed modif des linkedhashset en list dans certains dto pour faire marcher les double listes (refs #7610) adds 44b61d0 gestion des noeuds de référentiel (refs #7553) adds 02fd51b refs #7553 noeuds de référentiels new 355ffec modif des linkedhashset en list dans certains dto pour faire marcher les double listes (refs #7610) new 849801d ouverture des écrans de référentiel commun (refs #7610) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (90950ed) \ N -- N -- N refs/heads/feature/7610 (849801d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 849801dc3dad5f2f5c441fc6907e4f9578e39c19 Author: Kevin Morin <morin@codelutin.com> Date: Wed Oct 14 18:03:45 2015 +0200 ouverture des écrans de référentiel commun (refs #7610) commit 355ffecf7eef38236a94b5ca8987f5bcb23832f4 Author: Kevin Morin <morin@codelutin.com> Date: Wed Oct 14 11:03:12 2015 +0200 modif des linkedhashset en list dans certains dto pour faire marcher les double listes (refs #7610) Summary of changes: .../java/fr/ird/observe/ui/DecoratorService.java | 7 + .../observe/ui/content/ContentUIInitializer.java | 4 +- .../ird/observe/ui/content/ContentUIManager.java | 76 ++--- .../fr/ird/observe/ui/content/ContentUIModel.java | 12 - .../observe/ui/content/ref/ContentReferenceUI.jaxx | 2 +- .../ui/content/ref/ContentReferenceUIHandler.java | 332 +++++++++++---------- .../observe/ui/content/ref/impl/GearUIHandler.java | 3 +- .../ref/impl/LengthWeightParameterUIHandler.java | 3 +- .../ui/content/ref/impl/ProgramUIHandler.java | 3 +- .../ui/content/ref/impl/SpeciesListUIHandler.java | 3 +- .../ui/content/ref/impl/SpeciesUIHandler.java | 3 +- .../ui/content/ref/impl/VesselUIHandler.java | 3 +- .../fr/ird/observe/ui/tree/DtoNodeSupport.java | 14 +- .../loadors/ReferenceCommonNodeChildLoador.java | 10 +- .../loadors/ReferenceLonglineNodeChildLoador.java | 11 +- .../loadors/ReferenceSeineNodeChildLoador.java | 12 +- .../java/fr/ird/observe/ui/usage/UsagesUI.jaxx | 4 +- .../fr/ird/observe/ui/usage/UsagesUIHandler.java | 13 +- .../observe-application-swing_fr_FR.properties | 52 ++-- .../v1/ReferentialServiceController.java | 5 + .../services/service/ReferentialService.java | 6 + .../java/fr/ird/observe/services/dto/DtoMap.java | 16 +- .../services/dto/referential/ReferentialDtos.java | 1 - .../services/service/ReferentialServiceTopia.java | 40 +++ 24 files changed, 356 insertions(+), 279 deletions(-) copy observe-entities/src/main/java/fr/ird/observe/entities/EntityMap.java => observe-services-model/src/main/java/fr/ird/observe/services/dto/DtoMap.java (70%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.