User Details
- User Since
- Nov 16 2014, 1:34 PM (403 w, 5 d)
- Availability
- Available
- IRC Nick
- xqt
- LDAP User
- Xqt
- MediaWiki User
- Xqt [ Global Accounts ]
Today
0700 was changed previously to 0600 in rPWBC049cd8a7 due to T206385.
Wed, Aug 10
Um
Don't know what the right word would be. You cannot edit it like a wiki but you have to change the code repository where the documentation resides.
Tue, Aug 9
Sun, Aug 7
Fri, Aug 5
T118724 must be solved first to implement this kind of sorting
This patch solves this task in most cases except there are threads added on top or in the middle of a talk page.
Thu, Aug 4
Mon, Aug 1
Please take into account that most of the documentation is autogenerated and Xsan be found at https://doc.wikimedia.org/pywikibot/master/
Sun, Jul 31
There is a remaining upstream issue:
https://github.com/PyCQA/flake8/issues/1629
Sat, Jul 30
Fri, Jul 29
Thu, Jul 28
There is a similar problem when maxarchivesize = 0T
https://test.wikipedia.org/w/index.php?title=User_talk:Ignocrates&action=history
Wed, Jul 27
Tue, Jul 26
Stable release 7.5.2 is published, I updated the table above. Use pwb.py version to verify the release. It should be either 7.6.0.dev2 or 7.5.2.
This depends on whether you are using the stable or master release.
Just run pwb.py version. For me it gives:
See the table above.
- Running the current master (7.6) will do no changed from %d to %s when find a %d field except for the new fields
- Running the current stable (7.5.1) will change from %d to %s when find a %d field
- Running older release 7.5 will always fail when find a %d field
- Running older release 7.4 and below will always fail on several wikis when find a %d field
- Running any release will never fail and no template changes are made when find a %s field
- %s fields are backward compatible and upward compatible
- new local fields are not backward compatible
- The current master will become stable in August I guess
You can also run the master branch on toolforge. There is no impact to convert fields from %d to %s. The master branch is the development fork. It is merged to the stable branch roughly every month.
It should leave it as %d or it breaks backwards compatibility.
Having %s instead of %d does not break anything because %s can work with any python types whereas %d accepts real numbers only.
Mon, Jul 25
master is rPWB517de0a and stable is 7.5.1 on toolforge.
Sun, Jul 24
Seems you are using the preinstalled stable release somehow. This should change in few hours to 7.5.1. I am afk and cannot check it now.