Log of /contributions/modules/cck/nodereference.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.39.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 24 01:51:14 2008 UTC
(20 months ago)
by
yched
Branch:
DRUPAL-5
Changes since
1.39.2.33: +4 -5 lines
Diff to
previous 1.39.2.33
, to
branch point 1.39
#186775 - nodereference : fix 'Invalid argument supplied for foreach()' + buggy display when using 'full node' formatter and the referenced node has been deleted
+ updated CHANGELOG with latest commits
Revision
1.39.2.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 14:10:59 2007 UTC
(2 years, 5 months ago)
by
yched
Branch:
DRUPAL-5
Changes since
1.39.2.22: +3 -3 lines
Diff to
previous 1.39.2.22
, to
branch point 1.39
#153284 - fix unneeded views_get_views call when 'advanced (Views) node selection' is not used,
resulting in repeated "SELECT v.* FROM view_view v WHERE v.name = '--' " queries.
thanks to moggy for noticing this _and_ pinning this down to noderef field
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 16 23:04:12 2006 UTC
(3 years ago)
by
yched
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-beta
Branch point for:
DRUPAL-5
Changes since
1.38: +20 -9 lines
Diff to
previous 1.38
#97584 - fix MySQL errors with select widget / multiple
unifying how single and multiple field stores empty field (store 0) - hopefully the last fix for this noderef series, sorry for the back and forth dance
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 17 13:26:52 2006 UTC
(3 years, 1 month ago)
by
karens
Branch:
MAIN
Changes since
1.33: +60 -14 lines
Diff to
previous 1.33
#87030 add blank option when not required to nodereference, #89717 add views filter options to nodereference, #89440 add formatters to nodereference (formatters won't work until content.module is updated, too)
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 19 22:04:48 2006 UTC
(3 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.31: +3 -3 lines
Diff to
previous 1.31
#69472: Change type prefix from "content-" to "content_" to assist in theming
of forms. Those using views.module may have to re-save views after this change.
Custom node templates will need to be renamed.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 14 22:21:49 2006 UTC
(3 years, 7 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.21: +12 -18 lines
Diff to
previous 1.21
#55570: Change the multiple-value conventions to remove a lot of redundant
code. This will require fixes to any themes that rely on the node data
structure previously used.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 12 21:06:39 2006 UTC
(3 years, 7 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.18: +4 -24 lines
Diff to
previous 1.18
The first of two field API changes.
Added a $node_field parameter to hook_field() and hook_widget(). This eases
a very common pattern of getting and setting this value. While $node is still
passed by reference, fields should *not* modify it. Instead, modify $node_field
which is saved back automatically.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 12 20:35:22 2006 UTC
(3 years, 7 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.17: +25 -10 lines
Diff to
previous 1.17
Added two new operations for hook_widget(): 'prepare form values' and
'process form values.' These operations previously were part of the work
done by 'form' and 'submit.' The new setup is better for separation of
tasks, but more importantly fixes a bug that caused radio button fields to
throw validation errors because the field's validation was being run on
incompatible data.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 26 00:13:11 2006 UTC
(3 years, 9 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.11: +7 -6 lines
Diff to
previous 1.11
Correct deletion process, to not strand old revisions in the DB. This change
requires running update.php.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 18 19:00:05 2006 UTC
(3 years, 9 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.7: +2 -2 lines
Diff to
previous 1.7
- Removed dead code
- Removed extra hook_field_settings() parameter
- Corrected textarea/textfield confusion
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.