annotate media/js/markitup/readme.txt @ 185:afb65fa947f1

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