log ChangeLog @ 177:77cd37a93fca

age author description
2011-03-06 Sascha L. Teichmann Backend: isIdentifierValid more symmetric to new newIndentifier
2011-03-04 Sascha L. Teichmann Added code to add artifacts to collections.
2011-03-04 Sascha L. Teichmann Added code to delete collections.
2011-03-04 Sascha L. Teichmann Reduce the code repetition and the complexity of the backend.
2011-03-04 Sascha L. Teichmann Solve the SQL problem with the collection listings.
2011-03-04 Ingo Weinzierl Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.
2011-03-04 Sascha L. Teichmann Lifted H2 to version 1.3.152.
2011-03-04 Sascha L. Teichmann Fix parameter propagation of creation time ond collection names.
2011-03-04 Ingo Weinzierl The document returned by the createCollection() method will now contain the uuid of the created collection.
2011-03-04 Ingo Weinzierl Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
2011-03-03 Sascha L. Teichmann Added code to list collections.
2011-03-03 Ingo Weinzierl Implemented the method addCollectionArtifact() in the artifact database.
2011-03-03 Sascha L. Teichmann Added Helper for lazy loading users.
2011-03-03 Ingo Weinzierl Implemented the interface method listCollections() in the artifact database.
2011-03-03 Ingo Weinzierl Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.
2011-03-03 Ingo Weinzierl Implemented the deleteCollection() interface method in the artifact database.
2011-03-03 Ingo Weinzierl Bugfixed the collection creation in the Backend.
2011-03-03 Ingo Weinzierl Enabled the artifact database to store and load roles of users.
2011-03-03 Sascha L. Teichmann Added code to create collections.
2011-03-03 Ingo Weinzierl Implemented the createCollection() method in the artifact database.
2011-03-03 Sascha L. Teichmann Simplified creation of users.
2011-03-03 Sascha L. Teichmann Added stubs for the collection handling in db backend.
2011-03-03 Ingo Weinzierl Made a (single one) artifact collection factory configurable.
2011-03-03 Sascha L. Teichmann Propagate delete user errors correctly.
2011-03-03 Ingo Weinzierl Adjusted method signatures for deleting users in the UserFactory and in the Backend.
2011-03-03 Ingo Weinzierl Implemented the deleteUser() method in the artifact server.
2011-03-03 Ingo Weinzierl Bugfix: Replaced wrong SQL statements with the correct ones.
2011-03-03 Ingo Weinzierl Implemented the listUsers() method in the artifact database.
2011-03-03 Ingo Weinzierl Implemented the createUser() method in the artifact database.
2011-03-02 Sascha L. Teichmann Added code to load all users from database.
2011-03-02 Sascha L. Teichmann Added code to load user from database.
2011-03-02 Sascha L. Teichmann Enable backend to delete users
2011-03-02 Ingo Weinzierl Implemented an abstract class for the output of artifacts and collections. Added a CollectionOutResource.
2011-03-02 Ingo Weinzierl Added a Rest resource that handles operations specific to a collection.
2011-03-02 Ingo Weinzierl Added a Rest resource that lists all collections of a specific user.
2011-03-02 Ingo Weinzierl Added a Rest resource that might be used to create new collections owned by a specific user.
2011-03-02 Sascha L. Teichmann Removed needless imports
2011-03-02 Sascha L. Teichmann Call database to create a new user.
2011-03-02 Ingo Weinzierl Added a resource that handles user specific actions.
2011-03-02 Ingo Weinzierl Added a Rest resource that lists all users provided by the artifact database.
2011-03-02 Sascha L. Teichmann Added a convinience method to transform an document into a byte array.
2011-03-02 Sascha L. Teichmann Wired Backend with DefaultUserFactory via the singleton.
2011-03-02 Sascha L. Teichmann Fixed typo in keys.
2011-03-02 Ingo Weinzierl Removed duplicated method to list users.
2011-03-02 Ingo Weinzierl Added a resource '/create-user' to create new users.
2011-03-02 Ingo Weinzierl The UserFactory got a setup() method that is called while bootstrap.
2011-03-02 Ingo Weinzierl Bugfix: The artifacts package can be compiled with local modifications again.
2011-03-01 Ingo Weinzierl Made the backend singleton.
2011-03-01 Ingo Weinzierl Made the user factory available in the artifact database.
2011-03-01 Ingo Weinzierl Added a user-factory configuration to the demo-config.
2011-03-01 Ingo Weinzierl Added the registration of the UserFactory to the bootstrap process.
2011-03-01 Sascha L. Teichmann Added SQL statements to handle users in database.
2011-03-01 Ingo Weinzierl Added a default implementation of a UserFactory and a new constructor to create new DefaultUsers.
2011-03-01 Ingo Weinzierl Added a default implementation of an ArtifactCollectionFactory.
2011-03-01 Sascha L. Teichmann Extended db scheme to cope with collections, collection items and users.
2011-03-01 Sascha L. Teichmann Added method to figure out TTL of a collection.
2011-03-01 Ingo Weinzierl Added a default implementation of an ArtifactCollection and a User.
2011-03-01 Sascha L. Teichmann Added creation time to collections.
2011-03-01 Sascha L. Teichmann Added external API for users and collections.
2011-03-01 Sascha L. Teichmann Initial interfaces to handle with Collections and Users.
2011-02-18 Ingo Weinzierl New XPath constants and methods that retrieve important nodes of the DESCRIBE document.
2011-02-16 Ingo Weinzierl Added the ArtifactNamespaceContext and a ClientProtocolUtils that helps working with the artifact protocol.
2011-02-10 Ingo Weinzierl The common package is now ready to be included as module in a GWT based client application.
2011-02-10 Ingo Weinzierl Added an interface and its default implementation for a User.
2011-02-07 Ingo Weinzierl Prepared the State and StateData interfaces with methods to add new data to a State and implemented a DefaultStateData class.
2011-02-07 Ingo Weinzierl Improved the ProtocolUtils - there are new functions to append a current state and the reachable states to a root node.
2011-02-07 Ingo Weinzierl Improved the StateEngine and the TransitionEngine to retrieve the reachable states of a current state.
2011-02-04 Ingo Weinzierl Added a ProtocolUtils class that provides functions that help creating the artifact protocol documents.
2011-02-04 Ingo Weinzierl Implementations to initialize and retrieve states.
2011-02-04 Ingo Weinzierl Added an abstract implementation of a State.
2011-02-03 Ingo Weinzierl Added interfaces and engines used in concrete artifact packages.
2011-02-02 Ingo Weinzierl Corrected a package definition in the artifacts-common package.
2011-02-02 Ingo Weinzierl Added a new package artifacts-common for classes and utilities used in several packages.
2011-02-01 Ingo Weinzierl Upgraded the Restlet version to 2.0.4 (current stable).
2010-11-02 Ingo Weinzierl Added license file and license headers.
2010-06-14 Ingo Weinzierl Write revision to MANIFEST files while creating jar archives.
2010-04-28 Hans Plum ChangeLog: Tagging version 1.0; explaining the reason for 1.0 1.0
2010-04-28 Hans Plum ChangeLog: Tagging version 1.0
2010-04-28 Ingo Weinzierl Summarized activities, created NEWS and Changes for the upcoming release.
2010-04-27 Ingo Weinzierl The path to database can be configured with a path relative to the configuration directory.
2010-04-17 Sascha L. Teichmann Brought all line lengths of non Javadoc lines below 80.
2010-03-28 Sascha L. Teichmann Unified imports.
2010-03-28 Sascha L. Teichmann Last bunch of javadoc
2010-03-28 Sascha L. Teichmann More javadoc, some code formatting.
2010-03-26 Sascha L. Teichmann More javadoc.
2010-03-26 Sascha L. Teichmann More javadoc (fixes small glitches, too).
2010-03-26 Sascha L. Teichmann Added javadoc to the REST package of the artifact database (complete).
2010-03-26 Sascha L. Teichmann Added some javadoc to the artifactdatabase module. Not done yet.
2010-03-26 Sascha L. Teichmann Removed trailing whitespace
2010-03-26 Sascha L. Teichmann Completed Javadoc of sub module 'artifacts'.
2010-03-25 Ingo Weinzierl Added the time to live of an artifact to the CallContext.
2010-03-22 Ingo Weinzierl Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j.
2010-03-22 Ingo Weinzierl Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact.
2010-03-19 Ingo Weinzierl Set new identifiers on artifacts after an artifact import.
2010-03-19 Ingo Weinzierl Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).
2010-03-16 Ingo Weinzierl Implementation to export artifacts as xml (applied patch from issue208 by SLT).
2010-03-11 Sascha L. Teichmann Repaired the javadoc stuff for almost all artifact interfaces.
2010-02-21 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' 0.5
2010-02-05 Ingo Weinzierl Changed log4j version to 1.2.14
2010-02-01 Tim Englich Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
2010-01-27 Hans Plum Summarized Changes and NEWS for Release 0.4 0.4
2010-01-22 Sascha L. Teichmann Added url '/service/{service}' to REST server to offer the actual service over HTTP.
2010-01-22 Sascha L. Teichmann Added '/services' url to web server to list the available services in XML.
2010-01-22 Sascha L. Teichmann Load service factories and services during bootstrap.
2010-01-22 Sascha L. Teichmann Serve services over artifact database.
2010-01-22 Sascha L. Teichmann Added base class for services and service factories.
2010-01-22 Sascha L. Teichmann Added interfaces for XML processing services. TODO: Implement them!
2010-01-17 Sascha L. Teichmann Added method to XMLUtils to copy an XML document to an output stream.
2010-01-15 Ingo Weinzierl Implemented some methods to get access to ArtifactFactories which are stored in the ArtifactDatabase.
2010-01-12 Ingo Weinzierl Create namespace aware documents for 'create' and 'out' targets. Adapted XPath expressions for this.
2010-01-09 Ingo Weinzierl Create a namespace aware document out of the request. We consider namespaces now. Adapted xpath to find action.
2009-12-17 Sascha L. Teichmann Release 0.3 0.3
2009-12-16 Sascha L. Teichmann Added XML utils method to load XML file from file.
2009-12-15 Ingo Weinzierl Removed config path of chart template which doesn't belong here from Config.
2009-12-11 Sascha L. Teichmann Removed needless import.
2009-11-23 Ingo Weinzierl Added path to chart template and added a method to retrieve its configuration.
2009-11-23 Sascha L. Teichmann Added a real artifact proxy class to be more flexible with artifact replacements
2009-11-13 Hans Plum RELEASE 0.2: Summarized NEWS and Changes 0.2
2009-11-11 Ingo Weinzierl Added HOWTO to setup the environment
2009-11-04 Sascha L. Teichmann describe() in REST interface is also handled as POST to pass
2009-10-21 Tim Englich Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue59
2009-10-07 Sascha L. Teichmann RELEASE 0.1 0.1
2009-10-06 Sascha L. Teichmann Renamed Changelog to ChangeLog to make eclipse happy.

http://dive4elements.wald.intevation.org