Closed
Bug 518195
Opened 16 years ago
Closed 16 years ago
[SUMO]: Forum URL's in email notifications are still in the old format
Categories
(support.mozilla.org :: Forum, task, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
1.4.1
People
(Reporter: vish_moz, Assigned: paulc)
References
()
Details
(Keywords: regression, Whiteboard: sumo_only)
Attachments
(1 file)
|
3.12 KB,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
Summary: Forum URL's in email notifications are still in the old format
Steps to Reproduce:
1. log into SUMO stage (account 'A')
2. click on 'Support Forum'
3. click on one of the forums from 'Most popular topics'
4. click on 'watch this topic'
5. log in with your other account (account 'B') and post a comment on the same forum
6. you will receive an email about the new post on your account A's email add.
Expected result:
the link to the new post should be in the new format as described in Bug 416479
( eg. link format http://support.mozilla.com/forums/1/1480)
Actual result:
the link to the post is in the olden format, https://support-stage.mozilla.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=443829#threadId446780
| Reporter | ||
Comment 1•16 years ago
|
||
Another place to fix the URL,
when you click on watch topic, the URL changes to old format, like http://support-stage.mozilla.org/tiki-view_forum_thread.php?locale=en-US&forumId=3&comments_parentId=446667&watch_event=forum_post_thread&watch_object=446667&watch_action=add
| Reporter | ||
Comment 2•16 years ago
|
||
New Bug 518209 filed for comment #1
| Assignee | ||
Comment 3•16 years ago
|
||
A quick input: there was a pref for pretty urls as part of the patch in bug 416479. Hope that's what causes this :)
Updated•16 years ago
|
Keywords: regression
Priority: -- → P1
| Assignee | ||
Comment 4•16 years ago
|
||
$machine was assigned the dir path which included en-US/forum/$id/
This patch adopts the easy fix and makes $machine actually be just the base url. It also fixes the mail template.
Assignee: nobody → paulc
Attachment #403969 -
Flags: review?(james)
Updated•16 years ago
|
Attachment #403969 -
Flags: review?(james) → review+
| Assignee | ||
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•16 years ago
|
||
Verified, FIXED.
now, the link in the email goes to the thread, https://support-stage.mozilla.org/en-US/forum/1/446784#threadId446915
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 8•16 years ago
|
||
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•