File: ChangeLog

package info (click to toggle)
libwww-mediawiki-client-perl 0.31-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 652 kB
  • sloc: perl: 1,607; makefile: 45
file content (934 lines) | stat: -rw-r--r-- 25,736 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--mark@sdf-eu.org--arch/WWW-Mediawiki-Client--0.25
#
2006-07-01 17:55:03 GMT Mark Jaroski <mark@geekhive.net>	patch-49

    Summary:
       Fixed an errant test failure in wikitravel related urls.

2006-06-29 15:46:45 GMT Mark Jaroski <mark@geekhive.net>	patch-49

    Summary:
      Removed file t/files/.mediawiki which was errently causing the server
      tests to be run for users who had not set up a server.

2006-06-27 07:01:15 GMT Mark Jaroski <mark@geekhive.net>	patch-48

    Summary:
      Fixed a number of bugs from RT, and one that I found.


2005-06-06 13:12:06 GMT	Mark Jaroski <mark@geekhive.net>	patch-47

    Summary:
      Fixed a couple of minor bugs, added documentation
    Revision:
      WWW-Mediawiki-Client--0.25--patch-47

    Fixed two bugs that had to do with dependencies, including changing the
    version number of URI required to 1.31, and added a use Encode line.  Added
    to the documentation to highlight differences.
    
    -mark
    
    

    modified files:
     ChangeLog Makefile.PL bin/mvs lib/WWW/Mediawiki/Client.pm


2005-06-03 15:16:58 GMT	Mark Jaroski <mark@geekhive.net>	patch-46

    Summary:
      added encoding field
    Revision:
      WWW-Mediawiki-Client--0.25--patch-46

    Some Mediawiki servers use encodings other than UTF-8.  For these servers
    it's necessary to detect the encoding and use it for uploading content.
    
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-30 14:00:48 GMT	Mark Jaroski <mark@geekhive.net>	patch-45

    Summary:
      added hack to correct UTF-8 file upload problem
    Revision:
      WWW-Mediawiki-Client--0.25--patch-45

    Added a hack to correct a problem with multibyte characters in URL::Encode
    which is used when uploading data through LWP.
    
    

    modified files:
     lib/WWW/Mediawiki/Client.pm


2005-05-30 07:24:31 GMT	Mark Jaroski <mark@geekhive.net>	patch-44

    Summary:
      got rid of wide character warnings
    Revision:
      WWW-Mediawiki-Client--0.25--patch-44

    Perl issues "wide character" warnings when writing UNICODE to non-unicode
    streams and filehandles.  This fixes that.  I worry that it's broken
    iso-8859-1 support though.

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm t/client.t


2005-05-28 13:12:49 GMT	Mark Jaroski <mark@geekhive.net>	patch-43

    Summary:
      added documentation for using a PROXY
    Revision:
      WWW-Mediawiki-Client--0.25--patch-43

    Added documentation on how configure mvs to work with an http proxy.
    
    

    modified files:
     ChangeLog bin/mvs


2005-05-27 16:02:08 GMT	Mark Jaroski <mark@geekhive.net>	patch-42

    Summary:
      fixed update output, got rid of utf8 warning
    Revision:
      WWW-Mediawiki-Client--0.25--patch-42

    I had messed up the update output by leaving it dependant on the @files
    variable even when it was empty because that is now being done within the
    library.
    
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-27 14:55:54 GMT	Mark Jaroski <mark@geekhive.net>	patch-41

    Summary:
      a little more about images
    Revision:
      WWW-Mediawiki-Client--0.25--patch-41


    modified files:
     TODO


2005-05-27 14:37:05 GMT	Mark Jaroski <mark@geekhive.net>	patch-40

    Summary:
      added documentation for ENV variables
    Revision:
      WWW-Mediawiki-Client--0.25--patch-40


    modified files:
     TODO bin/mvs


2005-05-26 14:04:46 GMT	Mark Jaroski <mark@geekhive.net>	patch-39

    Summary:
      Credit for Adrian
    Revision:
      WWW-Mediawiki-Client--0.25--patch-39

    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-30
       Added self to authors list, and moved it =over for perldoc formatting.
    

    modified files:
     lib/WWW/Mediawiki/Client.pm

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-30


2005-05-25 19:17:07 GMT	Mark Jaroski <mark@geekhive.net>	patch-38

    Summary:
      fixed two POD errors, and a warning for commands with no status
    Revision:
      WWW-Mediawiki-Client--0.25--patch-38


    modified files:
     ChangeLog bin/mvs


