Michal Čihař
7e5f61842c
Fix path disclossure while passing array as some params.
2006-11-17 09:32:19 +00:00
Marc Delisle
8e82d3d02d
Tatarish name
2006-06-21 10:40:41 +00:00
Michal Čihař
3f9e28ae66
Use GET and POST explicitely as cookies can override values in REQUEST (bug #1481584 ).
2006-05-05 09:30:13 +00:00
Michal Čihař
fad722d2f4
Escape user input (CVE-2006-2031).
2006-05-02 09:28:42 +00:00
Michal Čihař
9f8afc5d4e
Reload language file after switch to utf-8 translation (bug #1442605 ).
2006-04-27 12:13:52 +00:00
Sebastian Mendel
44a0f36096
use PMA_getenv()
2006-04-11 14:33:17 +00:00
Sebastian Mendel
5bdcd33740
replaced $_SERVER with getenv()
2006-03-06 11:32:58 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Sebastian Mendel
e988938d43
use PMA_sendHeaderLocation()
2005-11-28 16:42:00 +00:00
Sebastian Mendel
2153a6af48
- revised
...
- added check for lang directory (./lang/)
- check files for languages
2005-11-28 12:19:03 +00:00
Michal Čihař
a1f608d0bc
Store HTML entities rather than relying on php functions to create them.
2005-11-27 22:04:11 +00:00
Sebastian Mendel
ed31f99d0c
- fixed unchecked variables as it was originaly in my mind
...
- added error message if requested lang could not be set
- set fallback to en-utf-8
- minore fixes
2005-11-26 07:43:01 +00:00
Marc Delisle
7cb1a1f155
undefined pma_lang the first time (cookie does not exist)
2005-11-25 15:40:33 +00:00
Michal Čihař
dc536cef69
Fix undefined indexes.
2005-11-25 08:28:51 +00:00
Sebastian Mendel
ea94a378d4
made code more reliable
2005-11-24 17:26:26 +00:00
Michal Čihař
75943a0ede
Show native names of languages (RFE #1342726 ).
2005-11-23 11:58:01 +00:00
Sebastian Mendel
ec0013dbf6
- common.lib.php should REALLY REALLY and ALWAYS be the first include
...
- no other calls to grab_gloabls.lib.php
2005-11-18 13:02:36 +00:00
Sebastian Mendel
48d2f5a3c5
keep the global space clean
...
- unset variables after use
- commented out some never used variables
2005-11-17 11:12:03 +00:00
Michal Čihař
4e729233fb
Simplify code.
2005-10-31 09:30:55 +00:00
Michal Čihař
ec473d8d7d
Allow to limit list of shown languages (RFE #1328003 ).
2005-10-18 18:08:33 +00:00
Marc Delisle
83ba55be59
belarusian_latin
2005-06-11 10:23:21 +00:00
Marc Delisle
b1cc57679a
new mongolian
2005-06-06 17:00:38 +00:00
Marc Delisle
a48b354655
renamed tatar to tatarish
2005-06-06 16:36:15 +00:00
Marc Delisle
a603db6de2
new lang: tatar
2005-06-03 17:20:04 +00:00
Marc Delisle
5db6117462
belarusian
2005-04-16 12:09:51 +00:00
Alexander M. Turek
dee676c357
english-iso-8859-15
2005-04-07 22:26:13 +00:00
Alexander M. Turek
7dc91f55b6
Latin9
2005-03-27 00:23:10 +00:00
Alexander M. Turek
e72fe4269c
new charsets
2005-03-19 17:50:19 +00:00
Alexander M. Turek
9e39fe6ee6
old code
2005-02-23 14:00:15 +00:00
Alexander M. Turek
6f96840173
use Traditional Chinese for Hong Kong users
2004-10-12 21:29:08 +00:00
Michal Čihař
e73e3d2755
Hebrew now also has utf-8 version.
2004-09-03 13:34:04 +00:00
Marc Delisle
f093987be6
bug 968174: auto-switch to UTF-8 on MySQL 4.1.0+, and default lang is now the non-UTF-8 one
2004-08-03 00:28:55 +00:00
Alexander M. Turek
99a4b30a74
More consistant naming for the chinese language files
2004-07-30 19:16:49 +00:00
Alexander M. Turek
f66d1eec60
Made phpMyAdmin aware that there is a charset called gbk.
2004-07-23 08:26:46 +00:00
Michal Čihař
9c3c3104d4
Remember selected charset in cookie.
2004-06-25 08:23:47 +00:00
Marc Delisle
d9a21610d1
redesign part 3
2004-06-13 21:39:08 +00:00
Michal Čihař
40844c8169
language detection improvements
2004-05-25 14:57:10 +00:00
Michal Čihař
1aaa89fa54
Little code reorganistaion (RFE #957308 ), removed some remaining php3 compatibility code in SQL parser.
2004-05-20 16:14:13 +00:00
Alexander M. Turek
6279474b3a
Charset stuff
2004-02-15 01:07:20 +00:00
Marc Delisle
cad1c02326
basque
2003-12-08 19:22:12 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
8d1bfe6f3b
Reverted some obfuscated RegExes. Nijel, as you where working on that: I removed the bugfixes you threw in for my faulty code because there where some issue left (for me):
...
The lines
$re0 = '@(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
$re1 = '@(^|[^\])(\\\)+'; // escaped wildcards
as they currently where made no sense to me, because the single [^\] should be replaced to [^\\\\] as well, doesn't it? To not seriously break more stuff I decided to revert to the previous mechanism here.
I will do more serious tests the next days and will actually work with my PMA again and I pay close attention to see if there are any issues left.
I also searched through the code to see if the setting of the array points from former while() constructs was in any way used [current(), next(), prev(), key(), end(), each()] but did find none.
2003-11-25 19:20:20 +00:00
Garvin Hicking
f0da471ec3
/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
...
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00