Last modified: 2010-05-15 15:41:17 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10592, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8592 - action=render: forgot main action=edit link?
action=render: forgot main action=edit link?
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.7.x
PC Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-11 21:46 UTC by Dan Jacobson
Modified: 2010-05-15 15:41 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2007-01-11 21:46:26 UTC
No big deal but,
$ URL=...index.php?title=Some_page
$ mech-dump --links $URL|grep -c edit
8
$ mech-dump --links $URL\&action=render|grep -c edit
6

What's the difference? Mainly the latter lacks
...title=Some_page&action=edit

I.e., both have the many
title=Some_page&action=edit&section=...

But the latter lacks
title=Some_page&action=edit

Therefore there is no way to edit the top most part of the page if one
uses action=render.

I'd say give all the edit links or none.

Anyway I stumbled upon this action=render thing, and was sure you
wanted my test drive results.
Comment 1 Brion Vibber 2007-01-11 22:05:31 UTC
?action=render produces only the content portion, with local URLs replaced with
full URLs. No UI or navigation areas are included.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links