- 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 3 commits
- 21 Mar, 2004 6 commits
-
-
Dries authored
-
Dries authored
-
Dries authored
+ Updated the _user() hook's "$type == 'view'" case to match the "$type == 'edit'" case. That is, both have to return an associtive array of the format array('category' => 'fields'). + Updated the profile pages to group fields by category. Made possible thanks to the above change. + Moved logic out of the theme_ functions.
-
Dries authored
+ Add a new field type: 'list'.
-
Dries authored
-
Dries authored
We can use this for the 'URL of homepage' field on drupal.org. URL fields are rendered as links and are being validated.
-