Go to file
Dries Buytaert f21742c772 - Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")." 2003-02-27 22:48:32 +00:00
database - Removing the menu table: it is no longer used. 2003-02-24 23:17:39 +00:00
includes - Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")." 2003-02-27 22:48:32 +00:00
misc - Added menu icons/arrows. No (?)-icons yet. Patch by Al. 2003-02-26 21:56:01 +00:00
modules - Removed <?php ?> tags from documentation and made sure the important links are 2003-02-27 07:26:54 +00:00
scripts - Improvement: remove vi left-overs. 2002-12-31 12:11:34 +00:00
themes - Some bugfixes: 2003-02-26 21:50:38 +00:00
.htaccess - Bugfix: made the pager work when clean URLs are enabled. Patch by Ax. 2003-02-20 08:02:57 +00:00
CHANGELOG - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. 2003-02-11 20:01:17 +00:00
INSTALL - Updated the URL with installation instructions. 2002-08-15 07:16:06 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Added Hugo Espuny as the Debian maintainer. 2003-01-09 20:09:54 +00:00
cron.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
error.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php - Everything is using theme("function") now instead of $theme->function(). 2003-02-15 11:39:56 +00:00
update.php - Some fixes and improvements as suggested by Gary. 2003-02-23 21:11:03 +00:00
xmlrpc.php - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00