diff --git a/ChangeLog b/ChangeLog index cfd8e4795..a6adb8979 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,17 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-12-18 Alexander M. Turek + * main.php3, header.inc.php3, server_privileges.php3, server_links.php3, + lang/*.inc.php3: Started rewriting the user administration; changes: + - Use GRANT / REVOKE for privilege changes (feature #502465); + - Support for the new privilege system introduced with MySQL 4.0.2-beta; + - Support for user resource limits; + - Improved user friendliness. + Currently, it can only display and edit global privileges. + * libraries/common.lib.php3: Undefined index. + * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh). + 2002-12-18 Michal Cihar * main.php3: Since every user has access to his processlist, set is_process_priv to TRUE as default (fixes undefined variable warning). diff --git a/header.inc.php3 b/header.inc.php3 index d732f9077..a881b2d37 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -61,8 +61,8 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {