summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4dcea61)
raw | patch | inline | side by side (parent: 4dcea61)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Dec 2010 13:02:36 +0000 (13:02 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Dec 2010 13:02:36 +0000 (13:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20527 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/patches/05_fix_online_help_location.patch | [deleted file] | patch | blob | history |
gosa-core/debian/patches/series | patch | blob | history |
diff --git a/gosa-core/debian/patches/05_fix_online_help_location.patch b/gosa-core/debian/patches/05_fix_online_help_location.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Author: <cajus@debian.org>
-Description: Fix location of auto-generated online help.
---- a/html/helpviewer.php
-+++ b/gosa-core/html/helpviewer.php
-@@ -104,7 +104,7 @@
- if(session::global_is_set('current_class_for_help')){
-
- /* Create new XML parser with the path to the Xml file */
-- $xml = new parseXml("../doc/guide.xml");
-+ $xml = new parseXml("/etc/gosa/guide.xml");
-
- /* Generate help array */
- $str = $xml->parse();
---- a/update-gosa
-+++ b/gosa-core/update-gosa
-@@ -195,7 +195,7 @@
-
- function rescan_guide()
- {
-- $master_guide= "doc/guide.xml";
-+ $master_guide= "/etc/gosa/guide.xml";
- echo "Updating Online Help Index...\n";
- $master_guide_content="<?xml version=\"1.0\"?>\n".
- "<!--\n".
index a6c4382f60a77fb31c250b00d095a6496897ea56..61987cb104fbc771d7b11bef1fcc14113e7d89b4 100644 (file)
02_fix_template_location.patch
03_fix_class_mapping.patch
04_fix_locale_location.patch
-05_fix_online_help_location.patch