Wikitty multi-module project

Historique des versions publiées

Version Date Description
3.13 2015-08-06  
3.12.1 2015-07-21  
3.12 2015-07-20  
3.11 2014-10-22  
3.10 2013-09-24  
3.9 2013-02-24  
3.8 2012-08-24  
3.7 2012-06-22  
3.6 2012-04-06  
3.5 2012-04-05  
3.4 2012-02-01  
3.3 2012-01-09  
3.2 2011-08-31  
3.1.2 2011-05-17  
3.1.1 2011-05-09  
3.1 2011-04-27  
3.0.5 2011-04-12  
3.0.4 2011-02-15  
3.0.3 2011-01-27  
3.0.2 2011-01-13  
3.0.1 2010-12-24  
3.0 2010-12-23  
2.2.2 2010-10-21  
2.2.1 2010-10-01  
2.2 2010-09-30  
2.1 2010-09-09  
2.0 2010-07-21  
1.5 2010-05-11  

Release 3.13 - 2015-08-06

Type Changements Par
fix If try to load wikitty with bad id, or if we don't have access to wikitty, there is exception during conversion Corrige 3739. Grâce â Benjamin Poussin. bpoussin
add Add documentation about Date Math syntax Corrige 3375. Grâce â Benjamin Poussin. bpoussin
add Add Wikitty service authentication that not raise exception we try to load unauthorise wikitty Corrige 3738. Grâce â Benjamin Poussin. bpoussin

Release 3.12.1 - 2015-07-21

Type Changements Par
fix containsOne and containsAll with an empty collection returns all objects but no object should have been returned Corrige 3735. Grâce â Benjamin Poussin. bpoussin

Release 3.12 - 2015-07-20

Type Changements Par
fix WikittyAuthorisation reader/write/admin is WikittyUser, but we can add WikttyGroup too Corrige 3732. Grâce â Benjamin Poussin. bpoussin
add add support of special wikittyId 'all' for reader/writer/admin in WikittyAuthorisation Corrige 3730. Grâce â Benjamin Poussin. bpoussin
add Authorise multiple parent for WikittyAuthorisation Corrige 3731. Grâce â Benjamin Poussin. bpoussin
add Simplify field cardinality migration Corrige 3733. Grâce â Benjamin Poussin. bpoussin
update Migrates to git Corrige 3559. Grâce â Tony Chemit. tchemit
update Updates dependencies Corrige 3069. Grâce â Tony Chemit. tchemit

Release 3.11 - 2014-10-22

Type Changements Par
fix Problem in properties copy with commons-beanutils upgrade Corrige 3083. Grâce â Yannick Martel. ymartel

Release 3.10 - 2013-09-24

Type Changements Par
fix When wikitty open multiple solr server on same data file, solr index is corrupted Corrige 2753. Grâce â Benjamin Poussin. bpoussin
add add new select function to get year of date Corrige 2754. Grâce â Benjamin Poussin. bpoussin
add Change upgrade data process Corrige 2854. Grâce â Benjamin Poussin. bpoussin
add Add new method to WikittyClient and BusinessHelper to remove extension easily Corrige 2855. Grâce â Benjamin Poussin. bpoussin
add migrate to solr 4.1 and cleaning solrconfig.xml Corrige 2561. Grâce â Benjamin Poussin. bpoussin
add Change select implementation to do only one solr request Corrige 1996. Grâce â Benjamin Poussin. bpoussin
add Add support of new method in query language Corrige 2396. Grâce â Benjamin Poussin. bpoussin
add Improve WikittyQueryResult, result must have wikitty id and select result in same time Corrige 2544. Grâce â Benjamin Poussin. bpoussin
add Update to solr and lucene 4.0 Corrige 1761. Grâce â Éric Chatellier. jcouteau
add Support relative date for String date representation Corrige 2620. Grâce â Benjamin Poussin. bpoussin

Release 3.9 - 2013-02-24

