Revision
44456 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 4 12:29:09 2014 UTC
(6 years, 9 months ago)
by
abogaart
Diff to
previous 44455
CMS7-7883 : No more onblur when you change a property
- Only redraw editor after model references a different node or if the EditorUpdate event is caught
Revision
44452 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 4 11:53:24 2014 UTC
(6 years, 9 months ago)
by
dvandiepen
Diff to
previous 44450
CMS7-7882 Add render head javascript to set focus to the name text fields and select the text when the dialog is rendered.
Revision
44448 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 4 10:16:08 2014 UTC
(6 years, 9 months ago)
by
abogaart
Diff to
previous 44447
CMS7-7880: Pressing up/down in tree should stop moving the tree selection when key is released
- Pressing up&down will only load the editor when key is released
- Focus highlighting is now completely client-side
Revision
44313 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 31 12:40:18 2014 UTC
(6 years, 9 months ago)
by
meggermont
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 44308
CMS7-7823 Prevent replace action on close
Clicking the close button (top right X) should behave as if cancel was clicked.
I overloaded the onClose so that I can check if the cancelled flag should be
set to true.
Revision
44308 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 31 12:00:15 2014 UTC
(6 years, 9 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 44306
CMS7-7858: log out of fallbacksession at end of request
Since the fallbackSession does not contain any state, this change should have no adverse effects.
Logging out of the jcr session does reduce the load on the repository.
This change should reduce the memory & cpu impact of many requests to the login page.
E.g. as the result of a ping to check liveness.
Revision
44306 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 31 11:44:22 2014 UTC
(6 years, 9 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 44304
CMS7-7849: prevent default behavior on internal links
The default behavior appends '#' to the url; this triggers a popstate event on the old url, which in turn triggers an ajax request.
Revision
44304 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 31 11:21:50 2014 UTC
(6 years, 9 months ago)
by
meggermont
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 44246
CMS7-7823 Prevent replace action on close
Clicking the close button (top right X) should behave as if cancel was clicked.
Therefore I added an okSucceeded boolean field and setter in the
AbstractRichTextEditorDialog. Sub-classes should set the flag to true if the dialog
can close successfully after execution of onOk().
Revision
44224 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 26 10:50:40 2014 UTC
(6 years, 9 months ago)
by
uhommes
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 44215
REPO-679 changed the interaction when selecting a destination that is not allowed: instead of disabling the ok button, present the user with a message when she tries to move/copy to a restricted destination
Revision
44006 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 17 15:50:17 2014 UTC
(6 years, 10 months ago)
by
mdenburger
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43912
CMS7-7699: do not remove element around selection when picked image does not have a UUID
A picked image used have no UUID when the 'remove' button in the image picker dialog was clicked,
but that 'remove' bbutton has been removed some time ago. However, the UUID is also empty when
the 'close' button of the image picker dialog is clicked. If there was no image selected, the enclosing
element (e.g. the enclosing paragraph) would be removed instead. That should not happen.
Revision
43787 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 6 23:59:47 2014 UTC
(6 years, 10 months ago)
by
adouma
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43772
CMS7-7672: fix tika-parsers dependency management
- also exclude its Java7 incompatible ASM (3.x) dependencies, including for tika-parsers 1.5+ future versions, which use newer ASM groupId org.ow2.asm
- latest ASM 4.2 dependency instead will be included by the (to be committed) hippo-services-eventbus
Revision
43772 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 6 10:35:12 2014 UTC
(6 years, 10 months ago)
by
mrop
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43765
CMS7-5805: Configuration possibility on link picker (mirror) for multiple starting folders: one per language
Work in progress:
- Provide same functionality for picker in RichTextEditor
Extended the linkpicker with the following ( default ) functionality:
- Only documents with the same locale as the document where the link is stored can be picked
- selection of language root folder with same locale as document
- selection of translated last.visited.node if any.
Revision
43647 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 3 10:25:48 2014 UTC
(6 years, 10 months ago)
by
adouma
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43643
REPO-934: ensure backwards compatibility for when possible extended classes might have (only) overridden the getSession(Credentials) method and which thus still should be called.
This happened to be the case for the CMS BrokenLinks and its BrokenLinksTests.
I've also updated those to NOT use the now deprecated methods anymore.
Revision
43546 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 24 15:13:04 2014 UTC
(6 years, 10 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43545
CMS7-7707: let workflow descriptor model be able to obtain workflow
This allows the model to use the handle to look up the workflow when the subject is a frozen node.
Caching the workflow in the descriptor model also consolidates workflow lookup for all workflow plugins in a plugin cluster.
A nice benefit is that some boilerplate code could be removed in a number of other places.
The model constructor with an explicit descriptor has been deprecated; since within the CMS there is little use of the descriptor
without also needing a model, a constructor with both object and reconstruction parameters is only confusing. (it can also lead
to the situation where the model is unable to re-resolve the descriptor)
The property-based frontend renderer is no longer supported. It only introduced a separate class of "plugin" that was not used/tested
in the certified stack. Also the menu-item-for-workflow-method magic has been removed. All UI elements should come from a plugin.
Revision
43517 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 21 13:22:40 2014 UTC
(6 years, 10 months ago)
by
adouma
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43514
REPO-924: remove no longer compiling test since bumping to tika 1.3.
NB: This test actually only tested that a deprecated method (now no longer available) would fail! (how useful was that?)
Revision
43497 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 20 10:16:14 2014 UTC
(6 years, 10 months ago)
by
uhommes
Original Path:
hippo-cms7/cms/trunk
Diff to
previous 43490
REPO-914 remove obsolete test case: it used to be that broken links job was implemented and scheduled as a workflow. Both that is no the case as well as that the way to schedule workflow executions has changed.