summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #47919 by ma3vrck and Thomas: improved error handling/reporting.Dries Buytaert2006-02-19
|
* - Pach #44947 by Moshe: fixed bug with session handling.Dries Buytaert2006-02-17
|
* - Patch #48918 by chx: remove POST from poll.Dries Buytaert2006-02-17
|
* - Patch #49463 by markus: removed unused variable.Dries Buytaert2006-02-16
|
* - Patch #49198 by Ber: improved documentation of filter-roles setting.Dries Buytaert2006-02-16
|
* - Patch #49132 by Tobias and Zen: fixed problem with profile fields being ↵Dries Buytaert2006-02-16
| | | | mangled.
* - Patch #49129 by markus: remove port from HTTP requests.Dries Buytaert2006-02-16
|
* - Patch #47919 by Thomas: fixed various glitches with MySQLi's error ↵Dries Buytaert2006-02-15
| | | | handling and non-standard port support..
* - Patch #17291 by budda: made mission statement work on aliased front pages.Dries Buytaert2006-02-15
|
* - Patch #49462 by Markus: blogapi doesn't output alternative link if ↵Dries Buytaert2006-02-15
| | | | frontpage is an alias.
* - Patch #47785 by chx: login block not w3 compatible (two id attributes)Dries Buytaert2006-02-15
|
* - Patch #46743 by Morbus: fixed double encoding issue.Dries Buytaert2006-02-15
|
* - #35073: Admin/node category filter not workingSteven Wittens2006-02-14
|
* - Patch #49131 by puregin: refine book permissions.Dries Buytaert2006-02-14
|
* - Patch #48993 by jvandyck: removed notices.Dries Buytaert2006-02-14
|
* - Patch #43572 by Tobias: don't accept spaces.Dries Buytaert2006-02-14
|
* - Patch #47329 by merlinofchaos: fixed blogapi module problem.Dries Buytaert2006-02-14
|
* - Patch #48939 by Steve Ratcliffe: added missing {} to upgrade path.Dries Buytaert2006-02-12
|
* - Patch #11031 by Zen:Dries Buytaert2006-02-10
| | | | | | | | | * 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.
* - Patch #44947 by rkerr / Moshe: fixed race condition in session handling, ↵Dries Buytaert2006-02-10
| | | | reduced query overhead of session handling, reduced database overhead of session handling.
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - Patch #46743 by m3avrck: clean up forum topic navigation. Bring it in ↵Dries Buytaert2006-02-10
| | | | line with book.module.
* - #48518: Editing own comment broken under postgreslSteven Wittens2006-02-09
|
* - #41555: truncate_utf8 infinite loop on invalid utf-8Steven Wittens2006-02-09
|
* - Patch #47691 by Cvbge: quickfix postgresqlDries Buytaert2006-02-09
|
* - Patch #47406 by Zen: menu sorting shouldn't be case insensitive.Dries Buytaert2006-02-09
|
* - #48567: Busy bulletsSteven Wittens2006-02-09
|
* - #48239: Comment thread coding inefficientSteven Wittens2006-02-09
|
* - #48616: check_plain() incorrectly applies to page titles in statisticsSteven Wittens2006-02-09
|
* - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary.Dries Buytaert2006-02-09
|
* - Patch #48242 by markus: add/edit form in user access rules is broken.Dries Buytaert2006-02-09
|
* - Patch #46422 by Neil: module installation hook.Dries Buytaert2006-02-09
|
* - Patch #47691 by wtanaka: performance improvement for _forum_topics_read.Dries Buytaert2006-02-09
|
* - Patch #43622 / #46627 by markus: 'delete the selected posts' operation on ↵Dries Buytaert2006-02-09
| | | | admin/node doesn't work.
* - Patch #44290 by Steve Dondley: fixed problem with user picture getting ↵Dries Buytaert2006-02-09
| | | | deleted after editing user account.
* - Patch #45821 by jvandyk: improved 'illegcal choice in .' messagesDries Buytaert2006-02-09
|
* - Patch #47098 by JonBob: fixed book navigation divs when book has no child ↵Dries Buytaert2006-02-09
| | | | pages.
* - Patch #48564 by JonBob: grammar fix.Dries Buytaert2006-02-09
|
* - Patch #47999 by chx: removed dead code.Dries Buytaert2006-02-09
|
* - #47711: Better PHP5 htaccess compatibilitySteven Wittens2006-02-08
|
* - Node revisions 404/403 handling called drupal_not_found() twice.Steven Wittens2006-02-08
|
* - #48215: Fix update.php links at the endSteven Wittens2006-02-08
|
* - #48028: Better search form compatibility for lanky IE submissionSteven Wittens2006-02-07
|
* - #39674: Scroll fieldsets into view when expanding themSteven Wittens2006-02-07
|
* - Patch #48021 by Zen: removed unused variable.Dries Buytaert2006-02-06
|
* - Patch #48042 by markus: removed unused variable.Dries Buytaert2006-02-06
|
* - #44850: Allow search_box() to be used for non-node searches tooSteven Wittens2006-02-05
|
* - #48036: Don't show search box in theme if you have no search permissionSteven Wittens2006-02-05
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #47420 by m3everck: put fieldset descriptions at top.Dries Buytaert2006-02-05
|