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 file
Patch File delta Description
0001 specifiy version of VCS Lite.patch | (download)

Makefile.PL | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 specifiy version of vcs::lite


0002 remove problematic unicode character.patch | (download)

bin/mvs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove problematic unicode character


0003 fix error reporting IRT UNIVERAL isa.patch | (download)

bin/mvs | 38 24 + 14 - 0 !
1 file changed, 24 insertions(+), 14 deletions(-)

 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 !
1 file changed, 22 insertions(+), 7 deletions(-)

 patched to work with the newest version of mw


0005 fix documentation manpage.patch | (download)

bin/mvs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 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 !
1 file changed, 10 insertions(+), 13 deletions(-)

 fix bugs related to unicode handling


0007 pod2man formatting fixes.patch | (download)

bin/mvs | 6 6 + 0 - 0 !
lib/WWW/Mediawiki/Client.pm | 6 5 + 1 - 0 !
lib/WWW/Mediawiki/Client/Exceptions.pm | 6 5 + 1 - 0 !
3 files changed, 16 insertions(+), 2 deletions(-)

 pod2man formatting fixes


0008 page headline.patch | (download)

lib/WWW/Mediawiki/Client.pm | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 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 !
1 file changed, 19 insertions(+), 2 deletions(-)

 fix missing character encoding


0010 wuth08 config path perl 5 24.patch | (download)

lib/WWW/Mediawiki/Client.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix reading config file: .mediawiki


0011 fix ampersand.patch | (download)

lib/WWW/Mediawiki/Client.pm | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix downloading pages with ampersands in name


0012 wuth04 Image_vs_File.patch | (download)

lib/WWW/Mediawiki/Client.pm | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 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 !
1 file changed, 15 insertions(+)

 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 !
1 file changed, 3 insertions(+), 1 deletion(-)

 work even when server don't support minor edit flag


0015 wuth03 HTTP_Basic_Authentication.patch | (download)

bin/mvs | 8 6 + 2 - 0 !
lib/WWW/Mediawiki/Client.pm | 87 83 + 4 - 0 !
2 files changed, 89 insertions(+), 6 deletions(-)

 support login with basic http authentication