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/plugins 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
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/plugins
Diff to
previous 29452
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
29095 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 20 14:28:31 2011 UTC
(10 years, 10 months ago)
by
uhommes
Original Path:
hippo-cms7/cms/trunk/plugins
Diff to
previous 28871
CMS7-5268 the click event is cancelled whenever the link text label is updated, the link text label is updated when changes are made to a property; the solution is to use a separate label for the unsaved changes indicator so that the main label doesn't need to be updated and the click event is not cancelled due to that
Revision
27948 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 21 16:24:04 2011 UTC
(11 years, 1 month ago)
by
vkiran
Original Path:
hippo-cms7/cms/trunk/plugins
Diff to
previous 27871
CMS7-5189 Console: NPE's during node renames and removes
- The ResetDialog and SaveDialog are getting an instance of the MenuPlugin(.this) during construction of the link. The NPE is thrown when the plugin.getDefaultModel is called after a renaming the node, which means the original node (default model object) is null.
- Updated the Reset and Save dialogs to and removed the plugin instance, which is not needed for them - all we need is Session reference.
- Also fixed some generics warnings.
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/plugins
Diff to
previous 27481
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
27311 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 14 11:46:29 2011 UTC
(11 years, 2 months ago)
by
jbloemendal
Original Path:
hippo-cms7/cms/trunk/plugins
Diff to
previous 27252
CMS7-5062 The scrolling behaviour of the tree in the console jumps back to top with an ajax response
- refactored the existing scroll state saver as yui class
- introduced a cms / console context for the cookie
- moved code to yui module
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/plugins
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/plugins
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.