| 1 |
Revision history for Perl extension SWISH::Filter. |
|---|
| 2 |
|
|---|
| 3 |
0.01 original version |
|---|
| 4 |
|
|---|
| 5 |
0.02 Swish-e version 2.4.3 |
|---|
| 6 |
|
|---|
| 7 |
0.03 first CPAN release 15 June 2006 |
|---|
| 8 |
Peter Karman took over maintenance and made the following |
|---|
| 9 |
changes: |
|---|
| 10 |
* renamed S::F::Document and S::F::Base and split |
|---|
| 11 |
them into their own files |
|---|
| 12 |
* added the doc_class() method to S::F |
|---|
| 13 |
* standardized the naming of the core Filters |
|---|
| 14 |
* POD cleanup and clarifications |
|---|
| 15 |
|
|---|
| 16 |
0.04 dump packaging error makes 0.03 fail 'make test' via CPAN |
|---|
| 17 |
0.04 is identical to 0.03 but includes missing example script |
|---|
| 18 |
|
|---|
| 19 |
0.05 added --ignore_filters option to swish-filter-test example |
|---|
| 20 |
fixed type() and priority() base filter methods to actually work |
|---|
| 21 |
replaced test.doc with non-fast-saved version and removed comment in test |
|---|
| 22 |
fixed skip_filters routine in Filter.pm to use hash ref instead of hash |
|---|
| 23 |
added .ppt test file |
|---|
| 24 |
|
|---|
| 25 |
0.06 worked final (we hope) kinks out of make test, esp where Filters already installed |
|---|
| 26 |
|
|---|
| 27 |
0.07 added metadata() feature to Document class and updated Filters where applicable |
|---|
| 28 |
added 'title' as default title_tag in Pdf2HTML |
|---|
| 29 |
RT fix 20887 |
|---|
| 30 |
added SWISH::Filters::Decompress and associated t/*gz files |
|---|
| 31 |
|
|---|
| 32 |
0.08 changed metadata() to meta_data() and added ability to set it in convert() |
|---|
| 33 |
thorough audit of all Filters to improve syntax and formatting |
|---|
| 34 |
removed dependency on HTML::Entities (and thus HTML::Parser) by moving |
|---|
| 35 |
escapeXML() into SWISH::Filters::Base |
|---|
| 36 |
moved format_meta_headers() into SWISH::Filters::Base |
|---|
| 37 |
added test.mp3 to test files |
|---|
| 38 |
fixed SWISH::Filters::Decompress to correctly set MIME types using SWISH::Filter |
|---|
| 39 |
instead of File::Type |
|---|
| 40 |
added parent_filter() method to SWISH::Filters::Base |
|---|
| 41 |
added base filter() method to SWISH::Filters::Base which will croak if not overridden |
|---|
| 42 |
actually added SWISH::Filters::Decompress so it gets packaged... doh! |
|---|
| 43 |
|
|---|
| 44 |
0.09 fixed SWISH::Filter to actually set meta_data correctly, and SWISH::Filters::Decompress to pass it through |
|---|
| 45 |
|
|---|
| 46 |
0.10 cache can_filter() to avoid regexp check against all filters each time |
|---|
| 47 |
|
|---|
| 48 |
|
|---|