Closed Bug 279524 Opened 20 years ago Closed 18 years ago

Separate Profile Editor from Mass User Manager

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: Bugzilla-alanjstrBugs, Assigned: Bugzilla-alanjstrBugs)

Details

Attachments

(2 files)

I'm going to split the user profile code into two chunks.  One chunk will be to
edit a single user.  The other will be for mass-editing.
Attached patch profile.phpSplinter Review
Attachment #172231 - Flags: first-review?(cst)
usermanager.php is not completely cleaned.  I want to get rid of it anyways.
Attachment #172232 - Flags: first-review?(cst)
I also split out the reset password/change password, but haven't written
password.php yet.

Deleting an author now allows someone to delete themselves.  The code for doing
this really needs work, so that we cascade to tables appropriately.  

For example: 
Get main.id for things to delete

select ID
from authorxref
where ID IN 
(
select ID
from authorxref
where userid = $userid
)
having count(*) = 1

Status: NEW → ASSIGNED
Comment on attachment 172232 [details] [diff] [review]
User Manager and Sidebar

Cancelling requests until the patches are completed.
Attachment #172232 - Flags: first-review?(cst)
Comment on attachment 172232 [details] [diff] [review]
User Manager and Sidebar

Cancelling requests until the patches are completed.
Comment on attachment 172232 [details] [diff] [review]
User Manager and Sidebar

Cancelling requests until the patches are completed.
(In reply to comment #6)
> (From update of attachment 172232 [details] [diff] [review] [edit])
> Cancelling requests until the patches are completed.
> 

Bugzilla was 500'ing, sorry.
I'm going to take the liberty of WONTFIXing this, because it's been idle for ages and there are CRUD/RAD plans afoot.  (Happiness is a tidy bug queue.)
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: