| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2008/02/24 20:04:59 | 43 | 43 | dpavlin | fix tests |
| 2005/10/19 23:54:21 | 42 | 42 | dpavlin | cludge for Opera (no header update, ugly, should have own id) |
| 2005/10/19 23:06:03 | 41 | 41 | dpavlin | fixes dreaded "Operation aborted" message on Internet Explorer by playing nice and not trying to modify any elements which are not yet drawn. So, we fire search onLoad, as we should (to catch results and debug div, for example). |
| 2005/10/19 10:25:46 | 40 | 40 | dpavlin | better xmllint testing |
| 2004/12/19 23:26:23 | 39 | 39 | dpavlin | support for older Export which doesn't export 'import'. This should make jsFind functional on perl 5.8.2 (on Darwin for example) |
| 2004/10/31 01:34:01 | 38 | 38 | dpavlin | update of MANIFEST before release |
| 2004/10/30 21:48:31 | 37 | 37 | dpavlin | homer test can now index any text file supplied as first (and only) argument in command line. This is useful to generate test data from other sources. I don't recommend input files which are not plain 7-bit ASCII, because generated JavaScript array might have wrong encoding for 8-bit characters. This is serious problem. However, since JavaScript comparison and sort order are locale dependent, it's much easier to use something like Text::Unaccent on input data than to fix sort/comparison order (which could also be done, see my js_locale project) |
| 2004/10/30 20:50:39 | 36 | 36 | dpavlin | remove all capital letters from base62 encoding which made it base 36 I guess. They are not supported under Windows (because filesystem is case preserving, you can burn files with capital and lower letters, but browser will read wrong one) Copied from /trunk/t/06base62.t:35 |
| 2004/10/24 11:13:22 | 35 | 35 | dpavlin | new version 0.06 with API change on to_jsfind. It also documents (still unimplemented) output_filter option. |
| 2004/10/10 05:11:29 | 34 | 34 | dpavlin | last changes before packaging 0.05 |
| 2004/10/10 05:10:25 | 33 | 33 | dpavlin | Version 0.05: much better documentation, no API change |
| 2004/10/10 05:07:37 | 32 | 32 | dpavlin | create debug box on bottom of page |
| 2004/10/10 04:53:22 | 31 | 31 | dpavlin | experimental iframe implementation (mostly for Opera 7.54 without Java) |
| 2004/10/10 01:19:36 | 30 | 30 | dpavlin | make XHTML 1.0 strict |
| 2004/10/08 12:22:18 | 29 | 29 | dpavlin | generate color report, simplify code |
| 2004/10/07 22:47:39 | 28 | 28 | dpavlin | create additional homer_freq.txt debug file |
| 2004/10/07 22:43:49 | 27 | 27 | dpavlin | re-wrote test to create output with document.createElement, much better output, print just failed tests and some statistics (more verbose output of correct tests can be turned on by uncommenting one line) |
| 2004/10/07 22:41:16 | 26 | 26 | dpavlin | create debug with appendChild, great speedup for test |
| 2004/10/07 17:30:03 | 25 | 25 | dpavlin | create elements in test.html (instead of updating innerHTML), 10homer.t will now split document in lines instead of paragraphs. |
| 2004/10/07 16:26:31 | 24 | 24 | dpavlin | fix MANIFEST, better clean |