inorton / oorte

Object Oriented Javascript Rich Text Editor ( fork of RTE )

This URL has Read+Write access

oorte / changelog.txt
100644 72 lines (63 sloc) 4.325 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
commit 8b14c6bf5aeedf082e732b5b88a63e5707ca0594
Author: Ian Norton <inb@ncipher.com>
Date: Tue Jun 16 08:39:08 2009 +0100
 
    tidy up
 
commit e0ba00fe3d938f4c6450fafb5f873c8e99ec7460
Author: Ian Norton <inb@ncipher.com>
Date: Mon Jun 15 09:12:44 2009 +0100
 
    editor as an object now works
 
commit 296387d7ef110e41c77b65d78f626c6a716274fa
Author: Ian Norton <inb@ncipher.com>
Date: Sun Jun 14 09:45:39 2009 +0100
 
    import and hack
2009-06-13
 start and populate an rte using the contents of any given document node.
 
- picked up to create dynamic editor and reply boxes - inb
 
Cross-Browser Rich Text Editor change log
 
2/10/2005 - Fixed IE crash when back button is clicked (changed doctype in blank.htm)
2/10/2005 - Added table insert functionality (thanks dannyuk1982!)
2/10/2005 - Cleaned up code considerably
2/10/2005 - Updated default rte widths (IE and Gecko are now the same width by default)
2/10/2005 - Tried to turn off useCSS in Gecko by default (to keep generated html consistent with IE), but enabling this disables the ability to use the 'hilitecolor' command in Firefox for some reason
11/12/2004 - Fixed palette position when rte is embedded within multiple divs.
11/12/2004 - Fixed button events for non-IE browsers (now uses CSS)
11/9/2004 - Fixed bug when using SSL saying page has unsecured items (re-added blank.htm).
11/9/2004 - Changed back default behaviour of IE to insert <p> tags when hitting return. Previous fix broke list items and indenting functionality in IE
11/2/2004 - Changed default behaviour of IE to insert <br> tags instead of <p> tags upon hitting return - thanks TotalJSNoob and archv1le!
7/14/2004 - Changed rte.css to maintain td styles under parent objects
5/18/2004 - Added CSS file for RTE button styles. css is no longer printed every time a new rte is created.
5/18/2004 - Made color palette smaller
5/18/2004 - Fixed placement of color pallette for rtes embedded within divs - thanks Ernst!
5/18/2004 - If a css is specified, the body tag is no longer overruled - thanks Ernst!
5/18/2004 - Fixed headings dropdown, replacing < and > characters
4/13/2004 - Fixed bug with standard textarea and updateRTE function
4/12/2004 - Fixed bug with IE where toggle source would err if only content was horizontal rules
4/12/2004 - Fixed bug where nothing would be returned if the only content was horizontal rules and/or images
4/9/2004 - Fixed bug for Konqueror browser
4/9/2004 - Added multi.htm to demonstrate using multiple RTEs on one page.
4/9/2004 - Fixed bug in IE where you could set style on document objects not in iframe.
4/9/2004 - Updated buttons look and feel - thanks Ernst!
3/31/2004 - Fixed bug in stripHTML function - thanks valli!
3/19/2004 - Fixed bug with Gecko browsers where <br> is returned when empty content submitted.
2/23/2004 - Fixed bug with Mac Safari 1.2
1/16/2004 - Added Justify Full button
1/9/2004 - Added updateRTEs function to update all rtes on page
1/9/2004 - Fixed bug with updateRTE in readOnly mode
1/8/2004 - Added parameter to writeRichText function, readOnly
1/8/2004 - Fixed bug with Mozilla when adding blank url links
1/8/2004 - Fixed init bug for Konqueror and Mac IE browsers. Added parameters to init function for images path, includes path, and css file
1/6/2004 - Added compressed richtext_compressed.js file to zip. File size is 37% smaller
1/5/2004 - Removed reference to style.css
1/5/2004 - Fixed demo form submit code
1/2/2004 - Fixed crashing with Mozilla 1.3
1/2/2004 - Fixed bug with Mozilla 1.3
1/2/2004 - Fixed problem with html view on submit
12/26/2003 - Fixed color palette dropdowns for multiple RTEs. Improved enableDesignMode function.
12/23/2003 - Fixed several bugs with multiple RTEs on one page.
12/22/2003 - Added support for IE5.
12/22/2003 - Modified code to remove all timeout settings. Fixed IE stylesheet support. Blank.htm is no longer needed.
12/17/2003 - Changed code for IE enableDesignMode function to load quicker and to eliminate use of timeout.
12/8/2003 - Fixed bug with IE5.
12/8/2003 - Added in keyboard shortcut support for Mozilla. Code contributed by Anti Veeranna
12/5/2003 - Removed dependence on browserdetect.js and removed js link. Also updated initRTE function to speed up load.
12/5/2003 - Created changelog.txt to keep track of version history from now on.