graph
- Cosmetics.2012-06-25, by Felix Wolfsteller
- Removed trailing whitespace.2012-06-23, by Sascha L. Teichmann
- Added some more debug output during the process of removing Artifacts and Collections by the DatabaseCleaner.2012-06-05, by Ingo Weinzierl
- JSON2XML: Remove extra <map></map> from the XML generated by JSON lists containing only2012-06-01, by Sascha L. Teichmann
- Tagged module 'artifacts' as '2.7'.2.7 2012-05-27, by Ingo Weinzierl
- Tagged module 'artifacts' as '2.7'.2012-05-27, by Ingo Weinzierl
- Added new helper class DateUtils.2012-05-18, by Ingo Weinzierl
- Added a class to store generic keys and values.2012-05-15, by Ingo Weinzierl
- Added method to create a document from string to XMLUtils.2012-05-07, by Raimund Renkert
- Added a method State.getHelpText().2012-05-03, by Ingo Weinzierl
- XSLTransformer: Widen parameters to store more than strings.2012-05-02, by Sascha L. Teichmann
- Fixed building XML documents from JSON strings.2012-04-27, by Sascha L. Teichmann
- Added method to extract zip archives to a specified directory.2012-04-25, by Raimund Renkert
- Added new XSLT processor.2012-04-19, by Sascha L. Teichmann
- Added JSON parser from Artefact Server NG to bridge from JSON to XML speaking services.2012-04-18, by Sascha L. Teichmann
- Services are now able to return more than just XML documents.2012-04-03, by Sascha L. Teichmann
- Avoid adding duplicated facets in DefaultOutput.addFacet().2012-03-30, by Ingo Weinzierl
- Pass context when asking facets for keys to write on blackboard.2.6.1 pre2.7-2012-03-16 2012-02-10, by Felix Wolfsteller
- Added a method ArtifactAndFacet.setFacetDescription().2.6 2012-02-09, by Ingo Weinzierl
- StringUtils: Added static method to join strings with a separator.2012-02-09, by Sascha L. Teichmann
- Added Override annotations.2012-02-03, by Sascha L. Teichmann
- Added a method StateEngine.getStateData() that returns the StateData of a specific Artifact.2012-01-30, by Ingo Weinzierl
- Added modifications to last commit (forgot to commit the modified class).2012-01-30, by Ingo Weinzierl
- Prevent NullPointerException in AbstractState.2012-01-30, by Ingo Weinzierl
- Added methods to extract the default value for a min and max item.2012-01-30, by Ingo Weinzierl
- Improved ClientProtocolUtils to extract min and max values for items with two new functions.2012-01-18, by Ingo Weinzierl
- Replaced legacy java.util.Stack with java.util.Deque.2012-01-16, by Sascha L. Teichmann
- Added accidentally omitted ChangeLog entry.2012-01-16, by Felix Wolfsteller
- Cosmetics.2012-01-16, by Felix Wolfsteller
- AbstractCallContext: Instance vars are now Maps instead of Hashmaps.2012-01-11, by Sascha L. Teichmann
- Added the owner Artifact as parameter to State.initialize().2012-01-09, by Ingo Weinzierl
- Added new FileTools functions to copy files and directories.2012-01-09, by Ingo Weinzierl
- Enhanced the State interface with a new method initialize() which might be used to initialize the State based on a model Artifact.2012-01-09, by Ingo Weinzierl
- Never return null from a function which is documented to do so.2011-12-16, by Felix Wolfsteller
- Extended the Output interface and its default implementation with a method to replace an existing list of Facets.2011-12-16, by Ingo Weinzierl
- Modified the Attribute interface and added a default implementation of Attribute.2011-12-14, by Ingo Weinzierl
- Improved the Settings and Section interfaces and added default implementations for both.2011-12-14, by Ingo Weinzierl
- Added interfaces for a Settings hierachy currently used for Outputs.2011-12-14, by Ingo Weinzierl
- Added artifact parameter to facets getDataProviderKeys.2011-12-09, by Felix Wolfsteller
- Implemented getFacetDescription in ArtifactAndFacet.pre2.6-2011-12-05 2011-11-30, by Felix Wolfsteller
- Added handy implementation of a DataProvider.2011-11-30, by Felix Wolfsteller
- Added accidentally ommitted ChangeLog entry.2011-11-30, by Felix Wolfsteller
- Extended CallContext to also act as a blackboard/service broker.2011-11-30, by Felix Wolfsteller
- Added DataProvider interface (interface for inter-facet communication).2011-11-30, by Felix Wolfsteller
- Prepare inter-facet pre-rendering communication ('blackboard') phase.2011-11-30, by Felix Wolfsteller
- Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.2011-11-23, by Sascha L. Teichmann
- Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.2011-11-21, by Ingo Weinzierl
- Enabled 'post-describe' hooks for Artifacts.2011-11-07, by Ingo Weinzierl
- Let StateEngine compute compatibility matrix based on a list of states.2011-10-28, by Felix Wolfsteller
- Bugfix: added missing bracket to a H2 sql statement.2011-10-21, by Ingo Weinzierl
- Backend.getMasterArtifact: Limit result to one row.2011-10-20, by Sascha L. Teichmann
- Fix accidental corruption of key for sql statement.2011-10-19, by Felix Wolfsteller
- Add functionality to get 'oldest' artifact of a collection.'2011-10-19, by Felix Wolfsteller
- StringUtils: Added static method to convert an array of string to their uppercase counterparts.2011-10-17, by Sascha L. Teichmann
- Helper function to create a document to remove an artifact from an collection.2011-10-13, by Felix Wolfsteller
- Fix SQL typo.2011-10-13, by Felix Wolfsteller
- Added accidentally ommitted ChangeLog entry for last commit (cosmetics).2011-10-10, by Felix Wolfsteller
- Cosmetics (and fix for XMLUtils.toString(Element)).2011-10-10, by Felix Wolfsteller
- Fixed flys/issue2552011-10-07, by Sascha L. Teichmann
- Fix debug helper toString(Node).2011-09-23, by Felix Wolfsteller