graph
- Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.2011-07-13, by Ingo Weinzierl
- Fix for flys/issue202011-07-13, by Sascha L. Teichmann
- Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.2011-07-08, by Ingo Weinzierl
- Tagged RELEASE 1.3 of artifacts system.2011-06-28, by Ingo Weinzierl
- Tagged RELEASE 1.3 of artifacts system.1.3 2011-06-28, by Ingo Weinzierl
- Prepared Changes for the upcoming release.2011-06-27, by Ingo Weinzierl
- Made XMLUtils.toString(Document) static.2011-06-27, by Ingo Weinzierl
- Improved the ClientProtocolUtils: new methods to create collection action specific documents.2011-06-22, by Ingo Weinzierl
- The ttl is now contained in the document that is returned after a collection has been created.2011-06-21, by Ingo Weinzierl
- Added DefaultFacet.toString() method to help debugging.2011-06-21, by Sascha L. Teichmann
- Put the ttl of each collection into the document that contains the user collections.2011-06-21, by Ingo Weinzierl
- Made the TTL of a Collection retrievable via getter method.2011-06-21, by Ingo Weinzierl
- Facets got a method that return its required data from the owner artifact.2011-06-17, by Ingo Weinzierl
- ProtocolUtils write the index value of a facet into the document.2011-06-16, by Ingo Weinzierl
- Facets are serializable now.2011-06-16, by Ingo Weinzierl
- Facets have indices now.2011-06-15, by Ingo Weinzierl
- Added static toString(Document) method which transform XML documents to Strings.2011-06-09, by Sascha L. Teichmann
- Enabled the artifact database to retrieve requests to change the name of a specific collection.2011-06-08, by Ingo Weinzierl
- #50 Added code on database level to recognize the oldest collection item in a collection (-> master artifact).2011-06-07, by Ingo Weinzierl
- Enables the artifact server to set the TTL of a specific collection via REST call.2011-06-07, by Ingo Weinzierl
- Use generics more precisely2011-06-07, by Sascha L. Teichmann
- flys/issue75: fixed doc and schema to make H2 work again.2011-06-06, by Sascha L. Teichmann
- Modified the method to create the document to trigger the out() operation of a collection in ClientProtocolUtils.2011-06-03, by Ingo Weinzierl
- Added support for the 'type' parameter of artifacts and collections out() call.2011-05-31, by Ingo Weinzierl
- Repaired the setting of a new attribute for a Collection.2011-05-27, by Ingo Weinzierl
- Enhanced the ClientProtocolUtils with a method to create a document that sets the attribute of a collection.2011-05-27, by Ingo Weinzierl
- Jetty HTTP server: Do not bind context to restlet app for security reasons.2011-05-23, by Sascha L. Teichmann
- XMLUtils.xpathString() returns empty string not null.2011-05-23, by Sascha L. Teichmann
- flys/issue65: Added Jetty HTTP server as a replacement option to foster better scalability. Needs testing.2011-05-22, by Sascha L. Teichmann
- Make used HTTP server exchangeable.2011-05-22, by Sascha L. Teichmann
- flys/issue65: Set number of max. restlet threads to 1024 and make it configurable.2011-05-18, by Sascha L. Teichmann
- Bugfix: the document that is used to trigger the OUT operation of a collection will now contain the name of the output mode and its concrete subtype.2011-05-17, by Ingo Weinzierl
- Bumped restlet to version 2.0.7 in hope to mitigate flys/issue65.2011-05-17, by Sascha L. Teichmann
- Updated Changes and NEWS for release 1.21.2 2011-05-13, by Ingo Weinzierl
- Improved the ClientProtocolUtils: collections OUT document contains attributes now.2011-05-12, by Ingo Weinzierl
- Modified Transition.isValid() - added the artifact and the current state to the parameter list.2011-04-28, by Ingo Weinzierl
- Added a getData(String) method to a State to get just a single StateData object.2011-04-28, by Ingo Weinzierl
- Improved the ClientProtocolUtils - new function to create a document that is used to set the attribute of a CollectionItem.2011-04-28, by Ingo Weinzierl
- Bugfix: do not write empty xml documents into database any longer - caused exceptions while serialization/deserialization.2011-04-27, by Ingo Weinzierl
- Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.2011-04-26, by Ingo Weinzierl
- Changed the method names to get and set the attributes of collection items.2011-04-26, by Ingo Weinzierl
- Added a method to add new facets to an output.2011-04-21, by Ingo Weinzierl
- Bugfix: Removed CallContext specific method calls.2011-04-14, by Ingo Weinzierl
- Enhanced the bootstrap - the CallContext.Listener is initialized (if configured).2011-04-14, by Ingo Weinzierl
- Added a setup() method to the CallContext.Listener.2011-04-14, by Ingo Weinzierl
- Added instance variable to hold a call context listener.2011-04-14, by Sascha L. Teichmann
- Added calls to call init/close for call contextes.2011-04-14, by Sascha L. Teichmann
- Added a listener to be called if a call context was created and closed2011-04-14, by Sascha L. Teichmann
- Improved the describe() of a State - a reference to an artifact has been added.2011-04-14, by Ingo Weinzierl
- Granularity of ttls should be milliseconds and not microseconds.2011-04-13, by Sascha L. Teichmann
- Fix for flys/issue92011-04-13, by Sascha L. Teichmann
- Fix for flys/issue8 (part 3)2011-04-13, by Sascha L. Teichmann
- Improved the ClientProtocolUtils with a method that returns a document that is used to trigger the DESCRIBE operation of artifacts.2011-04-12, by Ingo Weinzierl
- Enhanced the ClientProtocolUtils with a method that creates an XML document used for the Collection's out() operation.2011-04-07, by Ingo Weinzierl
- Fix for flys/issue8 (part 2)2011-04-06, by Sascha L. Teichmann
- Possible fix for flys/issue82011-04-06, by Sascha L. Teichmann
- Bugfix: Decompress CollectionItems when they are fetched from Backend.2011-04-06, by Ingo Weinzierl
- The XML documents stored aside users, collections and collection items are now compressed/decompressed transparently.2011-04-04, by Sascha L. Teichmann
- Added a boolean flag to XML byte serialisation to compress/decompress, too.2011-04-03, by Sascha L. Teichmann
- Removed trailing whitespace.2011-04-03, by Sascha L. Teichmann