Parent Directory
|
Revision Log
|
Patch
| revision 1.72 by wakaba, Fri Jul 18 14:44:16 2008 UTC | revision 1.84 by wakaba, Thu Aug 14 09:16:51 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | 2008-08-14 Wakaba <[email protected]> | |
| 2 | ||
| 3 | * cc-script.js, cc-style.css: Support for tab styling | |
| 4 | of subdoc sections. | |
| 5 | ||
| 6 | * cc-script.js (onbodyload): Scroll to the pointed | |
| 7 | element, if possible. | |
| 8 | ||
| 9 | 2008-08-14 Wakaba <[email protected]> | |
| 10 | ||
| 11 | * cc-script.js, cc-style.js: Support for tab styling | |
| 12 | of the "input" subsections. Support for the "details" | |
| 13 | widget. | |
| 14 | ||
| 15 | 2008-08-10 Wakaba <[email protected]> | |
| 16 | ||
| 17 | * cc-script.js: Functions for tabbing are added. | |
| 18 | ||
| 19 | * cc-style.css: Tab styling rules are added. | |
| 20 | ||
| 21 | 2008-07-27 Wakaba <[email protected]> | |
| 22 | ||
| 23 | * .htaccess: Files gone. | |
| 24 | ||
| 25 | * cc-interface.en.html, cc-todo.txt: Removed. | |
| 26 | ||
| 27 | * cc-about.en.html: New document. | |
| 28 | ||
| 29 | * cc.cgi: Insert document input section before anything. | |
| 30 | No check performed if no URL is specified and the | |
| 31 | input is empty. | |
| 32 | ||
| 33 | * error-description-source.xml (WebHACC:Heading): Link | |
| 34 | to cc-about in place of cc-interface. | |
| 35 | ||
| 36 | 2008-07-26 Wakaba <[email protected]> | |
| 37 | ||
| 38 | * cc.cgi: get_input_document function is now handled | |
| 39 | by WebHACC::Input classes. |cc-script| reference | |
| 40 | is now generated by |html_header| in WebHACC::Output. | |
| 41 | ||
| 42 | * error-description-source.xml: Document URL and Request URL | |
| 43 | are now just "URLs". | |
| 44 | ||
| 45 | 2008-07-21 Wakaba <[email protected]> | |
| 46 | ||
| 47 | * .htaccess: error-description-source.xml is in UTF-8 | |
| 48 | actually. | |
| 49 | ||
| 50 | * Makefile: Rule to make Japanese language catalog file | |
| 51 | is added. | |
| 52 | ||
| 53 | * cc-script.js: Line and column numbers are now t |