Parent Directory
|
Revision Log
|
Patch
| revision 1.26 by wakaba, Tue Jul 17 14:28:20 2007 UTC | revision 1.74 by wakaba, Sun Jul 20 16:53:10 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | 2008-07-21 Wakaba <[email protected]> | |
| 2 | ||
| 3 | * cc.cgi: Errors and results are now handled by WebHACC::Result. | |
| 4 | Decode |uri| parameter as UTF-8. HTTP header dump and | |
| 5 | input error are now handled by WebHACC::Input. | |
| 6 | ||
| 7 | 2008-07-20 Wakaba <[email protected]> | |
| 8 | ||
| 9 | * cc.cgi: Modularized. | |
| 10 | ||
| 11 | * WebHACC/: New directory. | |
| 12 | ||
| 13 | 2008-07-18 Wakaba <[email protected]> | |
| 14 | ||
| 15 | * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text | |
| 16 | for dummping (Data::Dumper::Dumper no longer used). | |
| 17 | ||
| 18 | 2008-05-18 Wakaba <[email protected]> | |
| 19 | ||
| 20 | * LICENSE: Note on icons/*.png are added. | |
| 21 | ||
| 22 | * icons/: New directory. | |
| 23 | ||
| 24 | * cc-style.css: Rules for background images on error category | |
| 25 | are added. | |
| 26 | ||
| 27 | 2008-05-18 Wakaba <[email protected]> | |
| 28 | ||
| 29 | * cc.cgi (print_source_string_section): Use new Message::Charset::Info | |
| 30 | interface to decode source code, otherwise the Perl native Encode | |
| 31 | module might decode the source code into different character | |
| 32 | string with the Info's. | |
| 33 | ||
| 34 | 2008-05-10 Wakaba <[email protected]> | |
| 35 | ||
| 36 | * standards.en.html (requirements): Remove a requirement | |
| 37 | for an HTML element's allowed context (it is covered by HTML5 | |
| 38 | spec since r1583). | |
| 39 | ||
| 40 | 2008-05-06 Wakaba <[email protected]> | |
| 41 | ||
| 42 | * cc.cgi: Use table object returned by the checker; don't | |
| 43 | form a table by itself. | |
| 44 | ||
| 45 | * table-script.js: Use different coloring for empty data cells. | |
| 46 | ||
| 47 | * cc.cgi, table.cgi: Remove table reference for JSON convertion. | |
| 48 | ||
| 49 | 2008-05-06 Wakaba <[email protected]> | |
| 50 | ||
| 51 | * table-script.js: Support for header cell highlighting. | |
| 52 | ||
| 53 | & |