2005-05-25 15:53:30 GMT	Mark Jaroski <mark@geekhive.net>	patch-37

    Summary:
      took out introspection
    Revision:
      WWW-Mediawiki-Client--0.25--patch-37

    I replaced the introspection methods with a simple call to list_wiki_files
    in do_update().
    
    

    modified files:
     lib/WWW/Mediawiki/Client.pm


2005-05-25 15:35:57 GMT	Mark Jaroski <mark@geekhive.net>	patch-36

    Summary:
      CONSTANTS and style tidying
    Revision:
      WWW-Mediawiki-Client--0.25--patch-36

    Some of the new code is in Adrian's style, which is fine on it's own, but
    it's probably better to be consistant here.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-25 10:01:35 GMT	Mark Jaroski <mark@geekhive.net>	patch-35

    Summary:
      droped export_path, fixed problem with do_update retval
    Revision:
      WWW-Mediawiki-Client--0.25--patch-35

    It's possible to reach the Special:Export page using the wiki_path field,
    so I've dropped the extra field as redundant, and a possible source of
    bugs.  I've also changed the way the status field works (returns a hashref
    instead of a list) and so eliminated the failures which had recently been
    introduced in t/server.t
    
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm t/server.t


2005-05-24 20:16:04 GMT	Mark Jaroski <mark@geekhive.net>	patch-34

    Summary:
      bug fixes for Adrian's changes
    Revision:
      WWW-Mediawiki-Client--0.25--patch-34

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-17
       Switched to more descriptive and unified option variables.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-18
       Accept parameter values for --wikipath, --spaces (oops).
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-19
       Fixed a missing field in the new option exception.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-20
       Fixed a couple of bugs in my recent W-M-C changes.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-21
       Added multi-state --minor and --watch options.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-22
       Documentation spelling and usage fixes.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-23
       Another documentation fix, re: single-file commit.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-24
       Added docs for 'preview'.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-25
       Added docs for 'clean'.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-26
       Fixed a couple of option handling bugs.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-27
       Another bug I left in W-M-C re: minor edits.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-28
       Proper reporting of watch and minor values.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-29
       Genericised English-to-option and option-to-English.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-17
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-18
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-19
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-20
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-21
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-22
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-23
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-24
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-25
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-26
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-27
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-28
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-29


2005-05-24 20:07:41 GMT	Mark Jaroski <mark@geekhive.net>	patch-33

    Summary:
      Better use of information from Mediawiki server, from Adrian Irving-Beer
    Revision:
      WWW-Mediawiki-Client--0.25--patch-33

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-13
       Added capturing of more information from the edit page (watch now, default watch/minor).
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-14
       Changed 'watch' and 'minor_edit' to quad- and tri-state options, respectively.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-15
       Added 'use strict' to all tests.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-16
       Got rid of extraneous debug Dumper use.
    

    modified files:
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t
     t/exceptions.t t/mvs.t t/server.t

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-13
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-14
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-15
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-16


2005-05-24 20:04:34 GMT	Mark Jaroski <mark@geekhive.net>	patch-32

    Summary:
      previw support from Adrian Irving-Beer
    Revision:
      WWW-Mediawiki-Client--0.25--patch-32

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-10
       Added explicit return, because I run 'mvs' wrapped for testing.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-11
       Getopt::Long support, and option support conditional on command.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-12
       Preview support.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-10
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-11
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-12


2005-05-24 20:00:05 GMT	Mark Jaroski <mark@geekhive.net>	patch-31

    Summary:
      added clean command from Adrian Irving-Beer
    Revision:
      WWW-Mediawiki-Client--0.25--patch-31

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-9
       Added 'clean' command.
    

    modified files:
     lib/WWW/Mediawiki/Client.pm

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-9


2005-05-24 19:57:01 GMT	Mark Jaroski <mark@geekhive.net>	patch-30

    Summary:
      Special:Export support from Adrian Irving-Beer
    Revision:
      WWW-Mediawiki-Client--0.25--patch-30

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-4
       Basic export support.  Multi-file update too, but not supported yet.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-5
       Added multi-file support for update (no default yet).
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-6
       Added doc block for export_path, mostly the same as wiki_path.
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-7
       Add default_files method.  (Unsure about this; see patch log.)
    

    modified files:
     ChangeLog bin/mvs lib/WWW/Mediawiki/Client.pm

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-4
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-5
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-6
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-7


