Parent Directory
|
Revision Log
|
Patch
| revision 1.62 by wakaba, Fri Mar 21 09:17:45 2008 UTC | revision 1.98 by wakaba, Sun Aug 17 05:06:21 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | 2008-08-17 Wakaba <[email protected]> | |
| 2 | ||
| 3 | * cc-about.en.html: Author section added. | |
| 4 | ||
| 5 | * cc.cgi: |text/x-h2h| added. | |
| 6 | ||
| 7 | 2008-08-16 Wakaba <[email protected]> | |
| 8 | ||
| 9 | * Makefile: Generate Japanese version of error description document. | |
| 10 | ||
| 11 | * cc-script.js, cc-style.css: Support for help popup. | |
| 12 | ||
| 13 | * error-description-source.xml: Descriptions are added | |
| 14 | to the description of WebHACC itself and descriptions | |
| 15 | of error levels. Old error level table is removed. | |
| 16 | ||
| 17 | * mkdescription.pl: Assume the second argument is | |
| 18 | the language. Support for d:cat/d:desc. | |
| 19 | ||
| 20 | 2008-08-16 Wakaba <[email protected]> | |
| 21 | ||
| 22 | * error-description-source.xml: Error for CSS cursor: hand | |
| 23 | is added. | |
| 24 | ||
| 25 | 2008-08-16 Wakaba <[email protected]> | |
| 26 | ||
| 27 | * cc-script.js: Support for #index- fragment identifiers. | |
| 28 | ||
| 29 | * cc-style.css: Prety styling for reformatted sources. | |
| 30 | Support for new version of manifest dump sections. | |
| 31 | ||
| 32 | * error-description-source.xml: Support for Whatpm::CacheManifest, | |
| 33 | Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser, | |
| 34 | and Whatpm::CSS::Parser errors. Support for l10n of cache | |
| 35 | manifest dump sections. | |
| 36 | ||
| 37 | 2008-08-16 Wakaba <[email protected]> | |
| 38 | ||
| 39 | * cc-style.css: Set min/max width/height such that tab content | |
| 40 | is accessible even when stupid size of window is used. | |
| 41 | ||
| 42 | 2008-08-16 Wakaba <[email protected]> | |
| 43 | ||
| 44 | * cc-script.js (_showTab): Show the tab button of the selected | |
| 45 | tab. | |
| 46 | ||
| 47 | * cc-script.css (nav): Show scrollbar if there are too many | |
| 48 | tabs. | |
| 49 | ||
| 50 | * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e. | |
| 51 | imlementation error case). | |
| 52 | ||