Skip to content


Closed Le clique sur le lien bow ne fonctionne pas toujours de la même façon
chorem / bow #27 · created by Eric Chatellier
Dans les pages admin et preferences, le lien ne renvoie pas sur le home mais sur la page login... *(from redmine issue 231 created on 2010-07-28, closed on 2010-07-28)*
updated
Closed Ajout des fichiers de sites dans le goal collect-files (parametre includeSiteAttached)
nuiton / maven-helper-plugin #24 · created by Tony Chemit
*(from redmine issue 231 created on 2010-01-18, closed on 2010-01-18)*
updated
Open Improve invalid csv header message format
nuiton / nuiton-csv #2 · created by Tony Chemit
J'ai rencontré l'erreur suivante lors de l'import
Les champs Code Présentation ne sont pas reconnus. Les champs possibles sont Zone, Empl., Localisation, Code Présentation, Code Produit, Nom de la Pl...
updated
Open Add mode for csv import to ignore undeclared headers
nuiton / nuiton-csv #1 · created by Tony Chemit
At the moment we have to declare header even if there are not treated (newIgnoredColumn). Sometimes, there is more headers but we don't want to check if those are not declared in the model. A flag in...
updated
Closed Add a new import mode to not stop at the first error
nuiton / nuiton-utils #194 · created by Tony Chemit
The idea is to do import even if there is so bad lines, each bad line will be treated by user. This is easy with the feature http://nuiton.org/issues/2315 *(from redmine issue 2316 created on 2012-...
updated
Closed Add a new Importer with a real context for each row to import
nuiton / nuiton-utils #193 · created by Tony Chemit
Instead of iterating directly on the bean instanciated for the import rwo, it could be better to have a Boxing object (which contains the bean...)
Row { int lineNumber; E row; List errors; ...}
*(...
updated
Closed Introduce PagerBean and PagerBeanUtil (replace PagerUtil)
nuiton / nuiton-utils #192 · created by Tony Chemit
We should use long for *records*, *recordStartIndex* and *recordEndIndex* since Integer.MAX_INT is not so much when using it with db. To NOT break old api, deprecates it and replace by this new one. ...
updated
Closed Updates to nuiton-utils 2.6.2
nuiton / topia #327 · created by Tony Chemit
*(from redmine issue 2314 created on 2012-09-14, closed on 2012-09-14, blocks #2313)*
updated
Closed Use new PageBean API from nuiton-utils
nuiton / topia #326 · created by Tony Chemit
A package o.n.t.p.page is dedicate for this api. *(from redmine issue 2313 created on 2012-09-13, closed on 2012-09-14, blocks #2314)*
updated
Closed Improve entity visitor to export as csv files
nuiton / topia #325 · created by Tony Chemit
idea of using another contract to distinguish entities is not ok at all (too weak design). Better to let user do want he has to do... Entity2 contract is removed... now! *(from redmine issue 2311 c...
updated
Closed Add progress model while importing data
nuiton / topia #324 · created by Tony Chemit
Add a ProgressModel contract to be included in a CsvImportResult. *(from redmine issue 2310 created on 2012-09-11, closed on 2012-09-11)*
updated
Closed Create a template to generate model documentation
nuiton / eugene #170 · created by Tony Chemit
This generated HTML/RST page will have the generated graphic image + the model description + the list of all entities with their attributes and descriptions. The comments in each element in the model...
updated