From 55794848428d68de36dc46f2813ff3f0b793402e Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 29 Nov 2005 08:48:20 +0000 Subject: [PATCH] - added PMA_setCookie() and PMA_removeCookie() - moved setting of cookies from index.php into common.lib.php - revised the parameter passing code - make use of new functionality of PMA_generate_common_url() in index.php --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3baaaa2d2..7319d0765 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,20 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-28 Sebastian Mendel + * libraries/common.lib.php + - added PMA_setCookie() and PMA_removeCookie() + * index.php, libraries/common.lib.php: + - moved setting of cookies from index.php into common.lib.php + * index.php + - revised the parameter passing code + - make use of new functionality of PMA_generate_common_url() + 2005-11-28 Marc Delisle * lang/italian: update, thanks to Luca Rebellato 2005-11-28 Michal Čihař - * scripts/setup.php: + * scripts/setup.php: - Don't allow loading of configuration if there is no write permission on config. - Add links to documentation.