Revision
53375 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 23 11:10:02 2015 UTC
(7 years, 1 month ago)
by
aschrijvers
Diff to
previous 42689
HSTTWO-3257 move the parameter annotations from hst-api to cms7-commons because they require a shared classloader to be able to scan parameterinfo methods from a HstComponent class from a different webapp than the current
Revision
42689 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 16 12:50:39 2014 UTC
(8 years, 4 months ago)
by
meggermont
Diff to
previous 41398
CMS7-7572 Fix visibility of activity stream
Added the boolean property system to the HippoEvent.
if this flag is set to true, it means the event was
triggered by a system user.
Revision
36396 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 15:56:01 2012 UTC
(9 years, 7 months ago)
by
fvlankvelt
Diff to
previous 35992
CMS7-6526: support cloning and supply a copy constructor
Cloning is an effective way of supporting more specific event types.
All state that is kept in the bag-of-properties is copied (shallow).
Copied events are no longer sealed.
Revision
33472 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 14 15:16:46 2012 UTC
(10 years, 2 months ago)
by
fvlankvelt
Diff to
previous 33261
CMS7-5867: don't set result by default
An event does not need to correspond to an action that may or may not have succeeded.
Revision
32959 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 15 15:19:00 2012 UTC
(10 years, 3 months ago)
by
fvlankvelt
Copied from:
hippo-cms7/commons/trunk/api/src revision 32935
Diff to
previous 32935
CMS7-5867: remove event bus service interface
The event bus will be moved to the services project. (see CMS7-5873)
The code from the api module has been moved into the parent project, removing
the need for a multi-module structure.