Commit 7f116723083c22c1ebfa88fda80a0813011850cb

Authored by kevin_fourie
1 parent dcaca6e8

KTS-2076

"Character encoding issue with document titles"
Fixed this issue which lead to several other XSS issue fixes and i18n issue fixes.

Committed By: Kevin
Reviewed By: Conrad


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6741 c91229c3-7414-0410-bfa2-8a42b809f60b
config/config.ini
@@ -12,11 +12,11 @@ dbType = mysql @@ -12,11 +12,11 @@ dbType = mysql
12 dbHost = localhost 12 dbHost = localhost
13 dbName = dms 13 dbName = dms
14 dbUser = dms 14 dbUser = dms
15 -dbPass = djw9281js 15 +dbPass = pass
16 dbPort = default 16 dbPort = default
17 17
18 dbAdminUser = dmsadmin 18 dbAdminUser = dmsadmin
19 -dbAdminPass = js9281djw 19 +dbAdminPass = pass
20 20
21 [KnowledgeTree] 21 [KnowledgeTree]
22 22
templates/ktcore/action/rename.smarty
1 -<h2>{i18n}Rename document{/i18n}: {$documentName}</h2> 1 +<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Rename Document{/i18n}:<br />{$documentName}</h2>
  2 +
2 <p class="descriptiveText">{i18n}This page allows you to rename the file 3 <p class="descriptiveText">{i18n}This page allows you to rename the file
3 name (not the document title) for a document.{/i18n}</p> 4 name (not the document title) for a document.{/i18n}</p>
4 5
templates/ktcore/folder/rename.smarty
1 -<h2>{i18n}Rename Folder{/i18n}: {$folderName}</h2> 1 +<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Rename Folder{/i18n}:<br />{$folderName}</h2>
2 2
3 </h2><p class="descriptiveText">{i18n}This page allows you to rename a 3 </h2><p class="descriptiveText">{i18n}This page allows you to rename a
4 folder.{/i18n}</p> 4 folder.{/i18n}</p>