graph
- Allow to add Output objects to a state manually2012-09-26, by Bjoern Ricks
- Tagged 'artifacts' as 2.9.12012-09-17, by Ingo Weinzierl
- Bump source compat from 1.5 to 1.6 (@Override annotations for interfaces.)2.9.1 2012-09-10, by Sascha L. Teichmann
- Merged revisions 5376,5383 via svnmerge from2.9 2012-09-07, by Ingo Weinzierl
- Fix queries for finding a user2012-09-07, by Bjoern Ricks
- Tagged 'artifacts' as 2.92012-09-07, by Ingo Weinzierl
- Keep insertion order of attributes in DefaultSection.2012-08-30, by Felix Wolfsteller
- Remove spaces and newline2012-08-28, by Bjoern Ricks
- Fix for NPE on empty user database2012-08-27, by Christian Lins
- Add REST service to be able to find a user by its account name2012-08-24, by Bjoern Ricks
- Implement ArtifactDatabase findUser method2012-08-24, by Bjoern Ricks
- Add ChangeLog entry for last commit2012-08-24, by Bjoern Ricks
- Implement method to find/get a user by its account name2012-08-24, by Bjoern Ricks
- Also add the account information when listing users2012-08-23, by Bjoern Ricks
- Add user account information when creating a user in the artifact database2012-08-23, by Bjoern Ricks
- Read the account information from the database2012-08-23, by Bjoern Ricks
- Extend user class implementations to handle account information2012-08-23, by Bjoern Ricks
- Extend user interfaces to handle account information2012-08-23, by Bjoern Ricks
- Update sql user queries to add the account column2012-08-23, by Bjoern Ricks
- Add a account column to the users table2012-08-23, by Bjoern Ricks
- FacetActivity: use Chain-of-responsibility pattern to figure out if facet should be active.2012-07-29, by Sascha L. Teichmann
- FacetActivity: Made Registry.getInstance() access static.2012-07-29, by Sascha L. Teichmann
- FacetActivity: Added interface and registry to decide if a facet should initially active or not.2012-07-29, by Sascha L. Teichmann
- Tagged artifacts as '2.8.1'.2012-07-27, by Ingo Weinzierl
- StringUtils: Added method to join two String arrays.2.8.1 2012-07-19, by Sascha L. Teichmann
- Doc fixes.2012-07-17, by Felix Wolfsteller
- Taged artifacts module as '2.8'.2012-07-16, by Ingo Weinzierl
- Removed same package imports.2.8 2012-07-15, by Sascha L. Teichmann
- StringUtils: added contains(needle, haystack) method.2012-07-03, by Sascha L. Teichmann
- Removed Eclipse configuration from version control.2012-07-03, by Ingo Weinzierl
- 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