Commit 513624aa authored by Frank Bergmann's avatar Frank Bergmann

- Update to OpenACS 5.9.1

parent 58063e7b
<?xml version="1.0" encoding="ISO-8859-1"?>
<message_catalog package_key="openacs-default-theme" locale="de_DE" charset="ISO-8859-1">
<msg key="plain">OpenACS Standard Einfach</msg>
<msg key="tabbed">OpenACS Standard mit Tabs</msg>
<msg key="plain">OpenACS Standard einfach</msg>
<msg key="tabbed">OpenACS Standard tabelliert</msg>
</message_catalog>
<?xml version="1.0" encoding="ISO-8859-1"?>
<message_catalog package_key="openacs-default-theme" locale="en_US" charset="ISO-8859-1">
<msg key="plain">OpenACS Default Plain</msg>
<msg key="tabbed">OpenACS Default Tabbed</msg>
<msg key="plain">OpenACS Default Plain</msg>
<msg key="tabbed">OpenACS Default Tabbed</msg>
</message_catalog>
<?xml version="1.0" encoding="ISO-8859-1"?>
<message_catalog package_key="openacs-default-theme" locale="it_IT" charset="ISO-8859-1">
<msg key="plain">Tema Base Default OpenACS</msg>
<msg key="tabbed">Tema Default OpenACS a Schede</msg>
</message_catalog>
......@@ -80,7 +80,7 @@
</div>
</if>
<if @main_content_p@>
<if @main_content_p;literal@ true>
<div id="main">
<div id="main-content">
<div class="main-content-padding">
......@@ -100,7 +100,7 @@
TODO: remove this and add a more systematic / package independent way
TODO of getting this content here
</comment>
<if @curriculum_bar_p@ true><include src="/packages/curriculum/lib/bar" /></if>
<if @curriculum_bar_p;literal@ true><include src="/packages/curriculum/lib/bar" ></if>
<comment> empty UL gives a validation error for the W3C validator
</comment>
......
......@@ -7,17 +7,17 @@
<initial-install-p>t</initial-install-p>
<singleton-p>t</singleton-p>
<version name="5.9.0" url="http://openacs.org/repository/download/apm/openacs-default-theme-5.9.0.apm">
<version name="5.9.1" url="http://openacs.org/repository/download/apm/openacs-default-theme-5.9.1.apm">
<owner url="mailto:dhogaza@pacifier.com">Don Baccus</owner>
<summary>Provides the default &quot;plain&quot; and &quot;tabbed&quot; themes for OpenACS Subsites.</summary>
<release-date>2015-10-04</release-date>
<release-date>2017-08-06</release-date>
<description format="text/plain">Provides the default &quot;plain&quot; and &quot;tabbed&quot; themes for OpenACS Subsites. This has been moved out to a separate package, with availability recorded in the database, to make it easier for developer's to create their own themes and distribute and/or install them in package form.
</description>
<license>GPL version 2</license>
<maturity>3</maturity>
<provides url="openacs-default-theme" version="5.9.0"/>
<requires url="acs-subsite" version="5.9.0"/>
<provides url="openacs-default-theme" version="5.9.1"/>
<requires url="acs-subsite" version="5.9.1"/>
<callbacks>
<callback type="after-install" proc="openacs_default_theme::install::after_install"/>
......
ad_library {
Provides a simple API theme interactions
@author Gustaf Neumann
@creation-date 05 July 2015
}
ad_proc -public -callback subsite::theme_changed -impl openacs-default-theme {
-subsite_id:required
-old_theme:required
-new_theme:required
} {
Implementation of the theme_changed callback which is called, whenever a theme is changed
@param subsite_id subsite, of which the theme was changed
@param old_theme the name of the old theme
@param new_theme the name of the new theme
} {
ns_log notice "openacs-default-theme: theme of subsite $subsite_id changed from $old_theme to $new_theme"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment