Skip to content


Closed Refactor transaction management
retired / wikitty #166 · created by Tony Chemit
Il y a du vieux code (avant JTA) et du nouveau qui ne sont pas vraiement compatible entre eux. Par exemple on ferme les connexions avant de faire les commits. Il faut uniformiser tout le code pour n'...
updated
Closed SortedProperties doesn't properly managed store encoding
nuiton / maven-helper-plugin #46 · created by Tony Chemit
store is not properly implemented, the flas escUnicode is always true. Even we provide a Writer with given encoding, the escUnicode flag will generate an ASCII file (default Properties encoding). We ...
updated
Closed Add new data function on pupop menu (fill identity, fill value)
nuiton / nuiton-matrix #19 · created by Tony Chemit
Add new data function in popup menu. Such as : - fill identity matrix - fill with value - ... *(from redmine issue 1491 created on 2011-04-29, closed on 2011-04-29)*
updated
Closed Lorsque l'on quitte l'application, mauvais url de fin
nuiton / scmwebeditor #4 · created by Tony Chemit
Lorsque l'on quitter l'application sur un fichier de la langue par défaut, on retombe sur une mauvaise url. Exemple sur ToPIA :
http://maven-site.nuiton.org/topia/topia-persistence/fr/index.html
A...
updated
Closed Introduce BundleFormatConverter to allow format conversion with bundle goal
nuiton / i18n #77 · created by Tony Chemit
This will allow for example a conversion between String.format syntax and MessageFormat one. An basic implementation of this conversion is available : *org.nuiton.i18n.plugin.bundle.StringFormatToMes...
updated
Closed I18n properties file are managed with UTF-8 encoding by default
nuiton / i18n #76 · created by Tony Chemit
Before encoding was Properties default one (iso-8859-1 or us-ascii). Now the default has been set to UTF-8 to allow properties file without unicode escape (could be better for japanese or chinese tran...
updated
Closed Support other format than String.format (I18nFormatter)
nuiton / i18n #75 · created by Tony Chemit
I18n could have an *I18nFormatter* to use on each translation with args. Default I18nFormatter will be with String.format use. An enumeration *I18nFormat* provide the two commons basic I18nFormatter...
updated
Closed Support other encoding than default one for runtime Api
nuiton / i18n #74 · created by Tony Chemit
Needed if plugin encoding is not the default one (utf-8) New parameter will be added to I18nInitializer *(from redmine issue 1498 created on 2011-05-03, closed on 2011-05-04)*
updated
Open ClassPathI18nInitializer not working on windows
nuiton / i18n #73 · created by Tony Chemit
In our application, foolowing code is used :
Locale locale = getConfig().getLocale();
I18n.init(new ClassPathI18nInitializer(), locale);
But, only i18n files present in file system are loaded, i18n...
updated
Closed Plugin encoding parameter is not properly managed
nuiton / i18n #72 · created by Tony Chemit
Even if encoding is set to UTF-8, resulting properties file will stay in default ISO-8859-1 format. With JDK1.6 it's possible to use Writer and given specific encoding to save those files. SortedProp...
updated
Closed Use Clonable contract to create new decorators
nuiton / jaxx #1457 · created by Tony Chemit
Some widgets need to clone some decorators, then try to use the dedicate contract to do this instead of creation by hand a cloned decorator since we can not predicate for example innner overridden dec...
updated
Closed Updates to nuiton-utils 2.2
nuiton / jaxx #1456 · created by Tony Chemit
*(from redmine issue 1490 created on 2011-04-28, closed on 2011-04-28)*
updated