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
30299 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 19 18:58:58 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30298
JCR-34: verifying spring-security based login and implementing simple (cookie key based) spring-security based remember-me feature
Revision
30149 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 00:49:43 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30148
JCR-18: Fixing commons configuration application factory to properly load comma separated properties. (by disabling the default value list separator).
This caused the problem of disabled up/down buttons.
Revision
30148 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 12 20:56:46 2011 UTC
(10 years, 8 months ago)
by
wko
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, 8 months ago)
by
wko
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
30126 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 9 06:58:47 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30125
JCR-29: Refreshing the editor plugin when adding property, saving, resetting and adding mixin.
- Added a service for editor which has refresh operation
- And, each dialog or panel invokes refresh operation when changing.
Revision
30124 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 8 20:28:26 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30123
JCR-15: fixing a bug - when a property is added, its node is 'modified', but when an existing property is modified, it node is not 'modified'.
Therefore, we have to check its properties as well to find change nodes.
Revision
30115 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 8 03:21:21 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30114
JCR-15: adding one more unit test on pending changes implementation with transient jackrabbit repository to verify if it collects nodes containing property changes.
Revision
30114 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 8 01:56:55 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30103
JCR-17: dropping workflow related apis, hippo specific resource node type handling (nt:resource is still being handled).
Also removing autoexport related plugins.
Revision
30102 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 7 04:48:32 2011 UTC
(10 years, 8 months ago)
by
wko
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
30006 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 2 20:40:35 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 30005
JCR-18: code cleanups by using o.a.j.commons.iterator.EventIteratorAdapter and o.a.j.commons.iterator.EventListenerIteratorAdapter instead of custom iterator wrapper implementations
Revision
29969 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 1 08:30:26 2011 UTC
(10 years, 8 months ago)
by
fvlankvelt
Diff to
previous 29967
JCR-18: the hippo tree item that can be used for visual representation of the Hippo repository
This should be integrated into the hippo console projects.
Revision
29967 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 1 07:42:57 2011 UTC
(10 years, 8 months ago)
by
fvlankvelt
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.
Revision
29965 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 1 02:47:01 2011 UTC
(10 years, 8 months ago)
by
wko
Diff to
previous 29964
JCR-18: Fixing JcrItemModel to work under non-referenceable root based repository. Verified with unit tests.
- When root is not referenceable, relativepath should be the path string after the leading slash.
Revision
29799 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 23 15:22:12 2011 UTC
(10 years, 9 months ago)
by
adouma
Diff to
previous 29775
JCR-18: bump to latest cms7-project-8 parent pom and override cargo plugin configuration to change default servlet port to 8081 (and related ports) which will allow running hippo-console and jcr-console concurrently
Revision
29775 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 23 05:57:59 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29774
JCR-12: initial ApplicationFactory implementation with commons-configuration (which supports properties and xml now, and will support json soon)
Revision
29774 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 23 05:30:48 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29773
JCR-12: refactoring JavaApplicationFactory in order to make use of its core functionality in other factory implementations later (xml or json)
Revision
29772 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 23 01:35:39 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29771
JCR-18: Fixing CND Export Dialog
- Copy core logic from JcrCompactNodeTypeDefWriter (in hippo repo util module) to CndExporter
Revision
29767 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 22 23:09:16 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29766
JCR-18: Removing unused import. Also confirms that 'View references' is working fine because it already depends on pure jcr api.
Revision
29766 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 22 23:00:04 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29763
JCR-18: Fixing PermissionsDialog
- removing user membership section which cannot be supported with jackrabbit
- replacing privileges query by jcr api
Revision
29761 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 22 16:33:05 2011 UTC
(10 years, 9 months ago)
by
wko
Diff to
previous 29724
JCR-18: Implementing copy function with pure JCR API
(Mostly copied from org.hippoecm.repository.impl.SessionDecorator with excluding hippo specific codes)
Revision
29724 -
Directory Listing
-
[select for diffs]
Modified
Sat Aug 20 18:02:31 2011 UTC
(10 years, 9 months ago)
by
adouma
Diff to
previous 29723
JCR-27: Switch to using plain Jackrabbit repository to get jcr-console (minimally) running again
- Plain/minimal Jackrabbit Repository root node isn't mix:referenceable leading to NPEs because old (deprecated?) logic assumes it has.
In ItemModel.save() it therefore doesn't/cannot determine the node uuid leading to (at least) breaking observers/listeners.
Fixed for now by replacing deprecated node.getUUID() with node.getIdentifier() and skipping check for nodeType mix:referenceable.
Needs further investigation!
Revision
29723 -
Directory Listing
-
[select for diffs]
Modified
Sat Aug 20 17:56:39 2011 UTC
(10 years, 9 months ago)
by
adouma
Diff to
previous 29722
JCR-27: Switch to using plain Jackrabbit repository to get jcr-console (minimally) running again
- fixing up temporary Java based configuration through JavaApplicationFactory
Revision
29722 -
Directory Listing
-
[select for diffs]
Modified
Sat Aug 20 17:55:22 2011 UTC
(10 years, 9 months ago)
by
adouma
Diff to
previous 29721
JCR-27: Switch to using plain Jackrabbit repository to get jcr-console (minimally) running again
- adding jackrabbit-core and jackrabbit-jcr-servlet 2.2.5
- adding temporary new RepositoryServlet extending JackrabbitRepositoryServlet to bootstrap Jackrabbit Repository and provide access to it through ServletContext
- dropping hippo repository.xml and lucene indexing_configuration.xml (for now)
- setting up JackrabbitRepositoryAccessProvider as RepositoryAccessProvider