Commit Graph

2403 Commits

Author SHA1 Message Date
Marc Delisle
b09e199a45 correct syntax for blocking access to libraries 2006-09-27 20:14:01 +00:00
Marc Delisle
f442bf7003 bug #1519859, avoid overflow on 64-bit machines 2006-09-23 12:31:28 +00:00
Marc Delisle
daa561c098 bug #1560152, after renaming a table the navigation does not work 2006-09-22 21:30:51 +00:00
Sebastian Mendel
c9970a29d2 refactored output buffer functions 2006-09-22 11:58:39 +00:00
Sebastian Mendel
99bbc02686 more documentation fixes 2006-09-21 14:56:52 +00:00
Sebastian Mendel
8a5630b5d0 doc typo 2006-09-21 14:39:08 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
ca44c117a2 moved some more code into class, some documentation improvements 2006-09-21 12:59:57 +00:00
Sebastian Mendel
34a7e9d555 new PMA_List class 2006-09-21 12:49:01 +00:00
Sebastian Mendel
3b526ced4f added error reporting if dblist retrieval from information_schema fails 2006-09-20 14:58:41 +00:00
Sebastian Mendel
ce8e5b220a new PMA_List_Database class (i knew there was something missing ...) 2006-09-20 12:14:43 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
9ec978a4a9 remove profiling 2006-09-19 21:33:14 +00:00
Michal Čihař
b820c54ead Removed unused file. 2006-09-18 15:39:26 +00:00
Marc Delisle
c78c200692 rename a function borrowed from Moodle to avoid double definition when PMA is called by Moodle 2006-09-15 11:43:05 +00:00
Marc Delisle
75c0fa389a bug #1556934, SQL compatibility mode on export 2006-09-12 17:20:07 +00:00
Marc Delisle
2f1c30d257 bug #1555760, export default parameter broken 2006-09-11 21:27:21 +00:00
Marc Delisle
75acdfeb69 bug #1554166, magic_quotes_runtime problems 2006-09-09 12:47:07 +00:00
Marc Delisle
8cf7947219 bug #1542865, themes not switching 2006-08-30 21:55:59 +00:00
Marc Delisle
1254e6f0b3 typo 2006-08-30 11:49:45 +00:00
Michal Čihař
ab718291fd Internationalise link to MySQL documentation when translation exists, this needs to be defined in language file (RFE #1547130). 2006-08-30 10:42:48 +00:00
Marc Delisle
1102be3a47 bug #1543996 wrong link to doc 2006-08-26 14:14:30 +00:00
Marc Delisle
6f95bf499a bug #1544734, error messages link outdated 2006-08-26 13:53:33 +00:00
Michal Čihař
1b77a0c4d9 Fix typo. 2006-08-25 07:46:52 +00:00
Michal Čihař
554b4a00e4 Add support for LogoutURL. 2006-08-24 12:39:16 +00:00
Michal Čihař
862bc35be7 Add single signon authentication method (patch #1545366, patch #1541379, patch #1531302 and RFE #1031391). 2006-08-24 12:38:29 +00:00
Marc Delisle
efad3a52d2 bug #1542875 Cookie auth on IIS 2006-08-21 11:59:24 +00:00
Marc Delisle
8806c5dd0d do not display BLOBs on PDF export 2006-08-18 12:16:45 +00:00
Marc Delisle
d6d0a7ce6b sorting on column header 2006-08-16 17:39:15 +00:00
Michal Čihař
0eae2f35a7 Fix charset header of exported HTML/XLS file (bug #1541100). 2006-08-16 09:10:23 +00:00
Marc Delisle
d37cd40945 bug #1519799, imagelink error 2006-08-13 15:43:37 +00:00
Marc Delisle
8a443a9dc2 bug 1492772, SQL parsing EXTRACT YEAR_MONTH 2006-08-12 19:11:02 +00:00
Marc Delisle
8642016a3a bug #1536112, config not loaded on MySQL error 2002 or 2003 2006-08-12 15:33:55 +00:00
Marc Delisle
5e0722a9db bug #1533945, wrong table name in header (SELECT from query window) 2006-08-11 12:36:12 +00:00
Marc Delisle
0efa7e828e bug #1534475, arbitrary server not taken into account 2006-08-10 16:47:58 +00:00
Marc Delisle
3ab9bb963b oops 2.10.0-dev 2006-08-10 11:50:48 +00:00
Marc Delisle
896331a8fd 2.9.10-dev 2006-08-10 11:49:59 +00:00
Marc Delisle
66a558c4ff strLanguage 2006-08-09 21:19:33 +00:00
Marc Delisle
4b024b0f29 real cause of the double quote problem 2006-08-09 18:11:13 +00:00
Marc Delisle
5c1ae58e07 MySQL 4.1.13 and double quotes in SHOW VARIABLES 2006-08-09 12:14:29 +00:00
Marc Delisle
1389e967d0 a few notes about RENAME 2006-08-05 11:30:41 +00:00
Marc Delisle
8e5514549d bug #1527862, export foreign keys is broken in latest CVS 2006-08-05 10:51:03 +00:00
Marc Delisle
c0e3385e69 bug #1526000, copying table to another db (MYSQL 5.0.24) 2006-08-04 17:21:48 +00:00
Sebastian Mendel
59cfae309e PMA_DBI_try_query(): do not force MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work 2006-08-03 12:58:46 +00:00
Marc Delisle
6ca612e2ea remove a line that does nothing 2006-08-02 17:15:30 +00:00
Sebastian Mendel
ee9fffce47 bug #1524387 incorrectly detects table name for result field 2006-08-02 15:40:12 +00:00
Sebastian Mendel
39c52ac207 now really (forgot to return the unquoted string) 2006-08-02 12:18:09 +00:00
Sebastian Mendel
53ddec4168 forgot to replace escaped quotes 2006-08-02 11:58:08 +00:00
Sebastian Mendel
6d9f3794ec correctly unquote identifiers 2006-08-02 11:36:12 +00:00
Sebastian Mendel
179917ec41 added PMA_unQuote() to remove quotes from strings 2006-08-02 11:34:38 +00:00