2012-08-27 |
Christian Lins |
Fix for NPE on empty user database
|
2012-08-24 |
Bjoern Ricks |
Add REST service to be able to find a user by its account name
|
2012-08-24 |
Bjoern Ricks |
Implement ArtifactDatabase findUser method
|
2012-08-24 |
Bjoern Ricks |
Add ChangeLog entry for last commit
|
2012-08-24 |
Bjoern Ricks |
Implement method to find/get a user by its account name
|
2012-08-23 |
Bjoern Ricks |
Also add the account information when listing users
|
2012-08-23 |
Bjoern Ricks |
Add user account information when creating a user in the artifact database
|
2012-08-23 |
Bjoern Ricks |
Read the account information from the database
|
2012-08-23 |
Bjoern Ricks |
Extend user class implementations to handle account information
|
2012-08-23 |
Bjoern Ricks |
Extend user interfaces to handle account information
|
2012-08-23 |
Bjoern Ricks |
Update sql user queries to add the account column
|
2012-08-23 |
Bjoern Ricks |
Add a account column to the users table
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: use Chain-of-responsibility pattern to figure out if facet should be active.
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: Made Registry.getInstance() access static.
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: Added interface and registry to decide if a facet should initially active or not.
|
2012-07-27 |
Ingo Weinzierl |
Tagged artifacts as '2.8.1'.
|
2012-07-19 |
Sascha L. Teichmann |
StringUtils: Added method to join two String arrays.
2.8.1
|
2012-07-17 |
Felix Wolfsteller |
Doc fixes.
|
2012-07-16 |
Ingo Weinzierl |
Taged artifacts module as '2.8'.
|
2012-07-15 |
Sascha L. Teichmann |
Removed same package imports.
2.8
|
2012-07-03 |
Sascha L. Teichmann |
StringUtils: added contains(needle, haystack) method.
|
2012-07-03 |
Ingo Weinzierl |
Removed Eclipse configuration from version control.
|
2012-06-25 |
Felix Wolfsteller |
Cosmetics.
|
2012-06-23 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
2012-06-05 |
Ingo Weinzierl |
Added some more debug output during the process of removing Artifacts and Collections by the DatabaseCleaner.
|
2012-06-01 |
Sascha L. Teichmann |
JSON2XML: Remove extra <map></map> from the XML generated by JSON lists containing only
|
2012-05-27 |
Ingo Weinzierl |
Tagged module 'artifacts' as '2.7'.
2.7
|
2012-05-27 |
Ingo Weinzierl |
Tagged module 'artifacts' as '2.7'.
|
2012-05-18 |
Ingo Weinzierl |
Added new helper class DateUtils.
|
2012-05-15 |
Ingo Weinzierl |
Added a class to store generic keys and values.
|
2012-05-07 |
Raimund Renkert |
Added method to create a document from string to XMLUtils.
|
2012-05-03 |
Ingo Weinzierl |
Added a method State.getHelpText().
|
2012-05-02 |
Sascha L. Teichmann |
XSLTransformer: Widen parameters to store more than strings.
|
2012-04-27 |
Sascha L. Teichmann |
Fixed building XML documents from JSON strings.
|
2012-04-25 |
Raimund Renkert |
Added method to extract zip archives to a specified directory.
|
2012-04-19 |
Sascha L. Teichmann |
Added new XSLT processor.
|
2012-04-18 |
Sascha L. Teichmann |
Added JSON parser from Artefact Server NG to bridge from JSON to XML speaking services.
|
2012-04-03 |
Sascha L. Teichmann |
Services are now able to return more than just XML documents.
|
2012-03-30 |
Ingo Weinzierl |
Avoid adding duplicated facets in DefaultOutput.addFacet().
|
2012-02-10 |
Felix Wolfsteller |
Pass context when asking facets for keys to write on blackboard.
2.6.1 pre2.7-2012-03-16
|
2012-02-09 |
Ingo Weinzierl |
Added a method ArtifactAndFacet.setFacetDescription().
2.6
|
2012-02-09 |
Sascha L. Teichmann |
StringUtils: Added static method to join strings with a separator.
|
2012-02-03 |
Sascha L. Teichmann |
Added Override annotations.
|
2012-01-30 |
Ingo Weinzierl |
Added a method StateEngine.getStateData() that returns the StateData of a specific Artifact.
|
2012-01-30 |
Ingo Weinzierl |
Added modifications to last commit (forgot to commit the modified class).
|
2012-01-30 |
Ingo Weinzierl |
Prevent NullPointerException in AbstractState.
|
2012-01-30 |
Ingo Weinzierl |
Added methods to extract the default value for a min and max item.
|
2012-01-18 |
Ingo Weinzierl |
Improved ClientProtocolUtils to extract min and max values for items with two new functions.
|
2012-01-16 |
Sascha L. Teichmann |
Replaced legacy java.util.Stack with java.util.Deque.
|
2012-01-16 |
Felix Wolfsteller |
Added accidentally omitted ChangeLog entry.
|
2012-01-16 |
Felix Wolfsteller |
Cosmetics.
|
2012-01-11 |
Sascha L. Teichmann |
AbstractCallContext: Instance vars are now Maps instead of Hashmaps.
|
2012-01-09 |
Ingo Weinzierl |
Added the owner Artifact as parameter to State.initialize().
|
2012-01-09 |
Ingo Weinzierl |
Added new FileTools functions to copy files and directories.
|
2012-01-09 |
Ingo Weinzierl |
Enhanced the State interface with a new method initialize() which might be used to initialize the State based on a model Artifact.
|
2011-12-16 |
Felix Wolfsteller |
Never return null from a function which is documented to do so.
|
2011-12-16 |
Ingo Weinzierl |
Extended the Output interface and its default implementation with a method to replace an existing list of Facets.
|
2011-12-14 |
Ingo Weinzierl |
Modified the Attribute interface and added a default implementation of Attribute.
|
2011-12-14 |
Ingo Weinzierl |
Improved the Settings and Section interfaces and added default implementations for both.
|
2011-12-14 |
Ingo Weinzierl |
Added interfaces for a Settings hierachy currently used for Outputs.
|