Commit Graph

16 Commits (f55df351b51c8de475d9204eafa8852884d17c4f)

Author SHA1 Message Date
jensp 4edddb7faa Weitere Einstellung "Sichtbar" für Kategorien (Ticket #1634). Dafür wird eine weitere Spalte in cat_categories benötigt. Upgrade-Skript enthalten.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2172 8810af33-2d31-482b-a856-94f89814c4df
2013-06-05 15:07:46 +00:00
pb 3060534ea9 Removed old style application classes:
* kernel/SiteNode
* kernel/SiteNodeCollection
* kernel/Packages
* kernel/PackageTypes
* kernel/PackageInstanceCollection
* kernel/PackageEventListener
* kernel/PackageInstanceCollection
* kernel/PackageTypeCollection
* kernel/PackageInstance



git-svn-id: https://svn.libreccm.org/ccm/trunk@2056 8810af33-2d31-482b-a856-94f89814c4df
2013-01-30 21:16:59 +00:00
pb 869b42fe36 Removed remaining references to old style / legacy application code:
- kernel.GenericURLFincer removed (commented out in core Initializer)
- kernel.ACSObject, removed references to method kernel.MDUtil#hasPackageInstanceRole
  without replacement
- kernel.MDutil: removed method hasPackageInstanceRole

In case of problems one or the other may be commented in again, if problems are
not resolvable.

Various documentation and formatting, code clean-up. 



git-svn-id: https://svn.libreccm.org/ccm/trunk@2052 8810af33-2d31-482b-a856-94f89814c4df
2013-01-26 12:41:39 +00:00
jensp 7636aab75a sort_key für Kategorie wird jetzt nur innerhalb einer Kategorie inkrementiert und nicht über alle Kategorien.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1684 8810af33-2d31-482b-a856-94f89814c4df
2012-06-05 09:50:09 +00:00
pb bd190c911c Kleinere Anpassungen durch Abgleich mit APLAWS svn.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1645 8810af33-2d31-482b-a856-94f89814c4df
2012-05-05 10:48:29 +00:00
pb a8764bf7ad Login aus ccm-core umgestellt von old style package auf new style legacy free application. Login Checkbox *Login merken* provisorisch repariert. Update scripts müssen noch erstellt werden.
Weiterer Teil um ccm-docmngr umzustellen und in Gang zu bringen. Ist zur Zeit noch nicht lauffähig.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1545 8810af33-2d31-482b-a856-94f89814c4df
2012-03-23 09:41:07 +00:00
pb 280e924978 Alle applications aus core werden jetzt als new style legacy free apps initialisiert. sitemap ist demnächst komplett überflüssig, da die Routine nur Anwendungen aus sitenode listet. Permissions funktioniert wieder. Update Skript ccm-core 6.6.3 -> 6.6.4 inkludiert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1516 8810af33-2d31-482b-a856-94f89814c4df
2012-02-19 12:54:52 +00:00
pb f459b079b9 Installation developerSupport umgestellt von package-based auf (legacy-compatible) web.Application based, Voraussetzung für Umstellung auf legacy free application. Update Skript im Moment noch nicht erforderlich. Ansonsten verschiedene Formatierungen, Kleinigkeiten, etc.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1511 8810af33-2d31-482b-a856-94f89814c4df
2012-02-15 00:49:15 +00:00
pb 8aca4315bd ccm-portalworkspace umgestellt auf legacy-free application type.
Damit entfallen Einträge in apm_package* und site_node samt den entsprechenden
Klassen. Und weil es, nachdem verschiedene Probleme in core gefixt waren, so
schön einfach ging, auch gleich themedirector umgestellt.

In beiden Fällen update script erforderlich:
ccm-portalworkspace  6.6.1-6.6.2
ccm-themedirector 6.6.1-6.6.2

Es müssen dann lediglich die jar-files ausgetauscht werden und das 
Basisverzeichnis für das fallback theme (in themes/heirloon/apps bzw. noch
__ccm__/apps) in portal-workspace bzw. theme-director umbenannt werden.

Der Großteil der Applicationen ließe sich jetzt mit ein paar Zeilen
Codeänderung umstellen.


git-svn-id: https://svn.libreccm.org/ccm/trunk@829 8810af33-2d31-482b-a856-94f89814c4df
2011-04-05 08:15:12 +00:00
pb c2a22ad67e Deprecated and unused classes for handling style sheets removed.
git-svn-id: https://svn.libreccm.org/ccm/trunk@683 8810af33-2d31-482b-a856-94f89814c4df
2011-01-16 09:25:48 +00:00
pb b1e12b9e7f Verschiedene depreacted Klassen und Methoden entfernt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@369 8810af33-2d31-482b-a856-94f89814c4df
2010-04-17 07:41:40 +00:00
pb 03b5bcdbde Integrated TUV r2037: Fixed "failed to find conversion function from unknown to character varying" on postgres 8.4.1 using a cast() that also works on Oracle 10g
git-svn-id: https://svn.libreccm.org/ccm/trunk@310 8810af33-2d31-482b-a856-94f89814c4df
2009-12-14 15:09:58 +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 c14e3fd524 Integration of vendor r1693 (various German localizations) and
r1704 (fixed sql update scripts)

Adding update scripts for category localization (r49, r53, r54) 
which are currently not added to vendor trunk.



git-svn-id: https://svn.libreccm.org/ccm/trunk@49 8810af33-2d31-482b-a856-94f89814c4df
2008-06-08 20:39:27 +00:00
quasi 42b45983b8 Dies ist die erste Version der lokalisierten Kategorien.
Folgendes funktioniert:

- Anlegen und Löschen von Sprachversionen per Adminoberfläche
- Config-Parameter für Fallback-Modus, unterstützte Sprachen und 
  Standard-Sprache
- Lokalisierte URLs in navigation
- Dekativieren von Sprachversionen

Folgendes funktioniert noch nicht:
- Bearbeiten von Sprachversionen per Adminoberfläche
- evt. ist die Untersützung von lokalisierten URLs noch nicht vollständig
  d.h. in anderen Anwendungen als navigation

Quasimodo



git-svn-id: https://svn.libreccm.org/ccm/trunk@41 8810af33-2d31-482b-a856-94f89814c4df
2008-05-08 18:35:32 +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