* resizable text areas now use the YUI 2.5.0 code

* add the new YUI release
* document the change in both the changelog and gotcha.txt
This commit is contained in:
Chris Nehren 2008-02-26 21:27:14 +00:00
parent 69269e50a0
commit 8fdd413d12
1642 changed files with 815513 additions and 16 deletions

View file

@ -1,6 +1,11 @@
7.5.4
- Moved the Wiki Help link into i18n so it can be pointed to other sites for
other lanugages.
- The YUI library used in WebGUI has been upgraded to 2.5.0.
- The resizable text area implementation used in WebGUI has been
migrated to the code provided by YUI 2.5.0.
- As a result of the above, we no longer need extjs, and it has been
removed.
7.5.3
- prevent HTML and Macro injection in usernames

View file

@ -7,6 +7,14 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
7.5.1
--------------------------------------------------------------------
* The resizable textarea implementation in WebGUI has been reimplemented to use
the code present in YUI 2.5.0. As such, WebGUI's YUI implementation has been
updated to version 2.5.0, and the no-longer-needed extjs library has been
removed.
7.5.1
--------------------------------------------------------------------
* There was a corrupt template in a package for the 7.5.0 upgrade.