Skip to content


Closed Query sort field only allow Element object
retired / wikitty #243 · created by Tony Chemit
Since query api, we can't use: @query1.setSortAscending("Category.name");@ because setSortAscending only take @Element@. Can't to @query1.setSortAscending("*.name");@ too. *(from redmine issue 1919...
updated
Closed Wildcard search test fails with query marker and parser
retired / wikitty #242 · created by Tony Chemit
Following test fails using wildcard : * testQueryMarkerWilcardEquals() * testQueryParserWilcardEquals() *(from redmine issue 1918 created on 2012-01-25, closed on 2012-02-03)*
updated
Closed All not* condition have different behaviour with in memory service
retired / wikitty #241 · created by Tony Chemit
Following condition doesn't return same result count with in memory or solr search engine: * ne() * unlike() * notsw() * notew() *(from redmine issue 1917 created on 2012-01-25, closed on 2012-02-03)...
updated
Closed Split WikittyServiceSecurity in two service Authentication and Authorisation
retired / wikitty #240 · created by Tony Chemit
Pour implanter d'autre service d'authentification plutot que de faire des verrues au WikittyServiceSecurity il serait plus simple de le decouper en deux. De cette facon il suffira d'implanter un nouve...
updated
Closed Query parser can't parse quey using id
retired / wikitty #239 · created by Tony Chemit
Using id equals or not equals operator parsing of following request:
WikittyQuery query = WikittyQueryParser.parse("id=db9dc782-e650-4fd4-83ac-3c1c5c136cde");
output following error:
Parse Errors:
...
updated
Closed Update to nuiton-utils 2.4.4
retired / wikitty #238 · created by Tony Chemit
*(from redmine issue 1911 created on 2012-01-18, closed on 2012-01-18)*
updated
Closed Update to h2 1.3.164
retired / wikitty #237 · created by Tony Chemit
*(from redmine issue 1910 created on 2012-01-18, closed on 2012-02-20)*
updated
Closed Add TagValue for EntityDTOTransformer to add an "id" property
nuiton / topia #262 · created by Tony Chemit
During generation of DTO from entities, it should be usefull to have a property "id", generate if a tagValue like "generateId" is given. *(from redmine issue 1912 created on 2012-01-18, closed on 201...
updated
Closed Use maven-helper-plugin 1.2.0 and revisited AbstractPlugin api
nuiton / jaxx #1294 · created by Tony Chemit
*(from redmine issue 191 created on 2010-01-07, closed on 2010-01-07)*
updated