Commit Graph

154 Commits

Author SHA1 Message Date
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
Marc Delisle
b1881d455b bug 443318 2001-07-23 17:02:42 +00:00
Olivier Müller
f23901fc49 *** empty log message *** 2001-07-21 21:59:00 +00:00
Olivier Müller
92d49b4432 2.2.0rc3 release 2001-07-21 21:53:20 +00:00
Steve Alberty
d211a3b862 add 2001-07-21 17:31:06 +00:00
Marc Delisle
7d5c43d1f4 dynamic length 2001-07-19 18:54:19 +00:00
Olivier Müller
67e2dddf0f ooops :) 2001-07-05 21:56:41 +00:00
Olivier Müller
c617522395 *** empty log message *** 2001-07-04 21:07:32 +00:00
Olivier Müller
237796b15b * set version to 2.2.0rc1
* removed anything about "unofficial" from the pages :)
        * updated links, and labels in all lang files
        * General cleanups and updates in the docs and README files
2001-07-04 21:04:59 +00:00
Steve Alberty
2dc218d43a add option cfgSkipLockedTables 2001-06-14 16:09:35 +00:00
Loïc Chapeaux
dfa57ed7d8 Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive 2001-05-20 09:56:22 +00:00