Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +00:00
Sebastian Mendel
54f548d678
sorry, is used ...
2005-11-17 12:42:38 +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
Sebastian Mendel
c2413163c0
bug #1351743 undefined function: pma_getservercollation()
2005-11-09 08:56:35 +00:00
Sebastian Mendel
39ecba0de6
updated database list:
...
- added PMA_getServerCollation()
- display server collation in db list footer
- added PMA_DBI_get_databases_full()
- make use of info_schema on MySQL 5
- always display db stats for MySQL 5
- fixed html output
- replaced " with ' in some queries
2005-11-05 19:48:05 +00:00
Sebastian Mendel
45632daaac
fixed some rtl language issues
2005-10-31 15:22:03 +00:00
Sebastian Mendel
4a91d35542
PMA_getDbCollation():
...
- preserve selected db
- make use of PMA_DBI_select_db()
- documentation
2005-10-27 06:29:43 +00:00
Sebastian Mendel
330da1cf27
- make use of mysql variable collation_database
...
- fixed call to PMA_DBI_fetch_value() (return second field, not first)
2005-10-21 11:35:58 +00:00
Alexander M. Turek
c4acd45adf
Make use of this fancy new function PMA_DBI_fetch_value().
2005-10-20 11:13:01 +00:00
Alexander M. Turek
dc4e3bf1a9
I forgot something...
2005-10-20 10:07:14 +00:00
Alexander M. Turek
974a27c431
On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore, if we just want to get to know a database's default collation.
2005-10-20 10:03:07 +00:00
Alexander M. Turek
bf2ac73585
utf8_esperanto_ci, ucs2_esperanto_ci
2005-10-19 16:36:03 +00:00
Marc Delisle
e1f455d072
patch #1253461 , code cleanup
2005-08-08 19:54:57 +00:00
Marc Delisle
01831d3720
bug #1186983 , missing character sets and collations
2005-05-05 16:34:09 +00:00
Alexander M. Turek
6751c85248
Typo
2005-03-30 22:01:50 +00:00
Alexander M. Turek
e08f775b68
Don't offer unavailable collations.
2005-03-29 18:09:47 +00:00
Alexander M. Turek
939754f7f3
Don't check the character set of the virtual database "information_schema" (MySQL 5.0).
2005-03-06 11:21:46 +00:00
Alexander M. Turek
4a615250c7
Detection for new Japanese charsets (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
2005-02-23 13:47:45 +00:00
Michal Čihař
f1f39b8ed1
added infou about UFPDF to documentation
2004-12-29 14:16:51 +00:00
Alexander M. Turek
7321306e7f
Persian collations
2004-09-21 11:00:43 +00:00
Marc Delisle
d60aa18333
bug 1005120
2004-08-08 00:08:16 +00:00
Alexander M. Turek
278b126afe
The user may now choose his connection character set. This should fix bug #984912 .
2004-07-17 22:58:31 +00:00
Alexander M. Turek
1adf30919f
Updated collation definitions for MySQL 4.1.3 and 4.1.4
2004-07-13 15:25:09 +00:00
Alexander M. Turek
de51ac5a28
latin1_spanish_ci
2004-06-07 08:35:13 +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
7671154f2f
typo
2004-04-17 10:56:57 +00:00
Alexander M. Turek
860282b789
more collation stuff
2004-04-17 03:07:15 +00:00
Alexander M. Turek
8bf3a0688f
alter db collations
2004-04-17 01:39:21 +00:00
Alexander M. Turek
1ecafa5e23
Added ability to choose the collation for new databases.
2004-04-17 00:52:04 +00:00
Marcel Tschopp
031ecca8b7
Changed some queries to use MYSQLI_STORE_RESULT.
2004-04-12 18:34:58 +00:00
Marcel Tschopp
4e62f7658f
Changed some queries to use MYSQLI_STORE_RESULT.
...
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Alexander M. Turek
3102a23c09
Introduced options parameter for query functions.
2004-02-14 00:36:14 +00:00
Alexander M. Turek
63a27d0992
Use PMA_backquote().
2004-02-02 09:04:30 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Marc Delisle
55d1fe7b93
use PMA_DBI function
2004-01-20 20:31:40 +00:00
Alexander M. Turek
0f288c3372
Parser recognizes collations / Include DB charset and collation in SQL export
2004-01-02 16:11:56 +00:00
Alexander M. Turek
e2b955cc90
yet more charset stuff
2003-12-30 18:24:11 +00:00
Alexander M. Turek
f10c27765e
Various charset / collation fixes.
2003-12-29 17:15:14 +00:00
Alexander M. Turek
220aa3a4c0
MySQL 4.1.1 compatibility, part I: Updated character sets overview.
2003-12-11 11:37:25 +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