2005-05-24 09:30:44 GMT	Mark Jaroski <mark@geekhive.net>	patch-29

    Summary:
      error check for non-exception errors
    Revision:
      WWW-Mediawiki-Client--0.25--patch-29

    
    
    Patches applied:
    
     * wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-3
       Report unknown run-time errors, e.g. syntax.
    

    modified files:
     bin/mvs

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-3


2005-05-24 09:20:56 GMT	Mark Jaroski <mark@geekhive.net>	patch-28

    Summary:
      No-read test fails for root or fakeroot, skip it.
    Revision:
      WWW-Mediawiki-Client--0.25--patch-28

    Applied patch from Adrian Irving-Beer <wisq@wisq.net>.  This test was
    failing as root, which is a problem when building a debian package.
    

    modified files:
     t/client.t

    new patches:
     wisq@wisq.net--2004/libwww-mediawiki-client-perl--devo--0.25--patch-1


2005-05-22 14:25:33 GMT	Mark Jaroski <mark@geekhive.net>	patch-27

    Summary:
      applied patch from Sbastien Aperghis
    Revision:
      WWW-Mediawiki-Client--0.25--patch-27

    Here is a documentation patch that corrects the =head1 NAME of one
    of the modules so that it appears correctly.
    
    Thanks Sbastien!
    
    

    modified files:
     ChangeLog lib/WWW/Mediawiki/Client/Exceptions.pm


2005-05-19 09:40:37 GMT	Mark Jaroski <mark@geekhive.net>	patch-26

    Summary:
      documentation for new exception
    Revision:
      WWW-Mediawiki-Client--0.25--patch-26

    Added documentation for the CommitException.

    modified files:
     lib/WWW/Mediawiki/Client/Exceptions.pm


2005-05-16 16:21:35 GMT	Mark Jaroski <mark@geekhive.net>	patch-25

    Summary:
      created exception for spam filter response
    Revision:
      WWW-Mediawiki-Client--0.25--patch-25

    If the page you are trying to commit contains a URL which trips the spam
    filter the page cannot be commited.  The client now recogizes this
    situation and throws an appropriate exception.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm


2005-05-16 09:22:07 GMT	Mark Jaroski <mark@geekhive.net>	patch-24

    Summary:
      simplified reporting
    Revision:
      WWW-Mediawiki-Client--0.25--patch-24

    Made the reporting just a tiny bit friendlier.
    

    modified files:
     bin/mvs


2005-05-11 12:27:19 GMT	Mark Jaroski <mark@geekhive.net>	patch-23

    Summary:
      documented switch to VCS::Lite
    Revision:
      WWW-Mediawiki-Client--0.25--patch-23

    Documented the switch to VCS::Lite
    
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-08 09:38:19 GMT	Mark Jaroski <mark@geekhive.net>	patch-22

    Summary:
      credits
    Revision:
      WWW-Mediawiki-Client--0.25--patch-22

    Credit for bug reports and feedback.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-08 09:21:00 GMT	Mark Jaroski <mark@geekhive.net>	patch-21

    Summary:
      added credits and listinfo
    Revision:
      WWW-Mediawiki-Client--0.25--patch-21

    Added credits and mailing list information
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm


2005-05-06 15:45:46 GMT	Mark Jaroski <mark@geekhive.net>	patch-20

    Summary:
      fixed major merge bug
    Revision:
      WWW-Mediawiki-Client--0.25--patch-20

    There have been merge problems all along with Algorithm::Diff::Apply, in
    that it sometimes would loose the local changes, in trying to abstract away
    conflicts.  I had tried Algorithm::Merge, but that was even worse, since it
    completely destroyed files.  So now we are on VCS::Lite, which seems to
    work better.
    
    

    modified files:
     Makefile.PL lib/WWW/Mediawiki/Client.pm t/files/merged.wiki


2005-05-06 14:05:26 GMT	Mark Jaroski <mark@geekhive.net>	patch-19

    Summary:
      documentation and bugfix
    Revision:
      WWW-Mediawiki-Client--0.25--patch-19

    Fixed a bug in which update was not getting default values. Updated the
    perldoc for mvs.
    
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm t/files/example.mediawiki


