Log of /mambo/branches/4.6/includes/mambolanguage.class.php
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Revision 1630 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 14 03:24:25 2008 UTC (5 years, 2 months ago) by andphe
File length: 20816 byte(s)
Diff to previous 1396
# xml parser doesn't read language xml files with encoding different to utf-8
Revision 1396 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 13 09:59:41 2007 UTC (5 years, 6 months ago) by ocs_cms
File length: 20821 byte(s)
Diff to previous 1226
fixed header comment blocks to meet coding standards and to remove the invalid link to GNU/GPL version 2 license.
Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 29 03:17:02 2007 UTC (5 years, 9 months ago) by andphe
File length: 20580 byte(s)
Diff to previous 1082
# typo error on text direction
Revision 1082 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 26 11:08:36 2007 UTC (6 years ago) by enjoyman
File length: 20580 byte(s)
Diff to previous 1062
I fix some bug about using xml_parser_create() for use mambo on php4.
Revision 1062 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 21 15:23:09 2007 UTC (6 years, 1 month ago) by enjoyman
File length: 20596 byte(s)
Diff to previous 1057
I fix some bugs. about convert character set.
Revision 1057 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 21 09:01:45 2007 UTC (6 years, 1 month ago) by enjoyman
File length: 20601 byte(s)
Diff to previous 1056
about deleting 'wincodepage'(I forgot this step,use global $mapcharset at above of function save().)
Revision 1056 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 21 08:16:01 2007 UTC (6 years, 1 month ago) by enjoyman
File length: 20589 byte(s)
Diff to previous 1036
I delete 'wincodepage' from anywhere because now it is not use for anything. And I edit com_language for user cannot delete default language.
Revision 1036 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 9 12:19:03 2007 UTC (6 years, 1 month ago) by andphe
File length: 21563 byte(s)
Diff to previous 962
# bad locale string returned in Windows when the language doesn't have a iso3166_3 code in locales.xml
Revision 962 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 5 11:54:26 2007 UTC (6 years, 3 months ago) by andphe
File length: 21541 byte(s)
Diff to previous 948
# keeping update the xml language file to export the correct files, and correcting various php notices
Revision 948 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 05:02:04 2007 UTC (6 years, 3 months ago) by cauld
File length: 21206 byte(s)
Diff to previous 908
! Updating all old copyright statements to reference the new copyright.php file for easier maintenance
Revision 908 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 26 02:34:06 2007 UTC (6 years, 3 months ago) by andphe
File length: 21219 byte(s)
Diff to previous 904
using langtitle_iso3166-3 instead iso639_iso3166-2 for setlocale in windows to load properly the translations when gettext is used
Revision 904 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 23 18:33:33 2007 UTC (6 years, 3 months ago) by enjoyman
File length: 20979 byte(s)
Diff to previous 900
edit some line in file mambolanguage.class.php
Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 12:47:56 2007 UTC (6 years, 4 months ago) by enjoyman
File length: 20955 byte(s)
Diff to previous 895
edit function iconvert() in file mambolanguage.class.php on line 217 for create english iso-8859-1
Revision 895 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 11:23:16 2007 UTC (6 years, 4 months ago) by andphe
File length: 20902 byte(s)
Diff to previous 870
The xml language file includes all the files (.po files, .mo files, and glossary), a new "filetype" attribute was added to the xml file, now the export action and the universal installer can donwload and upload a complete language, the installer supports wincodepage, and the catalogs list just show the .po files.
Revision 870 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 7 23:49:38 2007 UTC (6 years, 4 months ago) by alwarren
File length: 19442 byte(s)
Diff to previous 866
copyright update
Revision 866 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 5 08:17:10 2007 UTC (6 years, 4 months ago) by enjoyman
File length: 19231 byte(s)
Diff to previous 861
I use class convertCharset instead function iconv().
Revision 861 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 2 19:16:35 2007 UTC (6 years, 4 months ago) by andphe
File length: 19599 byte(s)
Diff to previous 842
en vs english fixed
Revision 842 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 20 14:39:30 2006 UTC (6 years, 5 months ago) by enjoyman
File length: 19535 byte(s)
Diff to previous 822
I change line 226 from "return $NewEncoding->Convert($source,$fromcharset,$tocharset,true);" to "return $NewEncoding->Convert($source,$fromcharset,$tocharset,false);"
Revision 822 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 14 03:48:46 2006 UTC (6 years, 5 months ago) by enjoyman
File length: 19534 byte(s)
Diff to previous 820
I use class convercharset instead iconv and edit,add some function for support it.
Revision 820 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 13 03:22:48 2006 UTC (6 years, 5 months ago) by enjoyman
File length: 17995 byte(s)
Diff to previous 812
I edited file mambolanguage.class.php in line 52 from if($page_ == "addpage") { to be if( ($page_ == "addpage") && ($task="save") ) { and re-implement and rename function attrEncoding() to be arrayEncoding() and I add some function ,bindAttributes binds attributes and elements in array.
Revision 812 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 8 12:18:23 2006 UTC (6 years, 5 months ago) by enjoyman
File length: 17797 byte(s)
Diff to previous 556
-I edited file includes/mambolanguage.class.php, add a function for convert charset of attribute of this class from utf-8 to "encoding" attribute in xml file.Therefore I check edit or install language in save() function,if $page_ is "addpage",it is install language. -I edited file administrator\components\com_languages\views\templates\langform.tpl.php, add 2 hidden fields for assigned "page_" to be "addpage" or "editpage" for each mission.
Revision 556 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 7 08:15:51 2006 UTC (6 years, 11 months ago) by csouza
File length: 17392 byte(s)
Diff to previous 466
internationalization modifications
Revision 466 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 12 22:31:51 2006 UTC (7 years, 1 month ago) by csouza
File length: 15644 byte(s)
Diff to previous 459
Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 12 00:03:38 2006 UTC (7 years, 1 month ago) by csouza
File length: 15842 byte(s)
Diff to previous 407
Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 23:41:15 2006 UTC (7 years, 2 months ago) by csouza
File length: 15654 byte(s)
Diff to previous 403
Revision 403 - (view) (download) (annotate) - [select for diffs]
Added Sun Mar 19 20:41:39 2006 UTC (7 years, 2 months ago) by csouza
File length: 15700 byte(s)
language manager
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

