Revision
29605 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 16 10:33:16 2011 UTC
(10 years, 9 months ago)
by
adouma
Copied from:
experimental/hippo-jcr-console/trunk/jcr-repo-console/engine revision 29603
Diff to
previous 29591
JCR-25: move all jcr-repo-console modules up to the jcr-console root project
- rename jcr-repo-console-* modules to jcr-console (jcr already means 'java content repository', no need to say it twice)
- hippo-console sub module is aggregated, but "detached" by using a different/independent parent
- rename war module artifact final name to jcr-console to distinguish it from the hippo-console (which was likewise renamed)
Revision
29527 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 14 10:30:35 2011 UTC
(10 years, 9 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 29518
CMS7-3953: hide usercredentials from plugins
The getCredentials method on the usersession now does return jcr credentials.
Since this is dependent on the way the session was created, it's use is
discouraged.
Revision
29518 -
Directory Listing
-
[select for diffs]
Modified
Sat Aug 13 12:00:48 2011 UTC
(10 years, 9 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 29455
CMS7-3953: switch to hippo-cms-api as the primary dependency to build plugins to
This checkin contains a compiling baseline, the changes still need to be
validated to a full project. These do not include updated cms poms beyond
the minimal changes necessary to get a compiling build.
The hippo-cms-engine now implements the functionality that is offered by the
API. Anything that's in the engine should be considered out-of-bounds for
plugins.
The yui module has been merged into the api module, as there were some
components already in the api that used yui.
All api tests have been moved into the test module. It is now a mix of
api-level functionality and engine tests.
The compressor plugin in the jquery module has been replaced by the hippo
(yui) compressor. Maven was not able to resolve the alchim one currently.
Login modules have been moved into the engine. This hides credentials from
plugin developers, they can still retrieve the user name from the jcr session.
Revision
27521 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 30 11:21:09 2011 UTC
(11 years, 1 month ago)
by
vkiran
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 27497
CMS7-5032 SSO HST Preview from Channel Manager
This commit adds the CMS side of code to make use CMS as SSO authentication provider. There's a new mount "/auth" available in the CMS now.
The (web)applications which want to use the CMS as the authentication provider can redirect to http://CMS_LOCATION/auth?key=SOMEKEY&destinationUrl=DESTINATION_URL, where the KEY is unique key that the application generated.
The destinationUrl should be the URL where the CMS should post the credentials to. If the user is logged into CMS, then CMS will redirect to the destination URL and will provide the encrypted credentials in the URL parameter cred. CMS uses cms-sso module to encrypt the credentials.
Please note that currently, the *same instance* of org.onehippo.sso.CredentialCipher must be used to decryp the credentials.
Revision
27497 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 28 15:38:05 2011 UTC
(11 years, 2 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 27484
CMS7-5106: cleanup
- reuse the yui right-click behavior; yui is needed anyway for the client-side implementation
- the right-click components are only added in the browwserplugin, not the jcrtree itself.
Move the corresponding markup to the plugins module.
Revision
27373 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 17 12:53:17 2011 UTC
(11 years, 2 months ago)
by
jbloemendal
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 27329
CMS7-4344 Image picker in xinha can (optionally) pick thumbnail size
- incorporated patch from Kenan
- made dialog aware of the selected node (types are related to selected images sets)
- added preferred image variant is pre selected
- added internationalisation
- changed default preferred image variant to hippo:original
Revision
27060 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 22 16:33:12 2011 UTC
(11 years, 3 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 26997
CMS7-4976: set type on date value model when it's empty
When editing a type, re-evaluate the state of the nodetype in the editor on each request; when a workflow action has been invoked, the (path to the) nodetype descriptor node changes.
Revision
26225 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 5 13:02:51 2011 UTC
(11 years, 4 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 26173
HREPTWO-4819: remove precondition check for workflow menu items
Since the workflow menu is regularly rebuild (not just repainted), with new
wicket ids generated each time, the precondition check would fail.
The text component in the action description has become a label instead of a
link, as the workflow(s) plugin will make sure that a link is created.
Revision
26073 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 29 15:09:43 2010 UTC
(11 years, 4 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/engine
Diff to
previous 25882
HREPTWO-4840: use type ancestors to find the primary item
The JcrHelper method is the recommended way of finding the primary item, as it
checks the type hierarchy. This is particularly relevant for the gallery
imageset, that is supposed to be subtyped and that uses a primary item.