JCR-62 prepare release hippo-jcr-console-1.01.01
JCR-60: clone the hippo yui-2.xx-sources experimental project as sub module so the external dependency isn't needed
JCR-59 prepare for next development iteration
JCR-59 prepare release hippo-jcr-console-1.01.00
JCR-59 rollback the release of hippo-jcr-console-1.01.00
JCR-59 prepare release hippo-jcr-console-1.01.00
JCR-56: Rename project and module artifact names to use hippo- prefix
JCR-55: Move Hippo JCR Console project svn location from /experimental to new /hippo-jcr svn parent
JCR-49: Reduce dependency and usage of Jackrabbit as much as possible, only rely and need on jackrabbit-core for testing and runtime scope See: http://issues.onehippo.com/browse/JCR-49
JCR-18: Fixing JcrItemModel to work under non-referenceable root based repository. Verified with unit tests.
JCR-18: Implementing #pendingChanges() by traversing all tree nodes
JCR-18: upgrading jackrabbit dependency
JCR-23: strip out and fix some Hippo CMS specifics - drop extjs usage/dependencies - drop htmldiff + nekohtml also from hippo-console - fix versioning for publication-workflow addon
JCR-10: Removing htmldiff dep and its model in jcr-console
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-25: cloning all Hippo Console modules as sibling JCR Console modules; refining pom.xml files
JCR-25: cloning all Hippo Console modules as sibling JCR Console modules
JCR-23: refining poms
JCR-22: forking from cms trunk
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.
CMS7-5361:prepare for next development iteration
CMS7-5361:prepare release hippo-cms-2.21.01
CMS7-5336 slf4j and log4j dependencies are now managed and imported by project pom
CMS7-5302:prepare for next development iteration
CMS7-5302:prepare release hippo-cms-2.21.00
CMS7-5290: branch not from tag
CMS7-5290:prepare branch hippo-cms-2.20.xx
CMS7-5269: revert previous commit Next release is intended to be 2.22.00, to be part of Hippo CMS 7.6.1.
CMS7-5269: set version to 2.20.01-SNAPSHOT
CMS7-5262 Breadcrumb Panel Perspective - refactored the admin perspective to make it more generic - moved generic perspective to api - fixed icon's missing in user and group management section
CMS7-5241:prepare for next development iteration
CMS7-5241:prepare release hippo-cms-2.20.00
CMS7-5181:prepare for next development iteration
CMS7-5181:prepare release hippo-cms-2.19.03
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-5030: use javax.jcr and javax.servlet from project parent
CMS7-5102 use consistent version property names
CMS7-5132:prepare for next development iteration
CMS7-5132:prepare release hippo-cms-2.19.02
CMS7-2801: remove maven.test.skip support The profile was there to make sure that the tests were built, even though maven.test.skip was used. The profile was not maintained and did no longer function.
CMS7-5081:prepare for next development iteration
CMS7-5081:prepare release hippo-cms-2.19.00
CMS7-4652: added the Hippo ExtJs theme
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-4766:prepare for next development iteration
HREPTWO-4766:prepare release Tag-HREPTWO-v2_17_02
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
HREPTWO-4739: copying hippo-ecm projects to hippo-cms7
HREPTWO-16: clean up project names Remove the 'addon' text from the project names in the CMS. Introduce consistent project names, similar to the repository.
HREPTWO-4716: clean up names in project pom.xmls
HREPTWO-4627: artifacts have been renamed
HREPTWO-4662:prepare for next development iteration
HREPTWO-4662:prepare release Tag-HREPTWO-v2_17_01
HREPTWO-4653: allow building with maven 2.2.1 Maven 3, incorrectly, uses transitive test dependencies when compiling. The former, supported, version 2.2.1 does no such thing.
HREPTWO-16: fix scm urls The one in the root pom caused the tag to appear in the wrong location.
HREPTWO-4653:prepare for next development iteration
HREPTWO-4653:prepare release Tag-HREPTWO-v2_17_00
HREPTWO-4653: test and tools-testutils deps
HREPTWO-4653: set repository dependencies
HREPTWO-4597: global reshuffling of projects. only move and copy actions, no adaptations, this will break the build.
HREPTWO-4531 Add Close, Close All, Close others menu This a big commit covering most of the usecases, still there are some rough edges. Since the changeset is becoming too big, I'm committing it to trunk. This covers both HREPTWO-4531 and HREPTWO-4555 Here's a summary of the changes in this commit IEditor.java - Updated IEditor interface to add new methods save, done, revert, discard, isModified, isValid AbstractCmsEditor.java - AbstractCMSEditor has "default" implementations for the new methods, the subclasses need to override the methods to provide meaningful functionality for the new methods. HippoStdPublishableEditor.java - HippoStdPublishableEditor has implementation for all the new methods, which are inturn used by the TabsPlugin and Close Dialogs. EditingReviewedActionsWorkflowPlugin.java - The EditingReviewedActionsWorksflowPlugin has been refactored to make it more "plugin" like. It now uses the methods exposed via the IEditor interface. - The IEditorFilter registration to intercept the close has been rmoved from the EditingReviewedActionsWorkflowPlugin cms-editor.xml - Since the validation logic moved to HippoStdPublishableEditor, the frontend.services now provide the validator.id PluginContext.java - Updated log messsage to show which plugin is still being referecned after being stopped. RightClickBehavior.java - Fixed the bug in parameters not being passed, which was preventing the right-click action to work properly. Files under org.hippoecm.frontend.plugins.standard.tabs.* - Close, Close All, Close others, Close Unmodified - ModifiedDocumentsProvider and ModifiedDocumentsView modeled after ReferringDocumentsProvider and ReferringDocumentsView - OnCloseDialog moved as a private inner class inside the TabsPlugin
HREPTWO-16: use updated html diff; transitive dependency had invalid pom
HREPTWO-4512: use updated html diff implementation New implementation uses the neko html parser, which handles html entities.
HREPTWO-4532: add translation renderer Refactoring of project structure to remove dependency from standards-frontend to reviewed-action-frontend. The cms-browse project does have an overreaching knowledge, so it stitches the reviewed-action and translation together. The list attributes modifiers now have an abstract base class that should be used instead of the interface.
HREPTWO-2245, HREPTWO-4257: package png's too
HREPTWO-4489: create 'provider' project, containing the interfaces for virtual providers The repository engine no longer depends on the modules, only this new provider project. All tests that need virtual providers have been moved to the repository-test project, as it's not possible to use the manifest in the tests for the modules project itself. The RemoteTest did not clean up after itself, this has been added to get other tests to be able to run succesfully. Projects that depend on the repository-engine for running tests, now need to include a dependency to the modules, to get the virtual providers. WAR overlays that embed the repository-application don't need to do this.
HREPTWO-4397:prepare for next development iteration
HREPTWO-4397:prepare release Tag-HREPTWO-v2_16_00
HREPTWO-4397:prepare for next development iteration
HREPTWO-4397:prepare release Tag-HREPTWO-v2_15_02
HREPTWO-4230:prepare for next development iteration
HREPTWO-4230:prepare release Tag-HREPTWO-v2_15_01
HREPTWO-4105 - Reflect newlines in view mode - Moved diff svn:externals to daisydiff and eclipse.compare to separate project - Moved Diff models to addon/standards/frontend - Added DiffTextmodel and added tests - TextTemplatePlugin now translates \n into <br/> and outputs a htmlDiff
HREPTWO-4148:prepare for next development iteration
HREPTWO-4148:prepare release Tag-HREPTWO-v2_15_00
HREPTWO-4123:prepare for next development iteration
HREPTWO-4123:prepare release Tag-HREPTWO-v2_14_00
HREPTWO-1989 - Wide document listing with editor overlay - Changed wireframe layouts; merged TabsPerspective and Browseperspective layouts - Added more columns to the doclisting with horribly named DocumentAttribute* renderer/comparator/attributeModifiers - Added possibility to TabsPlugin to split up Tabs and TabsContainer - Introduced HippoStdPubWfNodeType for constants - Added expand/collapse handling to layoutManager and added UnitExpandCollapseBehavior to browsePerspective
HREPTWO-4114: bumb version to 2.14.00-SNAPSHOT
HREPTWO-4065:prepare for next development iteration
HREPTWO-4065:prepare release Tag-HREPTWO-v2_13_00
HREPTWO-16: move junit version into root pom
HREPTWO-3851:prepare for next development iteration
HREPTWO-3851:prepare release Tag-HREPTWO-v2_12_04
HREPTWO-3837:prepare for next development iteration
HREPTWO-3837:prepare release Tag-HREPTWO-v2_12_03
HREPTWO-3756:prepare for next development iteration
HREPTWO-3756:prepare release Tag-HREPTWO-v2_12_02
HREPTWO-3751:prepare for next development iteration
HREPTWO-3751:prepare release Tag-HREPTWO-v2_12_01
HREPTWO-3717:prepare for next development iteration
HREPTWO-3717:prepare release Tag-HREPTWO-v2_12_00
HREPTWO-3611: Add jcl-over-slf4j to make hudson happy, take 2
HREPTWO-3611: Add jcl-over-slf4j to make hudson happy
HREPTWO-3495:prepare for next development iteration
HREPTWO-3495:prepare release Tag-HREPTWO-v2_11_00
HREPTWO-3495: bump version to 2.11.00 rt 2.10.01 and update release info in root pom
HREPTWO-3334:prepare for next development iteration
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.