| 1 |
$Id: CHANGELOG.txt,v 1.6 2009/05/22 01:19:35 darrenoh Exp $
|
| 2 |
|
| 3 |
Viewfield x.x-x.x, xxxx-xx-xx
|
| 4 |
-----------------------------
|
| 5 |
#118764 by alex_b: Fixed typo in translating arguments.
|
| 6 |
#100085 by Eaton: Implemented plugins as formatters.
|
| 7 |
#235572 by plach. Updated to Drupal 6.
|
| 8 |
by Zoltan Balogh: Added Hungarian translation.
|
| 9 |
#348257 by jerdavis: Added selection of available view displays to viewfield
|
| 10 |
drop-down lists.
|
| 11 |
Allows users to select a specific view display rather than forcing them to
|
| 12 |
create a new default display for each view.
|
| 13 |
#367799 by webchick, jerdavis: Fixed metric boat-loads of notices.
|
| 14 |
Cleaned up some code to remove some of the notices being thrown if
|
| 15 |
error_reporting is E_ALL.
|
| 16 |
#301503 by plach, artis, radman16, jerdavis: Fixed SQL error on non-node views.
|
| 17 |
Added $table_queue check on $query to make sure we've got a node table in the
|
| 18 |
queue before altering the query.
|
| 19 |
#367799 by Darren Oh: Fixed more error notices.
|
| 20 |
#386430 by muhleder: Fixed default value not being used until node is saved.
|
| 21 |
#312131 by plach: Fixed argument caching.
|
| 22 |
#376433 by revimage, jerdavis: Fixed lost settings when node is modified from
|
| 23 |
outside the node edit form.
|
| 24 |
Removed fieldset from viewfield in viewfield_select_process() and
|
| 25 |
viewfield_field().
|
| 26 |
#399872 by burlap, jerdavis: Fixed views access control.
|
| 27 |
Added $view->access() check to view execution and rendering in
|
| 28 |
_viewfield_get_view_content().
|
| 29 |
#416922 by Darren Oh: Fixed lost settings on default views.
|
| 30 |
by Darren Oh: Fixed error notice when force default is on.
|
| 31 |
by Darren Oh: Reverted previous commit.
|
| 32 |
Arguments would not display on the field settings page when force default was
|
| 33 |
on.
|
| 34 |
#386430 by Darren Oh: Reverted patch.
|
| 35 |
Patch prevented nodes from overriding default values.
|
| 36 |
by Darren Oh: Organized code and fixed coding standards compliance.
|
| 37 |
by Darren Oh: Fixed more error notices.
|
| 38 |
by Darren Oh: Added translation template.
|
| 39 |
by Darren Oh: Fixed typo in changelog.
|
| 40 |
by Darren Oh: Moved theme functions file to theme directory.
|
| 41 |
by Darren Oh: Changed install file description.
|
| 42 |
by Darren Oh: Fixed update to enable fields.
|
| 43 |
#373373 by ramsalt: Fixed page view changing node title.
|
| 44 |
#416922 by Darren Oh: Fixed upgrade for existing fields.
|
| 45 |
#434920 by Darren Oh: Fixed argument defaults being lost on save.
|
| 46 |
|
| 47 |
|
| 48 |
Viewfield 5.x-1.x, 2007-02-05
|
| 49 |
-----------------------------
|
| 50 |
by mfredrickson: Fixed ID for author argument token.
|
| 51 |
Was using node ID instead of user ID.
|
| 52 |
#100971 by eaton, webchick, alex_b, yched, and stefano73: Updated to Drupal 5.
|
| 53 |
Some changes to the implementation:
|
| 54 |
* More reliance on the views formatters (as seems to be the norm for CCK
|
| 55 |
fields now) for formatting regular node views.
|
| 56 |
* The full node formatter is now the "default". This may break some existing
|
| 57 |
views. It's worth the pain.
|
| 58 |
* Added paging as per stefano73/alex_b's work. Relatively untested, but it
|
| 59 |
looks good so far. (Thanks!)
|
| 60 |
|
| 61 |
|
| 62 |
Viewfield 4.7.x-1.x, 2006-11-10
|
| 63 |
-------------------------------
|
| 64 |
by mfredrickson: Initial commit.
|
| 65 |
Nodes hold content. Views save queries. Wouldn't be great if a node could hold
|
| 66 |
a saved query? Now it can. Viewfield is a CCK field module that allows
|
| 67 |
administrators to put views directly into nodes. When creating a node, users
|
| 68 |
can select from a list of views. When the node is displayed, the view is run
|
| 69 |
and the content is inserted into the body of the node.
|