temporary solution to additional editor configs and libs
add manual copy temporarily
remove build properties
fix final name for ear
enable workflow build as part of editor build
Fix ear application.xml values
Add modification to support custom workflows
fix war naming
build cms before war
EAR file generation
add missing dependency for websphere; add parameterised hsqldb settings
use latest version of hippo-cocoon
sample build properties
changes to try and make it work...
add ejb dependency
restore patch but fix localdevWorkflowStore manually for now
missing files
Changes from Massimo to make the war run, plus changes to build the war with maven
Creating branch of trunk to make war in
compare on layout element: check if local-name is not display
fix cms-558: Allow other than repository sources for "key-value-pairs" plugin for Listpicker dialogs
Committed Dejan Lilkic's patch to the TRUNK: "To increase size limit of data which can be pushed at the server I introduced new property maven.jetty.maxformcontentsize which can be configured now." See http://lists.hippo.nl/pipermail/hippocms-dev/2006-July/001832.html
add some dummy JS code to avoid JS errors from popup.js
some firefox style fixes
added missing translations
CMS-557: make perspective configurable from the repository
i18nned button
CMS-531: xsl:comment prevents character encoding by the HTMLSerializer
Fixed serverManager configuration.
wrap property values with value element
(CMS-506) Doctype declaration before license header.
(CMS-506) Doctype declaration before license header.
(CMS-366) Replaced hardcoded label with i18n reference.
(CMS-506) No license header in empty file.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
(CMS-506) Added missing XML declarations to avoid skipping by insert_license script.
(CMS-506) Added missing XML declarations to avoid skipping by insert_license script.
fix for CMS-555: Lazy loading of dashboard view's - added some helper functions for requesting the framework from within iframes - added LazyViewManager class and LazyView class - altered dashboard/submenu so that it has a configurable default view - extended most dashboard view from LazyView to rpevent them from loading all at once @ startup - changed dashboard component configuration, now uses new lazy classes - created new Welcome view as default view @ startup - created simple icon's for dashboard/welcome view
(CMS-506) Added Apache license headers.
(CMS-506) Added Apache license headers.
Fix for CMS-201: After changing the index , (re)publication of all documents is necesarry. - added function to nl.hippo.cms.contentmodel.WebdavCollection that returns Hashmap of indices - added flowscript function that resolves list of preview indices and set them on live resources - added button translation - added action configuration for view-button - added privilege dasl on collection - added code to actions2template.xsl that tests if current user has publish rights - added javascript handling CMS-Busy state while indices are being processed - added icon for publishIndex action
fix CMS-552
fix CMS-551: Fixed parts of "row add" labels are not translated correctly
add classname on urlpreview preview button
change popup title to more generic one
fix CMS-550: Optional "preview" button for urlpreview widget
fix for htmlarea saving failure , attribute "width" for "td" element of table was not saved
fix cms-549: Readonly attribute on dropdown / checkbox elements
fix CMS-548: Publishing documents in the CMS'editor sometimes causes broken XML in the published document
return editor object instead of generating it
cms-547: improve performance of search
Add version to stylesheet
-- add password to session
":" is not allowed anymore as ID --> replaced by "_"
apparently forgotten commit (which was in branch already)
changed the actions for static and imageset to correct one
-- update description
-- add descriptions of what each parameter does
-- fix CMS-542
proper sorting of folders in left tree (first index, then caption)
revert to revision 1 back
revert to revision 1 back
newdocument files
added translation for static docs and imageset
added ImageSetWizardView style (was already in branch)
added style for imageSets
added <script type="text/javascript" src="/js/scriptaculous/lib/prototype.js"> </script> for vnu
don't add blank enumeration value for radiogroup layout element
(CMS-538) Remove old editor plugin constructions
added form.setFormName form.setUseUniqueContinuations(true) to every continuation to enable it to bind it to single user to single cont
removed the do while loop with k.invalidate into the normal Form.js way to enable getting the continuation and add the unique is true
added form.setFormName("site.editing.cf2.flow.flow.editCform"+cocoon.session); form.setUseUniqueContinuations(true); to couple single cont to single user
moved form.js to nl/hippo
moved form.js to nl/hippo
form.js will be removed to nl/hippo since it is hippo specific
refactored
Changed so the server manager will use directories relative to the directory containing the files for the servlet context instead of a path set at build time.
Removed unneeded package.
Removed unneeded package.
Removed unneeded package.
Removed unneeded package.
Removed unneeded package.
Form.prototype.getFormName = function() { return this.formName; } was defined twice
Added path of servlet context to Spring beans.