2005-05-04 16:14:29 GMT	Mark Jaroski <mark@geekhive.net>	patch-18

    Summary:
      Fixed pagename bug
    Revision:
      WWW-Mediawiki-Client--0.25--patch-18

    Fixed a bug in which an error would be thrown even though a page was
    successfully downloaded.
    
    
    

    modified files:
     lib/WWW/Mediawiki/Client.pm t/client.t


2005-05-03 16:25:30 GMT	Mark Jaroski <mark@geekhive.net>	patch-17

    Summary:
      mvs works again
    Revision:
      WWW-Mediawiki-Client--0.25--patch-17

    I'm in the process now of doing monkey testing, and using my observations
    to write new tests.
    

    modified files:
     bin/mvs lib/WWW/Mediawiki/Client.pm t/server.t


2005-05-03 10:51:33 GMT	Mark Jaroski <mark@geekhive.net>	patch-16

    Summary:
      All tests passing
    Revision:
      WWW-Mediawiki-Client--0.25--patch-16

    Both the client and server tests are all passing now.  Documented the
    Exception classes.  Now I just have to finish the wrapper script.
    

    modified files:
     Makefile.PL lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/files/merged.wiki
     t/server.t


2005-05-03 08:27:26 GMT	Mark Jaroski <mark@geekhive.net>	patch-15

    Summary:
      server conflict check works again
    Revision:
      WWW-Mediawiki-Client--0.25--patch-15

    The do_commit method now correctly throws an exception if the version on
    the server has changed.  I went back to taking down the server version and
    comparing it.  I was hoping to have the server make the decision by sending
    it the wpEditTime field, that however seems to be a struggle, and is in
    some ways *more* error prone than doing the comparison.
    
    That said there is still the tiny chance of somebody making a change during
    the few cycles between our comparison and our upload.  That's a race
    condition, so if sending the date can be made reliable then that's the way
    to do it.

    modified files:
     lib/WWW/Mediawiki/Client.pm t/server.t


2005-05-02 16:25:50 GMT	Mark Jaroski <mark@geekhive.net>	patch-14

    Summary:
      more tests, site_url -> host
    Revision:
      WWW-Mediawiki-Client--0.25--patch-14

    site_url is DEPRECATED NOW, to be replaced by host.
    
    

    modified files:
     lib/WWW/Mediawiki/Client.pm t/server.t


2005-05-02 08:16:03 GMT	Mark Jaroski <mark@geekhive.net>	patch-13

    Summary:
      do_update tested
    Revision:
      WWW-Mediawiki-Client--0.25--patch-13

    The basic server tests for do_update (and do_commit) are working now.  I
    still have to do some more exception testing, and try to find and test any
    boundary conditions.
    
    

    modified files:
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t
     t/files/example.mediawiki t/files/merged.wiki t/server.t


2005-04-29 16:14:17 GMT	Mark Jaroski <mark@geekhive.net>	patch-12

    Summary:
      more test wiki files
    Revision:
      WWW-Mediawiki-Client--0.25--patch-12

    
    

    new files:
     t/files/.arch-ids/Main_Page.html.id
     t/files/.arch-ids/Main_Page.wiki.id t/files/Main_Page.html
     t/files/Main_Page.wiki


2005-04-29 16:13:42 GMT	Mark Jaroski <mark@geekhive.net>	patch-11

    Summary:
      Worked out mechanism for server tests
    Revision:
      WWW-Mediawiki-Client--0.25--patch-11


    new files:
     t/files/.arch-ids/example.mediawiki.id
     t/files/example.mediawiki

    modified files:
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t
     t/exceptions.t t/server.t {arch}/=tagging-method


2005-04-28 17:38:04 GMT	Mark Jaroski <mark@geekhive.net>	patch-10

    Summary:
      Finished tests
    Revision:
      WWW-Mediawiki-Client--0.25--patch-10

    I've written all of the tests I've thought of so far, and gotten the code
    to pass them.  Seems like a good place to stop for just now.

    modified files:
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t


2005-04-28 15:07:07 GMT	Mark Jaroski <mark@geekhive.net>	patch-9

    Summary:
      Added tests for all accessors
    Revision:
      WWW-Mediawiki-Client--0.25--patch-9

    I've finished the accessor tests and fixed some bugs found while writing
    them.

    modified files:
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t
     t/files/merged.wiki


2005-04-28 09:07:10 GMT	Mark Jaroski <mark@geekhive.net>	patch-8

    Summary:
      Added tests
    Revision:
      WWW-Mediawiki-Client--0.25--patch-8

    Added a few client-only tests, and ideas for a bunch more.
    
    

    modified files:
     ChangeLog lib/WWW/Mediawiki/Client.pm t/client.t