Type Changements Par
fix Wikitty query staring with space pasing throw NullPointerException Corrige 2447. Grâce â Éric Chatellier. bpoussin
fix Wikitty is not indexed when you add an extension Corrige 2514. Grâce â Jean Couteau. jcouteau
fix Wikitty purifier template generate accessor for non navigable association Corrige 2405. Grâce â Éric Chatellier. echatellier
add remove extension in wikitty object Corrige 2527. Grâce â Benjamin Poussin. bpoussin
add add default value tag for wikitty field definition Corrige 2530. Grâce â Benjamin Poussin. bpoussin
add enhance parser to support empty query as True Corrige 2308. Grâce â Benjamin Poussin. bpoussin
add Enhance parser to support #depth as WikittyFieldSearchDepth Corrige 2307. Grâce â Benjamin Poussin. bpoussin
add Make select clause more useful: return more than one value, use user function, ... Corrige 2533. Grâce â Benjamin Poussin. bpoussin
add Add DISTINT clause for SELECT query Corrige 2531. Grâce â Benjamin Poussin. bpoussin
add add a date format translator in the query parser when the field to compare is a date Corrige 2370. bpoussin

Release 3.8 - 2012-08-24

Type Changements Par
fix Field extension order seems to be not maintened with JDBC storage Corrige 2222. Grâce â Benjamin Poussin. bpoussin
fix When we have query with aggregate and use findByQuery the result is false Corrige 2258. Grâce â Benjamin Poussin. bpoussin
add BusinessEntity with Wikitty Field must be capable to use preload for this field Corrige 2232. Grâce â Benjamin Poussin. bpoussin
add Wikitty and BusinessEntity interface must have same methods name for same behaviour Corrige 2233. Grâce â Benjamin Poussin. bpoussin

Release 3.7 - 2012-06-22

Type Changements Par
fix Error in findTreeNode client method when Node depth + depth asked > Integer.MAX_VALUE Corrige 2131. Grâce â Benjamin Poussin. bpoussin
add Add parse method to WikittyQueryMaker Corrige 2105. Grâce â Benjamin Poussin. bpoussin
add add new query property wikittyFieldSearchDepth on query that permit to follow link between wikitty for search Corrige 2121. Grâce â Benjamin Poussin. bpoussin
add Be able to set a File on a binary field Corrige 2123. Grâce â Yannick Martel. ymartel
add add extContainsOne method on WikittyQueryMaker Corrige 2120. Grâce â Benjamin Poussin. bpoussin

Release 3.6 - 2012-04-06

Type Changements Par
fix Error when we try to search containsAll or containsOne with empty collection Corrige 2053. Grâce â Benjamin Poussin. bpoussin

Release 3.5 - 2012-04-05

Type Changements Par
fix Query limit set to MAX (or -1) won't work Corrige 1928. Grâce â Éric Chatellier. bpoussin
fix JdbcSQLException during sync engin Corrige 1959. Grâce â Éric Chatellier. echatellier
fix Wildcard search test fails with query marker and parser Corrige 1918. Grâce â Éric Chatellier. bpoussin
fix All not* condition have different behaviour with in memory service Corrige 1917. Grâce â Éric Chatellier. bpoussin
fix findByXXX with entity class in argument don't add filter condition on extension of this entity Corrige 1940. Grâce â Benjamin Poussin. bpoussin
fix If entity use two extension with same field name, *.fieldname faild Corrige 1941. Grâce â Benjamin Poussin. bpoussin
fix Search with *.fieldname faild if this entity is in WikittyTreeNode Corrige 1942. Grâce â Benjamin Poussin. bpoussin
add Add elapsed time in QueryResult Corrige 1997. Grâce â Benjamin Poussin. bpoussin
add Add sort-order tag value as toString tag value Corrige 1987. Grâce â Benjamin Poussin. bpoussin
add (Not)Equals must be ignore case and ignore accent if needed Corrige 1932. Grâce â Benjamin Poussin. bpoussin
add Add tag value wikitty-extension on field of type Wikitty Corrige 1985. Grâce â Benjamin Poussin. bpoussin
add Wikitty pre-loading field Corrige 1988. Grâce â Benjamin Poussin. bpoussin
add Add support of limit and offset in query parser Corrige 1999. Grâce â Benjamin Poussin. bpoussin
add In parser support ' as string delimiter and not only " Corrige 1998. Grâce â Benjamin Poussin. bpoussin
add Update to h2 1.3.164 Corrige 1910. Grâce â Éric Chatellier. echatellier
add Add pattern tagValue on wikitties Corrige 1153. Grâce â Jean Couteau. bpoussin
add Add indexed tagValue on wikitty Corrige 1154. Grâce â Jean Couteau. bpoussin
add Add Crypt tagvalue on wikitties Corrige 1155. Grâce â Jean Couteau. bpoussin
add toString tagValue must support preload wikitty access Corrige 2003. Grâce â Benjamin Poussin. bpoussin
add Enhance in memory implementation Corrige 1944. Grâce â Benjamin Poussin. bpoussin
add add new constraints tag value on field (min, max, allow) Corrige 2013. Grâce â Benjamin Poussin. bpoussin
add Field *.fieldname must be sortable Corrige 1943. Grâce â Benjamin Poussin. bpoussin
update Update to postgresql 9.1-901-1.jdbc4 Corrige 1980. Grâce â Éric Chatellier. echatellier
update Update to commons-pool 1.6 Corrige 1979. Grâce â Éric Chatellier. echatellier
update Update to slf4j 1.6.4 Corrige 1981. Grâce â Éric Chatellier. echatellier
update Update to smackx 3.2.1 Corrige 1983. Grâce â Éric Chatellier. echatellier
update Update to jbossjta 4.16.2.Final Corrige 1982. Grâce â Éric Chatellier. echatellier

