Changeset 2033 in ExiteCMS for trunk/administration/tools
- Timestamp:
- 11/15/08 20:51:44 (4 years ago)
- Location:
- trunk/administration
- Files:
-
- 11 edited
-
. (modified) (2 props)
-
tools (modified) (2 props)
-
tools/ISO-8859-1_to_UTF-8.php (modified) (3 props)
-
tools/generate_missing_thumbnails.php (modified) (3 props)
-
tools/language_pack_English.php (modified) (2 diffs, 3 props)
-
tools/language_pack_Nederlands.php (modified) (2 diffs, 3 props)
-
tools/templates (modified) (2 props)
-
tools/templates/admin.tools.iso2utf.tpl (modified) (1 diff, 3 props)
-
tools/templates/admin.tools.languagepack.tpl (modified) (1 diff, 3 props)
-
tools/templates/index.php (modified) (3 props)
-
tools/update_geoip_database.php (modified) (3 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools/ISO-8859-1_to_UTF-8.php
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools/generate_missing_thumbnails.php
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools/language_pack_English.php
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
r2012 r2033 1102 1102 $localestrings['576'] = "Site access requires login:"; 1103 1103 $localestrings['600'] = "Albums"; 1104 $localestrings['601'] = "Thumb size:";1105 $localestrings['602'] = " Photo size:";1104 $localestrings['601'] = "Thumbnail width:"; 1105 $localestrings['602'] = "Normalised photo size:"; 1106 1106 $localestrings['603'] = "Maximum photo size:"; 1107 1107 $localestrings['604'] = "Width x Height"; … … 3768 3768 if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 3769 3769 if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 3770 if (!defined('LP_DATE')) define('LP_DATE', "1226 512313");3770 if (!defined('LP_DATE')) define('LP_DATE', "1226762356"); 3771 3771 $lp_date = LP_DATE; 3772 3772 -
trunk/administration/tools/language_pack_Nederlands.php
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
r2012 r2033 1102 1102 $localestrings['576'] = "Login verplicht voor site toegang:"; 1103 1103 $localestrings['600'] = "Albums"; 1104 $localestrings['601'] = " Formaatminiatuur:";1105 $localestrings['602'] = " Formaat foto:";1104 $localestrings['601'] = "Breedte miniatuur:"; 1105 $localestrings['602'] = "Standaard foto formaat:"; 1106 1106 $localestrings['603'] = "Maximaal foto formaat:"; 1107 1107 $localestrings['604'] = "Breedte x Hoogte"; … … 3768 3768 if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "nl|be|sr|aw|an"); 3769 3769 if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 3770 if (!defined('LP_DATE')) define('LP_DATE', "1226 512319");3770 if (!defined('LP_DATE')) define('LP_DATE', "1226762359"); 3771 3771 $lp_date = LP_DATE; 3772 3772 -
trunk/administration/tools/templates
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools/templates/admin.tools.iso2utf.tpl
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
r1935 r2033 1 1 {***************************************************************************} 2 {* *} 3 {* ExiteCMS template: admin.tools.iso2utf.tpl *} 4 {* *} 2 {* ExiteCMS Content Management System *} 5 3 {***************************************************************************} 6 {* *} 7 {* Author: WanWizard <wanwizard@gmail.com> *} 8 {* *} 9 {* Revision History: *} 10 {* 2008-09-16 - WW - Initial version *} 11 {* *} 4 {* Copyright 2006-2008 Exite BV, The Netherlands *} 5 {* for support, please visit http://www.exitecms.org *} 6 {*-------------------------------------------------------------------------*} 7 {* Released under the terms & conditions of v2 of the GNU General Public *} 8 {* License. For details refer to the included gpl.txt file or visit *} 9 {* http://gnu.org *} 10 {***************************************************************************} 11 {* $Id:: $*} 12 {*-------------------------------------------------------------------------*} 13 {* Last modified by $Author:: $*} 14 {* Revision number $Rev:: $*} 12 15 {***************************************************************************} 13 16 {* *} -
trunk/administration/tools/templates/admin.tools.languagepack.tpl
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
r1935 r2033 1 1 {***************************************************************************} 2 {* *} 3 {* ExiteCMS template: admin.tools.languagepack.tpl *} 4 {* *} 2 {* ExiteCMS Content Management System *} 5 3 {***************************************************************************} 6 {* *} 7 {* Author: WanWizard <wanwizard@gmail.com> *} 8 {* *} 9 {* Revision History: *} 10 {* 2007-11-10 - WW - Initial version *} 11 {* *} 4 {* Copyright 2006-2008 Exite BV, The Netherlands *} 5 {* for support, please visit http://www.exitecms.org *} 6 {*-------------------------------------------------------------------------*} 7 {* Released under the terms & conditions of v2 of the GNU General Public *} 8 {* License. For details refer to the included gpl.txt file or visit *} 9 {* http://gnu.org *} 10 {***************************************************************************} 11 {* $Id:: $*} 12 {*-------------------------------------------------------------------------*} 13 {* Last modified by $Author:: $*} 14 {* Revision number $Rev:: $*} 12 15 {***************************************************************************} 13 16 {* *} -
trunk/administration/tools/templates/index.php
- Property svn:keywords deleted
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
-
trunk/administration/tools/update_geoip_database.php
- Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
- Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
- Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
Note: See TracChangeset
for help on using the changeset viewer.
