summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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 #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
|
* - Patch #47691 by Cvbge: quickfix postgresqlDries Buytaert2006-02-09
|
* - Patch #47406 by Zen: menu sorting shouldn't be case insensitive.Dries Buytaert2006-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 #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
|
* - Node revisions 404/403 handling called drupal_not_found() twice.Steven Wittens2006-02-08
|
* - #48028: Better search form compatibility for lanky IE submissionSteven 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
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #47868 by wtanaka: performance improvement: active topics block ↵Dries Buytaert2006-02-04
| | | | selects an unused column.
* - Patch #47705 by DriesK: comment moderation/approval wasn't working due to ↵Dries Buytaert2006-02-04
| | | | a bug with its forms.
* - Patch #47584 by Kobus: improved throttle module help text.Dries Buytaert2006-02-02
|
* - #44133: User login block not fully themedSteven Wittens2006-02-02
|
* - Patch #47277 by markus: wrong URL in admin/logs/access/<item>.Dries Buytaert2006-02-01
|
* - Patch #46126 by killes: properly initialize the user roles array.Dries Buytaert2006-02-01
|
* - Patch #46123 by markus: rebuild the menu after chaning settings.Dries Buytaert2006-02-01
|
* - Patch #47300 by kumo: fixed the re-index cancelation link.Dries Buytaert2006-02-01
|
* - Patch #47066 by Zen: removed dead code.Dries Buytaert2006-02-01
|
* - Patch #19444 by Gerhard: added missing initialization of array.Dries Buytaert2006-02-01
|
* - Patch #46864 by stmind: fixed problem with node-level permissions and forums.Dries Buytaert2006-02-01
|
* - Patch #45785 by Markus: Not enabled themes shouldn't appear in ↵Dries Buytaert2006-02-01
| | | | admin/themes/settings.
* - Patch #46933 by Gerhard: moderated nodes are not indexed.Dries Buytaert2006-02-01
|
* - Patch #47056: improved the consistency of the help texts.Dries Buytaert2006-02-01
|
* - Patch #47344 by gordon: fixed problem with anonymous user role not being ↵Dries Buytaert2006-02-01
| | | | properly initialized.
* - Patch #47045 by Cvbge: fixed problem with deleting comments.Dries Buytaert2006-02-01
|
* - Modified patch #46227 by chx: comment token is broken.Dries Buytaert2006-01-31
|
* - Patch #44724: fixed problem with profile.module.Dries Buytaert2006-01-30
|
* - Patch #46985 by merlinofchaos: fixed problem with blogapi checkboxes.Dries Buytaert2006-01-30
|
* - Patch #46622 by Neil: more forgiving hook_user('view').Dries Buytaert2006-01-29
|
* - Patch #46827 by wulff: fixed incorrect links.Dries Buytaert2006-01-29
|
* - Patch #46705 by killes: don't use array_merge.Dries Buytaert2006-01-29
|
* - Patch #46759 by chx: made it possible to change your password when using php5.Dries Buytaert2006-01-29
|
* - Patch #46400 by m3avrck: clean up book navigation markup + UI ↵Dries Buytaert2006-01-27
| | | | improvements. (Hint: the forum module has previous and next links too.)
* - Patch #35499 by samo, m3avrck, et al: one-time login link does not provide ↵Dries Buytaert2006-01-27
| | | | adequate feedback to user errors.
* - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view ↵Dries Buytaert2006-01-26
| | | | items correctly + CSS cleanup + form handling cleanup.