Mercurial > dive4elements > framework
log
age | author | description |
---|---|---|
Tue, 19 Jul 2011 06:59:19 +0000 | Ingo Weinzierl | Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output. |
Mon, 18 Jul 2011 15:05:20 +0000 | Ingo Weinzierl | Facets can write its internal representation to XML using a toXML() method now. |
Thu, 14 Jul 2011 14:41:00 +0000 | Ingo Weinzierl | Adapted the signature of Hook.execute() which now retrieves a Document as third parameter. |
Thu, 14 Jul 2011 14:22:23 +0000 | Ingo Weinzierl | Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact. |
Wed, 13 Jul 2011 13:12:08 +0000 | Ingo Weinzierl | Introduced a hook concept - currently used for 'post-feed' and 'post-advance'. |
Wed, 13 Jul 2011 11:00:30 +0000 | Sascha L. Teichmann | Fix for flys/issue20 |
Fri, 08 Jul 2011 08:20:59 +0000 | Ingo Weinzierl | Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output. |