| 1 |
/* $Id: changelog.txt,v 1.23 2008/06/20 17:04:54 aaron Exp $ */
|
| 2 |
|
| 3 |
March 2009
|
| 4 |
----------
|
| 5 |
* Pass $options array through formatter (allowing for future inline functionality) (aaron).
|
| 6 |
|
| 7 |
June 2008
|
| 8 |
---------
|
| 9 |
* add swfobject to general settings page
|
| 10 |
* #263660 set a form error for invalid urls
|
| 11 |
|
| 12 |
2008-05-23
|
| 13 |
#214011 - dgtlmoon fixed variable syntax that was precenting users from choosing which providers should show up and which shouldn't on the CCK form.
|
| 14 |
|
| 15 |
2008-05-10
|
| 16 |
#228678 - vanvemden fixed problem where on node preview video was not shown
|
| 17 |
|
| 18 |
2008-04-29
|
| 19 |
#250273/schuyler1d include files should key off of file->filename
|
| 20 |
|
| 21 |
2008-04-12
|
| 22 |
#245472/schuyler1d add hook_emfield_providers to allow other modules to be providers for emfield sub-modules
|
| 23 |
|
| 24 |
2008-02-19
|
| 25 |
fix loop when determining fields implementing contributed emfield modules
|
| 26 |
|
| 27 |
2008-02-18
|
| 28 |
#212575 Display warning when no modules are enabled
|
| 29 |
|
| 30 |
2008-02-17
|
| 31 |
#197807 change maxlength of embed field to 2048
|
| 32 |
add views handlers for use by contrib modules
|
| 33 |
|
| 34 |
2008-02-09
|
| 35 |
#214011 - patch by dgtlmoon to fix variable_get syntax
|
| 36 |
|
| 37 |
2008-01-07
|
| 38 |
#207168/vnd Missing arguments for emthumb_emfield_widget_extra()
|
| 39 |
|
| 40 |
2008-01-06
|
| 41 |
Don't save empty fields except the first value
|
| 42 |
#201734/skywalker2208 show custom help text on field submission
|
| 43 |
|
| 44 |
2008-01-04
|
| 45 |
remove debugging statements
|
| 46 |
clean up multiple fields on field op hooks
|
| 47 |
add emfield_widget_settings_extra and emfield_field_extra hooks for emthumb support
|
| 48 |
|
| 49 |
2007-10-30
|
| 50 |
fix http://drupal.org/node/187855 -- empty types array
|
| 51 |
allow fields to be required - http://drupal.org/node/187771
|
| 52 |
|
| 53 |
2007-10-04
|
| 54 |
add hooks to allow import of media sets
|
| 55 |
|
| 56 |
2007-09-12
|
| 57 |
fixed error: warning: array_shift() [function.array-shift]: The argument should be an array...
|
| 58 |
|
| 59 |
2007-09-06
|
| 60 |
added hook_emfield_rss so modules/providers can provide rss enclosures
|
| 61 |
|
| 62 |
2007-07-26
|
| 63 |
fixed fatal string error in php5 -- http://drupal.org/node/153261
|
| 64 |
|
| 65 |
2007-06-25
|
| 66 |
rename ncck to emfield
|
| 67 |
|
| 68 |
2007-06-19
|
| 69 |
remove need for redundant helper_module column from widgets
|
| 70 |
merge video_cck into ncck
|
| 71 |
|
| 72 |
2007-06-15
|
| 73 |
default links to content w/ preview/thumbnail size
|
| 74 |
allow ability to determine link w/ various sizes in field
|
| 75 |
|
| 76 |
2007-06-14
|
| 77 |
add flickr support
|
| 78 |
|
| 79 |
2007-06-13
|
| 80 |
create engine, using video_cck as a base
|