1
0

Patch by Assen Tchorbadjiev: Better WYSIWYG component detection

This commit is contained in:
Garvin Hicking
2007-11-02 11:21:44 +00:00
parent 49739a52c2
commit 7daa15dc50
3 changed files with 184 additions and 7 deletions

View File

@ -3,13 +3,14 @@
Version 1.3 ()
------------------------------------------------------------------------
* Patch popup-HTML-code insertion javascript to better inter-
operate with tinymce, xinha or fckeditor. Thanks to
Assen Tchorbadjiev.
* Updated WordPress imported to be able to import from a 2.3
structure (experimental). Also added WPXRSS import to the
generic RSS importer. (garvinhicking)
* Patch PEAR.php for better detection, if already included.
Thanks to Assen Tchorbadjiev.
* Fix wrong entry timestamp used in comment feeds (garvinhicking)
* Add experimental DB layer for "SQLRelay" database proxy extension,
@ -57,6 +58,10 @@ Version 1.3 ()
Version 1.2.1 ()
------------------------------------------------------------------------
* Patch PEAR.php for better detection, if already included.
Thanks to Assen Tchorbadjiev.
* Fix admin entry list when no entries exist or meet filter
criteria. (Don Chambers)