Changeset 22896 for lang/perl/Moxy

Show
Ignore:
Timestamp:
11/07/08 10:37:59 (2 months ago)
Author:
tokuhirom
Message:

Checking in changes prior to tagging of version 0.47. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 31114)
+++ Changes (local)
@@ -1,5 +1,12 @@

Revision history for Moxy


+0.47
+
+ - ignore optionalEndTags(don't strip </p>)
+ - rewrite url() in the css
+ - added Plugin::ShowHTMLSource
+ - added Plugin::ResponseTime?
+

0.46


  • use HTTP::Engine 0.17
Location:
lang/perl/Moxy/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/Changes

    r20503 r22896  
    11Revision history for Moxy 
     2 
     30.47 
     4 
     5    - ignore optionalEndTags(don't strip </p>) 
     6    - rewrite url() in the css 
     7    - added Plugin::ShowHTMLSource 
     8    - added Plugin::ResponseTime 
    29 
    3100.46 
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r22869 r22896  
    66use Class::Component 0.16; 
    77 
    8 our $VERSION = '0.46'; 
     8our $VERSION = '0.47'; 
    99 
    1010use Carp; 
  • lang/perl/Moxy/trunk/t/Plugins/DisplayWidth.t

    r10714 r22896  
    7575  </html> 
    7676--- expected 
    77 <html><head></head><body><div style="border: 1px black solid; width: 240px; margin: 0 auto;float: left;"></div></body></html> 
     77<html><head></head><body><div style="border: 1px black solid; width: 240px; margin: 0 auto;float: left; height: 90%; overflow: auto;"></div></body></html> 
    7878 
    7979=== wx310k(willcom) 
     
    8686  </html> 
    8787--- expected 
    88 <html><head></head><body><div style="border: 1px black solid; width: 320px; margin: 0 auto;float: left;"></div></body></html> 
     88<html><head></head><body><div style="border: 1px black solid; width: 320px; margin: 0 auto;float: left; height: 90%; overflow: auto;"></div></body></html> 
    8989