| 1 |
// $Id: CHANGELOG.txt,v 1.40 2009/08/12 06:21:13 sun Exp $
|
| 2 |
|
| 3 |
Inline x.x-x.x, xxxx-xx-xx
|
| 4 |
--------------------------
|
| 5 |
|
| 6 |
|
| 7 |
Inline 6.x-2.x, xxxx-xx-xx
|
| 8 |
--------------------------
|
| 9 |
by sun: Fixed Wysiwyg integration for Node breaks Image Assist.
|
| 10 |
#172613 by sun: Added new context property to $macro objects.
|
| 11 |
#172613 by sun: Changed handling and passing of $macro object to implementations.
|
| 12 |
#172613 by sun: Changed $macro into a true object.
|
| 13 |
#172613 by sun: Changed internal variable names from $params to $macro.
|
| 14 |
#172613 by sun: Added implementation of hook_cron() to purge old macros.
|
| 15 |
#172613 by sun, smk-ka: Changed Inline API to use hook_filter() instead of
|
| 16 |
hook_nodeapi(), solving many issues around previews and missing node ids in
|
| 17 |
macro tags.
|
| 18 |
#439928 by Bryan76, sun: Fixed private files support.
|
| 19 |
#406462 by sun: Fixed node update/insert causes node_save() to be called twice.
|
| 20 |
#442016 by ao2: Fixed nid parameter not auto-added to inline upload tag.
|
| 21 |
#520132 by sun: Fixed overall functionality of inline_upload.
|
| 22 |
#407932 by sun: Fixed numeric file id does not find correct file.
|
| 23 |
#74622 by sun: Added CSS class for theming mime type icons.
|
| 24 |
#80170 by sun, smk-ka: Major rewrite for Inline API.
|
| 25 |
#541556 by mrb, sun: Fixed stale information in README.txt.
|
| 26 |
#460930 by tom friedhof: Fixed wrong hook_form_alter() signature.
|
| 27 |
#373679 by scor: Fixed grammar in form descriptions and help text.
|
| 28 |
#80170 by smk-ka, sun: Major improvements for Inline API:
|
| 29 |
- Added support for custom inline tag names.
|
| 30 |
- Added support for multiple parameter instances (f.e. for gmap).
|
| 31 |
- Added support for parameter default values.
|
| 32 |
- Fixed invocation for extended parameter validation.
|
| 33 |
- Added support for altering macros (f.e. for ex. inline[_upload]).
|
| 34 |
- Added support to build/generate macros.
|
| 35 |
- Added CCK support.
|
| 36 |
- Updated help texts.
|
| 37 |
- Changed operation 'args' to Forms API style to support a basic Inline API
|
| 38 |
widget for each Inline implementation.
|
| 39 |
|
| 40 |
inline_upload:
|
| 41 |
- Fixed node previews.
|
| 42 |
- Fixed numeric file references.
|
| 43 |
- Re-enabled support for Inline auto-add.
|
| 44 |
- Removed obsolete functions from Inline v1.
|
| 45 |
#80170 by sun: Initial code for Inline API.
|
| 46 |
|
| 47 |
|
| 48 |
Inline 6.x-1.0, 2009-01-13
|
| 49 |
--------------------------
|
| 50 |
#293618 by sun: Fixed wrong documentation about image resizing.
|
| 51 |
#273489 by sun: Code clean-up.
|
| 52 |
#193676 by Eaton, sun: Ported to Drupal 6.x.
|
| 53 |
#214208 by havran, sun: Added support for ImageCache v2 API.
|
| 54 |
by sun: Code clean-up.
|
| 55 |
#138132 by aries: Fixed images not visible in RSS feeds.
|
| 56 |
Fixed description of attachments is not displayed.
|
| 57 |
|
| 58 |
|
| 59 |
Inline 5.x-1.1, 2007-04-18
|
| 60 |
--------------------------
|
| 61 |
#132427 Fixed fatal error in inline_replace_numbers() on PHP5.
|
| 62 |
#133535 Fixed Images don't display inline.
|
| 63 |
Fixed Inline dependencies.
|
| 64 |
Fixed coding style.
|
| 65 |
#120092 by Eaton, sun: Added Imagecache support.
|
| 66 |
Added filter activation check in Inline settings.
|
| 67 |
|
| 68 |
|
| 69 |
Inline 5.x-1.0, 2007-03-28
|
| 70 |
--------------------------
|
| 71 |
Fixed coding style issues reported by Coder module.
|
| 72 |
#100964 Fixed Inline and printer-friendly.
|
| 73 |
#65642 Fixed make autoinline more apparent.
|
| 74 |
#38359 Fixed numeric tag assignments get lost after file attachment updates.
|
| 75 |
#63826 Make previews work.
|
| 76 |
#73839 by ber: Make inline respect filter settings.
|
| 77 |
#75206 by sun: Fixes some inline tag titles that were not displayed. great work.
|
| 78 |
#74604 by sun: size bug, not less/greater then, but less or equal etc.
|
| 79 |
2006/05/04 #61559 - Support image/pjpeg MIME type - thanks stmind
|
| 80 |
2006/05/03 #45309 - Settings page fAPI bug - thanks leafish_paul
|
| 81 |
2006/03/02 #49745 - Place images automatically, improve themability - thanks Ber
|
| 82 |
2005/11/22 #32838#15 - Link closing tag placement - thanks bwynants
|
| 83 |
2005/11/21 Forms API conversion - thanks Alan Evans, leafish_paul and Eaton
|
| 84 |
2005/11/21 Improved documentation - Richard Archer
|
| 85 |
2005/07/18 #26420 - Added printing file size - thanks filiperf
|
| 86 |
2005/07/18 #26420 - Changed url output, made compatible with private downloads - thanks filiperf
|
| 87 |
2005/07/06 #15617 - Solved problem with teasers not properly filtered (thanks to owad)
|
| 88 |
2005/06/06 #24045 - Added link to the original image (thanks to dvhart).
|
| 89 |
2005/06/06 #24045 - Made the module compatible with private/public downloads.
|
| 90 |
2005/06/06 #24045 - Made the module fully translatable (msg 'View' and 'Download' were not translated).
|
| 91 |
2005/02/04 #16732 - Image tag not closed - patch by frjo
|
| 92 |
2004/12/24 Fixed serious bug that prevented multiple inline tags from working
|
| 93 |
2004/12/23 Added support to set maximum width and height to displayed
|
| 94 |
images, so that a common look&feel can be achieved.
|
| 95 |
images are NOT physically resized
|
| 96 |
2004/12/01 Updated Install instructions - thanks Rick Cowan
|
| 97 |
2004/11/08 Initial release
|
| 98 |
2004/11/09 Fixed bug. Not translating teaser
|
| 99 |
2004/11/14 Made similar to other filters, so that tips are printed
|
| 100 |
2004/11/22 Wazdog enhanced the module and made it more usable. Thanks !!
|