Commit Graph

13 Commits (2265264a5223b724b51bc8c22eeac550c29e6581)

Author SHA1 Message Date
pb 02b4cdb547 Bug in Subsite behoben. In web.xml stand für den filter der falsche Eintag (inkl. ccm prefix, was nicht funktioniert). Subsitges funktionieren jetzt wieder.
git-svn-id: https://svn.libreccm.org/ccm/trunk@485 8810af33-2d31-482b-a856-94f89814c4df
2010-07-17 19:11:19 +00:00
pb 5de5304e4f Anpassung an Modifikationen in Zusammenhang mit forum-categorised.
git-svn-id: https://svn.libreccm.org/ccm/trunk@476 8810af33-2d31-482b-a856-94f89814c4df
2010-07-12 09:52:56 +00:00
pb 7f547e13a9 Pfadangaben korrigierft.
git-svn-id: https://svn.libreccm.org/ccm/trunk@400 8810af33-2d31-482b-a856-94f89814c4df
2010-04-24 22:13:46 +00:00
pb 624ed86d46 SHP integration layer: Fehler in default theme beseitigt, sitemap.jsp aktualisiert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@339 8810af33-2d31-482b-a856-94f89814c4df
2010-02-09 00:09:50 +00:00
pb 3342f0dd18 Ziemlich umfangreicher Patch, der das Initializer System so modifiziert, dass alle Hintergrundprozesse beim Herunterfahren gestoppt werden und der Servlet Container sich ordnungsgemaess beenden kann. Damit ist es auch möglich, eine CCM Applikation über die Tomcat Management Applikation hoch- und runterzufahren. Das Interface initialize wurde um 2 Methoden erweitert: init(ContextInitEvent) beim Start in einem Servlet Container und close(ContextCloseIvent).
git-svn-id: https://svn.libreccm.org/ccm/trunk@324 8810af33-2d31-482b-a856-94f89814c4df
2010-01-14 11:49:16 +00:00
pb b1dc386328 Verschiedenes an Dokumentation
git-svn-id: https://svn.libreccm.org/ccm/trunk@280 8810af33-2d31-482b-a856-94f89814c4df
2009-10-17 19:54:25 +00:00
pb 188fe56f55 Clean-up der XML packages, Entfernen der XML Factories aus den Startparametern von Tomcat. Konfiguration der Factories erfolgt aus dem Programm über setSystemProperties, andere Möglichkeiten erforderten ein tiefgreifendes Umschreiben des XML Handlings.
git-svn-id: https://svn.libreccm.org/ccm/trunk@184 8810af33-2d31-482b-a856-94f89814c4df
2009-05-28 08:32:05 +00:00
pb 92108dde4e An ECDC angepasst, default, APLAWS-basiertes theme bereinigt, web.xml bereinigt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@134 8810af33-2d31-482b-a856-94f89814c4df
2009-04-16 10:56:45 +00:00
pb b397b6f4f8 Nachhalten der module shp und zes mit neuem Installationsort aller trunk Module
git-svn-id: https://svn.libreccm.org/ccm/trunk@85 8810af33-2d31-482b-a856-94f89814c4df
2009-02-21 19:28:23 +00:00
pb 4ab614055a Integrate vendor release
r1795: First part of the conversion of CCM to be deployed in a standard way
  r1796: Multilanguage categorization (already local, but upgrade script
         added, comments and translation added)


First part of the conversion of CCM / APLAWS to be deployed in a standard way 
by a *.war file.

Backwards compatible to the procedures so far. The ccm scripts can be used
as used to. Only difference is the location of some files (see below).

As an alternative the webapps directory created by the ccm scripts can be
moved into a standard tomcat container or can be added as a virtual host.
APLAWS no longer depends on all the environment variables. For detailed 
instructions see documentation on the WIKI. This is a temporary solution,
further enhancements are on the way!

No update script required for this part.

Modifications:

-   Creation of a c.ad.runtime.CCMResourceManager class, which currently
handles just the file locations. It replaces the dependency from the
CCM_HOME environment variable. It is initialized during startup of the
servlet container or by the entry point of the installation tools (i.e.
c.ad.packaging.mastertool). It replaces the c.ad.packaging.CCM class
as well. Currently contains backwards compatibility code to check the 
runtime environment just in case the initialization is missing (will be 
removed later).

-   Creation of c.ad.web.CCMApplicationContextListener class which is
notified by the servlet container at the beginning of the startup procedure.
Initialises CCMResourceManager. Must be configured by web.xml (if a contributed
package overwrites the trunk values)!

-   File location changes:
    -   Configuration registry moved to [appbase]/WEB-INF/conf/registry
    -   ps2fs files moved to [appbase]/ps2fs
        (can be modified by configuration parameter)
    -   lucene index files moved to [appbase]/WEB-INF/work/lucene
        (can be modified by configuration parameter)
Developers watch out! ant clean now removes these files, too (esp. registry)!

-   XML factory classes are now determined by configuration parameters
    - waf.xml.xsl_transformer=[saxon (default)|jd.xslt|resin|xalan|xsltc]
    - waf.xml.dom_builder=[xerces (default) | resin]
    - waf.xml.sax_parser=[xerces (default) | resin] 

-   Package c.ad.packaging reorganized so it contains just installation
related code. Runtime configuration related code moved to c.ad.runtime.
Code is not part of the API.

-   log4j configuration file is still at the old location, but is not used
anymore! It will be moved to [appbase]/WEB-INF/conf/ in the future.
Developers, modify the file ~/webapps/WEB-INF//classes/log4j.properties 
in the meantime.

-   While working on the code some deprecated classes and method invocations 
replaced by supported API. If a class is no longer used by any module in
trunk, the class has been removed by appending "nolongerInUse" to the file 
name. If any of the contributed modules is still depending on deprecated code
it is easy to find and to follow the recommended replacement instructions. Do
not re-incorporate deprecated code! We have to clean up the code base!


Second part: Multilanguage categories
Added update script
Translation of some comments, added comments
version number bumped to reflect the major changes




git-svn-id: https://svn.libreccm.org/ccm/trunk@73 8810af33-2d31-482b-a856-94f89814c4df
2009-02-07 22:44:11 +00:00
pb a6c0d33529 add fckeditor configuration
git-svn-id: https://svn.libreccm.org/ccm/trunk@58 8810af33-2d31-482b-a856-94f89814c4df
2008-06-22 13:53:36 +00:00
pb 8dfe898a26 remove unnecessary jsp's, new welcome.jsp with configurable events and news
git-svn-id: https://svn.libreccm.org/ccm/trunk@55 8810af33-2d31-482b-a856-94f89814c4df
2008-06-11 19:22:27 +00:00
quasi 8865d45011 Initiale Version
SVN-Version 1.0.5 Rev 1603 + alle meine Änderungen

- Navigation (Adaptive Mode)
- Paginator angeglichen
- Paginator <NoContent> -Tag eingeführt
- manipulate-input.js erweitert für deutsche Umlaute (erste Version)

und vielleicht noch ein paar andere Dinge...



git-svn-id: https://svn.libreccm.org/ccm/trunk@1 8810af33-2d31-482b-a856-94f89814c4df
2008-02-04 11:59:05 +00:00