Skip to content


Closed Anomalie saisie d'écriture
retired / lima #58 · created by Eric Chatellier
- écriture sans compte n'est pas signalé comme incorrecte (rouge) - problème avec les nombres à virgule, balance à zéro, mais transaction en rouge -impossible d'afficher plusieurs période à la fois (p...
updated
Closed Améliorer la saisie des chiffres (virgules)
retired / lima #39 · created by Eric Chatellier
La saisie des chiffres avec virgules et/ou point est fastidieuse. *(from redmine issue 307 created on 2011-03-02, closed on 2011-05-12, relates #267, relates #355)*
updated
Closed Saisie des montants
retired / lima #30 · created by Eric Chatellier
2 chiffres après la virgule seraient suffisants, il y en a 3 actuellement. *(from redmine issue 267 created on 2010-12-17, closed on 2011-05-12, relates #307)*
updated
Closed Move all i18n api to project i18n
nuiton / nuiton-utils #20 · created by Tony Chemit
*(from redmine issue 347 created on 2010-03-07, closed on 2010-03-07, relates #343, relates #307)*
updated
Closed Remove deprecated class org.nuiton.i18n.I18nf
nuiton / nuiton-utils #15 · created by Tony Chemit
Remove deprecated class org.nuiton.i18n.I18nf *(from redmine issue 307 created on 2010-02-09, closed on 2010-03-07, relates #347)*
updated
Closed Hibernate connection not closed since 4.3.1 update
nuiton / topia #451 · created by Tony Chemit
Since 4.3.1 update, the hibenate connection is not close, resulting in a h2 lock on database. During undeploy, following traces:
Grave: The web application [/agrosyst-web] registered the JDBC driver...
updated
Closed Add log when findByTopiaId(...) method is used with an invalid topiaId
nuiton / topia #441 · created by Tony Chemit
Add this log because it is synonymous of a bogus behavior *(from redmine issue 3079 created on 2014-02-12, closed on 2014-02-12)*
updated
Closed Hibernate connection not closed since 4.3.1 update
nuiton / topia #440 · created by Tony Chemit
Since 4.3.1 update, the hibenate connection is not close, resulting in a h2 lock on database. During undeploy, following traces:
Grave: The web application [/agrosyst-web] registered the JDBC driver...
updated
Closed Check HibernateProvider#close method
nuiton / topia #439 · created by Tony Chemit
In following code: http://nuiton.org/projects/topia/repository/entry/tags/topia-3.0-alpha-10/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/HibernateProvider.java#L206 the first...
updated
Closed GeneratedXxxTopiaDao#getComposite(E) does not add the required imports
nuiton / topia #438 · created by Tony Chemit
It does not compile if the composite entity is in a different package. Missing imports are about "Xxx" entity and "XxxTopiaDao" *(from redmine issue 3070 created on 2014-02-07, closed on 2014-02-07)...
updated
Closed Update to Hibernate 4.3.x
nuiton / topia #409 · created by Tony Chemit
*(from redmine issue 2969 created on 2013-12-17, closed on 2014-04-03, blocks #3078, copied_to #3139)*
updated
Closed Reuse the shared stack when creating validator
nuiton / nuiton-validator #9 · created by Tony Chemit
If there is an existing shared value stack in XWorkValidatorUtil, it should be used to create new validators instead of create a new one instead. *(from redmine issue 3076 created on 2014-02-12, clos...
updated
Closed Readd n_() and _() as deprecated methods
nuiton / i18n #122 · created by Tony Chemit
Make new release binary compatible with 2.5.x release to make migration easier *(from redmine issue 3071 created on 2014-02-07, closed on 2014-02-08)*
updated
Closed Updates nuiton-validator to 3.0-rc-1
nuiton / jaxx #1677 · created by Tony Chemit
*(from redmine issue 3077 created on 2014-02-12, closed on 2014-02-12)*
updated
Closed Add option to select in a FilterableComboBox with enter key whene there is a unique resultSet
nuiton / jaxx #1676 · created by Tony Chemit
Be ware, this option is by default to true (may change some behaviour). *(from redmine issue 3075 created on 2014-02-12, closed on 2014-02-12)*
updated
Closed Introduce a new NumberEditor
nuiton / jaxx #1675 · created by Tony Chemit
The actual number editor should be deprecated, since it lacks some bad design defaults. Fixing the design problems can not be done easily. Best way is to write a new editor
org.nuiton.jaxx.widgets....
updated
Closed NumberEditor does not support Double modelType
nuiton / jaxx #1674 · created by Tony Chemit
[JAXX :: Widgets] Using Double.class as a modelType in NumberEditor is not supported: a cast from float to double in NumberEditorHandler is missing. As a simple cast Float.doubleValue() results in a f...
updated