Page MenuHomePhabricator

&(append|prepend)Text option for index.php action=edit
Open, LowPublicFeature

Description

[[mw:Manual:Parameters_to_index.php#Edit_and_submit]] could use a little updating, but more importantly, there doesn't seem to be any appendText and/or prependText to be able to add a post to the bottom of a section on a page. Please add this (maybe similar to [[mw:API:Edit#Parameters]]).


Version: unspecified
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=53152

Details

Reference
bz53153

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:06 AM
bzimport set Reference to bz53153.
bzimport added a subscriber: Unknown Object (MLST).

I think most people use &action=edit&section=new to append text.

However, there seems to be a design issue in whatever you're working on. Most parameters to index.php are historical artifacts, because index.php pre-dates api.php. api.php is the canonical and supported means by which any program, script, or tool should be interacting with MediaWiki.

api.php has both prependtext and appendtext (and many other parameters) in its action=edit module. Before additional parameters are proposed or added to index.php, you'll need to provide a use-case that explains why api.php is insufficient.

(In reply to comment #1)

I think most people use &action=edit&section=new to append text.

However, there seems to be a design issue in whatever you're working on. Most
parameters to index.php are historical artifacts, because index.php pre-dates
api.php. api.php is the canonical and supported means by which any program,
script, or tool should be interacting with MediaWiki.

api.php has both prependtext and appendtext (and many other parameters) in
its
action=edit module. Before additional parameters are proposed or added to
index.php, you'll need to provide a use-case that explains why api.php is
insufficient.

I was under the impression that api.php couldn't be used from the address bar, was I misinformed If so, I'll close the ticket invalid and use api.php. :)

(In reply to comment #2)

I was under the impression that api.php couldn't be used from the address
bar, was I misinformed If so, I'll close the ticket invalid and use api.php.
:)

This isn't a use-case. The API can be accessed via the address bar: https://www.mediawiki.org/w/api.php.

(In reply to comment #3)

(In reply to comment #2)

I was under the impression that api.php couldn't be used from the address
bar, was I misinformed If so, I'll close the ticket invalid and use api.php.
:)

This isn't a use-case. The API can be accessed via the address bar:
https://www.mediawiki.org/w/api.php.

The API can't be POSTed to via the addressbar...

[11:22] <T13> https://en.wikipedia.org/w/api.php?title=Wikipedia_talk:AutoWikiBrowser/CheckPage&action=edit&section=2&appendtext=%2A+%7B%7BAWBUser%7C%7B%7BREVISIONUSER%7D%7D%7D%7D+%7E%7E%7E%7E%7E&summary=Requesting%20%5B%5BWP%3AAWB%7CAWB%5D%5D%20permissions&token=6195efc3b45ada8cc529a95f5a0ef1f7%2B%5C

[11:23] <T13> <error code="mustbeposted" info="The edit module requires a POST request" xml:space="preserve">
[11:23] <T13> hrmm. So... Assuming this can't be done from addressbar...
[11:23] <T13> in "a link"
[11:24] <svick> T13: yeah, it can't

Have a look at [[Special:ApiSandbox]], which can submit api requests as get or post

You should provide a use case, where you have to use a appendtext and cannot use section=new (maybe with nosummary=).

(In reply to comment #5)

Have a look at [[Special:ApiSandbox]], which can submit api requests as get
or post

You should provide a use case, where you have to use a appendtext and cannot
use section=new (maybe with nosummary=).

https://en.wikipedia.org/w/index.php?title=Wikipedia_talk%3AAutoWikiBrowser%2FCheckPage&diff=569755880&oldid=569696764

Was with

https://en.wikipedia.org/w/index.php?title=Wikipedia_talk:AutoWikiBrowser/CheckPage&action=edit&section=new&preload=Wikipedia_talk:AutoWikiBrowser/CheckPage/PermissionRequest&summary=Requesting%20%5B%5BWP%3AAWB%7CAWB%5D%5D%20permissions&wpIgnoreBlankSummary=1&wpMinoredit=1&wpWatchthis=1&nosummary=1

Which although it didn't give me a warning, it also didn't apply the
&summary=Requesting%20%5B%5BWP%3AAWB%7CAWB%5D%5D%20permissions and placed it at
the bottom of the page under the "bots" section instead of inserting it at the
bottom of the "users" section. The purpose of this specifically is to add a
button on that page that a user can click to open the edit window pre-filled in
and all they have to do is click save to insert there name/request in the
"users" section=2 for approval.

Other use cases would be to improve the "Submit this draft" buttons on the
[[Template:AFC submission/draft]] and [[Template:AFC submission/declined]]
templates where the ability to prepend the submission template to the top of
section=0 is desired.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:13 AM
Aklapper removed a subscriber: wikibugs-l-list.