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)
JCR-21: renaming module hippo-rep-console to hippo-console
JCR-22: forking from cms trunk
JCR-22: creating two main sub projects
JCR-2: cleanup and minimize external dependencies and drop CMS7 dependencies - all Hippo specific APIs have been removed and/or commented out - current trunk now (only!) builds again with test execution disabled (mvn install -DskipTests)
JCR-2: cleanup maven configuration and dependencies
JCR-1: adding working separated console app
JCR-1: new maven configuration and dependencies cleanup (is buildable/testable)
JCR-1: initial fork from hippo-cms-2.21.00
CMS7-5302: copy for tag hippo-cms-2.21.00
CMS7-5302:prepare release hippo-cms-2.21.00
CMS7-5302: use new dependencies
CMS7-5290: branch not from tag
CMS7-5290:prepare branch hippo-cms-2.20.xx
CMS7-5278 Create jQuery module to bundle the resources - added jQuery module
CMS7-16: use property name consistent with other utility projects
CMS7-5269: revert previous commit Next release is intended to be 2.22.00, to be part of Hippo CMS 7.6.1.
CMS7-5270 Template Composer Integration into the Channel Manager - bumped wicket extjs version to latest snapshot
CMS7-5269: set version to 2.20.01-SNAPSHOT
CMS7-5241:prepare for next development iteration
CMS7-5241:prepare release hippo-cms-2.20.00
CMS7-5241: use new dependencies
REPO-103: jackrabbit version out of date in cms
CMS7-5181: bump to project and repo trunks
CMS7-5181:prepare for next development iteration
CMS7-5181:prepare release hippo-cms-2.19.03
CMS7-5181: bump dependencies to their new tags
CMS7-5137: major poms cleanup - removing all other dependency (re)configurations for those already defined as provided in cms7-project (servlet-api, jcr, jdo2, geronimo-jta)
CMS7-5102: geronimo jars are provided They ended up in the war packages; skin, layout, xinha, resources, application
CMS7-5175 Bump wicket version to 1.4.17 - bumped wicket version
CMS7-5030: use javax.jcr and javax.servlet from project parent
CMS7-5102 use consistent version property names
CMS7-5157 Temporary fix
RDB-32: bumped wicket-extjs version to 0.7-SNAPSHOT
CMS7-5132:prepare for next development iteration
CMS7-5132:prepare release hippo-cms-2.19.02
CMS7-5132: use new project, repo & wicketextjs versions
CMS7-5032: provide cipher for encrypting and decrypting jcr credentials
CMS7-5081:prepare for next development iteration
CMS7-5081:prepare release hippo-cms-2.19.00
CMS7-5081: use latest repository tag
CMS7-5065: use latest stable wicket release
CMS7-5024; ensure datanucleus version is set (even though it is already inherited
CMS7-5013: reverted accidental change of 'site' to 'channel' in comments
CMS7-5013: integrated the goto forge plugin, and renamed it to 'website actions plugin'. Also extracted two CMS services out of it: a document URL service (which returns a URL for a document node) and a popup service (which opens a URL in a popup window)
CMS7-5004: removed dependency on hippo-repository-modules
CMS7-5004: added observation of facetnavigation nodes, renamed the FacetSearchObserver to FacetRootsObserver
CMS7-5009: the snapshot maven repository explicitly needs to be available as first repository
CMS7-824: upgrade dependencies to use datanucleus jdo implementation Still some issues to be fixed regarding to compile time scope rt. provided.
CMS7-5003 Inline Javascript evaluated is executed before head contributions are loaded - changed dependency to patched version, which is deployed to our own maven repository
CMS7-16: use latest repository build This should fix the (hudson) build; the 2.19.00 tag was not deployed, so cannot be used to build the cms.
CMS7-16: use snapshot repository, move extjs dependency into root pom
CMS7-4940, CMS7-4939: use relaxed document and compound types - implement commit/revert on the type level - remove update-all-content from UI (code is still there, run in unit tests) - remove 'primary' option from field editor - it cannot be applied to relaxed types - more consistent naming of workflow plugins - split responsibilities of cnd serializer between retrieving types from repository and serializing them
CMS7-4955: use onactivate instead of onfocus on IE onfocus doesn't bubble in IE, onactivate does. Note that IE is actually well-behaved, as this behavior is according to W3C spec.
CMS7-16: bump wicket version to be compatible with r26854 The method used to deterministically render components is compatible with wicket-1.4.15.
CMS7-4819: don't redraw menu when document has not changed Redrawing caused the click event to be eaten by the browser.
CMS7-4912: update to released version 3 of project parent pom
CMS7-4908: remove legacy maven 1 repositories.
CMS7-3781: use 'locales' parameter for locales The default list of locales includes italian. Additionally, use wicket's chrome detection. The old implementation was broken by upgrade to newer wicket.
CMS7-4812: bump wicketextjs dependency; sync changes after each folder translation
CMS7-4887: create dependencies project
CMS7-4886: implementation of translate workflow
HREPTWO-16: detach accessed models
HREPTWO-4843: delay calculating whether unit is expanded until perspective is rendered
HREPTWO-4849: remove commas after last list element; fix fieldset width
HREPTWO-4852: Upgrade to cms7-project-2 parent pom
HREPTWO-4851: set dependency version of repository to 2.18.00
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.
HREPTWO-4821: implement improved styling forward port from branch
HREPTWO-4821: merge cms branch with trunk Only significant changes are due to this issue.
HREPTWO-4842: set height of feedback to zero when there is no feedback
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.
HREPTWO-4835: change to cms7 master pom artfactId hippo-cms7-project
HREPTWO-4280: copy sort state from old provider to new provider In the gallery list view, use data provider instead of iterating over nodes in folder; this maintains sort state too.
HREPTWO-3673: implement styling The validator.id was not correct in the cms-editor cluster configuration, leaving the field plugins unable to subscribe to validation updates. Forward port from trunk.
HREPTWO-4821: include image for gotolink
HREPTWO-4821: implement design specified in issue screenshots Extracted some chunks from screen.css into more appropriate places, including the images referenced from these parts. Removed mimetype icons that were no longer used.
HREPTWO-4830: update url name synchronously after edit Doing this asynchronously could lead to situations where the response arrived after the wicket submit had been sent. Also removed the reliance on the keyUp event, as that may not arrive in time. forwarded from branch
HREPTWO-4734: include upgrade module in build forward port from branch
HREPTWO-4734: forward port - upgrade module for cms - initialize french translations separately - consistent hippo:version tags on a clean and upgraded repository - update module for image sets This update module takes care of converting hippogallery:exampleImageSet and hippogallery:stdImageGallery nodes.
HREPTWO-4770: add comment about workaround to do a mvn deploy
HREPTWO-4801: add shallow war resource package for entire cms
HREPTWO-4818: convert value to string before doing a text compare Should work for all non-string types.
HREPTWO-4804: forward port from 2.18 branch to trunk - Grid lines broken in doc listing view - The icons in the doclisting require a zero padding, else they break the tr's height. The new BaseIconAttributeModifier does just this for cells with icons, by adding a special class 'ICON - 16'. Apply same attribute modifier to translation column Classes were renamed to better reflect their purpose.
HREPTWO-4810: more careful saving of the data store Handle saves explicitly and remember what records have been updated during the save. The Ext data store resets all the dirty flags when it receives the response to the save operation.
HREPTWO-4805 Make nodetypes restriction in the picker also available when searching inside a picker
HREPTWO-4795: bump version to 2.19.00-SNAPSHOT
HREPTWO-4795:prepare for next development iteration
HREPTWO-4795:prepare release hippo-cms-2.18.00RC1
HREPTWO-4795: bump repository version to it's RC1
HREPTWO-4780: revert back to using explicit dependency version for hippo repository
HREPTWO-4774 Upgrade HTMLCleaner to version 1.02.05 to fix incorrect nested lists from Xinha
HREPTWO-4766: Increase version number dependency to repository. Should be non specific version number to allow packaging to set right version number. The version number in the cms is used for unit testing, not actual end-dependency.
HREPTWO-4766:prepare for next development iteration
HREPTWO-4766:prepare release Tag-HREPTWO-v2_17_02
HREPTWO-4766: - use release parent pom - bumb version to correct parent pom - use proper version number of repository artifacts - use repository to locate parent pom
HREPTWO-4765: specify hippo maven repository to locate parent pom
HREPTWO-4762: upgrade to released CMS7 master pom 1
HREPTWO-4739: correct min. supported servlet version (2.4)
HREPTWO-4739: Restructure svn, cleanup poms, and HREPTWO-4745: use groupId org.onehippo.cms7 - hippo-cms project seems to be fine now but full install (with tests) not completed yet
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.