Commit Graph

149 Commits

Author SHA1 Message Date
Loïc Chapeaux
d9e5e6331f The "upload dump file" feature is no long displayed if upload is disabled in the php configuration file 2001-11-18 20:54:51 +00:00
Loïc Chapeaux
81f94f9851 fixed a bug with headers that may be sent after output 2001-11-16 14:07:24 +00:00
Loïc Chapeaux
6648ebaf6e fixed bug #479208 - Drop a table -> wrong server at left frame 2001-11-16 11:33:20 +00:00
Loïc Chapeaux
3572825318 fixed some display bugs with right to left text direction 2001-11-13 10:54:34 +00:00
Loïc Chapeaux
7a6ff28037 Prepare the use of an Arabic translation (right to left text direction) 2001-11-10 13:17:18 +00:00
Loïc Chapeaux
1cd298af7a fixed bug #478592 - HTML mispelling (</td> instead of </th>) 2001-11-06 20:26:53 +00:00
Loïc Chapeaux
96e2e4e414 fixed an xhtml1.0 error 2001-10-15 22:27:32 +00:00
Loïc Chapeaux
ed31e94613 * fixed bug #468749 (Left Frame not expanding in iCab) 2001-10-11 23:55:54 +00:00
Loïc Chapeaux
4faa013df5 * fixed bug #468749 (Left Frame not expanding in iCab) 2001-10-11 22:25:28 +00:00
Loïc Chapeaux
8b9642b962 cosmetic change 2001-10-04 22:28:29 +00:00
Steve Alberty
5de539f630 Fixed problems with cfgSkipLockedTables 2001-10-01 10:30:41 +00:00
Loïc Chapeaux
61f83590b7 Fixed a bug if a "DROP" query were submitted from a sql file 2001-09-23 16:59:20 +00:00
Loïc Chapeaux
e726fe785d Fixed bug #444352 (Data Missing/POST Error) 2001-09-23 15:31:50 +00:00
Loïc Chapeaux
55963749db improved the zip dump feature 2001-09-23 09:06:29 +00:00
Armel Fauveau
50c734d0bb Zip dump support 2001-09-22 23:02:40 +00:00
Marc Delisle
bd40724686 updates 2001-09-21 16:58:40 +00:00
Loïc Chapeaux
8a4bb53fc4 added the $cfgShowStats setting 2001-09-20 08:04:03 +00:00
Marc Delisle
d614085c16 merge messages 2001-09-19 19:00:13 +00:00
Loïc Chapeaux
08c353d467 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
Loïc Chapeaux
f9ca5659e7 * optimisation round;
* the 'location' header must be above any output!
* $reload has now true boolean values
2001-09-07 19:37:54 +00:00
Loïc Chapeaux
5a9e7d56ce Merged part 3 of patch #458014: fulltext indexes support 2001-09-06 22:53:53 +00:00
Loïc Chapeaux
bbef63ff34 Merged part 2 of patch #458014: multi-column editing 2001-09-06 22:12:09 +00:00
Loïc Chapeaux
c41de7a1f0 optimized a bit (mainly added some 'mysql_free_result') 2001-09-06 10:16:44 +00:00
Loïc Chapeaux
d0d5bd2d38 started merging patch #444128 (display & dump index length) 2001-09-04 17:55:48 +00:00
Loïc Chapeaux
53fd79880c added buttons to run multiple "DROP/DELETE/ALTER" statements 2001-09-02 22:29:33 +00:00
Loïc Chapeaux
1370e7c725 added js confirm message for links 2001-08-31 22:54:38 +00:00
Loïc Chapeaux
e04d3c81f3 * added some js stuff to checks for "DROP/DELETE/ALTER" statements
* all js libraries are now loaded in the header part of the xhtml generated pages
2001-08-31 15:36:24 +00:00
Loïc Chapeaux
9007431f71 Misc urlencode use fixes 2001-08-29 07:15:40 +00:00
Loïc Chapeaux
252b3d3d80 optimized the test for super user privileges 2001-08-28 18:11:00 +00:00
Loïc Chapeaux
ac5aad586b improved a bit Olivier's patch about the "Drop database" restrictions 2001-08-21 18:20:07 +00:00
Olivier Müller
3d439121e3 * config.inc.php3, config.php3, Docs, sql.php3: added configuration variable
$cfgAllowUserDropDatabase (set by default to FALSE), which will display
          or not the link "Drop database" and reject the command if the user is
          not allowed to run it (requested by <lance@uklinux.net>).
2001-08-21 17:41:58 +00:00
Loïc Chapeaux
8fafafb823 replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION 2001-08-21 16:28:36 +00:00
Loïc Chapeaux
c705d707d9 * ensures each constant isn't already defined before to define it
* renamed PMA_INT_VERSION to PHP_INT_VERSION
2001-08-21 09:27:41 +00:00
Loïc Chapeaux
c3d62b3988 according to rfc 2816, the location http header requires an absolute URI 2001-08-20 19:08:29 +00:00
Loïc Chapeaux
a4d05729f1 added an extended inserts option for dumps of data 2001-08-20 11:40:07 +00:00
Loïc Chapeaux
ebafc33367 Choosing not to execute a drop statement leads now to the calling script 2001-08-19 13:44:25 +00:00
Olivier Müller
4ab699c90f * db_readdump.php3: if file contains mutiple queries, only show this line:
"Your SQL-query has been executed successfully: The content of your
           file has been inserted. (131 Instructions)" instead of showing twice
           (result + textarea) the whole file, which could be problematic with
           large dumps.
        * db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3)
2001-08-19 12:46:17 +00:00
Loïc Chapeaux
4d0b6c3a3c Once a query has been executed phpMyAdmin now moves back to the calling script 2001-08-19 12:13:03 +00:00
Loïc Chapeaux
66f4571e8d Move back to the welcome page if the current database has been dropped 2001-08-19 00:55:58 +00:00
Olivier Müller
f5cb3dc5e4 small things... 2001-08-18 16:08:42 +00:00
Loïc Chapeaux
1a666dbf0f Modified the way the tables' number is displayed 2001-08-18 10:16:20 +00:00
Olivier Müller
b7521ee848 *** empty log message *** 2001-08-15 19:03:36 +00:00
Loïc Chapeaux
7eeb5056a8 Fixed some coding style inconcistencies 2001-08-15 18:08:46 +00:00
Olivier Müller
65340286de * db_details.php3: feature request #451138: display # of tables,
* left.php3: added display of # of tables, for a better overview
        * config.php3, lib.inc.php3, docs: feature request #451137:
2001-08-15 17:35:58 +00:00
Loïc Chapeaux
0f899a86be Fixed first part of bug #449817 2001-08-15 09:53:50 +00:00
Loïc Chapeaux
50712d2a3c Fixed an other slashes bug 2001-08-09 14:49:27 +00:00
Loïc Chapeaux
a681a9b6ce improved js validation tests (and reduced server charge) 2001-08-07 17:54:48 +00:00
Loïc Chapeaux
705045e87f fixed a slashes bug 2001-08-07 17:08:20 +00:00
Marc Delisle
cb87249798 use new variables 2001-08-05 00:28:03 +00:00
Steve Alberty
7eac26503d fixed #444542 2001-08-04 14:18:58 +00:00