0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a mock XWootContentProvider. Replaces "List" by "Set" for "getModifiedPagesIds()" return type method in "XWootContentProvider" class. More... over 15 years ago
[Minor][Cleanup] Suppress some warnings More... over 15 years ago
Add store method skeleton in XWootContentProvider. Add equals and hash code methods in XWootObject and XWootObjectFields. XWootObject and XWootObjectField now implements Serializable. More... over 15 years ago
- Disabled checkstyle checking until refactoring. More... over 15 years ago
- Added xwoot-content-provider to xwoot's pom.xml - Skipped XwootContentProviderTest because it required a running xwiki server. It will have to be run manually. More... over 15 years ago
ObjectValue will come with new XWoot class ... More... over 15 years ago
Set dependency to 1.8-SNAPSHOT because of a method that was not visible in the xmlrpc API More... over 15 years ago
- Removed deprecated iwoot and mockiphone projects from the concerto-xwoot project pom.xml to stop building. - Added NetUtilTest and excluded it from the automated tests because it requires a running xwoot instance. - Fixed minor bugs now tested by NetUtilTest. - Removed an old TODO that was probably addressed. - Added extra test for the PersistencyUtil class. More... over 15 years ago
Update WootEngine to take care of new content representation : pageId+objectId+fieldId. More... over 15 years ago
- Wrote tests for the xwootUtil module. - Enforced checkstyle on xwootUtil. - Removed deprecated FileUtil class from the xwootApp module and changed to the xwootUtil version. More... over 15 years ago
Added support for retrieving modification with respect to pages. More... over 15 years ago
Added XWootObject implementation. More... over 15 years ago
- Extracted object persistency methods and created a new utility class called PersistenciUtil. - Finished xwootUtil module. More... over 15 years ago
[cleanup] Fix checkstyle
sdumitriu
as Sergiu Dumitriu
More... over 15 years ago
[CLEANUP] More... over 15 years ago
Added a description of the modification list's semantics Minor changes More... over 15 years ago
- Finished tests refactoring and checkstyle compliance. - Enforced checkstyle compliance on the tre module. More... over 15 years ago
Added comments and minor reformatting. More... over 15 years ago
Initial import of the new implementation of the XWootContentProvider API See http://concerto.xwiki.com/xwiki/bin/view/Main/Meeting271108 and http://concerto.xwiki.com/xwiki/bin/view/Main/APIChat281108 More... over 15 years ago
- Finished thomasRuleEngine module. - Added interface for ThomasRuleEngineOp and abstract class ThomasRuleEngineOp. - Added checkstyle enforcing for the concerto-xwoot root pom. Submodules that have not yet been refactored have checkstyle skipped. Tests are also checked with checkstyle. More... over 15 years ago
- Added an extra dependency for apache.commons.lang in order to use EqualsBuilder and HashCodeBuilder. Entry.equals() could not be checkstyle complient without EqualsBuilder. More... over 15 years ago
Started work on the thomasRuleEngine module. More... over 15 years ago
Update Last modified page name list management More... over 15 years ago
- added FileUtil.save/loadObjectToXml and FileUtil.saveCollectionToXml and used them where needed. More... over 15 years ago
- Removed the Guid class and replaced it with the UUID jdk class after some testing, as Sergiu suggested. - Added performance and unicity tests for the UUID class to ensure its usefullness. More... over 15 years ago
Add pagename list : each page modification add an entry in a pagename list. More... over 15 years ago
Finished lpbcast module. More... over 15 years ago
- [FIXUP]The contentManager module's tests could not be run because of the localhost variable pointing to an internal loria address. More... over 15 years ago
- Minor fixing the missusage of Java1.6 specific methods instead of 1.5 ones. More... over 15 years ago
- Minor cleanup related to checkstyle conformance. More... over 15 years ago