Commit Graph

6569 Commits

Author SHA1 Message Date
Michal Čihař
c5d4961635 translation update 2005-10-08 20:24:01 +00:00
Michal Čihař
6429a239da Parse query before inserting LIMIT to know where to place it. 2005-10-08 20:10:01 +00:00
Michal Čihař
885cb0891b Fix appending LIMIT when there are comments. 2005-10-08 20:09:03 +00:00
Michal Čihař
fe380f039c Reenable LIMIT appending (bug #1318624). 2005-10-08 20:01:12 +00:00
Michal Čihař
bdbe747f8f Fix query parsing when there is comment or string at the end. 2005-10-08 19:51:41 +00:00
Marc Delisle
85e710876b support MAX_USER_CONNECTIONS 2005-10-08 19:43:32 +00:00
Marc Delisle
20c9f89683 support MAX_USER_CONNECTIONS 2005-10-08 19:42:39 +00:00
Marc Delisle
fbdac06a9d remove old code 2005-10-08 19:02:15 +00:00
Marc Delisle
5c981c774f workaround for warning on sf.net 2005-10-08 18:45:35 +00:00
Michal Čihař
a841d13500 Do not try to restore database as control user, it has to fail. 2005-10-08 18:27:48 +00:00
Michal Čihař
3649d901ec Use more require_once to avoid acquiring table info several times. 2005-10-08 18:14:09 +00:00
Michal Čihař
0e213027cd oops, this does not remove line, it only places it on wrong place 2005-10-08 17:55:22 +00:00
Michal Čihař
96722c24f4 fix undefined variable warning 2005-10-08 17:53:31 +00:00
Michal Čihař
e98a759924 no need for line now 2005-10-08 17:52:07 +00:00
Michal Čihař
31aec9bf5b Removed query box as discussed on mailing list. 2005-10-08 17:50:58 +00:00
Michal Čihař
ae6aa68843 Fix reading native MySQL comments when no phpMyAdmin one defined (bug #1312758). 2005-10-08 17:41:23 +00:00
Michal Čihař
db219629d9 Do not try to set comment and MIME transformation if field not named. 2005-10-08 17:33:20 +00:00
Michal Čihař
c62f975a47 Use common code for CREATE/ALTER TABLE, set comments on creating table, so that user can see it in the query. 2005-10-08 17:28:31 +00:00
Michal Čihař
f029aea260 Use common code for superuser detection. 2005-10-08 16:11:46 +00:00
Michal Čihař
3a90f71fdb Remove unused messages. 2005-10-08 15:26:57 +00:00
Michal Čihař
9842edbb26 Use strError instead of non existing strFailure. 2005-10-08 15:24:53 +00:00
Michal Čihař
5214f57c6f Better show error, define used message strDeleteNoUsersSelected. 2005-10-08 15:22:14 +00:00
Michal Čihař
ee4ca2cc4f Removed unused code. 2005-10-08 15:17:42 +00:00
Michal Čihař
b64dccc2ae Removed unused code parts. 2005-10-08 14:59:56 +00:00
Michal Čihař
205a4da9f7 Use defined messages. 2005-10-08 14:55:08 +00:00
Michal Čihař
09ad74caa6 improve blacklist 2005-10-08 14:44:23 +00:00
Michal Čihař
f3caa70e17 complete rewrite, now much faster and finds also unset messages 2005-10-08 14:42:43 +00:00
Michal Čihař
bdafbb64a3 typo 2005-10-08 14:34:25 +00:00
Michal Čihař
f4a8fafc98 Try to detect that upload failed because of limits (RFE #1240480). 2005-10-08 13:47:19 +00:00
Michal Čihař
db40959fd2 Fix execution of single large queries. 2005-10-08 13:28:07 +00:00
Michal Čihař
b8ebbe2aaa argh, forgot to mention mod_rewrite requirement 2005-10-08 13:10:34 +00:00
Michal Čihař
4569f51713 Add example for redirects like /phpMyAdmin/database/table (RFE #1278312). 2005-10-08 13:08:29 +00:00
Michal Čihař
81d01ac2ce Keep database and table selection over login, needed for RFE #1278312. 2005-10-08 13:07:27 +00:00
Michal Čihař
ec1090e4f0 Do not show query in different charset (bug #1028634). 2005-10-08 11:46:43 +00:00
Michal Čihař
c3b3b47080 Simplify and addapt to current messages. 2005-10-08 11:45:50 +00:00
Marc Delisle
90f8f6b1fe typo 2005-10-08 11:38:29 +00:00
Michal Čihař
5239c2c395 remove ldi_* files (obsoleted by new import) 2005-10-08 11:32:14 +00:00
Michal Čihař
6a093d4283 Switch all SQL from read_dump.php to import.php. 2005-10-08 11:24:21 +00:00
Michal Čihař
e3567e49f3 Do not show error on empty query. 2005-10-08 10:53:55 +00:00
Michal Čihař
9207ca3885 Fix import of queries containing `, fix import of queries not terminated by ;. 2005-10-08 10:01:25 +00:00
Michal Čihař
60e43c3e04 Call sql.php directly, we don't need to care about query splitting done im read_dump. 2005-10-08 09:53:04 +00:00
Michal Čihař
79c05d5cb9 Work even if no db set. 2005-10-08 09:51:56 +00:00
Michal Čihař
6c09b4bd58 This one does not handle charset conversion. 2005-10-08 09:14:36 +00:00
Michal Čihař
ce05d7f446 Use same formatting for all options. 2005-10-08 08:49:06 +00:00
Marc Delisle
5eb57a9f06 bug #1313821, dbname containing a hyphen was not detected as being already created 2005-10-07 17:47:32 +00:00
Michal Čihař
589ee102f6 Drop some old code. 2005-10-07 15:23:55 +00:00
Michal Čihař
3c280ceeab translation update 2005-10-07 15:15:49 +00:00
Michal Čihař
744a143357 I prefer this email 2005-10-06 09:40:31 +00:00
Michal Čihař
102066c088 Calendar improvements: add submit button (bug# 1312373) and fix entering time begining with 0 (bug #1312373). 2005-10-06 09:23:58 +00:00
Michal Čihař
f58e0ae0ff Fix handling of whitespace at the end of imported file. 2005-10-06 08:41:22 +00:00