Commit Graph

64 Commits

Author SHA1 Message Date
Marc Delisle
017d8dbf8f mark row 2002-01-30 01:48:22 +00:00
Loïc Chapeaux
3f988273b6 * coding standards\n* xhtml fixes 2002-01-25 10:14:40 +00:00
Marc Delisle
99919cdc5b patch relation-links 2002-01-22 17:02:22 +00:00
Olivier Müller
f2567b035f started to work on the "LeftLight" concept (cf. Changelog) 2002-01-11 15:59:32 +00:00
Marc Delisle
70548ddc11 Short doc 2001-12-23 23:08:38 +00:00
Marc Delisle
1940764c61 Short doc 2001-12-22 16:34:44 +00:00
Loïc Chapeaux
51cd7cd732 * the number of rows to return, display direction and table headers frequencies
weren't passed between scripts;
* codding standards;
* little bugs with vertical/horizontal display directions.
2001-12-18 12:07:13 +00:00
Marc Delisle
78b7bb18d7 *** empty log message *** 2001-12-16 23:04:38 +00:00
Marc Delisle
99095998f1 vertical browse 2001-12-16 13:02:01 +00:00
Marc Delisle
0e3513a0d0 config mode 2001-12-13 02:27:39 +00:00
Loïc Chapeaux
69b348a2dd * moved all the authentication work in libraries so it will be easier to add new authentication modes;
* started merging patch #463127 - Cookie based authentication, thanks to Piotr Roszatycki & Dan Wilson.
2001-12-09 21:16:04 +00:00
Loïc Chapeaux
025cc84a53 patch #458673 - Nicer navigation for MSIE 2001-12-04 23:09:09 +00:00
Loïc Chapeaux
eb08562431 removed some remaining tabs 2001-11-21 20:55:30 +00:00
Loïc Chapeaux
aa245fe53a feature #443134 - unlimited set_time_limit() 2001-11-09 22:35:46 +00:00
Loïc Chapeaux
476ef78631 * extended last fix from Robin to the "MySQL runtime information" and "MySQL system variables" links;
* but allowed these directives to be bypassed for super-users
2001-11-09 07:54:05 +00:00
Robin Johnson
b02176e381 config.inc.php3,main.php3,phpinfo.php3: fixed bug #479303 2001-11-09 03:15:33 +00:00
Olivier Müller
4261437963 Put the ENCRYPT function back to the config file.
(hey, we're supposed to improve phpmyadmin, not to remove existing
features! :)
2001-10-27 06:55:11 +00:00
Loïc Chapeaux
4483740a5a merged patch #474210 (hiding full text of navigation buttons) submitted by Gosha Sakovich 2001-10-26 21:29:00 +00:00
Loïc Chapeaux
4e92fb24fc parametrized the pointer color in browse mode 2001-10-25 21:22:26 +00:00
Marc Delisle
f0ca482672 clarification 2001-10-24 12:56:25 +00:00
Robin Johnson
257ab284c4 removed note that basic username is always requried. 2001-10-23 22:39:04 +00:00
Loïc Chapeaux
8076cfa362 - fixed authentication issues
- extended the use of stduser/stdpass to the basic authentication
2001-10-23 21:45:50 +00:00
Loïc Chapeaux
8d802a1a26 cleaned up the configuration file 2001-10-23 06:41:20 +00:00
Robin Johnson
22d50c7a80 config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions 2001-10-22 19:34:42 +00:00
Loïc Chapeaux
ec2d3e9447 Added warnings about the "only_db" setting 2001-10-11 22:47:24 +00:00
Loïc Chapeaux
a8e7ec0a8c The background colors for both the fames are now defined in the configuration file thanks to Laurent Penou 2001-10-07 16:32:17 +00:00
Korakot Chaovavanich
2b2c88b620 show table comment/description as tooltip in left frame 2001-10-04 02:29:52 +00:00
Loïc Chapeaux
55963749db improved the zip dump feature 2001-09-23 09:06:29 +00:00
Loïc Chapeaux
6026f15e75 * added the $cfgShowStats setting
* resorted the core phpMyAdmin settings in a more logical way
2001-09-20 08:03:16 +00:00
Loïc Chapeaux
149ed7b949 added a optionnal "show all" button in display mode 2001-09-13 18:25:59 +00:00
Loïc Chapeaux
20fbb53055 improved binary fields protection 2001-09-08 16:00:32 +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
ec0f76187e added the "UNIX_TIMESTAMP" function 2001-08-28 17:50:53 +00:00
Loïc Chapeaux
4e5b85c29b Merged patch #455484 ("Smart" order) thanks to Jakub Wilk 2001-08-27 16:24:52 +00:00
Robin Johnson
eee4dc0755 config.inc.php3: $cfgServers[1]['connect_type'] how to connect to MySQL server 2001-08-22 21:42:58 +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
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
Marc Delisle
7b5e0de828 cfgProtectBlob default value 2001-08-20 12:36:14 +00:00
Olivier Müller
1ad52bc131 typo 2001-08-19 20:04:09 +00:00
Loïc Chapeaux
9f031ad790 Merged patch #452877 ($cfgServer['only_db'] - array) from Jakub Wilk 2001-08-19 15:02:51 +00:00
Robin Johnson
3e7b6edd76 config.inc.php3:
- Added comments about what many of the configuration variables do
	- Replaced multiple spaces with tabs for alignment
2001-08-17 18:08:27 +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
Steve Alberty
7ca7edd88d minor changes 2001-08-10 09:18:02 +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
f3c31f7c58 * Removed the error_reporting statement (usefull for debugging but not so nice for a release)
* Fixed some coding inconcistencies
2001-08-03 13:57:18 +00:00
Armel Fauveau
170abe1fc3 Bookmark Support now advanced auth 2001-07-31 21:03:47 +00:00
Marc Delisle
047acbf862 bug 443760 2001-07-31 01:29:39 +00:00
Marc Delisle
0ab0ad63b1 merge Loic's version 2001-07-30 21:21:19 +00:00