Commit Graph

5348 Commits (34896516596b19336d4917dd1d72b6b925ace732)

Author SHA1 Message Date
Dries Buytaert 7f299b7a9b - Patch #49131 by puregin: refine book permissions. 2006-02-14 19:25:02 +00:00
Dries Buytaert 308d1f200f - Patch #48993 by jvandyck: removed notices. 2006-02-14 19:19:34 +00:00
Dries Buytaert 7489c87476 - Patch #43572 by Tobias: don't accept spaces. 2006-02-14 19:17:00 +00:00
Dries Buytaert 0ec174d59c - Patch #47329 by merlinofchaos: fixed blogapi module problem. 2006-02-14 19:14:23 +00:00
Dries Buytaert 25eef00f89 - Patch #48939 by Steve Ratcliffe: added missing {} to upgrade path. 2006-02-12 05:34:34 +00:00
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
Dries Buytaert 37ec1bca84 - 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
Dries Buytaert 583d5a4ee9 - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
Dries Buytaert 91152ba7af - Patch #46743 by m3avrck: clean up forum topic navigation. Bring it in line with book.module. 2006-02-10 05:05:44 +00:00
Steven Wittens 1819de963f - #48518: Editing own comment broken under postgresl 2006-02-09 09:09:03 +00:00
Steven Wittens 993f5a4865 - #41555: truncate_utf8 infinite loop on invalid utf-8 2006-02-09 08:56:11 +00:00
Dries Buytaert 88490f6413 - Patch #47691 by Cvbge: quickfix postgresql 2006-02-09 08:52:03 +00:00
Dries Buytaert 51f8d2f33b - Patch #47406 by Zen: menu sorting shouldn't be case insensitive. 2006-02-09 08:36:54 +00:00
Steven Wittens 69339c71a3 - #48567: Busy bullets 2006-02-09 08:36:01 +00:00
Steven Wittens c9a19e3084 - #48239: Comment thread coding inefficient 2006-02-09 08:33:36 +00:00
Steven Wittens 0d89f29a3f - #48616: check_plain() incorrectly applies to page titles in statistics 2006-02-09 08:28:53 +00:00
Dries Buytaert 9004bed664 - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary. 2006-02-09 08:28:28 +00:00
Dries Buytaert c6328111a3 - Patch #48242 by markus: add/edit form in user access rules is broken. 2006-02-09 08:20:49 +00:00
Dries Buytaert b67cce5a8f - Patch #46422 by Neil: module installation hook. 2006-02-09 08:13:08 +00:00
Dries Buytaert a723204ee4 - Patch #47691 by wtanaka: performance improvement for _forum_topics_read. 2006-02-09 08:09:55 +00:00
Dries Buytaert df492f35ae - Patch #43622 / #46627 by markus: 'delete the selected posts' operation on admin/node doesn't work. 2006-02-09 07:46:04 +00:00
Dries Buytaert b28f48dc48 - Patch #44290 by Steve Dondley: fixed problem with user picture getting deleted after editing user account. 2006-02-09 07:43:43 +00:00
Dries Buytaert da1d11935d - Patch #45821 by jvandyk: improved 'illegcal choice in .' messages 2006-02-09 07:34:16 +00:00
Dries Buytaert 3b27048623 - Patch #47098 by JonBob: fixed book navigation divs when book has no child pages. 2006-02-09 07:27:11 +00:00
Dries Buytaert 6b706b50b3 - Patch #48564 by JonBob: grammar fix. 2006-02-09 07:16:47 +00:00
Dries Buytaert ef6823d418 - Patch #47999 by chx: removed dead code. 2006-02-09 07:05:49 +00:00
Steven Wittens b4933bcd30 - #47711: Better PHP5 htaccess compatibility 2006-02-08 20:42:29 +00:00
Steven Wittens a0454264af - Node revisions 404/403 handling called drupal_not_found() twice. 2006-02-08 00:47:14 +00:00
Steven Wittens 524fed30e8 - #48215: Fix update.php links at the end 2006-02-08 00:32:18 +00:00
Steven Wittens 24a598a912 - #48028: Better search form compatibility for lanky IE submission 2006-02-07 06:33:04 +00:00
Steven Wittens d67a050347 - #39674: Scroll fieldsets into view when expanding them 2006-02-07 02:29:06 +00:00
Dries Buytaert dbdca484c1 - Patch #48021 by Zen: removed unused variable. 2006-02-06 05:54:17 +00:00
Dries Buytaert cce18287a6 - Patch #48042 by markus: removed unused variable. 2006-02-06 05:51:10 +00:00
Steven Wittens 9639b7dc56 - #44850: Allow search_box() to be used for non-node searches too 2006-02-05 19:17:00 +00:00
Steven Wittens 15590cdc06 - #48036: Don't show search box in theme if you have no search permission 2006-02-05 19:08:11 +00:00
Steven Wittens d38429248e - #47510: Show JavaScript alert when PHP errors occur 2006-02-05 19:04:58 +00:00
Dries Buytaert afde65151c - Patch #47420 by m3everck: put fieldset descriptions at top. 2006-02-05 15:45:09 +00:00
Dries Buytaert 941139bf2a - Patch #47610 by Goba: reduced locale memory requirements 2006-02-05 15:42:56 +00:00
Dries Buytaert f0e6aa0506 - Patch #47853 by drewisch: removed single quotes from urls in CSS files. 2006-02-04 19:42:45 +00:00
Dries Buytaert 87f5947e51 - Patch #47868 by wtanaka: performance improvement: active topics block selects an unused column. 2006-02-04 09:56:04 +00:00
Dries Buytaert 91e152b8b8 - Patch #47705 by DriesK: comment moderation/approval wasn't working due to a bug with its forms. 2006-02-04 09:54:16 +00:00
Dries Buytaert 035fc5c649 - Patch #47544 by Morbus: Element #name, not #id, were being passed to theme_form_element. 2006-02-04 09:50:28 +00:00
Dries Buytaert d12fa41b27 - Patch #47584 by Kobus: improved throttle module help text. 2006-02-02 18:38:50 +00:00
Dries Buytaert 048bec139e - Patch #13148 by Morbus: less globals. 2006-02-02 12:44:57 +00:00
Steven Wittens b005189398 - #42083: Form API IP should be xhtml id of <form> tag 2006-02-02 02:10:31 +00:00
Steven Wittens cebc884331 - #44133: User login block not fully themed 2006-02-02 01:51:54 +00:00
Steven Wittens 635cf5eb6d - #39179: Allow skipping of option validation for selects 2006-02-02 01:35:32 +00:00
Steven Wittens d96be836c1 - #40515: MySQL UTF-8 conversion fixes 2006-02-02 01:27:57 +00:00
Dries Buytaert dcb092e627 - Patch #46927 by markus/killes: added missing t() functions. 2006-02-01 16:04:03 +00:00
Dries Buytaert f76ff3d4b5 - Patch #47277 by markus: wrong URL in admin/logs/access/<item>. 2006-02-01 15:50:01 +00:00