Commit Graph

68 Commits

Author SHA1 Message Date
Herman van Rink
d972ed5d03 Fix indentation for gsoc replication code
make it match the included modeline, and fixed some other spacing issues
2009-09-07 15:00:22 +00:00
Tomas Srnka
feb562e77b Replication support - tomas_zahra branch merged 2009-08-30 14:54:36 +00:00
Marc Delisle
de126075ef patch #2596230 [XHTML] View table headers/footers completely 2009-02-20 09:22:20 +00:00
Marc Delisle
eb74324b59 XHTML other fixes 2009-02-16 10:13:51 +00:00
Marc Delisle
0f317b5c65 patch #2550323 [XHTML] in server_databases.php 2009-02-12 11:21:24 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
8a4d1084d3 patch #2099962 [js] fix js error without frameset 2008-09-09 17:05:58 +00:00
Marc Delisle
e55679c962 remove work in progress 2008-05-11 21:46:07 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Sebastian Mendel
085a7c8f22 make use of PMA_Message 2007-10-17 12:14:19 +00:00
Sebastian Mendel
107fc46ad9 make use of PMA_Message 2007-10-16 12:14:19 +00:00
Sebastian Mendel
f8b5b6e94a make use of PMA_Message
preserver already defined message from mult_submits.inc.php
2007-10-12 08:16:25 +00:00
Sebastian Mendel
40b3ce9fd1 use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
Sebastian Mendel
9f6d5979db removed MySQL < 5 code 2007-10-02 10:15:06 +00:00
Sebastian Mendel
d2b9013fad fixed E_STRICT 2007-08-02 11:40:16 +00:00
Marc Delisle
09b1ea0646 Navigator for the table list in the content panel 2007-06-25 14:00:35 +00:00
Marc Delisle
63b259d955 navigation and MaxDbList (work in progress) 2007-06-18 12:18:51 +00:00
Marc Delisle
6f69889e52 RFE #1714760 Obey ShowCreateDb on the Databases tab 2007-06-04 17:03:26 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Michal Čihař
d1ed5a5b1b Fix path to image (needs to be lower case). 2006-05-02 13:25:27 +00:00
Marc Delisle
422712289a no selected page number 2006-04-13 17:12:52 +00:00
Sebastian Mendel
951ea7cdfa disable table stats for MySQL 5 by default 2006-04-13 15:37:09 +00:00
Sebastian Mendel
b8ea26cfca fixed selectbox navigation 2006-04-13 15:24:40 +00:00
Sebastian Mendel
31f86274d6 fixed loosing paramters and page navigation 2006-04-13 14:18:14 +00:00
Sebastian Mendel
9f7d4c0bf2 use new functionality of PMA_DBI_get_databases_full() to limit display 2006-04-13 13:52:46 +00:00
Marc Delisle
39356b5042 MySQL 3.23.52 compatibility 2006-03-14 17:59:49 +00:00
Sebastian Mendel
a38d7c05d0 array to string conversion (sorry to late :-( ), use of $_REQUEST 2006-02-05 10:22:48 +00:00
Marc Delisle
617c2b4a03 array to string conversion 2006-02-04 16:09:40 +00:00
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
Marc Delisle
337d66f75e bug #1388135, IE and dropping databases 2005-12-30 21:45:17 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Michal Čihař
66aa9d2396 Move server_{links,common}.inc.php to libraries folder as it does not require direct access. 2005-11-24 08:29:44 +00:00
Michal Čihař
f5f7fc3740 Move mult_submits.inc.php to libraries folder as it does not require direct access. 2005-11-24 08:22:28 +00:00
Sebastian Mendel
528469e57e - require_once common.lib.php BEFORE ANYTHING else
- unified style, removed tables
- removed superuser check for dbstats
2005-11-18 11:31:15 +00:00
Sebastian Mendel
9fde856f09 - added js:markAllRows(), js:unMarkAllRows()
- check/uncheck all rows now sets mark color for this rows
2005-11-09 16:59:11 +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
Marc Delisle
429b629125 security fix 2005-10-21 01:41:31 +00:00
Sebastian Mendel
e58627459a fix problem not remembering selected server 2005-10-19 07:58:50 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Michal Čihař
c694ea42b4 Don't allow to check mysql database for dropping (RFE #1327514). 2005-10-16 15:31:03 +00:00
Sebastian Mendel
f361a16b0b XHTML compl. 2005-10-12 15:02:30 +00:00
Sebastian Mendel
3143135a5c XHTML 1.0 trans. compliance and more semantic XHTML output 2005-10-11 11:49:17 +00:00
Marc Delisle
da993a298d patch #1249414, display improvements 2005-08-02 13:03:21 +00:00
Marc Delisle
ede5072d4b patch #1249371, correct calculation of colspan; also $dbstats should contain 0 or 1, not the colspan 2005-08-02 12:21:27 +00:00