Package: libwww-mediawiki-client-perl / 0.31-4
Metadata
Package | Version | Patches format |
---|---|---|
libwww-mediawiki-client-perl | 0.31-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 specifiy version of VCS Lite.patch | (download) |
Makefile.PL |
2 1 + 1 - 0 ! |
specifiy version of vcs::lite |
0002 remove problematic unicode character.patch | (download) |
bin/mvs |
2 1 + 1 - 0 ! |
remove problematic unicode character |
0003 fix error reporting IRT UNIVERAL isa.patch | (download) |
bin/mvs |
38 24 + 14 - 0 ! |
fix error reporting irt univeral::isa |
0004 patched to work with the newest version of MW.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
29 22 + 7 - 0 ! |
patched to work with the newest version of mw |
0005 fix documentation manpage.patch | (download) |
bin/mvs |
12 6 + 6 - 0 ! |
fix documentation/manpage - the -v and -q information was incorrect in that it explained it could be used before the subcommands (which it cannot) |
0006 fix bugs related to unicode handling.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
23 10 + 13 - 0 ! |
fix bugs related to unicode handling |
0007 pod2man formatting fixes.patch | (download) |
bin/mvs |
6 6 + 0 - 0 ! |
pod2man formatting fixes |
0008 page headline.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
8 6 + 2 - 0 ! |
fix reading page headline from mediawiki 1.19.5 |
0009 wuth06 get_server_encoding.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
21 19 + 2 - 0 ! |
fix missing character encoding |
0010 wuth08 config path perl 5 24.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
2 1 + 1 - 0 ! |
fix reading config file: .mediawiki |
0011 fix ampersand.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
4 4 + 0 - 0 ! |
fix downloading pages with ampersands in name |
0012 wuth04 Image_vs_File.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
9 7 + 2 - 0 ! |
fix file: vs image: pages |
0013 wuth02 Modify_pages_that_were_previously_deleted_and_recreated.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
15 15 + 0 - 0 ! |
enable editing pages that were deleted and recreated Mediawiki allows a page to be deleted and subsequently recreated. In order to make changes to such pages, the server provides and requires the client to keep track of the "start date" of the page. mvs does not do this, so cannot edit these pages. The attached patch resolves this problem. |
0014 wuth07 no_minor_checkbox.patch | (download) |
lib/WWW/Mediawiki/Client.pm |
4 3 + 1 - 0 ! |
work even when server don't support minor edit flag |
0015 wuth03 HTTP_Basic_Authentication.patch | (download) |
bin/mvs |
8 6 + 2 - 0 ! |
support login with basic http authentication |