Changeset 1878 in ExiteCMS for modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/module_installer.php
- Timestamp:
- 10/19/08 16:59:54 (4 years ago)
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.
