Commit Graph

156 Commits

Author SHA1 Message Date
Loïc Chapeaux
05d8aafdfc the current name of the table is now displayed in the text box of the "rename table" feature (suggestion from Cal Henderson) 2001-10-15 20:46:25 +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
435dfbbe7e fixed some security issues 2001-09-25 23:24:15 +00:00
Loïc Chapeaux
0c901205ec Feature request #463164 (Add ability to move -rename- across db's) 2001-09-24 19:50:38 +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
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
13880dc15c added browse/select/insert... links at th bottom of the table view 2001-09-07 23:57:53 +00:00
Loïc Chapeaux
ed23dab9f5 cosmetic change 2001-09-07 19:46:15 +00:00
Loïc Chapeaux
c495cc52a3 * the 'location' header must be above any output!
* line 456: fixed an invalid link to the official MySQL documentation;
* added background color for indexes;
* removed the Browse/Select/Insert/Empty links at the middle of the page.
* $reload has now true boolean values
2001-09-07 19:38:45 +00:00
Olivier Müller
0b341387c2 fixes for loic 2001-09-07 09:44: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
ac5361572f bad link id in a mysql_free_result 2001-09-06 20:17:32 +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
f20d705937 * fixed bug #458557 (Navigation bar);
* optimized a bit.
2001-09-05 19:26:31 +00:00
Loïc Chapeaux
b902aac2ea cosmetic change 2001-09-04 18:25:01 +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
16f51e3b24 oops, one step too far in the prev. commitment.. 2001-09-04 08:09:39 +00:00
Loïc Chapeaux
9cc5fd78a0 added a link to the table type MySql documentation 2001-09-04 08:03:39 +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
e42ed75c5c added drop table link at the top 2001-08-31 21:01:04 +00:00
Loïc Chapeaux
1f377bea6f fixed some warnings if MySQL < 3.23.03 2001-08-31 18:25:04 +00:00
Loïc Chapeaux
998685ec98 added a file upload box in table properties page 2001-08-31 16:16:45 +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
6d4ba8b40a added the "escaped by" option for exporting CSV files so default values for importing/exporting dumps are the same. 2001-08-29 18:57:34 +00:00
Loïc Chapeaux
62702bfd57 trimmed a string 2001-08-29 11:54:16 +00:00
Loïc Chapeaux
4738601150 re-enabled the ability to copy a table to another database (bug #456434).
Need to be tested with MySQL < 3.23 releases.
2001-08-29 10:41:51 +00:00
Loïc Chapeaux
9007431f71 Misc urlencode use fixes 2001-08-29 07:15:40 +00:00
Loïc Chapeaux
172baede1a ix some errors about whether to display table name or not at the top of the page 2001-08-28 16:09:35 +00:00
Loïc Chapeaux
7161a08252 tried to fix some "NULL" value problems 2001-08-27 23:26:09 +00:00
Loïc Chapeaux
c82e8c0bd9 Improved the error handling system 2001-08-22 20:42:51 +00:00
Loïc Chapeaux
3be050f6b0 added $strDropTable 2001-08-22 11:37:31 +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
e7e913232a Use the convenient string for the table's dump feature 2001-08-20 12:16:33 +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
d8cd66c506 fixed some bugs with CSV exportations 2001-08-20 10:22:33 +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
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
Olivier Müller
59c3fc6b90 show 2 chars (better if you want to use \t, etc...) 2001-08-19 11:35:08 +00:00
Olivier Müller
f5cb3dc5e4 small things... 2001-08-18 16:08:42 +00:00
Loïc Chapeaux
56dd0cb360 Fixed some encoding/decoding bugs 2001-08-17 14:21:37 +00:00
Olivier Müller
b7dac7b6fc added select/insert/empty to the top of the page : why only browse ? there is so much space... 2001-08-15 19:33:14 +00:00