2002-08-19 15:39 third_of_five Updated the about box dialog window size to look ok on WinXP. Should be slightly longer than required on non-XP style dialogs. 2002-08-19 15:36 third_of_five Update version in the about box to reflect this release 2002-08-08 10:27 third_of_five Updated credits 2002-08-06 17:58 wcook this is a test to make sure the 0-3-0-bugfixes branch is working. 2002-08-06 16:33 wcook Fixed bugs that appeared when selecting a table or image. 2002-08-03 14:27 bchalmers modified to allow new input elements to be added to the editor 2002-08-01 18:01 bchalmers Added french translation 2002-07-30 17:36 wcook Changed doStyle function based on patch submitted by Michael Keck. Fixed bug #537008 2002-07-29 09:12 third_of_five Slight reformatting only 2002-07-24 11:31 bchalmers Fixed small error with correct attributes not being inserted/picked up on edit 2002-07-24 11:02 bchalmers Small fix 2002-07-24 10:58 bchalmers Small enhancement to the look and feel 2002-07-23 15:27 wcook Fixed a bug created when I tried to add the ability to edit an image using the add image dialog. I was pointing my browser directly at richedit.html when I developed the first time and it worked. The bug only appeared if going to a page with the editor embedded. The problem turned out to be a scope problem. Instead of passing "parent.window" to the dialog boxes I changed it to pass "window" because parent.window is not available from rte.js when the editor is embedded in the page. From now on I'll test everything by pointing my browser at a page with the editor embedded. -Billy 2002-07-22 21:15 bchalmers Minor change to change the position of the new smaller color display 2002-07-22 21:14 bchalmers Minor change to make the font selection longer and the color box smaller 2002-07-22 21:13 bchalmers Minor change to make the font selection longer 2002-07-21 20:57 bchalmers Fixed bug no 584424. 2002-07-16 21:53 bchalmers Updated the order of color display, color now in blocks 2002-07-15 21:03 bchalmers Class for colorchooser expanded to accomodate new web safe colorchooser 2002-07-15 21:02 bchalmers Changed the color display to be web safe, could be improved 2002-07-10 17:09 third_of_five Update about box. Dropped flash credits animation and replaced with an html page for easier maintenance. 2002-07-10 14:06 bchalmers New font style and function Bill Chalmers 2002-07-01 18:29 wcook Fixed bugs that appeared then deleting rows and columns from tables. 2002-07-01 18:00 wcook Fixed bug that appeared when using "select all" and then deleting the selection. 2002-07-01 12:03 third_of_five Fix problem where sometimes the docHtml property was called before the editior had initialised. Handle the situation inside docHtml property. Also show a Loading ... message whilst editor is initialising. 2002-07-01 11:07 third_of_five Updated new table editing code to support translation. EN translation included. 2002-06-19 10:02 third_of_five Added amendment header and property documentation for docXHtml 2002-06-18 17:29 third_of_five Added ability to pull XHTML code from the editor. This implements a new read only property called docXHtml. The guts of the code is in rte_xhtml.js 2002-06-12 13:39 third_of_five [richtext-Bugs-567960] Text area of editor window not get focus Ensure the doc element (the DIV) has focus once initialisation is complete. This ensures that when no HTML is supplied via the docHtml property, that focus is where the user expects. 2002-06-12 12:02 third_of_five 12-06-2002 [ richtext-Bugs-567677 ] Cursor at bottom of document on load When initialising HTML throught the docHtml property, get a text range object before inserting HTML (this will reflect the cursor position for the empty document), insert the HTML (this moves the cursor position) and then collapse the resulting range which now covers the entire document to the beginning (i.e. move the insertion point to the start of the selection). All changes isolated to the put_docHtml() routine. 2002-06-10 11:09 third_of_five Altered size of table dialog to work better under windows xp (made it a bit bigger) 2002-06-06 12:36 wcook Fixed bug that appeared when going to view source mode after resizing a table cell. 2002-06-06 10:14 third_of_five Edit Table Norwegian Conversion 2002-06-05 20:24 wcook Cleaned up some code related to editing image tags. 2002-06-05 20:21 wcook Removed debug code. 2002-06-05 20:19 wcook Image tag can be editied by selecting an image and clicking on the image button in the toolbar. 2002-06-05 15:29 third_of_five German Language Translation 2002-05-29 11:35 third_of_five Correct bug in addField() which created an input element with an attribute of maxsize= which should be maxlength=. Fix kindly submitted by Gerrit Herfurth 2002-05-28 15:15 wcook Re-wrote code that generates html for a table. Also set default table border width to 1. 2002-05-22 11:58 third_of_five Corrected url's for spacer image. This was causing delays in loading of the editor because the resource could not be found. 2002-05-21 16:25 wcook Fixed several bugs related to resizing table cells. Also fixed a bug with adding new rows to a table. 2002-05-13 18:43 wcook Got rid of some unused vars in tableEditor.js. Also fixed bug related to resizing cells and switching to view source mode. 2002-05-13 16:26 wcook Added tableEditor.js class and images for editing tables. Billy Cook 2002-05-13 16:17 wcook Table editing features have been added. There is a class (tableEditor.js) that handles most of the functionality. I also had to add event handlers to the body tag and the TD that contains the contentEditable DIV. Next I'll work on a feature where you can change table attributes like border, cellpadding, etc... Billy Cook (wcook@nuvox.net) 2002-02-25 13:41 third_of_five Updated with details of current changes 2002-02-23 12:47 third_of_five Re-implement Undo/Redo options (History) using built in IE support. 2002-02-17 21:16 third_of_five no message 2002-02-17 21:10 third_of_five Altered version number to show current tag name 2002-02-17 20:41 third_of_five Norwegian Translation 2002-02-17 13:39 third_of_five Added Multi-lingual Support 2002-02-17 13:22 third_of_five Re-organised CVS in preparation for using tags and branches. 2002-02-17 13:19 third_of_five Re-organised CVS in preparation for using tags and branches.