Changeset 6205
- Timestamp:
- 02/05/08 08:17:17 (5 years ago)
- Location:
- lang/perl/mobirc/trunk
- Files:
-
- 5 modified
-
AUTHORS (modified) (1 diff)
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
lib/App/Mobirc.pm (modified) (1 diff)
-
t/Plugins/DocRoot.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/AUTHORS
r6139 r6205 6 6 Kan Fushihara 7 7 Masaaki Hirose(Curry) 8 cho45 9 klm 10 elim -
lang/perl/mobirc/trunk/Changes
r6139 r6205 1 0.05 2 3 - (SECURITY FIX)fixed xss(http://coderepos.org/share/changeset/6204) 4 - use more pictograms in mobile template. 5 - give accesskey="9" to clear_all_unread. 6 - added App/Mobirc/Plugin/DocRoot.pm 7 - well formed html 8 1 9 0.04 2 10 -
lang/perl/mobirc/trunk/MANIFEST
r6139 r6205 58 58 lib/App/Mobirc/Plugin/Component/Twitter.pm 59 59 lib/App/Mobirc/Plugin/Component/XMPP.pm 60 lib/App/Mobirc/Plugin/DocRoot.pm 60 61 lib/App/Mobirc/Plugin/GPS.pm 61 62 lib/App/Mobirc/Plugin/GPS/InvGeocoder/EkiData.pm … … 78 79 t/06-daemonize.t 79 80 t/07-Component-IRCClient.t 81 t/Plugins/DocRoot.t 80 82 t/Plugins/Filter/clickable.t 81 83 t/Plugins/Filter/decorate-irc-color.t -
lang/perl/mobirc/trunk/lib/App/Mobirc.pm
r6139 r6205 13 13 use Encode; 14 14 15 our $VERSION = '0.0 4';15 our $VERSION = '0.05'; 16 16 17 17 our $HasKwalify; -
lang/perl/mobirc/trunk/t/Plugins/DocRoot.t
r6171 r6205 21 21 22 22 === 23 --- ONLY 23 24 --- input 24 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 25 <html><body><a href="/">top</a></body></html> 25 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 26 <html> 27 <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head> 28 <body><a href="/">top</a></body> 29 </html> 26 30 --- expected 27 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 28 <html><body><a href="/foo/">top</a></body></html> 31 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 32 <html> 33 <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head> 34 <body><a href="/foo/">top</a></body> 35 </html> 29 36 30 37 === 31 38 --- input 39 <?xml version="1.0" encoding="utf-8"?> 32 40 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 33 41 <html><body><script src="/mobirc.js"></script></body></html> … … 38 46 === 39 47 --- input 48 <?xml version="1.0" encoding="utf-8"?> 40 49 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 41 50 <html><body><link rel="stylesheet" href="/style.css" type="text/css"></body></html>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)