Release 3.4 - 2012-02-01

Type Changements Par
fix ElementField in generated entities not usable on GWT Corrige 1901. Grâce â Jean Couteau. bpoussin
fix serialVersionUID changes at each generation Corrige 1908. Grâce â Éric Chatellier. echatellier
fix UnsupportedOperationException Collections$SingletonSet$1.remove Corrige 1922. Grâce â Éric Chatellier. bpoussin
fix Can't call wikittyClient.findAllIdTreeNode(String, int, boolean, Query) with null filter Corrige 1924. Grâce â Éric Chatellier. bpoussin
fix Integration test 5 fails : wikitty model dependency Corrige 1884. Grâce â Éric Chatellier. echatellier
fix Query parser can't parse quey using id Corrige 1914. Grâce â Éric Chatellier. bpoussin
fix WikittyCopyOnWrite#addExtension method allways invalidate cache Corrige 1895. Grâce â Éric Chatellier. echatellier
fix Method inherited are not redifined since muti inheritance addition Corrige 1896. Grâce â Éric Chatellier. echatellier
fix Restore returns a BusinessEntity with a null wikitty Corrige 1897. Grâce â Benjamin Poussin. bpoussin
add Update to solr and lucene 3.5 Corrige 1881. Grâce â Éric Chatellier. echatellier
add Rewrite all test and add some test Corrige 1006. Grâce â Benjamin Poussin. echatellier
add Add external authentication like LDAP Corrige 1890. Grâce â Benjamin Poussin. bpoussin
add Split WikittyServiceSecurity in two service Authentication and Authorisation Corrige 1916. Grâce â Benjamin Poussin. bpoussin
add Update to nuiton-utils 2.4.4 Corrige 1911. Grâce â Éric Chatellier. echatellier

Release 3.3 - 2012-01-09

Type Changements Par
fix Up to date spec documentation Corrige 1464. Grâce â Benjamin Poussin. bpoussin
fix Integration test 2 in fail Corrige 1160. Grâce â Sylvain Letellier. echatellier
fix Can't convert a date when the locale isn't fr_FR Corrige 1084. Grâce â Valentin Briand. bpoussin
fix NPE if bad id in security field Corrige 1727. Grâce â Benjamin Poussin. bpoussin
fix Dont generate impl business entity if already in class path or operations is found Corrige 1786. Grâce â Sylvain Letellier. sletellier
fix Change Search association implementation to work correctly Corrige 1797. Grâce â Benjamin Poussin. bpoussin
add Add multiple inheritance support Corrige 1619. Grâce â Éric Chatellier. echatellier
add Add facet topic sort order in query Corrige 1868. Grâce â Benjamin Poussin. bpoussin
add Change method argument for collection adder method in generated object Corrige 1674. Grâce â Benjamin Poussin. bpoussin
add Create new query api with visitor and better implementation Corrige 1863. Grâce â Benjamin Poussin. bpoussin
add Add query langage syntaxe Corrige 1864. Grâce â Benjamin Poussin. bpoussin
add Change Query API to permit use of Select as Value of Terminal condition Corrige 1883. Grâce â Benjamin Poussin. bpoussin
add Add documentation Corrige 1076. Grâce â Benjamin Poussin. bpoussin
add Add select method to allow specify wikittyId return field Corrige 1785. Grâce â Sylvain Letellier. sletellier
add Add migration class definition configurable in config file Corrige 1126. Grâce â Benjamin Poussin. bpoussin
add Better support of toString representation for extension Corrige 1815. Grâce â Benjamin Poussin. bpoussin
add Add method on Proxy and Service to retrieve extensions and all dependencies Corrige 1814. Grâce â Benjamin Poussin. bpoussin
add Add criteria name in PagedResult Corrige 1816. Grâce â Benjamin Poussin. bpoussin

