Revision
36590 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 22 10:34:40 2012 UTC
(9 years, 9 months ago)
by
adouma
Original Path:
hippo-jcr/console/trunk
Diff to
previous 36581
JCR-46: After uploading a binary property, the view is not updated until the node is revisited.
Fixed by recreating and replacing the ResourceLink, text and image after upload as this isn't an Ajax upload anyway
Revision
36581 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 19 10:55:25 2012 UTC
(9 years, 9 months ago)
by
adouma
Original Path:
hippo-jcr/console/trunk
Diff to
previous 36579
JCR-58: Upgrade to latest Wicket 1.4.21
- back-porting changes from CMS7 issues -5557, -6073 and -6093 for this purpose
- also no longer need a patched Wicket version (like the CMS does) as the Console doesn't rely or use the remaining patches
Revision
36579 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 19 10:49:26 2012 UTC
(9 years, 9 months ago)
by
adouma
Original Path:
hippo-jcr/console/trunk
Diff to
previous 36544
JCR-34: provide a Spring authentication provider authenticating against the JCR repository
also: dropping Spring remember-me feature as it requires a UserDetails service which doesn't make much sense to (dummy) implement when authenticating against an unknown/external JCR repository
Revision
33617 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 20 16:58:56 2012 UTC
(10 years, 4 months ago)
by
adouma
Original Path:
hippo-jcr/console/trunk
Diff to
previous 30769
JCR-52: Provide a JCR Repository Service which allow 'binding' hippo-jcr-console to a separate JCR Repository in another web application
- change of plan:
Instead of using a shared classloader JCR Repository Service, a cross-context Repository instance lookup will be used based on the standard JackrabitRepositoryServlet and ContextRepositoryServlet.
Extended versions of these servlets will be used to support system property configurations for setting repository home, location and (server provider application) context path.
Furthermore, as no shared classloader module is needed anymore, the jr-repository-servlet module will be merged into the jcr-repository-service and thereafter dropped.
- also: bump to latest Jackrabbit 2.4
Revision
30671 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 02:08:01 2011 UTC
(10 years, 9 months ago)
by
adouma
Original Path:
experimental/hippo-jcr-console/trunk
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
30148 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 12 20:56:46 2011 UTC
(10 years, 10 months ago)
by
wko
Original Path:
experimental/hippo-jcr-console/trunk
Diff to
previous 30147
JCR-32: Fixing the problem that pending changes set doesn't show nodes which are moved from somewhere to a node and have been changed.
- Adding visited node path cache set to conditionally load child item models when calculating child tree node count.
Revision
30134 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 9 22:09:55 2011 UTC
(10 years, 11 months ago)
by
wko
Original Path:
experimental/hippo-jcr-console/trunk
Diff to
previous 30126
JCR-28: Fixing NPE when selecting a node after node creation and moving.
- JcrItemModel was fixed to produce a proper hashCode when there's no referenceable ancestor node
- Removed mix:referenceable adding logic in RepositoryServlet. So, now it supports pure Jackrabbit based repository even though the root node is not mix:referenceable.
TODO: to fix a minor issue - pending changes are not properly shown when a node is moved into another node and changes happen in the moved node. Seems like that changed nodes iterator should be improved.
Revision
30102 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 7 04:48:32 2011 UTC
(10 years, 11 months ago)
by
wko
Original Path:
experimental/hippo-jcr-console/trunk
Diff to
previous 30007
JCR-16: Fixing StringResourceProviderConsumer to have the real key, language and country properly.
Also, added a unit test example to show how a custom translate service plugin can be created and configured.
A custom translate service can be customly provided by developers to extend the default resource string retrieval based on their own backend storages.
Revision
29967 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 1 07:42:57 2011 UTC
(10 years, 11 months ago)
by
fvlankvelt
Original Path:
experimental/hippo-jcr-console/trunk
Diff to
previous 29966
JCR-18: move pending changes logic into tree model
The observation manager now no longer uses the pending changes. The session accessor still provides it, so that not all plugins had to be rewritten yet.
Pending changes in a session could also be considered to be generic repository functionality, not specific to a repository that supports virtual nodes, workflow, etcetera.
Rather, it is something any repository could probably provide with a minimal extension of the JCR api. So providing it via an SPI makes sense.