Commit Graph

  • 7be48cd59e Changes RoleEditForm as per suggestion. baka 2016-10-01 10:10:02 +0000
  • 7d2d3926ff CCM NG/ccm-cms: Created a subclass of Category for Folders. Started to add add Repository and Manager classes and to refactor all classes to use Folder instead of plain category for folders. jensp 2016-09-27 17:55:10 +0000
  • 0d273a965a CCM NG/ccm-core: Test resources cleanup jensp 2016-09-27 12:19:57 +0000
  • 0d1e2285d8 CCM NG: - Refactored all Arquillian tests to use DependenciesHelper - Migrationscripts for Role#description jensp 2016-09-27 10:54:57 +0000
  • 5bd478e116 CCM NG/ccm-shortcuts: - Changed createDeployment methods the use the new DependenciesHelper from ccm-testutils jensp 2016-09-26 17:02:23 +0000
  • 9948649d1d CCM NG/ccm-testutils: - Code cleanup - Helper class for retrieving the dependencies of the current module and other module for use in the deployment method of Arquillan tests. jensp 2016-09-26 17:01:26 +0000
  • 1c08efca11 CCM NG: Improved createDeployment method for Arquillian tests jensp 2016-09-26 15:25:28 +0000
  • cc84642782 Restores some functions of the BaseRoleForm. It can again check for duplicated names between roles, but uses modern Java™ baka 2016-09-26 13:42:31 +0000
  • 2698e67618 Modifies the RoleEdit Form to save changes to the description. Also first try to implement changing of privileges. baka 2016-09-26 12:38:34 +0000
  • ac46ffb059 Adds a description to the Role class. baka 2016-09-26 09:49:45 +0000
  • 2e868a697b Merges the Staff and Viewers Section into a Roles Section. Possible temporary fix. Old code is commented out for later reference. baka 2016-09-26 08:50:58 +0000
  • fef0c2eb41 CCM NG: Fixed a problem with the tests for ccm-shortcuts: The inclusion of the ServletFilter into the test archives caused a failure because the filter was invoked before Arquillian has run the database creation scripts (Arquillan communicates with the Server using HTTP). jensp 2016-09-24 16:57:04 +0000
  • 847c1bcc1e CCM NG: Updated README.txt jensp 2016-09-23 18:45:50 +0000
  • ae27dbe0cc CCM NG: ContentItemManager now passes all tests jensp 2016-09-22 18:52:23 +0000
  • 9485722dc0 CCM NG: Test for ContentItemManager#publish jensp 2016-09-21 17:25:06 +0000
  • 0457c0d8bd CCM NG: Bugfix for handling LocalizedString jensp 2016-09-20 08:52:17 +0000
  • f73f87d622 CCM NG: Updated create scripts for tests jensp 2016-09-19 17:19:11 +0000
  • 930c20ccbd CCM NG: Some bug fixing for H2 compatibility jensp 2016-09-18 17:05:06 +0000
  • 5421a8dc30 CCM NG: Some bug fixing for the ContentItemManager jensp 2016-09-15 17:58:54 +0000
  • 5672388578 CCM NG: Dataset for testing content item publish for the ContentItemMangerTest jensp 2016-09-14 16:42:50 +0000
  • 6bb4e10b0e CCM NG: Added a live item to the datasets of the ContentItemManagerTest jensp 2016-09-14 15:32:07 +0000
  • cb7309c5fa CCM NG: Consolidated the datasets for the ContentItemManagerTest jensp 2016-09-14 14:38:42 +0000
  • b2d12091ac CCM NG: More bugfixes for ContentItemManager jensp 2016-09-13 17:40:16 +0000
  • 02064601f8 CCM NG: ContentItemManager bug fixes for copy method jensp 2016-09-13 12:51:31 +0000
  • d8afacc16c CCM NG: ContentSectionManagerTest dependencies fixed jensp 2016-09-13 09:54:36 +0000
  • df09ad3f5c CCM NG: Some work on the ContentItemManager and related classes (not finished yet) jensp 2016-09-12 17:20:27 +0000
  • cb0a19410e CCM NG: Added references from Workflow to the WorkflowTemplate used to create the workflow. jensp 2016-09-12 15:44:45 +0000
  • fd6de757f0 CCM NG: More tests for the ContentItemManager jensp 2016-09-10 18:10:22 +0000
  • 9e593aaf9c CCM NG: Fixed several bugs found by tests related to the methods of ContentItemManager jensp 2016-09-09 18:53:05 +0000
  • 437cda2db2 CCM NG: Several bug fixes for queries etc. jensp 2016-09-09 08:09:46 +0000
  • 448199806e CCM NG: - EqualsAndHashCode test for classes org.librecms.contenttypes (not all of them yet) - Some work on the ContentSectionManager, including documentation jensp 2016-09-08 11:00:35 +0000
  • 36defa4cb7 CCM NG: Classes and annotations for describing and retrieving informations about a content type, including its authoring kit. jensp 2016-09-07 16:50:00 +0000
  • eb33ac7dec CCM NG: Preperation for migrated some more classes jensp 2016-09-07 12:14:43 +0000
  • f627763126 CCM NG: Several missing classes from ccm-core/com.arsdigita.bebop jensp 2016-09-07 11:51:42 +0000
  • a9ec98820c CCM NG: Optimised lamda expressions in Folder UI. jensp 2016-09-07 06:59:02 +0000
  • efa065851a CCM NG: Optimised lambda expressions in Workflow UI jensp 2016-09-07 06:52:44 +0000
  • 4c8615624e Changes SecurityConstants to a normal class with private constructor. baka 2016-09-06 08:36:34 +0000
  • faa98453e3 Adds a better placeholder for two methods. baka 2016-09-05 15:02:46 +0000
  • 7cb537b368 Uncomments most of the commented code. Still needs some love to be perfect. baka 2016-09-05 15:01:19 +0000
  • aac3448eec Added RoleEditForm; Fixed some imports and commented code. Also added some basic documentation. baka 2016-09-05 14:30:39 +0000
  • 06100e36dc Added BaseRoleItemPane; Fixed some imports and commented A LOT code. baka 2016-09-05 14:16:51 +0000
  • 92250460e0 Added RoleAddForm; Fixed some imports and added some docu. Also commented some code to make it compile. baka 2016-09-05 14:06:07 +0000
  • e4b8667f33 Added BaseRoleForm; Fixed some imports and added a bit of docu. Also commented some code to make it compile. baka 2016-09-05 14:04:07 +0000
  • 052d3c8234 Added RoleRequestLocal and fixed an import. Also added a bit of documentation. baka 2016-09-05 13:45:11 +0000
  • cd8de5f575 Added RoleListModel and refactored implementation to use Java Collections. baka 2016-09-05 13:24:03 +0000
  • 1298c5bc9c Added Security Constants to use it in RoleAdminPane. Also fixed the private DeleteForm class in RoleAdminPane. baka 2016-09-05 12:28:27 +0000
  • 98189d19e4 Added RoleAdminPane back and fixed the imports. Some things are still commented, as there are package local files that need to be added. baka 2016-09-05 11:53:15 +0000
  • ed824be970 CCM NG: WorkflowAdminPane ported jensp 2016-09-03 15:21:28 +0000
  • 72b017faee CCM NG: Ported some classes from the com.arsdigita.util package which are used by other classes jensp 2016-09-03 15:11:36 +0000
  • 02b61b7ddc CCM NG: First part of migration of WorkflowAdminPane, as well as some smaller things in other classes. jensp 2016-09-02 17:57:17 +0000
  • 639118217f CCM NG: ProxyComponent class ported jensp 2016-09-02 14:33:18 +0000
  • f7f162ef53 CCM NG: Missing class jensp 2016-09-01 18:47:39 +0000
  • 33c86fa8fe CCM NG: Ported LifecycleAdminPane (and classes used by LifecycleAdminPane) to CCM NG jensp 2016-09-01 18:07:38 +0000
  • d349f446bf CCM NG: Ported SecurityContainer component to CCM NG jensp 2016-09-01 18:07:01 +0000
  • 05cc37506e CCM NG: Migrated PropertyList from legacy system jensp 2016-09-01 17:02:29 +0000
  • dd57b34e54 CCM NG: DB Migrations scripts necessary due to the changes in revision r4243 jensp 2016-09-01 15:47:34 +0000
  • 0885701a9c CCM NG: An additional test. jensp 2016-09-01 15:31:40 +0000
  • 1dccc276d0 CCM NG: Started migration of UI for Lifecycle management in ccm-cms jensp 2016-09-01 12:43:07 +0000
  • 5ed394bee2 CCM NG: Fixed some errors in ccm-core. All tests now run again. jensp 2016-08-31 18:34:21 +0000
  • b6ede27c36 CCM NG: FolderAdminPane ported to CCM NG jensp 2016-08-31 14:57:29 +0000
  • f69b3e51d4 CCM NG: Added more components from the toolbox package to CCM NG jensp 2016-08-31 14:33:31 +0000
  • e21c1443fb CCM NG: More components from the Toolbox package jensp 2016-08-31 14:17:13 +0000
  • 389e138121 CCM NG: Forms for managing folders refactored jensp 2016-08-30 17:08:41 +0000
  • 782ef13fb0 CCM NG: Extended the README file. jensp 2016-08-30 15:30:17 +0000
  • 94fc4dcded CCM NG: - Added some more JavaDoc - Replaced return values in CcmObjectRepository with Optional for methods which not return a value jensp 2016-08-30 12:55:35 +0000
  • 38c421efd7 CCM NG: - Refactored BasicItemForm - Prepared FolderForm for refactoring jensp 2016-08-30 12:16:49 +0000
  • 35717d2a9b CCM NG: Code conventions page now states Java 8 as target language. jensp 2016-08-30 11:41:33 +0000
  • e6b3630786 CCM NG: - Additional methods and implementations of ContentItemManager (not tested yet!) - Refactored several UI classes to work with CCM NG, primarly in ccm-cms/com.arsdigita.cms.ui.folder jensp 2016-08-29 15:52:23 +0000
  • 0838a6df5f CCM NG: Additional queries for ContentType jensp 2016-08-16 17:36:49 +0000
  • 172b99bb0a CCM NG: More classes refactored for CCM NG jensp 2016-08-16 12:04:56 +0000
  • 407068e8a9 CCM NG: Refactored ItemSelectionModel for CCM NG jensp 2016-08-16 08:41:22 +0000
  • 2b3ec0de23 CCM NG: Refactored FolderTreeModel for CCM NG jensp 2016-08-16 08:17:44 +0000
  • 76e5784e2e CCM NG: - Copied several classes for the UI for ccm-cms from trunk (mostly disabled for now, will be refactored to work with CCM NG step by step) - Some work on the JSF/PrimeFaces prototype jensp 2016-08-15 18:14:48 +0000
  • 790959901b CCM NG: Basic part of Hibernate Search integration jensp 2016-08-12 18:20:34 +0000
  • b7458c77a8 CCM NG: LifecycleManager jensp 2016-08-12 12:30:23 +0000
  • 3c5625b033 CCM NG: Increased timeout for wildfly-maven-plugin jensp 2016-08-11 16:35:38 +0000
  • 1fb33e6131 CCM NG: Workflow and Lifecycle managment jensp 2016-08-10 15:06:05 +0000
  • 01d3f59f5f CCM NG: ContentItemRepository jensp 2016-08-10 07:14:11 +0000
  • 6876f4f1be CCM NG: ContentItemRepository jensp 2016-08-08 18:02:16 +0000
  • 613205fe39 CCM NG: Some more things for the PrimeFaces prototype jensp 2016-08-05 18:30:14 +0000
  • 4820bc7f03 CCM NG: Fixed a typo jensp 2016-08-05 05:23:49 +0000
  • 23f682b16d CCM NG: - Content Center Application now works again. - JavaDoc for ContentItemRepository and ContentItemManager - A prototype/test for using JSF/PrimeFaces instead of Bebop for the Backend UI (will may be removed later) jensp 2016-08-04 16:45:18 +0000
  • a704ef72a6 CCM NG: Current status of the migration of the UI of ccm-cms (not tested yet!) jensp 2016-07-29 19:45:12 +0000
  • 61bea04c13 CCM NG: Current status of porting the CMS UI to CCM NG jensp 2016-07-28 17:36:52 +0000
  • e4640cd6d7 CCM NG: - Finished support for multi instance applications in the Applications tab of /ccm/admin/ - Integration of ContentSection application into /ccm/admin/ jensp 2016-07-23 18:18:37 +0000
  • fb35554553 CCM NG: ContentSectionManager now passes all tests jensp 2016-07-21 14:15:36 +0000
  • 45501fedb8 CCM NG: Several things jensp 2016-07-20 18:03:55 +0000
  • c780d6e43b CCM NG: ContentSectionManager jensp 2016-07-19 16:59:20 +0000
  • 92a8f8cc58 CCM NG: Datasets for ContentSectionManagerTest jensp 2016-07-19 09:34:15 +0000
  • 3747ea5fbe CCM NG: Files etc for testing ContentSectionManager jensp 2016-07-15 18:06:32 +0000
  • 1716a17093 CCM NG: More classes for the content section application jensp 2016-07-14 10:30:46 +0000
  • 2948e65c3a CCM NG: ContentSectionManager jensp 2016-07-13 16:38:26 +0000
  • 0e291a87b9 CCM NG: Setup for content sections jensp 2016-07-08 15:21:24 +0000
  • aa1aeef686 CCM NG: Only small things (better JAXB bindings) jensp 2016-07-07 13:30:08 +0000
  • 167ca2f9eb CCM NG: Several things for the installation phase of a module jensp 2016-07-06 17:05:00 +0000
  • 741e0e5dc0 CCM NG: Loader for configuration parameters from the integration.properties file jensp 2016-07-06 13:22:39 +0000
  • 1b3479a1e8 CCM NG: Some repository classes for ccm-cms jensp 2016-07-04 15:27:37 +0000
  • 9166673585 CCM NG: - Removed GenericArticle entity, not useful anymore - DDL Scripts jensp 2016-07-04 14:57:24 +0000
  • 749fb1e2ae CCM NG: More entities for assets jensp 2016-07-01 14:55:31 +0000
  • d01264b169 CCM NG: First set of entities for new asset/attachment system jensp 2016-06-30 15:43:49 +0000