Revision history for WWW-Mailman
1.06 Tue May 7 2013
[TESTS]
- fix the test code for perl 5.17
- allow for several configuration files for live tests
- several minor test improvements
1.05 Thu Dec 22 18:35:55 CET 2011
[IMPROVEMENTS]
- add support for Mailman installs that do not use /mailman/
in their URL (RT #73312)
- add a version() method
- enforce content-encoding to latin-1 when submitting forms,
to fix some double encoding issues
1.04 Tue Apr 6 21:13:27 CEST 2010
[PACKAGING]
- more accurate prerequites
1.03 Thu Apr 1 23:20:14 CEST 2010
[IMPROVEMENTS]
- better support for sites behind HTTP authentication
[EXAMPLES]
- mm_roster (forgotten in v1.01)
1.02 Tue Mar 30 00:04:34 CEST 2010
[FEATURES]
- new method: admin()
- admin() is the entry point for a bunch of other methods:
admin_archive(), admin_autoreply(), admin_bounce(),
admin_contentfilter(), admin_digest(), admin_gateway(),
admin_general(), admin_language(), admin_nondigest(),
admin_passwords(), admin_topics()
[TESTS]
- live test for some admin methods
1.01 Sun Mar 28 11:17:38 CEST 2010
[FEATURES]
- new method: roster()
[TESTS]
- live test for roster()
1.00 Thu Mar 25 10:27:28 CET 2010
[FEATURES]
- basic features: constructor, accessors
- autologin, cookie management
- options(), othersubs(), changepw(), emailpw(), unsub()
[EXAMPLES]
- mm_othersubs, mm_emailpw, mm_options, mm_nodupes
[TESTS]
- live tests with working credentials if provided
- numerous examples scripts in eg/
- 94% coverage (with live tests)