Commit Graph

82 Commits

Author SHA1 Message Date
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
Loïc Chapeaux
22596a4ec0 added two directives to disable the use of compression for dump files 2001-08-04 13:02:10 +00:00
Loïc Chapeaux
e0005ba190 queries retained and displayed into the textearea when stripslashed one time more than required 2001-08-04 10:59:46 +00:00
Steve Alberty
085d9919b5 add size for head table support 2001-08-03 18:14:16 +00:00
Steve Alberty
e79af90f65 fixed problems with non-isam tables 2001-08-03 17:54:53 +00:00
Loïc Chapeaux
ed04c1e6b0 Fixed some coding inconcistencies 2001-08-03 13:59:05 +00:00
Steve Alberty
08c1bc655e fixed problem with table size display and MERGE tables 2001-08-03 11:12:41 +00:00
Steve Alberty
4809cb88c7 remove > before anchor 2001-07-31 11:08:15 +00:00
Marc Delisle
61f184ced4 bad link 2001-07-31 10:57:14 +00:00
Marc Delisle
0ab0ad63b1 merge Loic's version 2001-07-30 21:21:19 +00:00
Steve Alberty
f16316c7da fix incorrect size calculation with merge tables 2001-07-21 14:20:12 +00:00
Loïc Chapeaux
07a5783842 Fixed some bugs with the patch from Laurent Haas merged the day before 2001-07-20 09:16:41 +00:00
Loïc Chapeaux
f246345b4f Patch from Laurent Haas that allows to remember and modify a sql query submitted 2001-07-20 02:02:07 +00:00
Marc Delisle
7d5c43d1f4 dynamic length 2001-07-19 18:54:19 +00:00
Marc Delisle
cd1b459141 optional re-display of query 2001-07-16 01:22:50 +00:00
Loïc Chapeaux
81d95fa3af Added bzip support for dump files 2001-07-15 00:31:36 +00:00
Loïc Chapeaux
36ef8df072 Cosmetic changes 2001-07-12 22:38:42 +00:00
Loïc Chapeaux
dd4cf1c960 Fixed some bugs with php3 (0 != empty) 2001-07-11 19:20:56 +00:00