[Bug 69683] when creating a new section via the api - if the title param is supplied - the edit summary is discarded

2014-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69683

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aklap...@wikimedia.org
 Resolution|--- |WORKSFORME
 Whiteboard|aklapper-moreinfo   |

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Unfortunately closing this report as no further information has been provided.

orenbochman: Please feel free to reopen this report if you can provide the
information asked for (see comment 3) and if this still happens. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69683] when creating a new section via the api - if the title param is supplied - the edit summary is discarded

2014-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69683

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||testme
   Priority|Unprioritized   |Low
 Status|NEW |UNCONFIRMED
Version|unspecified |1.24-git
 Ever confirmed|1   |0
 Whiteboard||aklapper-moreinfo

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Oren: Please retest, see comment 3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69683] when creating a new section via the api - if the title param is supplied - the edit summary is discarded

2014-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69683

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Exact steps and command welcome (plus order of commands).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69683] when creating a new section via the api - if the title param is supplied - the edit summary is discarded

2014-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69683

--- Comment #2 from orenbochman orenboch...@gmail.com ---
err steps are - write an R library that works with the api using RCurl's
postForm
do login (2step)
get an edit token (1step)
do an edit via:

addNewSection-function(title=Wikipedia_talk:Sandbox,   
sectiontitle=sectiontitle,
summaryText,
text=text,
editToken,
curl)
  {
  #perfom the edit using these parameters
  editPars = list(
action=edit,
title=title,
section=new,  
sectiontitle=sectiontitle,
watchlist=preferences,
summary=summaryText, 
text=text,
bot=,
minor=,
format=xml,
token=editToken
)#add token to request

  x1=postForm(uri=api,.params=editPars,style=httppost,curl=curl) #edit
  #parse the result
  doc=xmlInternalTreeParse(x1, trim = TRUE)
  return(doc)
}

res=addNewSection(title=Wikipedia:Sandbox,
  sectiontitle=paste(WRAP Test ,Sys.time()),
  summaryText=WRAP test edit,
  text=Hello World MW api\n\n,
  editToken=editToken,
  curl=h)

when sectiontitle is blank - summaryText works per the docs - when it is
specified as shown edit summary remains blank.

hope this helps :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69683] when creating a new section via the api - if the title param is supplied - the edit summary is discarded

2014-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69683

--- Comment #3 from Brad Jorsch bjor...@wikimedia.org ---
This sounds like the issue that was fixed with Gerrit change 151645. That
change is going out with 1.24wmf17, which is already deployed on
test.wikipedia.org and mediawiki.org.

Can you test against one of those sites (or Beta Labs) and see if you can still
reproduce the bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l