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.
|
2011-12-09 |
Felix Wolfsteller |
Added artifact parameter to facets getDataProviderKeys.
|
2011-11-30 |
Felix Wolfsteller |
Implemented getFacetDescription in ArtifactAndFacet.
pre2.6-2011-12-05
|
2011-11-30 |
Felix Wolfsteller |
Added handy implementation of a DataProvider.
|
2011-11-30 |
Felix Wolfsteller |
Added accidentally ommitted ChangeLog entry.
|
2011-11-30 |
Felix Wolfsteller |
Extended CallContext to also act as a blackboard/service broker.
|
2011-11-30 |
Felix Wolfsteller |
Added DataProvider interface (interface for inter-facet communication).
|
2011-11-30 |
Felix Wolfsteller |
Prepare inter-facet pre-rendering communication ('blackboard') phase.
|
2011-11-23 |
Sascha L. Teichmann |
Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.
|
2011-11-21 |
Ingo Weinzierl |
Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.
|
2011-11-07 |
Ingo Weinzierl |
Enabled 'post-describe' hooks for Artifacts.
|
2011-10-28 |
Felix Wolfsteller |
Let StateEngine compute compatibility matrix based on a list of states.
|
2011-10-21 |
Ingo Weinzierl |
Bugfix: added missing bracket to a H2 sql statement.
|
2011-10-20 |
Sascha L. Teichmann |
Backend.getMasterArtifact: Limit result to one row.
|
2011-10-19 |
Felix Wolfsteller |
Fix accidental corruption of key for sql statement.
|
2011-10-19 |
Felix Wolfsteller |
Add functionality to get 'oldest' artifact of a collection.'
|
2011-10-17 |
Sascha L. Teichmann |
StringUtils: Added static method to convert an array of string to their uppercase counterparts.
|
2011-10-13 |
Felix Wolfsteller |
Helper function to create a document to remove an artifact from an collection.
|
2011-10-13 |
Felix Wolfsteller |
Fix SQL typo.
|
2011-10-10 |
Felix Wolfsteller |
Added accidentally ommitted ChangeLog entry for last commit (cosmetics).
|
2011-10-10 |
Felix Wolfsteller |
Cosmetics (and fix for XMLUtils.toString(Element)).
|
2011-10-07 |
Sascha L. Teichmann |
Fixed flys/issue255
|
2011-09-23 |
Felix Wolfsteller |
Fix debug helper toString(Node).
|
2011-09-23 |
Felix Wolfsteller |
Added XMLUtils functions helping to debug parts of xml documents.
|
2011-09-22 |
Ingo Weinzierl |
Removed superfluous CollectionCallContext creation.
|
2011-09-19 |
Ingo Weinzierl |
Tagged RELEASE 1.4 of artifacts system.
|
2011-09-19 |
Ingo Weinzierl |
Tagged RELEASE 1.4 of artifacts system.
1.4
|
2011-09-09 |
Ingo Weinzierl |
Integrated a messaging system for Artifacts and Collections that started background threads.
|
2011-09-07 |
Ingo Weinzierl |
Added a CallContext.isInBackground() method to determine if an Artifact or a Collection has started a background thread and is currently locked.
|
2011-08-25 |
Ingo Weinzierl |
Inserted a new utility class FileTools to work with files.
|
2011-08-25 |
Sascha L. Teichmann |
ArtifactDatabase: Called context listeners too early.
|
2011-08-25 |
Ingo Weinzierl |
Enhanced the State interface with an endOfLife() method.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics.
|