Revision
36745 -
Directory Listing
-
[selected]
Modified
Thu Nov 1 14:05:04 2012 UTC
(9 years, 6 months ago)
by
adouma
Diff to
previous 36744
JCR-62 copy for tag hippo-jcr-console-1.01.01
Revision
36631 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 23 14:11:57 2012 UTC
(9 years, 6 months ago)
by
adouma
Diff to
previous 36630
,
to
selected 36745
JCR-30: general cleanup
- strip incomplete translations, language selection isn't supported anyway
- drop unused css (leftovers from CMS) but restore some missing images
Revision
36590 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 22 10:34:40 2012 UTC
(9 years, 6 months ago)
by
adouma
Diff to
previous 36581
,
to
selected 36745
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, 7 months ago)
by
adouma
Diff to
previous 36579
,
to
selected 36745
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, 7 months ago)
by
adouma
Diff to
previous 36544
,
to
selected 36745
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
33618 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 20 17:00:40 2012 UTC
(10 years, 2 months ago)
by
adouma
Diff to
previous 33617
,
to
selected 36745
JCR-52: Provide a JCR Repository Service which allow 'binding' hippo-jcr-console to a separate JCR Repository in another web application
- dropping no longer user/needed jr-repository-servlet module as its features have been merged into the repository-service module
Revision
33617 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 20 16:58:56 2012 UTC
(10 years, 2 months ago)
by
adouma
Diff to
previous 30769
,
to
selected 36745
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