Revision
30687 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 15:18:34 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30686
CMS7-5551: iframe event handlers are registered before the iframe src is set
The iframe is firing a 'documentloaded' event for 'about:blank', which results in a exception requesting the hst meta data. Also the data object is not needed anymore in _requestHstMetaData.
Revision
30671 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 02:08:01 2011 UTC
(10 years, 7 months ago)
by
adouma
Diff to
previous 30670
JCR-47: dropping ckeditor module again as it doesn't come with an usable license (GPL,LGPL,MPL) which would allows modifications within the context of an Apache licensed project
A different WYSIWYG editor will have to be chosen which comes with a more ASL 2.0 compatible license
Revision
30657 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 14:17:25 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30656
CMS7-16: do not log a warn message when no fieldgrouplist has been defined in the ChannelInfo class of a channel.
A ChannelInfo class without any channel properties is a valid use case, e.g. when a blueprint does not define a custom ChannelInfo class at all.
Revision
30656 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 14:00:35 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30655
HSTTWO-1826: fixed content root UUID of the 'demo-blueprint' blueprint.
It now points to /content/documents/demosite.
Revision
30653 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 12:41:41 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30652
WICKETEXTJS-30: Pre / Post wicket ajax call handler missing
The wicket ajax pre call handler is not called. The post call handler is not executed if no callback is passed.
Revision
30651 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 12:07:48 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30650
CMS7-5543: unhide content root when blueprint without content prototype is selected after a blueprint with a content prototype has been selected.
Also changed the properties key-value separator from ':' to '=', which is used everywhere else in the CMS.
Revision
30650 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 11:55:20 2011 UTC
(10 years, 7 months ago)
by
bvanhalderen
Diff to
previous 30649
REPO-229:
- do not use type to copy single value fields (this is not used consistent);
- copy multi-valued fields always using the most strict matching property definition in the target;
Revision
30647 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 10:11:21 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30646
CMS7-5495: improved CMS REST mount host configuration.
Added isSite=false on the mount, and removed the unnecessary cmslocation property on the virtualhostgroup.
Revision
30645 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 13 16:01:32 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30644
CMS7-5546: if the initialization of the context fails unlock the UI
The template composer could even edit 404 pages which are part of the HST configuration, but we are leaving this out for now, instead the main-window gets hidden and a message show to give an indication to the user the page can not be edited.
Revision
30639 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 15:58:45 2011 UTC
(10 years, 7 months ago)
by
wko
Diff to
previous 30638
HSTTWO-1821: (backporting from trunk) Correcting date http header in proper format.
Many thanks to Mickaël Tricot for spotting this problem with an adequate solution!
Revision
30638 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 15:58:25 2011 UTC
(10 years, 7 months ago)
by
wko
Diff to
previous 30637
HSTTWO-1821: Correcting date http header in proper format.
Many thanks to Mickaël Tricot for spotting this problem with an adequate solution!
Revision
30632 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 15:02:17 2011 UTC
(10 years, 7 months ago)
by
fvlankvelt
Diff to
previous 30631
HSTTWO-1826: provide two blueprints
Both a blueprint with content and one without are provided for demonstration purposes.
Revision
30631 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 14:57:54 2011 UTC
(10 years, 7 months ago)
by
fvlankvelt
Diff to
previous 30630
HSTTWO-1826: use a workflow category with a set of templates for creating content
The workflow category 'subsite' is used with the prototypes 'new-subsite' to create content structures. This makes the content creation pluggable, while by default providing the configuration possibilities that exist for the folder workflow.
Revision
30622 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 12:20:23 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30621
CMS7-5518 rearranging of container items
If a container item is rearranged two POST requests are send. If the first one is finished it should only complete the appropriate future.
Revision
30620 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 12:10:57 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30619
HSTTWO-1782: added method ChannelManager#getHostGroup to the ChannelManager interface.
The host group of the channel manager is needed by the DocumentsResource class. By moving this method to the API, the hst-cms-rest module does not have to depend on hst-core anymore.
Revision
30615 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 10:42:10 2011 UTC
(10 years, 7 months ago)
by
fvlankvelt
Diff to
previous 30614
CMS7-5541: enable multi-valued properties to be created dynamically
The relaxed property definitions were matched too eagerly, leading to strings
being casted to doubles.
Revision
30614 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 09:30:14 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30613
CMS7-5518
- PageEditor has to relay 'edit-document' event so the wicket dependant is handling the event
- ExtTest is using latest javascript resources
- CmsEditTest is not checking for the amount of messages send
Revision
30613 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 09:16:30 2011 UTC
(10 years, 7 months ago)
by
bvanhalderen
Diff to
previous 30612
REPO-126, TENNET-14:
- make consistency fix optional
- no more System.err output
- avoid NPE/assert failures when accessing external blob store
- do not call rs.deleteRow but delete by nodeId if available, otherwise
don't try to remove.
Revision
30597 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 11 16:02:40 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30596
CMS7-5518
- deselect is not necessary any more, it is done in the iframe itself
- records are not holding dom elements of the iframe
- prototypes are moved from the page model to the toolkit- and pageModelStore
- Hippo.Future is non continuing
thx Frank
Revision
30595 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 11 15:08:00 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30594
CMS7-5495: added 'view' menu that shows all channels a document is part of.
Clicking the channel's name opens the document in that channel inside the channel viewer. The channel manager now implements the IChannelManagerService, so other CMS plugins (e.g. the ChannelActionsPlugin) can lookup this service and access functionality of the channel manager too.
Revision
30594 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 11 14:56:43 2011 UTC
(10 years, 7 months ago)
by
mdenburger
Diff to
previous 30593
CMS7-5495: added 'IRestProxyService' service to return a Java proxy to a REST service.
The RestProxyServicePlugin implements the IRestProxyService using the CXF JAX-RS client API with a Jackson provider.