- 21 Apr, 2004 3 commits
- 18 Apr, 2004 4 commits
-
-
Dries authored
- Fixed problem with global session variable that caused the wrong page to be rendered after posting a comment.
-
Dries authored
-
Dries authored
- Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module to be more intuitive and moved some help text to Doxygen comments.
-
Dries authored
-
- 15 Apr, 2004 4 commits
-
-
Dries authored
-
Dries authored
configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
-
Steven Wittens authored
Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data.
-
- 14 Apr, 2004 1 commit
-
-
Steven Wittens authored
Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. Remember to use $array1 + $array2 instead.
-
- 13 Apr, 2004 5 commits
- 12 Apr, 2004 4 commits
- 07 Apr, 2004 1 commit
-
-
Steven Wittens authored
-
- 05 Apr, 2004 1 commit
-
-
Steven Wittens authored
-
- 01 Apr, 2004 1 commit
-
-
Dries authored
-
- 31 Mar, 2004 1 commit
-
-
Dries authored
-
- 30 Mar, 2004 2 commits
- 29 Mar, 2004 5 commits
- 27 Mar, 2004 4 commits
- 25 Mar, 2004 2 commits
-
-
Dries authored
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 operator '^' 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 replacement in this patch is correct and simpler.
-
Dries authored
-
- 24 Mar, 2004 2 commits
-
-
Dries authored