Release 3.2 - 2011-08-31

Type Changements Par
fix Strange errors during tests - Possible resource leak ! Corrige 1220. Grâce â Jean Couteau. jcouteau
fix Support multiples requires on extension Corrige 819. Grâce â Éric Chatellier. bpoussin
fix Bad test configuration Corrige 1166. Grâce â Jean Couteau. jcouteau
fix Generation error when extension require meta-extension in model Corrige 1670. Grâce â Benjamin Poussin. bpoussin
fix Security exception when try to add WikittyAuthorisation without WikittyAppAdmin Corrige 1671. Grâce â Benjamin Poussin. bpoussin
fix Directory ObjectStore and PutObjectStoreDirHere is created when wikitty is running Corrige 1673. Grâce â Benjamin Poussin. bpoussin
add Remove deprecated WikittyService implementation Corrige 1600. Grâce â Éric Chatellier. echatellier
add [wikitty-publication]Improve wikitty publication search page Corrige 1503. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]Migrate from classic jsp to struts Corrige 1500. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]login action Corrige 1504. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]Support for Multicontext wikitty service Corrige 1501. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]Improve wikitty publication web editor Corrige 1502. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]Externalize Tool Corrige 1721. Grâce â Manoël Fortun. mfortun
add add proxy.restore(Set) method Corrige 1544. Grâce â Benjamin Poussin. bpoussin
add Add timelog in WikittyServiceSecurity to see time spent in Corrige 1672. Grâce â Benjamin Poussin. bpoussin
add [wikitty-publication]Easily integrate UI inside wikittyPubText Corrige 1722. Grâce â Manoël Fortun. mfortun
add Permit to set the minimum entry to permit value become a facet Corrige 1675. Grâce â Benjamin Poussin. bpoussin
add [wikitty-publication]A test application to show how to code with wikitty publication Corrige 1724. Grâce â Manoël Fortun. mfortun
add WikittyService over Jar File Corrige 1718. Grâce â Manoël Fortun. mfortun
add Enable wikitty service on jars to take a directory of jar Corrige 1719. Grâce â Manoël Fortun. mfortun
add Permit to set the maximum number of facet topic returned Corrige 1676. Grâce â Benjamin Poussin. bpoussin
add WikittyService over File system Corrige 1717. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]Synchronize tool Corrige 1720. Grâce â Manoël Fortun. mfortun
add [wikitty-publication]ContextApps element inside action url Corrige 1723. Grâce â Manoël Fortun. mfortun
add A tag lib to enable better integration of wikitty inside form Corrige 1725. Grâce â Manoël Fortun. mfortun
update Update to h2 1.3.157 Corrige 1613. Grâce â Éric Chatellier. echatellier
update Update to mavenpom4redmine 3.0.2 Corrige 1668. Grâce â Tony Chemit. tchemit
update Updates to nuiton-processor 1.2.2 Corrige 1715. Grâce â Tony Chemit. tchemit
update Update to nuiton I18n 2.4 Corrige 1609. Grâce â Éric Chatellier. echatellier
update Udpate to lucene/solr 3.3 Corrige 1588. Grâce â Éric Chatellier. echatellier
update Update to eugene 2.3.5 Corrige 1608. Grâce â Éric Chatellier. echatellier
update Update to postgresql 8.4-702.jdbc4 Corrige 1614. Grâce â Éric Chatellier. echatellier
update Update to jbossjta 1.15.1.Final Corrige 1610. Grâce â Éric Chatellier. echatellier
update Update to commons-fileupload 1.2.2 Corrige 1611. Grâce â Éric Chatellier. echatellier
update Update to commons-pool 1.5.6 Corrige 1612. Grâce â Éric Chatellier. echatellier
update Udpate to hessian 4.0.7 Corrige 1615. Grâce â Éric Chatellier. echatellier

