From: Janusz Dobrowolski Date: Thu, 29 Oct 2009 22:11:00 +0000 (+0000) Subject: Changed context help system organization to enable use of central multilanguage wiki. X-Git-Tag: v2.4.2~19^2~1066 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=962beaf0858de3e911e6d003ab231c3433c78dd9;p=fa-stable.git Changed context help system organization to enable use of central multilanguage wiki. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c49456dc..33d48179 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,45 @@ Legend: ! -> Note $ -> Affected files +29-Oct-2009 Janusz Dobrowolski +! Changed context help organization to enable use of central multilanguage wiki. +$ /config.default.php + /admin/*.php + /applications/*.php + /dimensions/dimension_entry.php + /dimensions/inquiry/search_dimensions.php + /dimensions/view/view_dimension.php + /gl/*.php + /gl/inquiry/*.php + /gl/manage/*.php + /gl/view/*.php + /includes/page/header.inc + /inventory/*.php + /inventory/inquiry/*.php + /inventory/manage/*.php + /inventory/view/*.php + /manufacturing/*.php + /manufacturing/inquiry/*.php + /manufacturing/manage/*.php + /manufacturing/view/*.php + /purchasing/*.php + /purchasing/allocations/*.php + /purchasing/inquiry/*.php + /purchasing/manage/suppliers.php + /purchasing/view/*.php + /reporting/reports_main.php + /sales/*.php + /sales/allocations/*.php + /sales/inquiry/*.php + /sales/manage/*.php + /sales/view/*.php + /taxes/item_tax_types.php + /taxes/tax_groups.php + /taxes/tax_types.php + /themes/aqua/renderer.php + /themes/cool/renderer.php + /themes/default/renderer.php + 28-Oct-2009 Joe Hunt ! Changed report Annual Expense Breakdown to follow the fiscal year instead of calendar year. The year selector selects the start of the fiscal year. diff --git a/config.default.php b/config.default.php index f5edc7d2..5ed7d8d0 100644 --- a/config.default.php +++ b/config.default.php @@ -80,8 +80,14 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* show users online discretely in the footer */ $show_users_online = 0; - /* Integrated base Wiki Help URL or null if not used */ - //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; + // Wiki context help configuration + // If your help wiki use translated page titles uncomment next line + // $old_style_help = 1; // this setting is depreciated and subject to removal in next FA versions + // locally installed wiki module + // $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; + // context help feed from frontaccounting.net + // $help_base_url = 'http://frontaccounting.net/pmwiki/index.php?n=Help.'; + // not used $help_base_url = null; /* per user data/cache directory */