WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
152086
Fix bad link on the Feature Status page
https://bugs.webkit.org/show_bug.cgi?id=152086
Summary
Fix bad link on the Feature Status page
Jon Davis
Reported
2015-12-09 11:36:56 PST
There is a link to an old page on the feature status page that is not redirecting properly because of the relative path used.
Attachments
Patch
(1.98 KB, patch)
2015-12-09 11:39 PST
,
Jon Davis
timothy
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(1.98 KB, patch)
2016-02-04 12:01 PST
,
Timothy Hatcher
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing take 2
(1.98 KB, patch)
2016-02-04 12:11 PST
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Jon Davis
Comment 1
2015-12-09 11:39:12 PST
Created
attachment 267031
[details]
Patch
Daniel Bates
Comment 2
2015-12-09 12:16:22 PST
Comment on
attachment 267031
[details]
Patch For your consideration I suggest elaborating further on the hyperlink that is broken in your ChangeLog entry.
WebKit Commit Bot
Comment 3
2015-12-09 13:23:24 PST
Comment on
attachment 267031
[details]
Patch Rejecting
attachment 267031
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'validate-changelog', '--check-oops', '--non-interactive', 267031, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run if changelog_entry.has_valid_reviewer(): AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer' Full output:
http://webkit-queues.webkit.org/results/538264
Jon Davis
Comment 4
2016-02-03 11:39:38 PST
Comment on
attachment 267031
[details]
Patch
>Index: Websites/webkit.org/ChangeLog >=================================================================== >--- Websites/webkit.org/ChangeLog (revision 193847) >+++ Websites/webkit.org/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+ 2015-12-09 Jonathan Davis <
jond@apple.com
> >+ >+ Fixed the "contribute to features" link at the bottom of the Feature Status page. >+
https://bugs.webkit.org/show_bug.cgi?id=152086
>+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wp-content/themes/webkit/status.php: >+ > 2015-12-09 Jonathan Davis <
jond@apple.com
> > > Fixed broken link:
https://webkit.org/old/security/security-group-members.html
>Index: Websites/webkit.org/wp-content/themes/webkit/status.php >=================================================================== >--- Websites/webkit.org/wp-content/themes/webkit/status.php (revision 193832) >+++ Websites/webkit.org/wp-content/themes/webkit/status.php (working copy) >@@ -382,7 +382,7 @@ h3 a[name], .admin-bar h3 a[name] { > <template id="success-template"> > <ul class="features" id="features-container"></ul> > <p>Cannot find something? You can contact <a href="
https://twitter.com/webkit
">@webkit</a> on Twitter or contact the <a href="
https://lists.webkit.org/mailman/listinfo/webkit-help
">webkit-help</a> mailing list for questions.</p> >- <p>You can also <a href="coding/contributing.html">contribute to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href="
https://bugs.webkit.org
">
https://bugs.webkit.org
</a>.</p> >+ <p>You can also <a href="/contributing-code/">contribute to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href="
https://bugs.webkit.org
">
https://bugs.webkit.org
</a>.</p> > </template> > <template id="error-template"> > <p>Error: unable to load the features list (<span id="error-message"></span>).</p>
WebKit Commit Bot
Comment 5
2016-02-03 12:09:21 PST
Comment on
attachment 267031
[details]
Patch Rejecting
attachment 267031
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'validate-changelog', '--check-oops', '--non-interactive', 267031, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run if changelog_entry.has_valid_reviewer(): AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer' Full output:
http://webkit-queues.webkit.org/results/778282
WebKit Commit Bot
Comment 6
2016-02-03 12:32:08 PST
Comment on
attachment 267031
[details]
Patch Rejecting
attachment 267031
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 267031, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run if changelog_entry.has_valid_reviewer(): AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer' Full output:
http://webkit-queues.webkit.org/results/778341
Timothy Hatcher
Comment 7
2016-02-04 12:01:52 PST
Created
attachment 270681
[details]
Patch for landing
WebKit Commit Bot
Comment 8
2016-02-04 12:04:51 PST
Comment on
attachment 270681
[details]
Patch for landing Rejecting
attachment 270681
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 270681, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run if changelog_entry.has_valid_reviewer(): AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer' Full output:
http://webkit-queues.webkit.org/results/782848
Timothy Hatcher
Comment 9
2016-02-04 12:11:08 PST
Created
attachment 270682
[details]
Patch for landing take 2
WebKit Commit Bot
Comment 10
2016-02-04 12:23:55 PST
Comment on
attachment 270682
[details]
Patch for landing take 2 Clearing flags on attachment: 270682 Committed
r196139
: <
http://trac.webkit.org/changeset/196139
>
WebKit Commit Bot
Comment 11
2016-02-04 12:24:00 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug