Closed
Bug 534350
Opened 15 years ago
Closed 15 years ago
Add live chat ID management to tiki-adminusers.php
Categories
(support.mozilla.org Graveyard :: Chat, defect, P2)
support.mozilla.org Graveyard
Chat
Tracking
(Not tracked)
RESOLVED
FIXED
1.5.2
People
(Reporter: paulc, Assigned: paulc)
References
()
Details
(Whiteboard: sumo_only)
Attachments
(1 file, 1 obsolete file)
|
21.48 KB,
patch
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•15 years ago
|
||
Matthew, can you help clarify what needs to be managed on this page?
I'm thinking:
* livechat_id is listed under list view
* edit livechat_id for each user, listed under "Change user preferences" (the wrench icon) -- i.e. links of the form tiki-user_preferences.php?userId=12345
Anything else?
| Assignee | ||
Updated•15 years ago
|
Whiteboard: sumo_only
Comment 2•15 years ago
|
||
The livechat_id is the only field that will need to be managed in the admin panel. Admins will be able to use this to manually migrate accounts that were not migrated by the manual or automatic migration script. The same requirements forced in tiki-register.php should be enforced here as well.
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
Just to make sure, by "manually migrate" you mean just editing the livechat_id field for existing SUMO accounts, right? :)
Comment 4•15 years ago
|
||
> Just to make sure, by "manually migrate" you mean just editing the livechat_id
> field for existing SUMO accounts, right? :)
correct
| Assignee | ||
Updated•15 years ago
|
| Assignee | ||
Comment 5•15 years ago
|
||
Adds livechat id information in two places:
* viewing a list of users (listed under usernames)
* editing/adding a user (listed as an editable input)
I created a separate tiki-adminusers.tpl instead of modifying the default Tiki one.
Attachment #417567 -
Flags: review?(james)
Updated•15 years ago
|
Attachment #417567 -
Flags: review?(james) → review+
Comment 6•15 years ago
|
||
Comment on attachment 417567 [details] [diff] [review]
v1
WFM.
Maybe this is a separate bug, but should we add a read-only Live Chat ID field to the My Account page?
| Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Maybe this is a separate bug, but should we add a read-only Live Chat ID field
> to the My Account page?
I was thinking about that too. I think Matthew is planning on using the TikiWiki login to lookup users' Live Chat ID, but I'm not sure -- would be less confusing to existing users, IMHO. However, if that's not the case, we should certainly make this field easily visible to users.
Matthew: thoughts?
| Assignee | ||
Comment 8•15 years ago
|
||
Bug 535693 filed for comment 6.
Since Matthew confirmed the regex for livechat_id validation looks good, James: should I just add that '+' to the regex as in bug 534340 comment 15 and commit this (updated with revision numbers, too) patch?
Comment 9•15 years ago
|
||
Yes, please do.
| Assignee | ||
Comment 10•15 years ago
|
||
r58194.
This is the updated version of the patch, only change is an extra '+' (line 20) and the revision numbers.
Attachment #417567 -
Attachment is obsolete: true
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: 1.5.1 → 1.5.2
Updated•15 years ago
|
Updated•12 years ago
|
Product: support.mozilla.org → support.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•