Bug 26958 - Change edit link to review link in request messages
Summary: Change edit link to review link in request messages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 17457
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-03 18:46 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-03 20:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.49 KB, patch)
2009-07-03 18:46 PDT, David Kilzer (:ddkilzer)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-07-03 18:46:22 PDT
Created attachment 32249 [details]
Patch

Mitz says that request messages should have a "review" link instead of and "edit" link.

I'll add the bug number to the ChangeLog before committing.
Comment 1 David Kilzer (:ddkilzer) 2009-07-03 18:47:28 PDT
This is the only change after copying the file:

$ diff -u BugsSite/template/en/default/request/email.txt.tmpl BugsSite/template/en/custom/request/email.txt.tmpl 
--- BugsSite/template/en/default/request/email.txt.tmpl 2009-07-02 21:30:23.000000000 -0700
+++ BugsSite/template/en/custom/request/email.txt.tmpl  2009-07-03 17:54:13.000000000 -0700
@@ -69,7 +69,7 @@
 [% FILTER bullet = wrap(80) %]
 Attachment [% attidsummary %]
 [%- END %]
-[%+ urlbase %]attachment.cgi?id=[% attachment.id %]&action=edit
+[%+ urlbase %]attachment.cgi?id=[% attachment.id %]&action=review
 [%- END %]
 [%- FILTER bullet = wrap(80) %]
Comment 2 David Kilzer (:ddkilzer) 2009-07-03 20:28:08 PDT
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       BugsSite/ChangeLog
        A       BugsSite/template/en/custom/request/email.txt.tmpl
Committed r45540

<http://trac.webkit.org/changeset/45540>