drupal/modules
Dries Buytaert ccde65cf29 Patch 6523 by Steven:
- Strips the leading / from URLs to match with block paths. The reason is that everywhere else in Drupal, we use URLs without leading slash (e.g. URL aliasing). For consistency we should keep this behaviour everywhere. The replacement uses ereg_replace instead of str_replace, but the expression now only match the beginning of the URI so in fact it's faster, esp. for longer URIs.

- Updates the block docs about path matching: gets rid of leading slash, adds initial matching o
perator '^' and emphasises the slash behaviour (which was not mentioned anywhere before)

- Replaces the example expression for a negative match. It was horribly broken and odd, the repl
acement in this patch is correct and simpler.
2004-03-25 20:38:03 +00:00
..
admin.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
aggregator.module - Patch #6480 by eap: news items were displayed in the wrong order. 2004-03-25 20:14:32 +00:00
archive.module - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
block.module Patch 6523 by Steven: 2004-03-25 20:38:03 +00:00
blog.module - Patch #6484 by Goba: 2004-03-15 19:41:47 +00:00
blogapi.module - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
comment.module - Partial patch #6375 by jik: it's -> its 2004-03-20 14:32:40 +00:00
drupal.module - Patch #6110 by Goba: stop cheating in the Drupal site list. 2004-02-28 17:55:50 +00:00
filter.module - Patch #6000 by Goba: makes the short tip list a HTML list (as it is semantically 2004-02-23 13:17:17 +00:00
forum.module - Patch #6484 by Goba: 2004-03-15 19:41:47 +00:00
help.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
node.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
page.module Patch 6270 by mathias: misc. fixes 2004-03-10 09:31:54 +00:00
path.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
ping.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll.module - Patch by Gerhard: move the updates to database/updates.inc so packaging 2004-02-25 22:20:09 +00:00
profile.module - Patch #6470 by Brian: fixed more XHTML erros related to multiple selects. 2004-03-24 05:59:53 +00:00
queue.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
search.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
statistics.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
story.module - Patch #6484 by Goba: 2004-03-15 19:41:47 +00:00
system.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
taxonomy.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
throttle.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
title.module - Sanatize title before doing LIKE matches. 2004-02-21 23:52:11 +00:00
tracker.module - Patch #6484 by Goba: 2004-03-15 19:41:47 +00:00
user.module - Patch #3987 by jhriggs: changed the location of the logout link. 2004-03-24 05:55:16 +00:00
watchdog.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00