Release 3.1.2 - 2011-05-17

Type Changements Par
fix TreeNodeResult has null id in proxy Corrige 1519. Grâce â Sylvain Letellier. sletellier

Release 3.1.1 - 2011-05-09

Type Changements Par
fix Plain text search bug when using capitalized letters and wildcards Corrige 1272. Grâce â Jean Couteau. sletellier
fix Regression when sort on Date Corrige 1483. Grâce â Sylvain Letellier. bpoussin
fix bad getConnection method used in wikitty-jdbc Corrige 1484. Grâce â Benjamin Poussin. bpoussin
fix Refactor transaction management Corrige 1492. Grâce â Benjamin Poussin. bpoussin
add Automatique binary type support by bd on table creation Corrige 1510. Grâce â Sylvain Letellier. sletellier

Release 3.1 - 2011-04-27

Type Changements Par
add PagedResult must be Iterable Corrige 1471. Grâce â Benjamin Poussin. bpoussin
add Remove unmaintained module or update it (hbase, jpa, jms, multistorage, ui) Corrige 1267. Grâce â Benjamin Poussin. jcouteau
add Update to solr 3.1.0 Corrige 1429. Grâce â Éric Chatellier. jcouteau
add remove '-impl' suffix on module name Corrige 1320. Grâce â Benjamin Poussin. jcouteau
add Refactor WikittyConfig, don't herite from ApplicationConfig, but become factory Corrige 1459. Grâce â Benjamin Poussin. bpoussin
add Add compartor for FacetTopic, useful to order facet on count or name Corrige 1469. Grâce â Benjamin Poussin. bpoussin
add Move wikitty-publication to extra-modules Corrige 1478. Grâce â Sylvain Letellier. sletellier

Release 3.0.5 - 2011-04-12

Type Changements Par
fix Deleted extension not removed from wikitty service cache Corrige 1348. Grâce â Éric Chatellier. echatellier
fix Some entities are keept on solr when more than 10 entities are deleted Corrige 1383. Grâce â Sylvain Letellier. sletellier
fix Facet on date return other than wikitty format date Corrige 1386. Grâce â Sylvain Letellier. sletellier
fix Bug in entity generation when inherite wikittyLabel Corrige 1331. Grâce â Benjamin Poussin. bpoussin
fix Bug in reindexation with new SolR indexation implementation Corrige 1351. Grâce â Benjamin Poussin. bpoussin
fix Associated search throw an exception if the sub request does not return any results Corrige 1447. Grâce â Jean Couteau. jcouteau
add Add test on reindexation with TreeNode data Corrige 1350. Grâce â Benjamin Poussin. echatellier
add Improve contains and in methods in search Corrige 1254. Grâce â Jean Couteau. bpoussin
add Add a True and False search operators Corrige 1446. Grâce â Jean Couteau. jcouteau
add Simplify request on extension name Corrige 1390. Grâce â Benjamin Poussin. bpoussin
add add getUser method on proxy Corrige 1395. Grâce â Benjamin Poussin. bpoussin
add add new find method with multiple criteria Corrige 1394. Grâce â Benjamin Poussin. bpoussin
add Add information in log during reindexation process Corrige 1352. Grâce â Benjamin Poussin. bpoussin
add On Proxy add delete(BusinessEntity) and delete(List<BusinessEntity>) Corrige 1337. Grâce â Benjamin Poussin. bpoussin
add add new method to retrieve Topic on PagedResult Corrige 1436. Grâce â Benjamin Poussin. bpoussin
add Add associated search on WikittySearchEngineInMemory Corrige 1439. Grâce â Jean Couteau. jcouteau
add Add Hook support in WikittyService (useful for trigger or calculated field) Corrige 1449. Grâce â Benjamin Poussin. bpoussin
add Implement all searches on InMemory search engine Corrige 1443. Grâce â Jean Couteau. jcouteau
add remove Like and Unlike searches Corrige 1445. Grâce â Jean Couteau. jcouteau

Release 3.0.4 - 2011-02-15

Type Changements Par
add move WikittyServerStart from Hessian server module to api module Corrige 1276. Grâce â Benjamin Poussin. bpoussin
add remove tree method in WikittyService and replace them with one method findTreeNode Corrige 1278. Grâce â Benjamin Poussin. bpoussin
add Rewrite solr indexer to minimize solr server call Corrige 1277. Grâce â Benjamin Poussin. bpoussin

Release 3.0.3 - 2011-01-27

Type Changements Par
add Add cajo client/server protocole Corrige 1204. Grâce â Benjamin Poussin. bpoussin
add Add method to import/export using writer/reader Corrige 1207. Grâce â Jean Couteau. jcouteau
add Update nuiton dependencies Corrige 1260. Grâce â Jean Couteau. jcouteau

Release 3.0.2 - 2011-01-13

Type Changements Par
fix WikittyException when copying a wikitty with a lower bound > 0 Corrige 1182. Grâce â Jean Couteau. bpoussin
fix We have to store a wikitty before transforming it to DTO Corrige 1192. Grâce â Jean Couteau. jcouteau
fix In memory Solr, create directory and fail if reuse Corrige 1167. Grâce â Benjamin Poussin. bpoussin
fix Add quote to escape ':' for solr Corrige 1183. Grâce â Sylvain Letellier. bpoussin

Release 3.0.1 - 2010-12-24

Type Changements Par
fix NPE on JCS cache when we try to restore object with null id Corrige 1162. Grâce â Sylvain Letellier. sletellier
fix NPE on wikittyServiceSecurity on delete Corrige 1164. Grâce â Sylvain Letellier. sletellier
fix Wikitty is obselete on import csv Corrige 1163. Grâce â Sylvain Letellier. sletellier

Release 3.0 - 2010-12-23

Type Changements Par
fix Concurrent Transactions verification Corrige 796. Grâce â Brendan Le Ny. bpoussin
fix Cannot store a Wikitty that got a new extension Corrige 1135. Grâce â Jean Couteau. bpoussin
fix Wikitty migration open new transaction instead of using current transaction Corrige 1122. Grâce â Éric Chatellier. bpoussin
fix Cannot set null on Date field Corrige 1133. Grâce â Jean Couteau. bpoussin
fix clean SolR config file Corrige 1136. Grâce â Benjamin Poussin. bpoussin
fix NPE when calling the clear$AttributeName$ method on a DTO Corrige 1139. Grâce â Jean Couteau. jcouteau
fix Bug in replaceWith method in WikittyCopyOnWrite Corrige 1102. Grâce â Benjamin Poussin. bpoussin
fix Generator Helper set method implementation for collection is buggus Corrige 1149. Grâce â Benjamin Poussin. bpoussin
add Allow configuration of import/export parameters Corrige 822. Grâce â Éric Chatellier. bpoussin
add Create client synchronisation class Corrige 946. Grâce â Benjamin Poussin. bpoussin
add Each WikittyService modification method must return WikittyServiceEvent Corrige 944. Grâce â Benjamin Poussin. bpoussin
add Simplify WikittyService Interface to simplify maintenance and additional service layer Corrige 994. Grâce â Benjamin Poussin. bpoussin
add Add helper that build all layer needed, it take properties as argument and return WikittyService Corrige 1001. Grâce â Benjamin Poussin. bpoussin
add Perhaps suppress all transaction parameter in WikittyService API and create new service Corrige 1000. Grâce â Benjamin Poussin. bpoussin
add Create for WikittyServiceInMemory a SolR in memory instance Corrige 1005. Grâce â Benjamin Poussin. bpoussin
add Centralize all configuration in ApplicationConfig sub class Corrige 997. Grâce â Benjamin Poussin. bpoussin
add Repackage all classe in wikitty-api module Corrige 1003. Grâce â Benjamin Poussin. bpoussin
add We must can delete extension if not used Corrige 1024. Grâce â Benjamin Poussin. bpoussin
add create new field type binary Corrige 1137. Grâce â Benjamin Poussin. bpoussin
add Add WikittyServiceAccessStat to make stat on wikitty restored Corrige 1140. Grâce â Benjamin Poussin. bpoussin
add Update EUGene to 2.3 Corrige 1112. Grâce â Tony Chemit. tchemit
add Add cache statistic Corrige 1138. Grâce â Benjamin Poussin. bpoussin
add Rename WikittyServiceListener and WikittyServiceEvent without 'Service' in name Corrige 1046. Grâce â Benjamin Poussin. bpoussin
add Create WikittyServiceHessianClient and WikittyServiceHessianServer directly usable in config file Corrige 1058. Grâce â Benjamin Poussin. bpoussin
add Add some configuration sample in source (server, slave-server, client, ...) Corrige 1059. Grâce â Benjamin Poussin. bpoussin
add Create and use new WikittyServiceInMemoryJdbcSolr for transaction Corrige 1071. Grâce â Benjamin Poussin. bpoussin
add Rename WikittyServiceImpl to WikittyServiceStorage Corrige 1101. Grâce â Benjamin Poussin. bpoussin
add Add call time in proxy to trace long method execution Corrige 1130. Grâce â Benjamin Poussin. bpoussin
add Refactor solr code to store less field (currently 6 for 1 text field) Corrige 1141. Grâce â Benjamin Poussin. bpoussin
add Add documentation on solr indexation mecanisme Corrige 1142. Grâce â Benjamin Poussin. bpoussin
add Add mecanisme in jdbc to allow easy support of new database Corrige 1143. Grâce â Benjamin Poussin. bpoussin
add Add support for other cache implementation Corrige 1152. Grâce â Benjamin Poussin. bpoussin
add Change WikittyService API, only restore restore Wikitty other method restore id Corrige 1156. Grâce â Benjamin Poussin. bpoussin

Release 2.2.2 - 2010-10-21

Type Changements Par
fix Non multithreaded WikittyExtensionStorageJDBC.lastVersion Corrige 782. Grâce â Éric Chatellier. bpoussin
fix Restore null id should restore null wikitty (proxy) Corrige 792. Grâce â Benoit Brossaud. bpoussin
fix WikittyServiceNotifier is not thread safe Corrige 906. Grâce â Éric Chatellier. bpoussin
fix Genertor must not generate default Impl when some method are declared in model Corrige 961. Grâce â Benjamin Poussin. bpoussin
add i18n support on all extension Corrige 756. Grâce â Benjamin Poussin. bpoussin
add Change store signature taking java.util.Set Corrige 882. Grâce â Éric Chatellier. bpoussin
add rename Wikitty Object to have Wikitty as prefix Corrige 953. Grâce â Benjamin Poussin. bpoussin
add refactor WikittyServiceNotifier and add xmpp transporter Corrige 945. Grâce â Benjamin Poussin. bpoussin
add Replace all label method in WikittyService by Helper Corrige 943. Grâce â Benjamin Poussin. bpoussin
add Remove all usage of deprecated methode WikittyException(Exception) Corrige 965. Grâce â Benjamin Poussin. bpoussin

Release 2.2.1 - 2010-10-01

Type Changements Par
fix Remote notification event are not notified to remote listener (cache) Corrige 905. Grâce â Éric Chatellier. echatellier

Release 2.2 - 2010-09-30

Type Changements Par
fix Change static field name for field name in generated BusinessEntity Corrige 784. Grâce â Benjamin Poussin. bleny
fix Can't create extension with non alphanumeric characters Corrige 867. Grâce â Éric Chatellier. echatellier
fix Fix NullPointerException during syncEngin (link to wikitty id not in index) Corrige 880. Grâce â Éric Chatellier. echatellier
fix Reimported delete wikitty stay with deletionDate Corrige 898. Grâce â Éric Chatellier. echatellier
fix Use query.addSortField() to allow multiples fields sorting Corrige 886. Grâce â Éric Chatellier. echatellier
add Add recursive deleteTree method to delete all tree branche Corrige 868. Grâce â Éric Chatellier. echatellier
add Clean poms Corrige 800. Grâce â Tony Chemit. bleny
add Renomage du stéréotype de generation en "entity" Corrige 798. Grâce â Éric Chatellier. bleny
add Switch from xapool to commons-dbcp Corrige 821. Grâce â Éric Chatellier. jruchaud
add Change parent and children fields on TreeNode from String to Wiktty (need reindexing) Corrige 885. Grâce â Éric Chatellier. echatellier
add Add wikitty extension support on csv import/export Corrige 869. Grâce â Éric Chatellier. echatellier
add Add missing wikitty service methods on wikitty proxy Corrige 866. Grâce â Éric Chatellier. echatellier
add Add WikittyObseleteException for obselete wikitty storage Corrige 881. Grâce â Éric Chatellier. echatellier
add Update to jgroups 2.10.0.GA Corrige 870. Grâce â Éric Chatellier. echatellier
add Update to hibernate hibernate-entitymanager 3.5.6-Final Corrige 871. Grâce â Éric Chatellier. echatellier
add Update to nuiton-utils 1.4.1 Corrige 872. Grâce â Éric Chatellier. echatellier
add Update to hibernate-validator 4.1.0.Final Corrige 875. Grâce â Éric Chatellier. echatellier
add Update to activemq-core 5.4.0 Corrige 876. Grâce â Éric Chatellier. echatellier
add Rename TreeNode#children to TreeNode#attachment Corrige 897. Grâce â Éric Chatellier. echatellier

Release 2.1 - 2010-09-09

Type Changements Par
fix Bad DateFormat static instance usage Corrige 780. Grâce â Benjamin Poussin. bpoussin
fix Bad extensions list modification during store Corrige 781. Grâce â Éric Chatellier. echatellier
fix constant is not used in generated code Corrige 785. Grâce â Benjamin Poussin. echatellier
fix Delete function check aleady deleted wikitties but don't use it Corrige 787. Grâce â Éric Chatellier. echatellier
fix Erreur de transaction JTA lors de l'mport CSV Corrige 843. Grâce â Jean Couteau. echatellier
add Update to solr 1.4.1 Corrige 716. Grâce â Éric Chatellier. echatellier
add Recherche n'importe quelle extension proxy Corrige 777. Grâce â Benoit Brossaud. bbrossaud
add Add toString tag/value on wikitty Corrige 783. Grâce â Benjamin Poussin. bleny
add Suppression ou renommage du fichier default-jbosstm-properties.xml Corrige 788. Grâce â Éric Chatellier. bleny
add Solr can register him self solr.data.dir env property Corrige 789. Grâce â Éric Chatellier. echatellier

Release 2.0 - 2010-07-21

Type Changements Par
fix Service syncEngin method reindex non migrated wikitty Corrige 689. Grâce â Éric Chatellier. echatellier
add Rename package to org.nuiton Corrige 602. Grâce â Éric Chatellier. echatellier
add Remove WikittyBean generator Corrige 603. Grâce â Éric Chatellier. echatellier
add Modify generation interface/abstract/impl Corrige 604. Grâce â Éric Chatellier. echatellier
add Add cache support on wikitty service Corrige 655. Grâce â Éric Chatellier. echatellier
add Ajout d'une couche de sécurité Corrige 679. Grâce â Benjamin Poussin. bpoussin
add Modifier PagedResult pour qu'il retourne les id par defaut et non pas directement les wikitties Corrige 678. Grâce â Benjamin Poussin. bpoussin
add Ajout de modules client/serveur hessian Corrige 701. Grâce â Éric Chatellier. echatellier
add Gestion des contraintes not-null Corrige 699. Grâce â Éric Chatellier. bpoussin
add Add notification support on wikitty service Corrige 680. Grâce â Benjamin Poussin. echatellier
add Gestion des contraintes unique pour les List/Set Corrige 700. Grâce â Éric Chatellier. bpoussin
add Update to eugene 2.1.1 Corrige 746. Grâce â Éric Chatellier. echatellier
add Add synchronisation support based on jgroups Corrige 661. Grâce â Éric Chatellier. echatellier
add Add CSV import/export support Corrige 654. Grâce â Éric Chatellier. echatellier

Release 1.5 - 2010-05-11

Pas de changement dans cette version