valhallasw created this task.
valhallasw added subscribers: Danny_B, pywikipedia-bugs, valhallasw, Aklapper.
valhallasw added a project: pywikibot-core.
TASK DESCRIPTION
e.g. https://cs.wikinews.org/w/index.php?title=Vy%C5%A1lo_t%C5%99et%C3%AD_vyd%C3… should be sorted using the cs collation, so the correct sort order is
```
[[Kategorie:Česko]]
[[Kategorie:Čeština]]
[[Kategorie:Jazykověda]]
[[Kategorie:Jiří Rejzek]]
[[Kategorie:Knihy]]
[[Kategorie:Kultura]]
[[Kategorie:Věda a technika]]
```
which is not what you get with a naïve non-collation-aware sort (i.e. using unicode codepoint order).
TASK DETAIL
https://phabricator.wikimedia.org/T100265
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: valhallasw
Cc: Aklapper, valhallasw, Danny_B, jayvdb, pywikipedia-bugs
Xqt created this task.
Xqt added a subscriber: Xqt.
Xqt added a project: pywikibot-compat.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
```
C:\pwb\SVN\compat>version.py
[Errno 2] No such file or directory: 'C:\\pwb\\SVN\\compat\\.svn/entries'
Serious import error; pywikibot not available - was it configured?
Traceback (most recent call last):
File "C:\pwb\SVN\compat\version.py", line 20, in <module>
pywikibot.output('Pywikibot: %s' % getversion())
AttributeError: 'module' object has no attribute 'output'
C:\pwb\SVN\compat>
C:\pwb\SVN\compat>touch.py
Traceback (most recent call last):
File "C:\pwb\SVN\compat\touch.py", line 28, in <module>
import wikipedia as pywikibot
File "C:\pwb\SVN\compat\wikipedia.py", line 6062, in <module>
versionrev=(version.getversiondict()["rev"])
File "C:\pwb\SVN\compat\pywikibot\version.py", line 68, in getversiondict
(tag, rev, date, hsh) = getversion_svn(_program_dir)
File "C:\pwb\SVN\compat\pywikibot\version.py", line 128, in getversion_svn
entries = open(os.path.join(_program_dir, '.svn/entries'))
IOError: [Errno 2] No such file or directory: 'C:\\pwb\\SVN\\compat\\.svn/entries'
C:\pwb\SVN\compat>
```
SVN Version is:
TortoiseSVN 1.8.11, Build 26392 - 64 Bit , 2015/03/19 18:50:20
Subversion 1.8.13, -release
apr 1.5.1
apr-util 1.5.4
serf 1.3.8
OpenSSL 1.0.2a 19 Mar 2015
zlib 1.2.8
TASK DETAIL
https://phabricator.wikimedia.org/T97241
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt
Cc: pywikipedia-bugs, Aklapper, Xqt, Anshoe
jayvdb added a comment.
With the latest patch, it still doesnt do the right thing for templates. It outputs...
...
Loading [[Template:Auto images]]...
The page is editable for all, deleting the template...
...
but it doesnt actually edit [[Template:Auto images]]
TASK DETAIL
https://phabricator.wikimedia.org/T70153
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: gerritbot, jayvdb, Ricordisamoa, 01tonythomas, pywikipedia-bugs