summaryrefslogtreecommitdiff
path: root/lib/scripts/spellcheck.js
Commit message (Collapse)AuthorAge
* changed IDs to avoid name clashesAndreas Gohr2006-02-26
| | | | darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
* hide lower toolbar while spellcheckingAndreas Gohr2006-01-25
| | | | darcs-hash:20060125205400-7ad00-5cc3ed97d2ca21003f72e09150f9f49149db9e44.gz
* JavaScript refactoringAndreas Gohr2005-10-29
| | | | | | | | This patch addes a first go on a central javascript and CSS dispatcher which builds a single script from all needed scripts, does optimizing and caching. darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
* more unobstrusive javascriptAndreas Gohr2005-10-15
| | | | | | | | | | The edit form now is free of inline event handlers. There are still other places where inline javascript and even document.write is used which should be fixed as well. Currently the window.onload event is used to initialize everything which may not the best way to do so. Dean Edwards may have a solution: http://dean.edwards.name/weblog/2005/09/busted/ darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
* first go on unobstrusive javascript, new toolbarAndreas Gohr2005-10-08
| | | | darcs-hash:20051008175404-7ad00-cd640de7660825b19d5e863cc8caf5467d59b055.gz
* changed spellcheck access key to k #448andi2005-07-11
| | | | darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
* Spellchecker: use UTF-8 workaround only if neededandi2005-06-14
| | | | | | | | The spellchecker now tests the browsers UTF-8 compliance and only uses the entitiy encoding if needed. This hopefully fixes problems with Safari. darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
* spellchecker button controlmatthiasgrimm2005-06-13
| | | | | | | This patch replaces the big textual spellchecker controls with a nice one using toolbar like buttons darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
* spellchecker fixes for Konqerorandi2005-06-11
| | | | | | Konqeror seems to ignore the charset darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
* Added option to manually change a misspelled wordandi2005-06-10
| | | | darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
* proper quoting of single quotes in spellcheckandi2005-06-09
| | | | darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz
* Spellchecker fixesandi2005-06-08
| | | | | | | | The spellchecker now works in IE6, Firefox and Opera 8 :-) SACK was updated to the latest release (plus a minor fix) Proper UTF-8 headers were added to the AJAX PHP backends darcs-hash:20050608182758-9977f-1eacd0ba9993a62f094433d982f668e38d17ba14.gz
* AJAX spellchecker #29andi2005-06-07
This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php Here are the differences and features * seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back. darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz