[Pywikipedia-bugs] [Maniphest] [Claimed] T246549: listpages.py: Add option for adding custom text before the list

2020-07-12 Thread Shreyasminocha
Shreyasminocha claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T246549 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shreyasminocha Cc: Xqt, srishakatux, Dvorapa, Aklapper, Liuxinyu970226, pywikibot-bugs-list, Zoranzoki21

[Pywikipedia-bugs] [Maniphest] [Assigned] T184115: Pywikibot: Add missing docstring params

2018-12-25 Thread Shreyasminocha
Shreyasminocha assigned this task to AdityaJ. TASK DETAILhttps://phabricator.wikimedia.org/T184115EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AdityaJ, ShreyasminochaCc: AdityaJ, Dvorapa, D3r1ck01, Aklapper, pywikibot-bugs-list, MtDu, Framawiki, jayvdb

[Pywikipedia-bugs] [Maniphest] [Retitled] T148121: [GCI easy task] Find and fix syntax errors in translated messages

2018-12-03 Thread Shreyasminocha
Shreyasminocha renamed this task from "[GCI template easy task] Find and fix syntax errors in translated messages" to "[GCI easy task] Find and fix syntax errors in translated messages". TASK DETAILhttps://phabricator.wikimedia.org/T148121EMAIL PREFERENCEShttps://phabricator.wi

[Pywikipedia-bugs] [Maniphest] [Retitled] T151438: Edit pages only if edit size/number of characters changed is above threshold

2018-11-05 Thread Shreyasminocha
Shreyasminocha renamed this task from "edit pages only if edit size/number of characters changed is above treshold" to "Edit pages only if edit size/number of characters changed is above threshold".Shreyasminocha updated the task description. (Show Details) CHANGES TO TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T200399: Make Pywikibot remove disambiguation bracket in labels to created new items for articles in Wikidata

2018-11-05 Thread Shreyasminocha
Shreyasminocha added a comment. @Xqt Thank you so much for your patience with me.TASK DETAILhttps://phabricator.wikimedia.org/T200399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ShreyasminochaCc: gerritbot, D3r1ck01, Liuxinyu970226, revi, jayvdb, JAnD

[Pywikipedia-bugs] [Maniphest] [Commented On] T200399: Make Pywikibot remove disambiguation bracket in labels to created new items for articles in Wikidata

2018-10-31 Thread Shreyasminocha
Shreyasminocha added a comment. @Framawiki Would it suffice if I handle only: 1. Georgia (Country) 2. Georgia (Something) (Country) // here it would remove both with the index approach? The following will break stuff: 3. Georgia ((Country)) 4. Georgia (Country 5. Georgia Country) Are any

[Pywikipedia-bugs] [Maniphest] [Commented On] T200399: Make Pywikibot remove disambiguation bracket in labels to created new items for articles in Wikidata

2018-10-30 Thread Shreyasminocha
Shreyasminocha added a comment. @Xyt To clarify, I haven't implemented the second approach. We have two options—the regex-based approach I illustrated or an index-based approach (looping over the characters in the string, looking for an open parenthesis and trimming everything after that or a more