Vervollständigung der Anpassung and ecdc und Anpassung an Aenderung infolge von forum-categorized.

git-svn-id: https://svn.libreccm.org/ccm/trunk@474 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2010-07-12 09:44:50 +00:00
parent 809e6d0c47
commit ff71de8965
2 changed files with 22 additions and 5 deletions

View File

@ -35,6 +35,13 @@ com.arsdigita.london.search.show_sponsored_links=true
com.arsdigita.london.cms.dublin.audience_domain=LGAL
; =============================================================================================
; devel specific configurations
waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm?user\=ccm&password\=ccm
waf.runtime.jdbc_pool_size=80
waf.web.server=localhost\:8080
waf.admin.email=admin@example.com
waf.admin.name.given=Administrator
waf.admin.name.family=Account

View File

@ -1,12 +1,22 @@
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:define="/WEB-INF/bebop-define.tld"
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:define="/WEB-INF/bebop-define.tld"
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<define:page name="childCategories" pageClass="com.arsdigita.cms.ui.authoring.EmptyPage" title="childCategories" cache="true">
<define:page name="childCategories"
pageClass="com.arsdigita.cms.ui.authoring.EmptyPage"
title="childCategories"
cache="true">
<!-- Class had been moved from ccm-ldn-aplaws to ccm-ldn-terms in
order to avoid dependencies between modules, ccm-forum-categorised
and a specific kind of the integration module ccm-???-aplaws.
<define:component name="catSubtree"
classname="com.arsdigita.aplaws.ui.CategorySubtree"/>
-->
<define:component name="catSubtree"
classname="com.arsdigita.london.terms.ui.CategorySubtree"/>
</define:page>
<show:all/>