2005-04-27 16:15:44 GMT	Mark Jaroski <mark@geekhive.net>	patch-7

    Summary:
      added $lang test
    Revision:
      WWW-Mediawiki-Client--0.25--patch-7

    Added first test of $lang... fails so far
    
    

    modified files:
     t/client.t


2005-04-27 15:42:06 GMT	Mark Jaroski <mark@geekhive.net>	patch-6

    Summary:
      All of the old tests pass
    Revision:
      WWW-Mediawiki-Client--0.25--patch-6

    There are a lot more tests to be written, but at least now all of the old
    tests are passing.
    
    

    modified files:
     ChangeLog lib/WWW/Mediawiki/Client.pm t/client.t t/server.t
     {arch}/=tagging-method


2005-04-26 18:52:39 GMT	Mark Jaroski <mark@geekhive.net>	patch-5

    Summary:
      code complete (I think)
    Revision:
      WWW-Mediawiki-Client--0.25--patch-5

    The library is now roughly code-complete.  I still have to do all of the
    tests.
    
    

    modified files:
     ChangeLog lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm


2005-04-26 17:47:10 GMT	Mark Jaroski <mark@geekhive.net>	patch-4

    Summary:
      added watch attr
    Revision:
      WWW-Mediawiki-Client--0.25--patch-4

    Added support for adding or removing a page to/from user's watchlist.
    

    modified files:
     lib/WWW/Mediawiki/Client.pm


2005-04-25 16:25:05 GMT	Mark Jaroski <mark@geekhive.net>	patch-3

    Summary:
      More work on newly exposed methods
    Revision:
      WWW-Mediawiki-Client--0.25--patch-3

    Added more documentation for the newly exposed methods.  Also encorporated
    the upload method into do_commit, and changed the way that conflicts are
    detected.  Previously the local version, server version, and reference
    version of a page was compared.  Now the mtime stamp of the reference file
    gets sent up to the server as the edit time so that the server can tell us
    if there is a conflict.

    modified files:
     lib/WWW/Mediawiki/Client.pm {arch}/=tagging-method


2005-04-25 10:53:01 GMT	Mark Jaroski <mark@geekhive.net>	patch-2

    Summary:
      method documentation
    Revision:
      WWW-Mediawiki-Client--0.25--patch-2

    Started documenting newly exposed methods.  Simplified upload.
    

    modified files:
     lib/WWW/Mediawiki/Client.pm


2005-04-24 15:08:24 GMT	Mark Jaroski <mark@geekhive.net>	patch-1

    Summary:
      added real exceptions, started overhaul of API
    Revision:
      WWW-Mediawiki-Client--0.25--patch-1

    The tree is decidedly broken at this point, but I'm commiting anyhow as a
    checkpoint.  So far I've done this:
    
    * Added real exceptions and verified that they didn't break anything
    * Broke everything by starting some reforms in the way URLs get built
    * Exposed a number of private methods which could be of use to others
    
    TODO before this is stable and releasable:
    
    * Write docs for the newly exposed methods
    * Finish the URL reforms and test them
    * Delete tests which are no longer applicable
    * Write tests against a real server
    * Write tests for WWW::Mediawiki::Client::Exceptions
    * Fix bin/mvs to work with the changes and exceptions

    new files:
     t/.arch-ids/exceptions.t.id t/exceptions.t

    modified files:
     ChangeLog bin/mvs lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t t/mvs.t
     t/server.t

    renamed files:
     t/.arch-ids/live.t.id
       ==> t/.arch-ids/server.t.id
     t/live.t
       ==> t/server.t


2005-04-19 16:18:35 GMT	Mark Jaroski <mark@geekhive.net>	base-0

    Summary:
      New archive
    Revision:
      WWW-Mediawiki-Client--0.25--base-0

    In preparation for some major changes in error handling I've created a new
    archive at http://mark.sdf-eu.org/arch/.  This is the initial import.

    new files:
     ChangeLog Makefile.PL README TODO bin/mvs
     lib/WWW/Mediawiki/Client.pm
     lib/WWW/Mediawiki/Client/Exceptions.pm t/client.t
     t/files/local.wiki t/files/merged.wiki t/files/paris.html
     t/files/paris.wiki t/files/reference.wiki t/files/server.wiki
     t/live.t t/mvs.t