Revision
36614 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 22 15:05:42 2012 UTC
(9 years, 9 months ago)
by
fvlankvelt
Diff to
previous 36577
CMS7-6559: clean up javascript resources
- register destroy callback for yui feedback panel
- purge elements recursively when making wicket ajax requests
- delete alternative references from the LayoutUnit instances registry
Revision
36577 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 19 10:08:01 2012 UTC
(9 years, 9 months ago)
by
mmilicevic
Diff to
previous 36575
CMS7-6518 NPE thrown in SystemInfoDataProvider if project is not compiled by maven
- null check for project version added
Revision
36575 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 19 09:02:22 2012 UTC
(9 years, 9 months ago)
by
jbloemendal
Diff to
previous 36566
CMS7-6440 REGRESSION: When opening a revision, the wrong menu is displayed
AbstractCmsEditor registers two IModelReferenceServices when starting the Editor cluster, one with the current node as model and the other with the versioned node for comparison. The editor in this case is opened via the HistoryDialog, when the cluster gets started the WorkflowsPlugin which renders and builds the workflow action menu loads in it's super class AbstractRenderService the model via the model service in the constructor, which when it isn't configured as the reverenced model.compareTo is the default reference wicket.model which refers to the baseService registered previously by the AbstractCmsEditor. Using the model.compareTo for the WorkflowsPlugin does invoke the right service and fixes the regression.
Revision
36566 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 18 12:32:56 2012 UTC
(9 years, 9 months ago)
by
mnour
Diff to
previous 36557
CMS7-6552: RememberMePlugin does not work with userfolders
- Instead of assuming a certain path where we look for user information we query for it
Revision
36557 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 17 15:33:48 2012 UTC
(9 years, 9 months ago)
by
mnour
Diff to
previous 36549
CMS7-6555: Cancelling the creation of a document as editor show exceptions stack traces in logs
- Logging useful information instead of just logging the exception
- Logging more detailed exception information in case of debug level is enabled
Revision
36498 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 10 14:29:49 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36497
CMS7-6544: Backport: Upload: Backward compatibility of allowed extensions is broken
- Moved normalize of fileExtension format to setAllowedExtensions so it is used in the backwards compatible mode as well
Revision
36497 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 10 14:26:18 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36495
CMS7-6543: Upload: Backward compatibility of allowed extensions is broken
- Moved normalize of fileExtension format to setAllowedExtensions so it is used in the backwards compatible mode as well
Revision
36485 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 10 10:17:42 2012 UTC
(9 years, 10 months ago)
by
fvlankvelt
Diff to
previous 36480
CMS7-6504: don't rerender complete link
Since the click is executed on the link, redrawing it will confuse browsers. Instead, use javascript to update the class attribute.
Revision
36389 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 09:31:10 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36387
CMS7-6503 - Console improvements
- Merged console improvements from hippo-friday
- Added comparator to JcrTreeNode to sort tree items
- Added optional shortcut constructor to DialogLink
- Added DeleteMultipleDialog
- Added Help dialog with shortcut overview
- Added OpenDialog for opening a node by path/uuid
- Added request-param path using HTML5 history API
- Moved node sort button into main menu bar
- Tweaked styling of buttons to make them fit
Revision
36361 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 27 07:35:10 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36353
CMS7-6513: Xinha editor autosave causes WicketAjax to block
- preCall flag is not needed with custom xhr
- only use xhr.onreadystatechange for throttled (async) calls, for sync call check state after xhr.send()
Revision
36353 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 26 15:38:32 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36335
CMS7-6513: Xinha editor autosave causes WicketAjax to block
- Reverted Xinha autosave to synchronized call
- Added flag on EditorManager that should prevent AjaxPreCallHandlers from causing a stackoverflow of save callbacks
- Added success/fail closures for autosave call to prevent state corruption
Revision
36335 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 25 13:11:48 2012 UTC
(9 years, 10 months ago)
by
fvlankvelt
Diff to
previous 36334
CMS7-6498: backport
when pdf extraction fails, store empty hippo:text binary. This is to avoid that other repo cluster nodes will also try to extract the pdf (which then also fails). Also, improved the log feedback when some node pdf extraction fails. I've added unit tests for empty hippo:text binary in REPO_486
Revision
36334 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 25 13:09:32 2012 UTC
(9 years, 10 months ago)
by
fvlankvelt
Diff to
previous 36325
CMS7-6498: backport CMS7_6495
when pdf extraction fails, store empty hippo:text binary. This is to avoid that other repo cluster nodes will also try to extract the pdf (which then also fails). Also, improved the log feedback when some node pdf extraction fails. I've added unit tests for empty hippo:text binary in REPO_486
Revision
36323 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 24 12:19:13 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36322
CMS7-6509: Convert non-standard image mimetypes to standardized versions
- Unit test for non-standard mimetype conversion
Revision
36322 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 24 12:13:28 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36321
CMS7-6509: Convert non-standard image mimetypes to standardized versions
- deprecated IMageutils.fixMimeType in favor of ResourceHelper.sanitizeMimeType
- added support for the following non-standard mimetype: image/x-citrix-pjpeg, image/x-citrix-gif and image/x-png
- centralized mimetype sanitizing
- fixed some documentation
Revision
36285 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 21 11:08:17 2012 UTC
(9 years, 10 months ago)
by
svoortman
Diff to
previous 36278
CMS7-16: Reverting repository version after procedural bump at last tagging. The repository was not changed since then.
Revision
36278 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 21 07:43:23 2012 UTC
(9 years, 10 months ago)
by
uhommes
Diff to
previous 36277
CMS7-6484 try to load the expected files from the target directory instead of from the source directory; some code improvements
Revision
36276 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 20 13:40:04 2012 UTC
(9 years, 10 months ago)
by
uhommes
Diff to
previous 36274
CMS7-6484 dont use synchronous event listener for auto export. Instead register a listener for detecting when auto export is done in order to continue test case; event test should use synchronous listener
Revision
36274 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 20 11:54:20 2012 UTC
(9 years, 10 months ago)
by
uhommes
Diff to
previous 36270
CMS7-6501 use methodName property on workflowjob node instead of inspecting the serialized workflow invocation binary
Revision
36270 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 20 09:37:23 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36269
CMS7-6450: Page jumps back up when adding an content block
- Removed the call to scrollIntoView as it was causing the toolbar to disappear and is not the solution we are looking for
-
Revision
36269 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 20 09:02:42 2012 UTC
(9 years, 10 months ago)
by
aschrijvers
Diff to
previous 36256
CMS7-6495 when pdf extraction fails, store empty hippo:text binary. This is to avoid that other repo cluster nodes will also try to extract the pdf (which then also fails). Also, improved the log feedback when some node pdf extraction fails. I've added unit tests for empty hippo:text binary in REPO_486
Revision
36254 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 19 13:44:56 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36253
CMS7-6479: Backport to 7.7: When thumbnail size is altered the height/width of the surrounding html should be changed
- merged from trunk
Revision
36253 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 19 13:18:18 2012 UTC
(9 years, 10 months ago)
by
jbloemendal
Diff to
previous 36252
CMS7-6274 Xinha IE JS error: object doesn't support property or method 'pasteHTML'
InternetExplorer.js get's loaded with Xinha.startEditors and so the overwritten function insertHTML doesn't take effect. The function is now fixed in the file InternetExplorer.js and module added to the overwrites.
Revision
36252 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 19 13:03:49 2012 UTC
(9 years, 10 months ago)
by
jbloemendal
Diff to
previous 36245
CMS7-6274 Xinha IE JS error: object doesn't support property or method 'pasteHTML'
InternetExplorer.js get's loaded with Xinha.startEditors and so the overwritten function insertHTML doesn't take effect. The function is now fixed in the file InternetExplorer.js and module added to the overwrites.
Revision
36244 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 19 09:05:13 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36209
CMS7-6488 - Dashboard activity stream: published documents display 1.0 instead of the document name
- Backported changes from 2.22.xx where the target path pointing to the VersionHistory is translated to the original node path
Revision
36209 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 14 10:03:25 2012 UTC
(9 years, 10 months ago)
by
fvlankvelt
Diff to
previous 36207
CMS7-6475: consolidate configurations
- translations for (query-based) templates
- folder filters for publication workflow are no longer merged, but are simply there now
- same for hippostd:modify, hipposysedit:supertype, hipposysedit:prototype properties and mixins
- todo report immediately has publication workflow knowledge, instead of being overwritten
- document listing pubwf columns are added immediately
Revision
36182 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 13 13:02:36 2012 UTC
(9 years, 10 months ago)
by
mdenburger
Diff to
previous 36177
CMS7-6478: allow custom configuration when creating an Ext widget, let the Ext widget registry register the xtype with ExtJS
Revision
36176 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 12 13:28:09 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36175
CMS7-6438 - IE8: Can not put focus on title field in compound blocks after adding new compound
- Moved execution of EditorManager.render() to onWinLoad to ensure *all* new editors are rendered
- Moved Xinha globals declaration inside EditorManager declaration scope to prevent resetting when MSIE loads the files again
- Fixed cleanup of Xinha editors by registering a destroy handler for every Xinha editor
- Added workaround that moves focus to a hidden input field once an active Xinha editor is removed from DOM
Revision
36175 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 12 13:16:45 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36172
CMS7-6438 - IE8: Can not put focus on title field in compound blocks after adding new compound
- Removed SVN_ID from head of file..
Revision
36172 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 12 12:21:52 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36170
CMS7-6438 - IE8: Can not put focus on title field in compound blocks after adding new compound
- Moved execution of EditorManager.render() to onWinLoad to ensure *all* new editors are rendered
- Moved Xinha globals declaration inside EditorManager declaration scope to prevent resetting when MSIE loads the files again
- Fixed cleanup of Xinha editors by registering a destroy handler for every Xinha editor
- Added workaround that moves focus to a hidden input field once an active Xinha editor is removed from DOM
Revision
36167 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 11 13:57:17 2012 UTC
(9 years, 10 months ago)
by
abogaart
Diff to
previous 36166
CMS7-6274: Xinha IE JS error: object doesn't support property or method 'pasteHTML'
- When an image is selected, the range object is of a different interface than when text is selected. This change detects the range type and if it is of type ControlRangeCollection, the first item is retrieved and right after it, the html is inserted.
Revision
36166 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 11 12:29:20 2012 UTC
(9 years, 10 months ago)
by
mnour
Diff to
previous 36165
CMS7-6447: As a CMS user, I want to see the version number and the edition in the UI
- Processing Mathijs's peer review comments