2d30f3d69fCCM NG: Deleted some files (again)
jensp
2016-02-25 10:17:48 +0000
99eac14ed5some stuff in portation
tosmers
2016-02-24 19:01:41 +0000
1b206fecefCCM NG: - Further work on the admin UI - Refactored the GlobalizationHelper to use CDI for getting the current request. Also cleaned up the code.
jensp
2016-02-24 17:48:43 +0000
260978d1c1CCM NG: Basic structure for new users/groups/roles tab in the admin application
jensp
2016-02-18 18:51:41 +0000
7b81b5b1d5CCM NG: Forgot a file...
jensp
2016-02-18 17:45:08 +0000
c93a3305feCCM NG: Added tab for workflows administration to admin app
jensp
2016-02-18 13:56:58 +0000
51d4fca237CCM NG: Fixed some bugs in the application lookup
jensp
2016-02-18 13:43:04 +0000
433b5eab2dCCM NG: Merged changes in Foundry from revision r3872
jensp
2016-02-18 09:55:23 +0000
de3ae25985CCM NG: Merged latest changes for Foundry from trunk
jensp
2016-02-17 19:05:20 +0000
dd1556afbbCCM NG: - Login now works - CdiUtil now uses JNDI to lookup CDI BeanManager because that works more reliable.
jensp
2016-02-15 16:51:19 +0000
3ac09f8510CCM NG: Todays results of getting login and admin apps running. Login should work now, but there are some problems with lazily fetched collections... Also this commits adds the DefaultEntityGraph annotation which allows it to name a (named) EntityGraph which should be applied by default to when the entity is loaded from the database.
jensp
2016-02-12 20:56:22 +0000
5b1055c485CCM NG: - Added UUID field to CcmObject - Added interface Identifiable. All entities which are identifiable via a UUID (which will be all "root" entities) will implement this interface directly or indirectly.
jensp
2016-02-11 11:56:45 +0000
bd4bf615f3[FEATURE] - adds the base structure for the new second version of the exporter/importer routine - the abstract super class for the objectentities, the enum for possible fomats and the marshal itself for im-/exporting list of objects - adds a first implementation of the AbstractResourceMarshal for extending the abstact super 'AbstactMarshal'
tosmers
2016-02-10 18:30:13 +0000
0040229a9d[UPDATE] - deletes the previous versions of exporter and importer in package core - modifies pom for use of jackson libraries
tosmers
2016-02-10 15:47:16 +0000
d6114efcf7CCM NG: Some work on the login form.
jensp
2016-02-08 18:15:46 +0000
22dd841c11CCM NG: Login Form now shows up
jensp
2016-02-06 11:12:35 +0000
3321f09481CCM NG: Todays results of the getting Bebop running in CCM NG
jensp
2016-02-05 19:08:35 +0000
c21ab1e5d7CCM NG: Today's result of getting Bebop running in a full Java EE environement
jensp
2016-02-04 14:47:05 +0000
f446d50fc7CCM NG: Todays progress of getting Bebop running in full Java EE 7 environment
jensp
2016-02-03 19:00:18 +0000
9b6c50fd8a[UPDATE] - modifies the jpa strukture of Resource-File-Folder in the package docrepo
tosmers
2016-02-03 12:44:59 +0000
e1f6a45065CCM NG: Changed constant name for path of admin servlet from ADMIN_SERVLET to ADMIN_SERVLET_PATH
jensp
2016-02-02 08:29:16 +0000
d2bfec2a1bCCM NG: Setup for registry
jensp
2016-02-02 08:28:11 +0000
34907dfe89CCM NG: Several small changes
jensp
2016-01-31 10:13:46 +0000
3be60416f8CCM NG: Bundles are now EARs (necssary because otherwise JPA does not support entities in multiple JARs, see JSR-338, page 366f). Also the Foundry theming engine is now provided by its own Maven module.
jensp
2016-01-27 19:16:43 +0000
75ab72085a[UPDATE] - adds Manager and Repository for both File and Folder classes in DocRepo - changed class definition of Resource, ResourceManager and ResourceRepository to abstract
tosmers
2016-01-27 15:54:52 +0000
2c72eb379cCCM NG: Basic structure for Arquillian tests in ccm-docrepo
jensp
2016-01-27 07:23:35 +0000
73eef4aeb0CCM NG: Split class ConfigurationManager into smaller classes to reduce complexity.
jensp
2016-01-24 15:49:19 +0000
cc7889143cCCM NG: All tests in ccm-core now pass again
jensp
2016-01-23 18:13:28 +0000
53670572b2CCM NG: Some fixes necessary because of the new configuration system
jensp
2016-01-22 19:35:20 +0000
1afb8348ed[FEATURE] - adds implementation for the ObjectImporter - changes name for the im-/exporter business from exchange to portation (the package name) - adds implemtation of ObjectImporter for the File in DocRepo - adds build dependancy for DocRepo - removes non-compilable stuff of DocRepo (necessary so the tests in docrepo can be compiled before running) - adds testclass for the FileExporter and FileImporter (last not functioning yet)
tosmers
2016-01-20 19:08:33 +0000
54f8c657f7CCM NG: Finished migiration to new configuration system. Now all jUnit tests have to be checked.
jensp
2016-01-20 18:44:11 +0000
127ff16e59CCM NG: TemplatingConfig migrated to new configuration system, WebConfig almost migrated
jensp
2016-01-19 19:08:51 +0000
1a3367bbedCCM NG: Some formatting and cleanup for the new configuration classes
jensp
2016-01-15 18:57:17 +0000
a1bef5b73fCCM NG: - Migrated MailConfig and XmlConfig to new configuration system - Replaced StringJoiner to several toString methods with collection.stream().collect and Collectors#joining
jensp
2016-01-14 18:17:44 +0000
05102e0269CCM NG: Migrated DispatcherConfig and GlobalizationConfig to the new configuration system
jensp
2016-01-14 13:47:16 +0000
d1251b5fc0CCM NG: Migrated BebopConfig to new configuration system
jensp
2016-01-14 09:14:28 +0000
3ce721d6e3[UPDATE] - changes the structure of the abstract methods of the ObjectExporter - corrects the overriding methods in the ResourceExporter
tosmers
2016-01-13 18:44:35 +0000
361ba65ed8CCM NG: Migrated more configuration classes to the new system
jensp
2016-01-13 18:11:56 +0000
b35e44a867[FEATURE] - adds dependency for 'com.opencsv' to parent-pom.xml and core-pom.xml - adds package exchange to ccm-core for the export-import-routines - adds class ObjectExporter to the exchange-package for the basic export-functionalities - adds dummy package docrepo.exchange.exporter into the exchange package of core - adds ResourceExporter to the dummy package for implementation of the abstact methods of the ObjectExporter
tosmers
2016-01-13 16:58:46 +0000
97567275e2CCM NG: Part of the ongoing migration to a database based configuration system
jensp
2016-01-12 19:08:08 +0000
c024ac5593CCM NG: Tested #equals, #hashCode and #toString of new KernelConfig class
jensp
2016-01-12 11:06:04 +0000
cdc61894c6CCM NG: Some fixes for the new Configuration system
jensp
2016-01-11 17:39:32 +0000
712e5c3a4eCCM NG: Some cleanup, and new KernelConfig class
jensp
2016-01-11 14:19:56 +0000
aaf0b053d3CCM NG: One test in CategoryManagerTest failed when executed after other tests because the hibernate_sequence sequence in the database was not reset between tests.
jensp
2015-12-19 09:18:05 +0000
6a2ce5a0dcCCM NG: Refactored some code to comply to FindBugs and PMD
jensp
2015-12-18 18:57:58 +0000
dabb99d46fCCM NG: Database based configuration now passes all test cases. Not all planned features are yet implemented and tested (for example application instance specific configurations). They will be implemented and tested when they are needed.
jensp
2015-12-18 15:35:48 +0000
4b5a227772CCM NG: More test cases for the new database driven category system
jensp
2015-12-17 14:07:40 +0000
06e342af0cCCM_NG - docrepo - adds additional classes from docrepo to ccm_ng - adds two classes with massive errors, sorry, was necessary
tosmers
2015-12-16 21:58:47 +0000
66048bf198CCM NG: Some modifications to the configuration classes and first test cases
jensp
2015-12-16 19:19:12 +0000
fd010fef1aCCM NG: Classes for the new database based configuration system (not tested yet)
jensp
2015-12-16 15:15:38 +0000
5b1121e264CCM_NG - docrepo - removed the CdiLookupExceptions - added db.notfound.file/folder/resources to the Resources.properties
tosmers
2015-12-16 15:03:45 +0000
3f27e09a84CCM NG: Several changes: - Replaced CdiLookupException with IllegalStateException. IllegalStateException is a RuntimeException, therefore it is not necessary to catch the exception. An error in the findBean method usually is not recoverable, therefore it is not necessary to use a checked exception. - Removed several uses of UncheckedWrapperException - CategoryRepository and CategoryManager are now implemented (not completetly yet) and have tests. - Changed value field of EnumConfigurationEntry from List to Set to avoid duplicate entries.
jensp
2015-12-15 18:56:27 +0000
e743e052ffCCM NG: - Some cleanup - Entities for the new database based configuration system
jensp
2015-12-11 19:26:03 +0000
576d28a8ceCCM NG: - Cleanup ccm-core:org.libreccm.core: Removed unused classes (those replaced by org.libreccm.security) - Modified org.libreccm.security.PermissionChecker: - #checkPermission(String, CcmObject) does not longer return the object, when the current user is permitted to access the object. - new method #checkPermission(String, CcmObject, Class) checks for permission to access the object and returns the object or a virtual "Access denied" object (like SecuredCollection). - "Access denied" string is provided as a constant by org.libreccm.core.CoreConstants
jensp
2015-12-11 13:05:46 +0000
e1ad4b4347adds filePropertiesPanel to DocRepo and modifies minor stuff
tosmers
2015-12-10 00:17:46 +0000
c54956d642CCM NG: More work to get CCM NG running
jensp
2015-12-08 16:51:01 +0000
3914360c48CCM NG: - Some changes in the integration tests in ccm-core. Due to association added between Workflow and Role added in revision r3763 it is necssary to include the org.libreccm.workflow package in these tests. - Renamed the ccm-bundle-devel to ccm-bundle-devel-swarm to indicate that the using Wildfly Swarm - Created a ccm-devel-bundle-wildfly module which builds a WAR for Wildfly
jensp
2015-12-07 19:22:18 +0000
6066ea22a2CCM NG: Removed associations to User and Group from the UserTask and replaced them with an association to Role.
jensp
2015-12-04 17:42:02 +0000
d043fbea56CCM NG: Documentation for ccm-core:org.libreccm.security
jensp
2015-12-04 14:53:43 +0000
bf5ddceda7CCM NG: - CCMDispatcherServlet now mapped to /ccm/ *and* /index.html to replace old index.jsp file. Logic from index.jsp moved to CCMDispatcherServlet#doService. - Integrated static default theme resources into ccm-devel-bundle
jensp
2015-12-03 14:20:50 +0000
3eabef48d9some minor changes in docrepo
tosmers
2015-12-02 18:35:05 +0000
a1011154a5modifies DestinationFolderForm and FileEditForm, adds DocRepoRequestLocal and FileInfoHistoryPane and FileInfoPropertiesPane
tosmers
2015-12-02 17:01:25 +0000
c82fb5fde4CCM NG: New devel bundle using Wildfly Swarm for runtime. Not tested yet!
jensp
2015-12-02 16:47:26 +0000
76f810ab11CCM NG: Admin App now uses new API from the org.libreccm.security package for authentication and authorisation
jensp
2015-12-02 10:06:57 +0000
d4b5194612CCM NG: Some documentation for the secured iterator
jensp
2015-11-25 16:37:00 +0000
0e3ee46988CCM NG: SecuredIterator: Iterator for CcmObjects which checks permissions for the objects before returning them.
jensp
2015-11-25 16:08:22 +0000
bd56f40876CCM NG: JavaDoc for the AuthorizationInterceptor and the supporting annotations
jensp
2015-11-25 14:13:36 +0000
c433cadaaeCCM NG: CDI Interceptor for Authorization
jensp
2015-11-24 19:22:44 +0000
5b3a8a134bCCM NG: added structural basis for the next contenttypes: externallink,faqitem,newsitem,glossaryitem
konermann
2015-11-23 17:50:09 +0000
b6cb768993CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets because the rule "BeanMembersShouldSerialize" from this ruleset procduces many false positives. Also removed also usages of the transient modifier which were only added to various classes to match this rule.
jensp
2015-11-23 12:45:16 +0000
fb14845775CCM_NG: New API for authentication and authoriziation using Apache Shiro. Replaces some classes in org.libreccm.core.
jensp
2015-11-23 09:37:35 +0000
488d0b5b38CCM NG: - Corrected some typos in the Archetype for content types - Changed group ids of cms related stuff to org.librecms - Some more base entities for content items - Entities and base structure for ccm-cms-types-article
jensp
2015-10-19 13:13:45 +0000
b395f787e2CCM NG: GenericArticle Base class
jensp
2015-10-19 07:42:33 +0000