Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
user.module
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
12 Aug 2007 at 23:19 UTC
Updated:
24 Sep 2007 at 13:22 UTC
Jump to comment: Most recent file
Another big one. About 1200 lines saved.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | user_94.patch | 141.7 KB | Crell |
| #5 | user_93.patch | 141.74 KB | dvessel |
| #4 | user_92.patch | 137.77 KB | dvessel |
| #2 | user_91.patch | 146.19 KB | Crell |
| user_90.patch | 120.79 KB | Crell |
Comments
Comment #1
Crell commentedNeeds reroll, as soon as I figure out what broke.
Comment #2
Crell commentedSadly the lack of a file key on the form registry means some functions need to live in the main module because they're used both admin and user side. Bah.
Comment #3
dvessel commentedLog out from your account will result in a fatal error.
user_login_default_validators() is needed inside the module. Doing a bit more testing then will post a patch.
Comment #4
dvessel commentedThis is new territory for me so I know the patch will need to be cleaned up. The some of the file set inside menu_user() might need to be removed. Otherwise it's working.
The login block wasn't working but that's fixed and no more fatal errors for anonymous users.
Comment #5
dvessel commentedI think this is ready. Moved over a few more template preprocess functions and cleaned up some of the docs.
It's a bit messy since I was trying to undo some of Crell's work. Couple of functions were moved around in the main module so it'll be bit hard to read.
Just need one more to verify but from my testing, it's all working well.
Comment #6
Crell commentedVery slight breakage due to HEAD moving. Easily fixed. Can we get a 3rd party RTBC from this? user is one of the "high impact" modules.
Comment #7
pwolanin commentedinitial testing seems to be fine - are there any potential problem areas to be examined?
Comment #8
Crell commentedNot really. Once nice thing about the page split patches is that they really shouldn't have any subtle bugs. They'll either work or throw Fatal errors on selected pages. :-)
Comment #9
pwolanin commentedtested out all the user paths- nothing breaks.
Comment #10
gábor hojtsyOk, committed. Thanks.
Comment #11
(not verified) commented