Closed
Bug 522151
Opened 16 years ago
Closed 16 years ago
[SUMO] Forum links in My Account->My Watches are not pretty
Categories
(support.mozilla.org :: Forum, task, P1)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
1.4.1
People
(Reporter: vish_moz, Assigned: jsocol)
References
()
Details
(Whiteboard: sumo_only urlhandling)
Attachments
(1 file, 1 obsolete file)
4.88 KB,
patch
|
paulc
:
review+
|
Details | Diff | Splinter Review |
Summary: [SUMO] Forum links in My Account->My Watches are not pretty
Pre-condition: You need to be watching a forum topic
Steps to reproduce:
1. log into SUMO Stage
2. go to My Account->My Watches
3. click on one of the forum you are watching
expected result:
forum url will be in the new format, https://support-stage.mozilla.org/en-US/forum/1/446834
actual result:
forum URL is in the old format, https://support-stage.mozilla.org/tiki-user_watches.php?locale=en-US
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → james
Severity: blocker → major
Priority: -- → P1
Target Milestone: --- → 1.4.1
Assignee | ||
Comment 1•16 years ago
|
||
This reorders the parameters for new watches so they will be friendly from now on.
Unfortunately, any extant watches will not be updated. They go to the right place, they just aren't friendly.
Attachment #406149 -
Flags: review?(morgamic)
Assignee | ||
Updated•16 years ago
|
Attachment #406149 -
Flags: review?(morgamic) → review?(paulc)
Updated•16 years ago
|
Attachment #406149 -
Flags: review?(paulc) → review-
Comment 2•16 years ago
|
||
Comment on attachment 406149 [details] [diff] [review]
patch, v1
This works for me, except you missed a spot: there's another instance of add_user_watch in tiki-view_forum.php:470 & 473
This code is fine, but let's do it all in one patch.
Assignee | ||
Comment 3•16 years ago
|
||
Good eye, thanks.
Attachment #406149 -
Attachment is obsolete: true
Attachment #406470 -
Flags: review?(paulc)
Updated•16 years ago
|
Attachment #406470 -
Flags: review?(paulc) → review+
Comment 4•16 years ago
|
||
Comment on attachment 406470 [details] [diff] [review]
patch, v2
WFM
Assignee | ||
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Not sure how we'll handle our URL rewrites when upstreaming. I've seen a lot of bugs related to it and they might have the same solution?
Whiteboard: sumo_triage
Comment 9•16 years ago
|
||
Bug 522813 and 522814 are about how to make this more centralized. There's really not much to upstream until we get to those.
Updated•16 years ago
|
Whiteboard: sumo_triage → sumo_only urlhandling
You need to log in
before you can comment on or make changes to this bug.
Description
•