drupal/modules
Dries Buytaert 21eb666a9b - Patch #11031 by Zen:
* Makes the user login and password fields in the login _block_ required.
    * Uses just if ($form['name']) rather than if (isset($form['name']) && $form['name']). AFAIK, using both is unnecessary with the form API.
    * Changes maxlength for usernames to 60 which is the (rather odd) database value. The maxlength fields at present don't accomodate affiliate logins with extra long usernames/domains, but I've left that issue alone for now.
    * Removes all instances of maxlength for password. They were a)not being applied with any degree of consistency, and b)unnecessary as only the hash is stored.
    * Corrects an e-mail address maxlength from 55 to 64.
    * unset() accepts more than one variable.
2006-02-10 05:46:39 +00:00
..
aggregator - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
archive - 2005 -> 2010. 2006-01-07 19:50:28 +00:00
block - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
blog - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view items correctly + CSS cleanup + form handling cleanup. 2006-01-26 13:43:04 +00:00
blogapi - Patch #46985 by merlinofchaos: fixed problem with blogapi checkboxes. 2006-01-30 18:30:44 +00:00
book - Patch #47098 by JonBob: fixed book navigation divs when book has no child pages. 2006-02-09 07:27:11 +00:00
comment - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
contact - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
drupal - Patch #45684 by wtanaka: added missing ''s 2006-01-22 07:31:38 +00:00
filter - #45742: XHTML slash fix. 2006-01-25 22:29:57 +00:00
forum - Patch #46743 by m3avrck: clean up forum topic navigation. Bring it in line with book.module. 2006-02-10 05:05:44 +00:00
help - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
legacy - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
locale - Patch #19444 by Gerhard: added missing initialization of array. 2006-02-01 14:28:48 +00:00
menu - Patch #47056: improved the consistency of the help texts. 2006-02-01 14:09:53 +00:00
node - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
page - Patch #46827 by wulff: fixed incorrect links. 2006-01-29 07:50:45 +00:00
path - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
ping - Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement). 2005-12-31 14:18:22 +00:00
poll - Patch #41755 by Cvbge: 2005-12-28 12:02:29 +00:00
profile - Patch #44724: fixed problem with profile.module. 2006-01-30 18:32:24 +00:00
search - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
statistics - #48616: check_plain() incorrectly applies to page titles in statistics 2006-02-09 08:28:53 +00:00
story - Patch #46827 by wulff: fixed incorrect links. 2006-01-29 07:50:45 +00:00
system - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
taxonomy - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary. 2006-02-09 08:28:28 +00:00
throttle - Patch #47584 by Kobus: improved throttle module help text. 2006-02-02 18:38:50 +00:00
tracker - Patch #48042 by markus: removed unused variable. 2006-02-06 05:51:10 +00:00
upload - #47510: Show JavaScript alert when PHP errors occur 2006-02-05 19:04:58 +00:00
user - Patch #11031 by Zen: 2006-02-10 05:46:39 +00:00
watchdog - Patch #45076 by m3avrck: fix bad markup and title for some watchdog warnings. 2006-01-26 08:42:18 +00:00
aggregator.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
archive.module - 2005 -> 2010. 2006-01-07 19:50:28 +00:00
block.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
blog.module - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view items correctly + CSS cleanup + form handling cleanup. 2006-01-26 13:43:04 +00:00
blogapi.module - Patch #46985 by merlinofchaos: fixed problem with blogapi checkboxes. 2006-01-30 18:30:44 +00:00
book.module - Patch #47098 by JonBob: fixed book navigation divs when book has no child pages. 2006-02-09 07:27:11 +00:00
comment.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
contact.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
drupal.module - Patch #45684 by wtanaka: added missing ''s 2006-01-22 07:31:38 +00:00
filter.module - #45742: XHTML slash fix. 2006-01-25 22:29:57 +00:00
forum.module - Patch #46743 by m3avrck: clean up forum topic navigation. Bring it in line with book.module. 2006-02-10 05:05:44 +00:00
help.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
legacy.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
locale.module - Patch #19444 by Gerhard: added missing initialization of array. 2006-02-01 14:28:48 +00:00
menu.module - Patch #47056: improved the consistency of the help texts. 2006-02-01 14:09:53 +00:00
node.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
page.module - Patch #46827 by wulff: fixed incorrect links. 2006-01-29 07:50:45 +00:00
path.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
ping.module - Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement). 2005-12-31 14:18:22 +00:00
poll.module - Patch #41755 by Cvbge: 2005-12-28 12:02:29 +00:00
profile.module - Patch #44724: fixed problem with profile.module. 2006-01-30 18:32:24 +00:00
search.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
statistics.module - #48616: check_plain() incorrectly applies to page titles in statistics 2006-02-09 08:28:53 +00:00
story.module - Patch #46827 by wulff: fixed incorrect links. 2006-01-29 07:50:45 +00:00
system.module - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
taxonomy.module - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary. 2006-02-09 08:28:28 +00:00
throttle.module - Patch #47584 by Kobus: improved throttle module help text. 2006-02-02 18:38:50 +00:00
tracker.module - Patch #48042 by markus: removed unused variable. 2006-02-06 05:51:10 +00:00
upload.module - #47510: Show JavaScript alert when PHP errors occur 2006-02-05 19:04:58 +00:00
user.module - Patch #11031 by Zen: 2006-02-10 05:46:39 +00:00
watchdog.module - Patch #45076 by m3avrck: fix bad markup and title for some watchdog warnings. 2006-01-26 08:42:18 +00:00