Commit Graph

808 Commits

Author SHA1 Message Date
Loïc Chapeaux
2b1efbe21d Added $strNoDropDatabases 2001-08-21 18:19:26 +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
Olivier Müller
ba9aaa4c0f more color... 2001-08-21 15:35:35 +00:00
Olivier Müller
72ea66f0b6 D-6 I know, but this way it looks better :) 2001-08-21 15:16:55 +00:00
Loïc Chapeaux
e807e4ed11 no message 2001-08-21 14:26:23 +00:00
Loïc Chapeaux
3208e6a1e2 * restored the use of the remove_remarks function that is required with scripts beginning by comments
* beautify the page generated for errors
2001-08-21 14:26:04 +00:00
Loïc Chapeaux
37137ed98e restored the use of the remove_remarks function that is required with scripts beginning by comments 2001-08-21 14:25:21 +00:00
Loïc Chapeaux
e311b8f565 While browsing a table, ensure <cr> and <lf> in text/blob fields are displayed 2001-08-21 11:25:42 +00:00
Loïc Chapeaux
409713b610 Removed a tab character 2001-08-21 11:11:51 +00:00
Olivier Müller
5be33c3f30 some more fixes suggested by loic 2001-08-21 10:44:36 +00:00
Olivier Müller
bc9e34e0cd small hack: that way the sockets stuff works, but must be improved 2001-08-21 10:13:05 +00:00
Olivier Müller
bf42fcff45 fix over fix :) 2001-08-21 10:07:14 +00:00
Loïc Chapeaux
91ba92027d no message 2001-08-21 09:28:23 +00:00
Loïc Chapeaux
495207c725 XHTML1.0 fix and ensure the script fits the common coding standards 2001-08-21 09:28:04 +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
05a392964f * fixed again the socket patch
* modified the way defines.inc.php3 is loaded
2001-08-21 09:26:53 +00:00
Steve Alberty
824b485fd6 translate some strings 2001-08-21 09:07:19 +00:00
Olivier Müller
51034ae5f5 * lib.inc.php3: fixed the socket patch, should work now 2001-08-21 07:32:44 +00:00
Olivier Müller
3fc8fa4a45 db_stats.php3: added list of 20 biggest db's 2001-08-21 07:02:24 +00:00
Loïc Chapeaux
4400783650 no message 2001-08-20 23:30:18 +00:00
Loïc Chapeaux
31ef431b72 optimized a bit the script 2001-08-20 23:29:59 +00:00
Loïc Chapeaux
ff2a0c1009 XHTML1.0 fix and ensure the script fits the common coding standards 2001-08-20 23:29:34 +00:00
Loïc Chapeaux
393318196b Added $strDeletedRows and $strInsertedRows 2001-08-20 23:28:07 +00:00
Loïc Chapeaux
edbf058565 improved the way the mysql_affected_rows is used 2001-08-20 22:07:39 +00:00
Olivier Müller
987ac8e8ac display num_tables 2001-08-20 21:15:21 +00:00
Olivier Müller
b8487c9593 db_stats: now also show server totals 2001-08-20 20:53:41 +00:00
Olivier Müller
78efb0b088 small new feature: stats overview about all databases of a server 2001-08-20 20:39:44 +00:00
Loïc Chapeaux
662df47fa8 Merged the socket patch from Dan Allen 2001-08-20 20:08:01 +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
0ec91a1692 added some mysql_die() calls 2001-08-20 16:57:29 +00:00
Loïc Chapeaux
9fc66f3eae go back to the previous calling script that is not a confirmation form in case of error 2001-08-20 16:55:17 +00:00
Loïc Chapeaux
387bd70155 fixed some javascript bugs 2001-08-20 16:37:13 +00:00
Steve Alberty
d26d6506d1 translate some strings 2001-08-20 14:59:20 +00:00
Loïc Chapeaux
d60dd7d38c Previous version were buggy (my fault, sorry) 2001-08-20 14:54:00 +00:00
Loïc Chapeaux
75e7497367 Optimized a bit and started to work on feature #444767 (Other cases for display=simple) 2001-08-20 14:22:06 +00:00
Marc Delisle
7b5e0de828 cfgProtectBlob default value 2001-08-20 12:36:14 +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
Benjamin Gandon
c16d1d7760 removed useless remove_remarks() function 2001-08-20 11:32:38 +00:00
Loïc Chapeaux
c1e1ed7629 added $strExtendedInserts 2001-08-20 11:32:24 +00:00
Loïc Chapeaux
d8cd66c506 fixed some bugs with CSV exportations 2001-08-20 10:22:33 +00:00
Loïc Chapeaux
8517bb530c added $strStrucExcelCSV 2001-08-20 10:22:08 +00:00
Steve Alberty
e3be7c1e6c translate some strings 2001-08-20 08:49:09 +00:00
Loïc Chapeaux
019895f30c no message 2001-08-19 21:01:06 +00:00
Loïc Chapeaux
d47e003edb various updates 2001-08-19 21:00:49 +00:00
Loïc Chapeaux
5ebfd2d844 fixed a bug with netscape 3 thanks to Fran�ois 2001-08-19 21:00:23 +00:00
Loïc Chapeaux
3f4c6b2970 added $strNoDatabases 2001-08-19 20:59:33 +00:00
Loïc Chapeaux
44a67b246e * checks if databases from $cfgServers[1]['only_db'] exists before displaying them at the left frame
* take into account the case where there is no usable databases
2001-08-19 20:58:48 +00:00
Olivier Müller
06aecc2930 refresh 2001-08-19 20:11:40 +00:00