Skip to content


Closed Can't add a new task
chorem / jtimer #79 · created by Eric Chatellier
When trying to add task *[#1920] Possibilité de zoomer/dézoomer sur les graphiques* I got a message :
Error message is missing (vetoable.saver.invalid.characters)
So I can't create my task and ca...
updated
Closed Query limit set to MAX (or -1) won't work
retired / wikitty #247 · created by Tony Chemit
This bug is illustrated by test : @WikittyClientTest#testPaginedSearchSelect@ Using @query1.setLimit(WikittyQuery.MAX);@ cause following exception:
org.nuiton.wikitty.WikittyException: Error during ...
updated
Closed Binary field are corrupted during restore
retired / wikitty #246 · created by Tony Chemit
This bug is illustrated by test @testStorageBinaryField@. It runs fine in memory mode, but fails with jdbc storage. *(from redmine issue 1927 created on 2012-02-01, closed on 2012-02-03)*
updated
Closed Can't call wikittyClient.findAllIdTreeNode(String, int, boolean, Query) with null filter
retired / wikitty #245 · created by Tony Chemit
Calling wikittyClient.findAllIdTreeNode(String, int, boolean, Query) with null filter cause:
org.nuiton.wikitty.WikittyException: Can't restore children
	at org.nuiton.wikitty.services.WikittyService...
updated
Closed UnsupportedOperationException Collections$SingletonSet$1.remove
retired / wikitty #244 · created by Tony Chemit
Using wikittyClient.store(Wikitty) layered with WikittyServiceEnhanced use:
store(securityToken, Collections.singleton(wikitty), false);
But in store implementation:
// suppress null wikitty
wikit...
updated
Open Redmine 1.3, XML mal formé
retired / jredmine #54 · created by Tony Chemit
Il semblerait que la version actuelle de JRedmine ne fonctionne pas parfaitement sur la dernière version de Redmine (1.3 mais je pense que le problème existe également sur la 1.2 vue les changelogs). ...
updated
Closed add a truncate to week utility method
nuiton / nuiton-utils #154 · created by Tony Chemit
Since it use not supported in commons. *(from redmine issue 1923 created on 2012-01-26, closed on 2012-01-26)*
updated
Closed Switch to GPL license
nuiton / nuiton-j2r #28 · created by Tony Chemit
Due to jri's GPL license, we need to switch projet to GPL license. *(from redmine issue 1929 created on 2012-02-01, closed on 2012-02-09)*
updated
Closed Add a way to delete several entities in one time
nuiton / topia #264 · created by Tony Chemit
It could be more practical if topia has an operation to delete several entities in one dao calling. An operation as "deleteAll(Entities... entities)" or "deleteAll(String...ids)" or "DeleteAllByPrope...
updated
Closed EntityDTOTransformer fails to simplify Java Type
nuiton / topia #263 · created by Tony Chemit
In the model, if we have types like java.lang.String java.lang.int java.util.Date The transformer fails to simplify those types in the property setters. It get the old value with the fqn of type: ja...
updated