Changeset 1878 in ExiteCMS
- Timestamp:
- 10/19/08 16:59:54 (3 years ago)
- Location:
- modules/ExiteCMS/tracsvn/php-files/modules/tracsvn
- Files:
-
- 2 edited
-
module_installer.php (modified) (4 diffs)
-
templates/modules.tracsvn.svn.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/module_installer.php
r1826 r1878 17 17 $mod_title = "Trac-SVN reports"; 18 18 $mod_description = "This ExiteCMS module provides a reporting of Trac Project management, and connects to SVN to retrieve details status information"; 19 $mod_version = "0.1. 3";19 $mod_version = "0.1.4"; 20 20 $mod_developer = "WanWizard"; 21 21 $mod_email = "wanwizard@gmail.com"; … … 142 142 $localestrings['en']['518'] = "Show original file (rev. %s)"; 143 143 $localestrings['en']['519'] = "* you don't have access to this file *"; 144 $localestrings['en']['520'] = "No commit message given"; 144 145 145 146 $localestrings['nl'] = array(); … … 221 222 $localestrings['nl']['517'] = "Bekijk bestand"; 222 223 $localestrings['nl']['518'] = "Toon origineel bestand (rev. %s)"; 223 $localestrings['en']['519'] = "* u heeft geen toegang tot dit bestand *"; 224 $localestrings['nl']['519'] = "* u heeft geen toegang tot dit bestand *"; 225 $localestrings['nl']['520'] = "Geen commit bericht ingegeven"; 224 226 225 227 /*---------------------------------------------------+ … … 302 304 // add the new svn filter settings key 303 305 $result = dbquery("INSERT INTO ".$db_prefix."configuration( cfg_name, cfg_value ) VALUES ('tracsvn_svn_filter', '')"); 306 case "0.1.3": 307 // no upgrades this version 304 308 default: 305 309 // do this with every upgrade -
modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/templates/modules.tracsvn.svn.tpl
r1808 r1878 118 118 </td> 119 119 <td class='tbl' align='left'> 120 {$revs[rev].message }120 {$revs[rev].message|default:$locale.520} 121 121 </td> 122 122 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
