Commit Graph

9027 Commits

Author SHA1 Message Date
Marc Delisle
47445e0699 bug #1863326 [GUI] Wrong error message / no edit (Suhosin) 2008-02-09 16:09:54 +00:00
Marc Delisle
713dfc4929 bug #1884911 [GUI] Space usage 2008-02-08 20:47:31 +00:00
Marc Delisle
c11d92096a this is called statically 2008-02-08 19:00:15 +00:00
Marc Delisle
54a8b6b08d bug #1799691 [export] "Propose table structure" and Export 2008-02-08 18:55:08 +00:00
Marc Delisle
46f5bc9624 style for box titles 2008-02-07 17:56:45 +00:00
Sebastian Mendel
eb07812dbb aggregate more index code into PMA_index class 2008-02-07 14:59:02 +00:00
Sebastian Mendel
0988650bb5 use full qulified table names;
rely on phpMyAdmins own relation check (no need to fetch pma tables again);
2008-02-07 14:54:43 +00:00
Marc Delisle
1d7750038b French updates 2008-02-07 12:51:01 +00:00
Marc Delisle
a33ecd6c1a unneeded messages 2008-02-07 12:40:27 +00:00
Sebastian Mendel
bda5a218a1 more cleanup/refactoring on index code 2008-02-07 11:40:37 +00:00
Marc Delisle
c09b69bfa8 norwegian update 2008-02-05 17:46:21 +00:00
Marc Delisle
bd232679f5 main page reorganization (work in progress) 2008-02-05 12:48:39 +00:00
Sebastian Mendel
897b1a5de5 added SVN properties 2008-02-04 15:04:31 +00:00
Marc Delisle
ea7b010ebd strComment, strPacked 2008-02-04 15:04:08 +00:00
Sebastian Mendel
4dea5b6bfd new Class PMA_Index;
show more information about indexes;
2008-02-04 15:01:43 +00:00
Marc Delisle
71763eb71b status should be state 2008-02-02 11:38:29 +00:00
Marc Delisle
c8283e68d4 typos 2008-01-30 17:43:58 +00:00
Marc Delisle
eb94d8c9de typo 2008-01-30 17:40:49 +00:00
Marc Delisle
82f7a341f1 allow just one character for "Fields enclosed by", thanks to Michal 2008-01-30 13:13:37 +00:00
Marc Delisle
b1816db8fc bug [import] Do not verify a missing enclosing character for CSV 2008-01-29 18:05:59 +00:00
Sebastian Mendel
fc47a30bda no need to apply all prototype elements 2008-01-29 14:52:17 +00:00
Sebastian Mendel
340584e504 [config] new parameter $cfg['Servers'][$i]['CountTables'] = true; set to false for speed improvements with many databases 2008-01-29 14:12:05 +00:00
Sebastian Mendel
10cf3d2c7d [config] new parameter $cfg['Servers'][$i]['CountTables'] = true; set to false for speed improvements with many databases 2008-01-29 13:46:05 +00:00
Sebastian Mendel
f9b68767e2 get table count only if db is set 2008-01-29 13:43:10 +00:00
Sebastian Mendel
d80d5ee2f3 [config] new parameter $cfg['Servers'][$i]['ShowDatabasesCommand'] 2008-01-29 13:17:07 +00:00
Sebastian Mendel
43b2a67a36 some cleanup 2008-01-29 12:22:38 +00:00
Sebastian Mendel
f1f5f71243 no need for extra div, but the link must be added before the slide effect is added (which adds additional slide-div around the object which would result the link be added inside the slide-div) 2008-01-29 10:58:39 +00:00
Marc Delisle
43d3dcf006 typo 2008-01-27 18:31:51 +00:00
Marc Delisle
0a74488551 patch #1879031 [transform] dateformat transformation and UNIX timestamps 2008-01-27 14:07:50 +00:00
Marc Delisle
67dfd715e3 bug #1875010 [auth] MySQL server and client version mismatch (mysql ext.) 2008-01-27 13:22:36 +00:00
Marc Delisle
9d633c5c82 patch #1873188 [GUI] Making db pager work when js is disabled 2008-01-25 17:42:23 +00:00
Sebastian Mendel
294fac0719 cleaned up some code 2008-01-25 09:35:48 +00:00
Sebastian Mendel
385efeb63a testcase for blowfish de- and encryption 2008-01-25 09:34:21 +00:00
Marc Delisle
e8c3f1dbd2 bug #1871164 [GUI] Empty and navigation frame synch. 2008-01-23 17:36:28 +00:00
Sebastian Mendel
6207216296 differ between PHP and SQL debugging 2008-01-22 08:19:52 +00:00
Sebastian Mendel
bb5465e95d get table count for database only once 2008-01-22 07:29:58 +00:00
Sebastian Mendel
801249f3a5 use function for caching 2008-01-22 07:29:08 +00:00
Marc Delisle
5b7cfdfcf5 [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION 2008-01-21 21:17:23 +00:00
Sebastian Mendel
9fe52edc49 fixed slashes in regex 2008-01-21 14:51:54 +00:00
Sebastian Mendel
f33ea1151e oops, of course cache per server 2008-01-21 14:40:32 +00:00
Sebastian Mendel
d4d008cd17 include all queries from navigation in debug statistics (by not closing session file before script ends) 2008-01-21 14:05:09 +00:00
Sebastian Mendel
e1e9ccac17 [core] cache some MySQL stats (do not query them with every page request) 2008-01-21 13:56:26 +00:00
Sebastian Mendel
b7733ad022 get all db comments at once, not with single queries 2008-01-21 13:52:26 +00:00
Sebastian Mendel
2bb7833f50 cache user privilege information;
replaced ereg_* with preg_* functions;
some tweaks
2008-01-21 12:50:19 +00:00
Sebastian Mendel
67b6618439 cache is_superuser info 2008-01-21 12:14:00 +00:00
Sebastian Mendel
4a3a83e40c cache MySQL profiling support information 2008-01-21 11:51:53 +00:00
Sebastian Mendel
32ba2d44bf no need to call PMA_profilingSupported() if isset($_REQUEST['profiling']) is false 2008-01-21 11:44:37 +00:00
Sebastian Mendel
227c7747c0 cache MySQL charset and collation information 2008-01-21 11:35:33 +00:00
Sebastian Mendel
6174b881c5 cache MySQL version info 2008-01-21 11:19:21 +00:00
Sebastian Mendel
bd501a302b removed obsolete PMA_ENGINE_KEYWORD 2008-01-21 11:07:16 +00:00