branch feature/1316-Rendre-utilisable-la-selection-de-compte updated (69d3dd3 -> 7ea6ec6)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1316-Rendre-utilisable-la-selection-de-compte in repository lima. See https://gitlab.nuiton.org/chorem/lima.git discards 69d3dd3 refs #1317 déclaration de licences manquante discards ead9029 refs #1317 déclaration de licences manquante discards 3506749 refs #1317 déclaration de licences manquante discards e6ca96c refs #1317 déclaration de licences manquante discards c6a5d18 refs #1317 déclaration de licences manquante discards ae5775b refs #1317 déclaration de licences manquante discards 7c75065 refs #1317 déclaration de licences manquante discards 87a3af7 refs #1317 déclaration de licences manquante discards 778746f refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule discards ed48b14 refs #1316 ajout de logs adds c99ab61 Fix build adds ca457cc Update parent pom adds 144659a doc(README.md): Actualisation du README avec le contenu de l'index du site new e099d71 refs #1316 ajout de logs new 5da06cc refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule new 9622606 refs #1317 déclaration de licences manquante new bc1f7e6 refs #1317 déclaration de licences manquante new f761cfc refs #1317 déclaration de licences manquante new 60c6329 refs #1317 déclaration de licences manquante new 434a917 refs #1317 déclaration de licences manquante new 5f97fd8 refs #1317 déclaration de licences manquante new 9294f5d refs #1317 déclaration de licences manquante new 7ea6ec6 refs #1317 déclaration de licences manquante 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 (69d3dd3) \ N -- N -- N refs/heads/feature/1316-Rendre-utilisable-la-selection-de-compte (7ea6ec6) 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 10 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 7ea6ec630f14389da7517cc5807cdfad4686b5d5 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit 9294f5ded7d5ae8f6669656e7acaa8f1dacdc540 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 5f97fd88c9919b591343c409935b5a882eb531c2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit 434a917ddacc9146b91561b34161ad154f8a883a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 60c63297757933a7fd7f40919c28ebf85412ddd6 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante commit f761cfcd947af40261fac0269ceb94a007a75fa2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit bc1f7e6579eb21336d5d26aa5db1aa19152eb83a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 96226066c4401e6f8c6a1d168d48ca2d8924495c Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante commit 5da06cc2c3f01f0dbc08277be1bad7634172d85d Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 17:43:00 2016 +0100 refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule commit e099d71c2da0ed961a46ce9ed97008d7191ea4fe Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 17:39:23 2016 +0100 refs #1316 ajout de logs Summary of changes: .gitignore | 5 +++ src/site/rst/index.rst => README.md | 38 +++++------------ README.txt | 6 --- changelog.txt | 16 -------- lima-business-api/.gitignore | 1 + .../README.txt => lima-business-api/README.md | 0 lima-business-api/README.txt | 0 .../chorem/lima/business/api/TreasuryService.java | 22 ++++++++++ lima-business/.gitignore | 1 + .../changelog.txt => lima-business/README.md | 0 lima-business/changelog.txt | 2 - lima-business/pom.xml | 4 ++ .../lima/business/ejb/TreasuryServiceImpl.java | 22 ++++++++++ .../ejb/report/AccountReportServiceImpl.java | 22 ++++++++++ .../business/ejb/report/CommonsDocumentReport.java | 22 ++++++++++ lima-callao/.gitignore | 1 + lima-callao/{README.txt => README.md} | 0 lima-callao/changelog.txt | 2 - lima-report/.gitignore | 1 + lima-report/{README.txt => README.md} | 0 lima-server/{README.txt => README.md} | 0 lima-swing/.gitignore | 1 + lima-swing/{README.txt => README.md} | 0 lima-swing/changelog.txt | 47 ---------------------- lima-swing/pom.xml | 4 ++ .../chorem/lima/ui/accountViewer/PeriodChoice.java | 22 ++++++++++ .../lima/ui/accountViewer/SelectionMode.java | 22 ++++++++++ pom.xml | 20 +++++---- 28 files changed, 173 insertions(+), 108 deletions(-) copy src/site/rst/index.rst => README.md (85%) delete mode 100644 README.txt delete mode 100644 changelog.txt create mode 100644 lima-business-api/.gitignore rename lima-business/README.txt => lima-business-api/README.md (100%) delete mode 100644 lima-business-api/README.txt create mode 100644 lima-business/.gitignore rename lima-business-api/changelog.txt => lima-business/README.md (100%) delete mode 100644 lima-business/changelog.txt create mode 100644 lima-callao/.gitignore rename lima-callao/{README.txt => README.md} (100%) delete mode 100644 lima-callao/changelog.txt create mode 100644 lima-report/.gitignore rename lima-report/{README.txt => README.md} (100%) rename lima-server/{README.txt => README.md} (100%) create mode 100644 lima-swing/.gitignore rename lima-swing/{README.txt => README.md} (100%) delete mode 100644 lima-swing/changelog.txt -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1316-Rendre-utilisable-la-selection-de-compte in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 5f97fd88c9919b591343c409935b5a882eb531c2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 5 ++--- lima-swing/src/license/THIRD-PARTY.properties | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 7ff41a9..cb43d73 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,7 +28,6 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -46,7 +45,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:14 CEST 2016 +#Tue Jul 05 13:45:32 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 130519a..296b8d4 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,7 +30,6 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -48,7 +47,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:50 CEST 2016 +#Tue Jul 05 13:49:05 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence @@ -65,3 +64,4 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1316-Rendre-utilisable-la-selection-de-compte in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 9294f5ded7d5ae8f6669656e7acaa8f1dacdc540 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 3 ++- lima-swing/src/license/THIRD-PARTY.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index cb43d73..012f939 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,6 +28,7 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 296b8d4..c9b67d9 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,6 +30,7 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1316-Rendre-utilisable-la-selection-de-compte in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 7ea6ec630f14389da7517cc5807cdfad4686b5d5 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 3 +-- lima-swing/src/license/THIRD-PARTY.properties | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 012f939..cb43d73 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,7 +28,6 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index c9b67d9..296b8d4 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,7 +30,6 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm