Activity
From 11/11/2010 to 12/10/2010
12/10/2010
-
11:26 pm Revision 598: On peut presque faire un site avec :)
-
11:23 pm Revision 597: de fil en aiguille je me suis tout de meme apercu qu'il y a une grosse classe de te...
- Je remis en marche (et vire spring des tests du meme coup). Mais maintenant il y a 4 failds :(
Mais ca pas l'air simp... -
07:06 pm Revision 596: use Appconfig.getOptionAsList method
-
07:05 pm Revision 595: - add Date in WikittyToken
- - add Date in WikittyAccessStat
- WikittyAccessStat refactore storage to support monitoring with log(file), wikitty(d... -
07:03 pm Revision 594: use new AppConfig.getOptionAsList method
-
01:22 pm Revision 593: fix svn:ignore
-
05:50 am Revision 592: Evolution #1134: new wikitty-publication module
- - add upload file for binary type
- simplified url
- add more object in eval script context -
05:45 am Revision 591: Evolution #1140: Add WikittyServiceAccessStat to make stat on wikitty restored
-
05:44 am Evolution #1140 (Résolu): Add WikittyServiceAccessStat to make stat on wikitty restored
-
05:42 am Revision 590: modif doc (table boder)
-
01:25 am Evolution #1137 (Résolu): create new field type binary
-
01:23 am Revision 589: Evolution #1137: create new field type binary (generation done)
12/09/2010
-
12:30 am Revision 588: (un gros commit comme je ne les aimes pas :()
- Evolution #1137: create new field type binary (only generation is not done)
Evolution #1141: Refactor solr code to st... -
12:25 am Evolution #1143 (Résolu): Add mecanisme in jdbc to allow easy support of new database
- Currently all SQL statement are in properties file. If we want support new database we must copy all this statement i...
-
12:17 am Evolution #1142 (Résolu): Add documentation on solr indexation mecanisme
- We have done many choice to store data in solr, but there is no document about this.
-
12:16 am Evolution #1141 (Résolu): Refactor solr code to store less field (currently 6 for 1 text field)
- Currently text field is indexed 7 times and stored 6 times in solr data
perhaps we can reduce this number of storage... -
04:14 pm Revision 587: Added wikitty-perf-test module
-
01:25 pm Evolution #1140 (Résolu): Add WikittyServiceAccessStat to make stat on wikitty restored
- This service store information on who (user, token) have restore what (wikitty).
For that we need new Object Wikit... -
12:28 pm Anomalie #1139 (Résolu): NPE when calling the clear$AttributeName$ method on a DTO
-
12:26 pm Revision 586: Initiate collections in dtos to avoid NPE on clear, add or remove methods
-
12:02 pm Evolution #1138 (Résolu): Add cache statistic
- Add in WikittyServiceCached statistic on asked wikitty and missed wikitty
This information is logged in debug level -
12:01 pm Evolution #1137 (Résolu): create new field type binary
- Wikitty field don't support binary field. In some application this is needed we must add it. Binary must not be index...
-
11:59 am Anomalie #1136 (Résolu): clean SolR config file
- clean default SolR config file to keep only the necessary config
create example of complete solr config file
remove... -
10:30 am Revision 585: use TimeTrace from nuiton-utils
-
10:29 am Revision 584: add cache stat in debug log level
12/08/2010
-
04:57 pm Revision 583: mark some methods as duplicate with same in other class
-
04:56 pm Revision 582: use constant separator fq field
-
04:55 pm Revision 581: fix Anomalie #1135: Cannot store a Wikitty that got a new extension
-
04:54 pm Anomalie #1135 (Résolu): Cannot store a Wikitty that got a new extension
- Error is in WikittyServiceSecurity that try to copy all wikitty field of the new version to the old version that don'...
-
04:47 pm Revision 580: Prevent NPE
-
04:31 pm Revision 579: try to fix conversion date, add some methods that have bad visibility in BeanUtil :(
-
04:25 pm Anomalie #1133 (Résolu): Cannot set null on Date field
-
04:23 pm Revision 578: try to fix conversion date error when date is null
-
03:57 pm Anomalie #1135 (Résolu): Cannot store a Wikitty that got a new extension
- I got a Wikitty with the extension User. I restore it with the Agent extension. Fill in the values. But when I want t...
-
03:43 pm Evolution #1134 (Nouveau): new wikitty-publication module
- see http://svn.nuiton.org/svn/wikitty/trunk/wikitty-publication/src/site/rst/wp-analyse.rst
-
03:30 pm Revision 577: add WikittyPublication analyse
-
02:52 pm Anomalie #1133 (Résolu): Cannot set null on Date field
- I can set null on all other field types, but on a Date field, I got the following error :
Caused by: org.nuiton.... -
05:22 am Revision 576: simplify url for WikittyPub(Data|Text)
12/07/2010
-
05:21 pm Revision 575: create new module wikitty-publication (proof of concept currently)
-
05:09 pm Revision 574: Correctly generate copyFrom method (get *all* super classes attribute one time and ...
-
04:56 pm Revision 573: fix bug for generation of list
-
03:30 am Revision 572: fix bug in tag/value generation. now attribute support all tag/value not only some
-
01:49 am Revision 571: add test for new method extractExtensionName and extractFieldName
-
01:48 am Revision 570: use new wikitty.data.directory configuration facility
-
01:48 am Revision 569: delete < and > in toString representation (more readeable in html or xml page
-
01:46 am Revision 568: add static method to easily extract extension name and field name from fully qualif...
-
01:45 am Revision 567: change WikittyConfig argument to ApplicationConfig
-
01:43 am Revision 566: add configuration variable wikitty.data.directory, this permit to change easily all...
12/03/2010
-
07:01 pm Revision 565: fix big bug in toWikitty that call toString on WikittyCopyOnWrite and not getId (ba...
-
06:58 pm Revision 564: refactor: use WikittyTreeNodeHelper to simplify code
-
06:13 pm Revision 563: suppress System.out.println added to debug
-
06:12 pm Revision 562: fix bad test
-
06:12 pm Revision 561: fix bug in getWikittyVersion if no modification no add modifCount to version
-
06:11 pm Revision 560: fix bug in restore. We must return copy of instance in storage
-
05:12 pm Revision 559: add new method to addLabel
-
04:52 pm Revision 558: fix in inMemory implementation to support search on collection field
-
04:52 pm Revision 557: Improve version management in DTO.
- Unit test not passing.
-
03:42 pm Revision 556: add test to store and restore with proxy and WikittyServiceStorage (JDBC)
12/02/2010
-
07:20 pm Revision 555: Ajout d'un test unitaire sur findAllByLabel qui génère actuellement une exception
-
07:01 pm Revision 554: suppression picocontainer dependency
-
07:00 pm Revision 553: Evolution #1130: Add call time in proxy to trace long method execution
- - refactore some method to suppress return in middle of method
-
06:58 pm Evolution #1130 (Résolu): Add call time in proxy to trace long method execution
- In proxy if we can have time spent in each method, this permit to know if time is spent in wikitty or in application....
-
04:44 pm Revision 552: Use force parameter for recursive call in replaceWith method
-
02:29 am Revision 551: - rename all engin to engine
- - rename syncEngin to syncSearchEngine
- sample configuration update for that -
02:13 am Revision 550: - remove picocontainer that don't work, replace it by new nuiton-util method Object...
- - WikittyNotifierService take as new argument the transporter (this suppress non consistance between WikittyService i...
12/01/2010
-
05:49 pm Evolution #1126 (Résolu): Add migration class definition configurable in config file
- Modifier en meme temps un peu la configuration pour pouvoir indiquer dans le fichier de configuration la liste des cl...
-
05:41 pm Revision 549: Modify clone methode to allow create a clone with a new wikittyId
-
04:33 pm Anomalie #1122 (Résolu): Wikitty migration open new transaction instead of using current transaction
-
04:33 pm Anomalie #1122: Wikitty migration open new transaction instead of using current transaction
- Refactore all WikittyTransaction to use ThreadLocal
-
04:32 pm Revision 548: Anomalie #1122: Wikitty migration open new transaction instead of using current tra...
- Refactor all WikittyTransaction usage to put current transaction in ThreadLocal. Each thread has own transaction for ...
-
03:37 pm Revision 547: Prevent NPE on copyFrom method on DTOs
11/30/2010
-
06:22 pm Revision 546: Change postgres dependency to test scope
-
06:17 pm Anomalie #1122 (Résolu): Wikitty migration open new transaction instead of using current transaction
- Dans la methode WikittyServiceStorage#upgradeData(String securityToken, WikittyTransaction transaction, Wikitty wikit...
-
06:05 pm Revision 545: Test if wikitty with postgres database is working, allow to add other config
-
03:42 pm Revision 544: Remove old properties entries
-
03:28 pm Revision 543: Clean code
-
10:10 am Revision 542: Don't log password
-
10:04 am Revision 541: Don't log password
11/28/2010
-
09:20 pm Revision 540: use last dev version of eugene
-
03:00 am Revision 539: WARNING: the Purifier still does not work on inheritance : breaks some build... mus...
-
02:56 am Revision 538: does not use any longer previousTransformer
-
02:53 am Revision 537: change log level
11/27/2010
-
12:59 am Evolution #1112 (Résolu): Update EUGene to 2.3
- Wikity 3.0 needs it
-
05:02 pm Revision 536: - use the new MetaTransformer api
- - make works the full eugene chain (transformer then templates, no ore use of the previousTransformer in templates on...
-
04:57 pm Revision 535: add report to see exposed plexus components
-
04:56 pm Revision 534: use correctly role on POM
-
04:56 pm Revision 533: While expose classifier tests, must also expose his javadoc and sources in release-...
-
04:05 pm Revision 532: Make everythin work in GWT
-
03:06 pm Revision 531: Put back wrongly removed tests jar creation. Add a comment so that it is not remove...
11/26/2010
-
05:02 pm Revision 530: Log error because PicoContainer eat them :(
-
03:26 pm Revision 529: fix possible problem in RemoteNotifierEvent (possible infinit loop event)
-
03:05 pm Anomalie #1102 (Résolu): Bug in replaceWith method in WikittyCopyOnWrite
- replaceWith fail when we try to replace WikittyCopyOnWrite target with WikittyCopyOnWrite instance that contains the ...
-
03:05 pm Revision 528: fix test error
-
02:59 pm Evolution #1101 (Résolu): Rename WikittyServiceImpl to WikittyServiceStorage
- WikittyServiceImpl is bad name for this WikittyService layer Storage is better and understandable name
-
02:57 pm Revision 527: rename method 'Wikitty.replace' to 'Wikitty.replaceWith'
- rename class 'WikittyServiceImpl' to 'WikittyServiceStorage'
move bad package test entities to right place
add test ... -
02:57 pm Revision 526: rename method 'Wikitty.replace' to 'Wikitty.replaceWith'
- rename class 'WikittyServiceImpl' to 'WikittyServiceStorage'
move bad package test entities to right place
add test ... -
12:25 pm Revision 525: Add needed import in DTO
11/25/2010
-
06:11 pm Revision 524: Add commons-beanutils missing dependency
-
06:10 pm Revision 523: add tests not to generate intHelper or voidHelper
-
06:09 pm Revision 522: Only one loop to run through model
-
05:42 pm Revision 521: Ignore PutObjectDirHere in svn
-
05:40 pm Revision 520: Fix poms for EUGene generation in api and dto modules (finally)
- Fix some license headers
-
05:24 pm Revision 519: Manage copyFrom method on DTOs
-
05:01 pm Revision 518: better exception message to find bug easily ;) (again :))
-
04:53 pm Revision 517: better exception message to find bug easily ;)
11/24/2010
-
06:33 pm Revision 516: Fix copyFrom method in DTO generator
-
06:21 pm Revision 515: Generate copyFrom method
- Improve generated abstract and helper
-
06:05 pm Revision 514: use new copyFrom method to convert BusinessEntityWikitty <-> Dto
-
06:00 pm Revision 513: add copyFrom on BusinessEntity
- add copyBean on WikittyUtil
add test for this methods -
04:44 pm Revision 512: Remove wikitty constructor
-
04:19 pm Revision 511: Add methods from super-super-classes in DTO
-
04:19 pm Revision 510: - Prevent NPE
- - Update THIRD-PARTY
-
03:22 pm Revision 509: move DTO generator + fix poms
-
02:39 pm Revision 508: fix unused imports
-
02:39 pm Revision 507: add a new pattern for people whose computer locale is english
-
01:42 pm Revision 506: Improve wikitty-dto generators
- Add unit test for dto-business entity conversions in wikitty-dto package
11/23/2010
-
05:09 pm Revision 505: Fix getWikitty method on WikittyUtil, tests now passing
-
03:26 pm Revision 504: - Use PicoContainer in XMPP test
- - Debug PicoContainer for create instance of transporteur
-
12:32 pm Revision 503: Revert
-
12:31 pm Revision 502: Fix dependency
-
12:04 pm Revision 501: Improve index and feature pages
-
11:38 am Revision 500: - Rename Option to WikittyOption
- - Rename Action to WikittyAction
- Implement ActionDef for WikittyAction
- Use loadDefaultOption to init appCoonfig
-... -
11:35 am Revision 499: Add getWikitty method on WikittyProxy
-
11:05 am Revision 498: Ignore test, so that peaople can build wikitty
-
10:50 am Revision 497: Add myself as developer ;)
-
10:49 am Revision 496: Add setter on multiplicity attributes
- Put wikitty-dto in overall build
-
08:43 am Revision 495: Add wikitty-dto module
11/22/2010
-
07:55 pm Revision 494: add FIXME on bad code and test unit that must be passed when this code will be corr...
-
05:57 pm Revision 493: Remove getWikitty() method from BusinessEntity, add a method that does it in Wikitt...
-
12:43 pm Revision 492: Upate files headers
-
12:29 pm Revision 491: - Add servlet dependency to fix build
- - Reformat pom
11/21/2010
11/19/2010
-
07:48 pm Anomalie #1084 (Résolu): Can't convert a date when the locale isn't fr_FR
- The String to Date conversion may fail (or the converted date may be inaccurate) if the locale isn't fr_FR.
-
07:11 pm Revision 489: Ajout d'une méthode store dans le proxy prenant un Wikitty en argument
-
12:36 pm Revision 488: Add generalities documentation
11/18/2010
-
07:55 pm Evolution #1076 (Résolu): Add documentation
- More documentation (presentation and technical are needed)
-
07:54 pm Revision 487: Evolution #1071: Create and use new WikittyServiceInMemoryJdbcSolr for transaction
- - add WikittyServiceInMemoryJdbcSolr
- permit to use it in WikittyServiceTransaction by configuration
- add RAMDirect... -
04:28 pm Evolution #1071 (Résolu): Create and use new WikittyServiceInMemoryJdbcSolr for transaction
- Actually we use lowly WikittyServiceInMemory (not real search engine) for transation service. We must create and use ...
-
01:16 pm Revision 486: - rename BusinessEntityWikitty in BusinessEntityImpl
- - pass some FIXME to TODO and fix some other
-
12:32 pm Revision 485: change jettyVersion in jettyMorbayVersion for old jetty 6
-
12:20 pm Revision 484: don't failed if no WikittyServiceNotifier available to register cache as listener
-
12:12 pm Revision 483: add default constructor that call (String[] arg) constructor
-
12:08 pm Evolution #1060 (Nouveau): Add xmpp server in WikittyServerStart
- WikittyServerStart must be able to start xmpp server if configuration ask it (if we don't want use external xmpp serv...
-
12:05 pm Evolution #946 (Résolu): Create client synchronisation class
-
12:02 pm Evolution #1059 (Résolu): Add some configuration sample in source (server, slave-server, client, ...
- For help to understand configuration, and help to use wikitty we must write some configuration file sample
-
11:58 am Evolution #1058 (Résolu): Create WikittyServiceHessianClient and WikittyServiceHessianServer dire...
- Currently we can configure client in wikitty configuration because there is no client that implement WikittyService. ...
-
11:48 am Revision 482: add classe with main method to permit to start WikittyService server easily (juste ...
-
11:47 am Revision 481: - WikittyServiceSlave implementation finished (state saved and read to know last ev...
- - add force argument to replay WikittyService method
-
11:05 am Revision 480: Add sites for modules
11/17/2010
-
07:11 pm Revision 479: add WikittyServiceSlave and WikittyServiceHessianClient that can be used as Wikitty...
-
06:58 pm Revision 478: Config:
- - add WikittyServiceSlave configuration
- rename some configuration
Notifier:
- permit listen and/or propagate
samp... -
06:55 pm Revision 477: add jetty dependency
-
06:54 pm Revision 476: - refactor WikittyServiceHessianDelegator to use WikittyServiceFactory
- - add WikittyServiceHessianServer, this can be used as WikittyService and start jetty container
11/16/2010
-
04:47 pm Revision 475: better test for extension deletion
-
04:43 pm Evolution #1024 (Résolu): We must can delete extension if not used
-
04:36 pm Revision 474: Evolution #1024: We must can delete extension if not used
11/15/2010
-
06:04 pm Revision 473: Evolution #1046: Rename WikittyServiceListener and WikittyServiceEvent without 'Ser...
-
05:47 pm Evolution #1046 (Résolu): Rename WikittyServiceListener and WikittyServiceEvent without 'Service'...
- WikittyServiceXXX must be used only for classe that implement WikittyService interface.
WikittyServiceListener and W... -
05:37 pm Evolution #1005 (Résolu): Create for WikittyServiceInMemory a SolR in memory instance
-
05:36 pm Revision 472: Evolution #1005: Create for WikittyServiceInMemory a SolR in memory instance (via c...
Also available in: Atom