comparison media/js/markitup/readme.txt @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children afb65fa947f1
comparison
equal deleted inserted replaced
0:900ba3c7b765 1:dbd703f7d63a
1 markItUp! 1.1.5
2
3 CHANGE LOG
4 markItUp! 1.1.5 2009-05-01
5 - Modified: http://drupal.org/project/wysiwyg compatibility
6 - Modified: Alt/Ctrl/Alt+Tab are now disabled
7
8 markItUp! 1.1.4 2008-12-03
9 - Fixed: Extra quote deleted line 95
10
11 markItUp! 1.1.3 2008-09-12
12 - Fixed: IE7 preview problem
13
14 markItUp! 1.1.2 2008-07-17
15 - Fixed: Quick fix for Opera 9.5 caret position problem after insertion
16
17 markItUp! 1.1.1 2008-06-02
18 - Fixed: Key events status are passed to callbacks properly
19 - Improved: ScrollPosition is kept in the preview when its refreshed
20
21 markItUp! 1.1.0 2008-05-04
22 - Modified: Textarea's id is no more moved to the main container
23 - Modified: NameSpace Span become a Div to remain strict
24 - Added: Relative path to the script is computed
25 - Added: Relative path to the script passed to callbacks
26 - Added: Global instance ID property
27 - Added: $(element).markItUpRemove() to remove markItUp!
28 - Added: Resize handle is now optional with resizeHandle property
29 - Added: Property previewInWindow is added and accept window parameter
30 - Added: Property previewPosition is added
31 - Modified: Resize handle is no more displayed in Safari to avoid repetition with the native handle
32 - Modified: Property previewIframeRefresh become previewAutorefresh
33 - Modified: Built-in Html Preview call a template file
34 - Improved: Autorefreshing is now apply for preview in window too
35 - Improved: Cancel button in prompt window cancel now the whole insertion process
36 - Improved: Cleaner markItUp! code added to the DOM
37 - Removed: Depreciated preview properties as previewBaseUrl, previewCharset, previewCssPath, previewBodyId, previewBodyClassName
38 - Removed: Property previewIframe not longer exists
39 - Fixed: "Magic markups" works with line feeds
40 - Fixed: Key events are initialized after insertion
41 - Fixed: Internet Explorer line feed offset bug
42 - Fixed: Shortcut keys on Mac OS
43 - Fixed: Ctrl+click works and doesn't open Mac context menu anymore
44 - Fixed: Ctrl+click works and doesn't open the page in a new tab anymore
45 - Fixed: Minor Css modifications
46
47 markItUp! 1.0.3 2008-04-04
48 - Fixed: IE7 Preview empty baseurl problem
49 - Fixed: IE7 external targeted insertion
50 - Added: Property scrollPosition is passed to callbacks functions
51
52 markItUp! 1.0.2 2008-03-31
53 - Fixed: IE7 Html preview problems
54 - Fixed: Selection is kept if nothing is inserted
55 - Improved: Code minified
56
57 markItUp! 1.0.1 2008-03-21
58 - Removed: Global PlaceHolder
59 - Modified: Property previewCharset is setted to "utf-8" by default
60
61 markItUp! 1.0.0 2008-03-01
62 - First public release