annotate media/js/markitup/readme.txt @ 46:0140ff687d49

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