c4e40a3a5cFoundry support for ObjectLists. Paginator and filters are not yet supported, will be added in the next commit.
jensp
2014-11-06 16:16:01 +0000
bd8d621d28Foundry: Finished implementation of HTML tags. Almost all elements from the HTML5 specification (http://www.w3.org/TR/html5/) are now available.
jensp
2014-11-05 17:49:36 +0000
5159789ec9BugFix for th Sponsors table: The check for edit permissions for the delete link of a sponsor association was done on the wrong object
jensp
2014-11-04 15:08:07 +0000
8fe17b54fdModified standard bundle excluding deprecated module portalworkspace-homepage, adding some assets. Added compatibility module to maintain full backwards compatibility to version 1.0.4 standard bundle. Sync fhr 2852.
pb
2014-11-01 07:13:00 +0000
c2ce52d27fBugFix for translations in the contact type select box.
jensp
2014-10-31 13:59:23 +0000
8279acf077Removed mathjax from core (it's not useful for generic websites) and relocated to sci-bundle (where it is useful).
pb
2014-10-31 11:36:25 +0000
bf5f36e526Fixed to possible NPE in the BasicItemForm.
jensp
2014-10-31 10:06:19 +0000
21c4b66746Two bug fixes for ccm-sci-types-project: - Confirmation text for removing a sponsor is now translated - Removing a sponsor now works
jensp
2014-10-31 08:13:04 +0000
e81b7f7bf1Fixed a typo in translations for the UI of the SciInsitute content type
jensp
2014-10-31 07:48:12 +0000
f2877c74c9Fixed a bug in the GenericOrganizationalUnitAddForm class. The wrong variable was used in one PrintListener causing an "Widget is locked exception".
jensp
2014-10-31 07:27:58 +0000
63725fbf56Added minor documentation, fixed and synced netbeans integration. In sync with fedorahosted r2846
pb
2014-10-31 02:07:26 +0000
c57973f825Syncing Mandalay themes in ccm-sci-bundle and ccm-ldn-aplaws
jensp
2014-10-30 16:31:26 +0000
610436b23aRelocated ccm-portalworkspace-homepage to ccm-ldn-portalworkspace-homepage. Module is deprecated, but still used for some APLAWS installations.
pb
2014-10-30 09:10:49 +0000
b91eb6513fSome small fixes for Foundry
pb
2014-10-29 13:25:01 +0000
b1c57804cdSmall bugfix for Mandalay for the list of articles in the datail view of an collected volume.
jensp
2014-10-29 13:03:55 +0000
64ccffe5b6Some enhancements for Foundry created while working on the LBC theme
pb
2014-10-28 18:38:52 +0000
c559329701Grid viewer for Portal Workspace
jensp
2014-10-28 15:04:06 +0000
eb56a010baPossibly missing files for XML configuration?
jensp
2014-10-27 18:56:25 +0000
36ae7a1476Added a tab with system informations to Admin center which displays: - Informations about CCM (Application name, version) - All Java System Properties - The current XML configuration/XML classes in use
jensp
2014-10-27 18:55:26 +0000
512a3b39e5- Portal Grid workspace now works - Some small enhencements - Imported XSL files for the search pages in the Content Center from Mandalay. They not not work yet, some work is required to make them work inside Foundry.
jensp
2014-10-26 12:02:49 +0000
d1493d1be0Support for PortalWorkspace Admin page
jensp
2014-10-25 12:39:42 +0000
059a51d3a9Foundry support for PortalWorkspace edit page.
jensp
2014-10-25 09:55:32 +0000
ea7b7fa546Foundry support for Portal Workspace (but not for all portlets!)
jensp
2014-10-24 17:36:35 +0000
4c190020dfBebop support for Foundry
jensp
2014-10-23 18:13:18 +0000
b8736f9e73Fix some typos in Mandalay
jensp
2014-10-19 19:34:43 +0000
7060ca8c98Fixing a typo in Mandalay
jensp
2014-10-19 19:21:12 +0000
eee5011070Fixed another PrintListener occurences. Hopefully this was the last one...
jensp
2014-10-16 08:33:24 +0000
d45ce31d50Foundry support for Image Attchments
jensp
2014-10-15 08:31:08 +0000
d1ff704fa1Some improvments for documentation
jensp
2014-10-09 18:04:44 +0000
c79c9f4870- Foundry now supports related links - Some refactoring in content-items.xsl. Replaced an xsl:choose on a attribute of the content-item element by equivalent match rules for templates.
jensp
2014-10-09 14:59:36 +0000
b6e174b2eeFoundry now supports notes
jensp
2014-10-08 15:42:12 +0000
f04b1dfaddFoundry: - Encapsulated the generation of a path to a resource file in function - Some enhancements for the CSS loader
jensp
2014-10-08 13:32:46 +0000
9d79023640Mandalay is now used for creating the HTML view of the content-center. This is accomplished by some changes in the stylesheet-paths.txt file and some special files in Mandalay (content-center-index.sl, content-section-admin.xsl and admin-index.xsl). These files call the start.xsl of Mandalay and provide a correct value for the theme-prefix environment variable.
jensp
2014-10-08 10:36:25 +0000
a6bfb305b3- Foundry support for breadcrumbs - Preperation for documentation styling
jensp
2014-10-07 14:47:03 +0000
7f2e2ebb96Small comment what the JSP in the doc directory does
jensp
2014-10-06 17:25:46 +0000
f1790d1b5cJSP for viewing Foundry Doc online now works
jensp
2014-10-06 17:19:55 +0000
8f3b7e2d68- removed old, not working FactoriesSetup class - Added own implementations of TransformerFactory etc which act as a wrapper for the configured implementations. At the moment this is only used for TransformerFactory because using it for SAXParserFactory and maybe for DocumentBuilderFactory causes crazy errors. - Moved the Reindexer utilitity from ccm-ldn-search to ccm-ldn-util. It is useful for rebuilding the index and has no dependencies to other parts of ccm-ldn-search. Also ccm-ldn-search will be removed in near future.
jensp
2014-09-30 13:48:55 +0000
19e8d52464Added methods for creating instances of TransformerFactory, DocumentBuilder and SAXParser using the newInstance(String classname, ClassLoader loader) methods of these classes.
jensp
2014-09-29 12:18:58 +0000
64b928f46eAdded Saxon 9 HE to libs of ccm-core
jensp
2014-09-28 17:26:20 +0000
639304add6Lastest status for Foundry: - Navigation works now - Foundry now needs an XSL 2 processor like Saxon HE - Most stylesheet functions parameters and result now typed (one of the new features of XSL 2)
jensp
2014-09-27 17:08:54 +0000
5ea5533f07Fixing some more labels
jensp
2014-09-26 12:06:49 +0000
18c47d2f9fFixed another wrong label
jensp
2014-09-26 10:15:50 +0000
33a0ee169bSome small changes to make Mandalay work with SaxonHE 9.5
jensp
2014-09-26 07:36:49 +0000
7e646e8be6Fixed URL generation for object lists and Content Item Summary. The WebContextPath was not used there therefore the URLs were incorrect if CCM is installed not in the root context.
jensp
2014-09-26 07:20:40 +0000
b7ca4a6670Fixing compatibility problem with Mandalay and Saxon.
jensp
2014-09-25 15:43:17 +0000
fc7ce33b0aLanguage switching now works for the list of countries in the Address content type (#1764)
jensp
2014-09-25 13:15:45 +0000
b18536aa4fSmall CLI utility to export SciProjects as CSV.
jensp
2014-09-24 05:12:52 +0000
205eedab73Fixes for the OpenCCM Xinha plugin (the links part did not work, probably because since the last Xinha update). Also fixed the parts of the item search popup. Clicking on an item now closes the the window when using it Editor (did not work since a very long time). Also the FlatBrowsePane introducted some time ago did not work when the ItemSearchPopup was used from the Xinha editor.
jensp
2014-09-23 08:29:04 +0000
c94a9f8a2aCurrent status of Foundry
jensp
2014-09-21 16:46:27 +0000
27a4153e84Current progress of Foundry
jensp
2014-09-17 14:06:43 +0000
403678753c- Undo renaming 2.2.1 branch to 2.2.1-r1 - Current status of Foundry
jensp
2014-09-17 06:15:07 +0000
d5deb7c8feFixed two other issues caused by wrong PrintListener usage.
jensp
2014-09-17 05:59:03 +0000
781c6d6876Removed URL field from CategoryLocalizationForm (Issue #2182)
jensp
2014-09-16 12:25:38 +0000
fbdc364b25CSS for portal workspace
jensp
2014-09-16 12:07:00 +0000
562eb2de72Current status of the support for portal workspace
jensp
2014-09-15 14:23:29 +0000
0a9887617bFoundry current status
jensp
2014-09-12 18:11:51 +0000
b4cd75d64fSome changes for the CategorisedObjectList: Now the the items are sorted according to the sorting in the secondary category system.
jensp
2014-09-12 12:01:08 +0000
c235738e2eVerschiedene kleine Korrekturen
pb
2014-09-12 10:32:04 +0000
327c46fc71Downgraded serializer.jar to version from 2.2.x because of a problem when using output=xml
jensp
2014-09-10 12:58:51 +0000
cd02aaafeeFixed another PrintListener usage
jensp
2014-09-05 07:50:41 +0000
4d1900db5aAdded missing parts for the upgrade script for renaming ccm-cms-types-simpleorganization to ccm-cms-types-organization
jensp
2014-09-05 07:00:15 +0000
cf9ed68bfbAll usages of SingleSelect/OptionGroup and PrintListener fixed by adding a clearOptions() in the PrintListener. Issue #2171.
jensp
2014-09-04 11:52:51 +0000
31d94afaadThe PrintListener for CategoryTemplates select box did not clear the options of the select box. The result was that the list of options in the box became longer which each request. Additionally this caused a massive amount of cpu load and memory consumption (resulting in an out of memory error) when the category form was requested multiple time, for example when creating some categories.
jensp
2014-09-04 09:18:47 +0000
b7ba322576Various minor documentation and formatting.
pb
2014-09-03 14:14:35 +0000
cdc551736fModifed the menu component of navigation. It is now possible to configure the properties for showing grand children from the JSP. Settings in the JSP will override the settings from configuration.
jensp
2014-09-03 10:49:51 +0000
4648c842e8Readded ccm-portalworkspace-homepage to APLAWS+ bundles because module is used by almost all APLAWS+ installations
jensp
2014-09-02 15:22:29 +0000
b2ca06211aAutomatic upgrade script for upgrading from 1.0.4 to 2.2.x
jensp
2014-09-02 15:00:47 +0000
c7936123f0Moved script for upgrading APLAWS+ themes to ccm-ldn-aplaws
jensp
2014-09-02 14:22:51 +0000
a653c4ac08Added missing update for authoring_steps table to upgrade for ccm-ldn-types-organization (renaming OrganizationImageStep)
jensp
2014-08-23 11:00:26 +0000
756dcf561eFixed XSL for (old) terms admin page at /ccm/admin/terms. The features of this admin page have not been integrated into the new admin tab at /ccm/admin completly yet, but they are needed by some APLAWS+ users. This is only a temporary solution, the terms module will integraded into the normal categories soon.
jensp
2014-08-20 10:35:43 +0000
7668f285f1BugFixes for upgradescript ccm-cms-types-organization (6.6.6 to 6.6.7)
jensp
2014-08-19 13:42:41 +0000
5a1e902399Some bugfixes for the upgrade script for ccm-ldn-types-organization (ex ccm-cms-types-organization)
jensp
2014-08-19 13:20:11 +0000
ddf186ebe1BugFix for YAML integration in Mandalay (old IEs fallback)
jensp
2014-08-19 07:01:51 +0000
6e57aa6d76Fixed typo in upgrade script for ccm-ldn-types-organization
jensp
2014-08-17 09:04:26 +0000
0534926c6cLast changes from sidoine for the content-center
jensp
2014-08-17 07:23:49 +0000
3836b0bb83Added a class attribute to the restart workflow link to make the link distinguishable for CSS formatting.
jensp
2014-08-15 08:07:04 +0000
992c96ca6fChanged XSL files for cmc-cms-types-organization because of the renaming
jensp
2014-08-13 19:36:49 +0000
2d9657917fRenamed ccm-cms-types-simpleorganization to ccm-cms-types-organization to fit into the naming schema (issue #2132)
jensp
2014-08-13 19:18:25 +0000
0908a339fc- Disabled placeholder text for hints. A hint is shown only if there is a real hint text - Added an option to the Date widget to show the years in descending order - Some fixes for ccm-sci-assets-publicationspersons, including the rendering in the Mandalay theme
jensp
2014-08-13 09:51:55 +0000
f9e7bc9c82Fixed translations for contenttype labels in ccm-sci-publications-dramaticarts
jensp
2014-08-13 07:10:09 +0000
2fc2331607Final step of renaming ccm-cms-types-organization to ccm-ldn-types-organization
jensp
2014-08-12 16:02:50 +0000
2ba117d8e2Part 5 of renaming ccm-cms-types-organization to ccm-ldn-types-organization
jensp
2014-08-12 14:17:54 +0000
7f43263038Part 3 of renaming ccm-cms-types-organization to ccm-ldn-types-organization. We have to split these into this many parts to avoid messing up the Subversion repository...
jensp
2014-08-12 14:11:27 +0000
1e9a5a7b60Part 2 of renaming ccm-cms-types-organization to ccm-ldn-types-organization
jensp
2014-08-12 13:22:56 +0000
43c87f5a6cPart 1 of reanaming ccm-cms-types-organization to ccm-ldn-types-organization
jensp
2014-08-12 13:18:01 +0000