libreccm-legacy/ccm-core/web
jensp 31945a9dab The Foundry tag for FileStorageItem download link now looks for nav:attributes providing the file id etc to allow direct download from the list view of an item. To use this the attributes have been added to the list view XML by lines like the following:
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.name");
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.id");
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.length");

Adjust the name of the object list as needed.



git-svn-id: https://svn.libreccm.org/ccm/trunk@4397 8810af33-2d31-482b-a856-94f89814c4df
2016-10-21 15:49:03 +00:00
..
WEB-INF Unfortunately, a rather complex update: 2014-06-29 14:01:10 +00:00
assets Removed mathjax from core (it's not useful for generic websites) and relocated to sci-bundle (where it is useful). 2014-10-31 11:36:25 +00:00
error Einige fehlende Lokalisierungen ergänzt, veralteten Klassennamen korrigiert. 2014-02-19 09:20:42 +00:00
javascript URLizer Javascript now handles german umlauts in upper case like 'Ü' correctly and transforms them to 'ue' instead of 'Ue'. 2014-02-19 13:37:55 +00:00
templates content-section jetzt legacy free application, alte public site in content-section Liste ausgeblendet, verschiedene Formatierungen und Doku-Ergänzungen. 2012-02-06 01:32:59 +00:00
themes The Foundry tag for FileStorageItem download link now looks for nav:attributes providing the file id etc to allow direct download from the list view of an item. To use this the attributes have been added to the list view XML by lines like the following: 2016-10-21 15:49:03 +00:00
index.jsp Unfortunately quite a large update, combined BaseDispatcher and DispatcherServlet into a modern, standard compliant CCMDispatcherServlet, modified various classes to enable CCM installed in any arbitrary context, not just ROOT. Part 1. Currently it works for ScientificCMS only, for other bundles StylesheetPaths.txt has to be modified. 2014-03-06 12:53:03 +00:00