Go to file
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
database - #48239: Comment thread coding inefficient 2006-02-09 08:33:36 +00:00
includes - Patch #44947 by rkerr / Moshe: fixed race condition in session handling, reduced query overhead of session handling, reduced database overhead of session handling. 2006-02-10 05:42:11 +00:00
misc - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
modules - Patch #11031 by Zen: 2006-02-10 05:46:39 +00:00
scripts - Patch #167 (!) by killes: made the code style script work with ++ and -- operators. 2005-12-28 12:04:14 +00:00
sites/default - Modified patch #43709 by chx, Eaton et al.: usability improvement: put some emphasis on the no trailing slash requirement. 2006-01-08 12:10:12 +00:00
themes - Patch #13148 by Morbus: less globals. 2006-02-02 12:44:57 +00:00
.htaccess - #47711: Better PHP5 htaccess compatibility 2006-02-08 20:42:29 +00:00
CHANGELOG.txt - Patch #44373 by m3avrck: improved generated HTML/CSS. 2006-01-12 09:58:49 +00:00
INSTALL.mysql.txt - Patch #37798 by Neil: allow non-workflow form elements on the node type settings page. 2005-11-25 10:11:59 +00:00
INSTALL.pgsql.txt - #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases) 2006-01-21 01:42:52 +00:00
INSTALL.txt - Patch #37798 by Neil: allow non-workflow form elements on the node type settings page. 2005-11-25 10:11:59 +00:00
LICENSE.txt - Patch #9224 by JonBob: updated to latest version with new address and such. 2004-09-15 20:48:18 +00:00
MAINTAINERS.txt - Updated MAINTAINERS.txt 2005-11-28 09:33:12 +00:00
UPGRADE.txt - Created separate upgrade instructions. Will hopefully make it easier to spot upgrade isntructions. 2005-10-23 17:49:26 +00:00
cron.php - 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
index.php - Patch #44993 by markus, jaza, dopry et al: blank page when menu callbacks generate empty pages. 2006-01-27 18:51:51 +00:00
update.php - #48215: Fix update.php links at the end 2006-02-08 00:32:18 +00:00
xmlrpc.php - Patch #29385 by chx: removed remaining "?>"s at the end of some files. 2005-08-28 18:26:20 +00:00