/[drupal]/contributions/modules/cck/nodereference.module
ViewVC logotype

Log of /contributions/modules/cck/nodereference.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.39.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 19:38:03 2008 UTC (12 months, 2 weeks ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.39.2.42: +2 -2 lines
Diff to previous 1.39.2.42 , to branch point 1.39 , to next main 1.127
Security fixes : http://drupal.org/node/330546

Revision 1.39.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 18:02:28 2008 UTC (14 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.41: +2 -2 lines
Diff to previous 1.39.2.41 , to branch point 1.39
#308215 by Reg - Nodereference: Do not filter on empty string when querying for referenceable nodes.

Revision 1.39.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 09:12:29 2008 UTC (14 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.40: +2 -2 lines
Diff to previous 1.39.2.40 , to branch point 1.39
#309558 by mroswell : fix PHP doc typo.

Revision 1.39.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 4 23:01:27 2008 UTC (14 months, 2 weeks ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.39.2.39: +2 -2 lines
Diff to previous 1.39.2.39 , to branch point 1.39
Hm, I did an interesting job at f** up the 1.8 release...

Revision 1.39.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 13:45:05 2008 UTC (14 months, 2 weeks ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.39.2.38: +4 -4 lines
Diff to previous 1.39.2.38 , to branch point 1.39
backport of #271577

Revision 1.39.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 22:28:16 2008 UTC (15 months, 2 weeks ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.37: +2 -2 lines
Diff to previous 1.39.2.37 , to branch point 1.39
#290259 - fix incorrect call to t() in 'title mismatch' error message (no fix needed for D6)

Revision 1.39.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 13:12:57 2008 UTC (16 months, 1 week ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.36: +15 -1 lines
Diff to previous 1.39.2.36 , to branch point 1.39
#157211 Nodereference - error message when no valid node with that title (autocomplete widget)

Revision 1.39.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 23:50:29 2008 UTC (18 months, 3 weeks ago) by karens
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.39.2.35: +55 -1 lines
Diff to previous 1.39.2.35 , to branch point 1.39
#97375 More Panels 2 code cleanup and move non-content module Panels integration to relevant module - fieldgroup, nodereference, and userreference.

Revision 1.127
Wed Apr 23 18:02:14 2008 UTC (19 months ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.126: +1 -1 lines
FILE REMOVED
#218973: Renamed from nodereference.module to modules/nodereference/nodereference.module

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 08:24:06 2008 UTC (19 months ago) by karens
Branch: MAIN
Changes since 1.125: +6 -6 lines
Diff to previous 1.125
#245781 Fixes to translatable strings, patch by hass.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 06:58:47 2008 UTC (19 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.124: +1 -10 lines
Diff to previous 1.124
Remove Views 1 filter handler, no longer needed.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 03:16:09 2008 UTC (19 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.123: +3 -4 lines
Diff to previous 1.123
#240440 Must use $view->render() instead of $view->execute() to generate the view or pre_render() won't get triggered.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 10:27:42 2008 UTC (19 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.122: +2 -2 lines
Diff to previous 1.122
The many_to_one operator looks like it makes more sense to use as the default filter for fields with allowed values lists.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 22:21:21 2008 UTC (19 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.121: +30 -21 lines
Diff to previous 1.121
Update nodereference use of Views as selectors to add node titles and node title filters to view and use that filter.

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 13:12:41 2008 UTC (19 months, 4 weeks ago) by karens
Branch: MAIN
Changes since 1.120: +7 -14 lines
Diff to previous 1.120
Re-name fields to use Views 1 naming like field_text_value instead of field_text to make updates easier, and alter content.views_convert.inc to match.

Add default filters for all fields, and update fields to switch from string or numeric filters to 'in' operators if there are lists of allowed values.

Add helper function to return Views table name to make it easier to change the tablename in the future, like if we find a way to avoid the need to alias each field as its own table.

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 01:59:03 2008 UTC (20 months ago) by yched
Branch: MAIN
Changes since 1.119: +5 -5 lines
Diff to previous 1.119
#186775 followup : secure other noderef formatters against non existing referenced nodes.

Revision 1.39.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 01:58:34 2008 UTC (20 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.34: +2 -2 lines
Diff to previous 1.39.2.34 , to branch point 1.39
#186775 followup : secure other noderef formatters against non existing referenced nodes.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 01:52:57 2008 UTC (20 months ago) by yched
Branch: MAIN
Changes since 1.118: +7 -6 lines
Diff to previous 1.118
#186775 - nodereference : fix 'Invalid argument supplied for foreach()' + buggy display when using 'full node' formatter and the referenced node has been deleted

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.118 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 12:56:51 2008 UTC (20 months ago) by karens
Branch: MAIN
Changes since 1.117: +2 -3 lines
Diff to previous 1.117
#237085 Getting Views 2 relationships working! Patch by merlinofchaos.

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 23:32:41 2008 UTC (20 months ago) by yched
Branch: MAIN
Changes since 1.116: +10 -10 lines
Diff to previous 1.116
#226607 - translatable field types / widget types / formatters names

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 18 12:46:57 2008 UTC (20 months ago) by karens
Branch: MAIN
Changes since 1.115: +17 -20 lines
Diff to previous 1.115
A little more cleanup of the option to use views for nodereference select lists. Using views for autocomplete is not yet working.

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 18 11:44:56 2008 UTC (20 months ago) by karens
Branch: MAIN
Changes since 1.114: +104 -89 lines
Diff to previous 1.114
Re-implement the option to use a view to populate the nodereference selector. Still needs more work, but is basically functional for a select list. Nothing done yet about handling arguments or filters or using this in an autocomplete.

Revision 1.39.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 18 01:15:09 2008 UTC (20 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.32: +3 -3 lines
Diff to previous 1.39.2.32 , to branch point 1.39
#235537 - I messed up select widgets in a previous commit - attempt to fix that

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 12:19:30 2008 UTC (20 months ago) by karens
Branch: MAIN
Changes since 1.113: +4 -3 lines
Diff to previous 1.113
#235247, #235224, #224614, fix validation problems with optionwidgets, nodereference, and userreference. This fix gets the forms working correctly and options are saved as they should be. The default value selector in field settings is still broken with this fix, but the node forms now work correctly.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 00:56:07 2008 UTC (20 months, 1 week ago) by yched
Branch: MAIN
Changes since 1.112: +14 -1 lines
Diff to previous 1.112
Small update for views integration :
- default Empty / Not empty filter for all fields
  (still triggers a few warnings when used as exposed filters)
- very early beginnings of 'relationships' for nodereferences.
  Doesn't do anything yet.

Revision 1.39.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 22:32:06 2008 UTC (20 months, 2 weeks ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.31: +3 -2 lines
Diff to previous 1.39.2.31 , to branch point 1.39
#194788 - followup : still check_plain output for autocomplete results

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 22:22:04 2008 UTC (20 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.111: +3 -2 lines
Diff to previous 1.111
#194788 - followup : still check_plain output for autocomplete results

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 17:11:06 2008 UTC (20 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110
#229256 remove check_plain() which is getting applied more than once.

Revision 1.39.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 17:03:02 2008 UTC (20 months, 2 weeks ago) by karens
Branch: DRUPAL-5
Changes since 1.39.2.30: +2 -2 lines
Diff to previous 1.39.2.30 , to branch point 1.39
#194788 remove duplicate check_plain in nodereference, patch by traxer.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 28 00:22:31 2008 UTC (20 months, 3 weeks ago) by yched
Branch: MAIN
Changes since 1.109: +3 -1 lines
Diff to previous 1.109
noderef and userref widgets don't respect 'required' setting

Revision 1.39.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 19:59:11 2008 UTC (20 months, 3 weeks ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.29: +9 -9 lines
Diff to previous 1.39.2.29 , to branch point 1.39
#226607 by denisvm - fix untranslatable human names for field and widget types

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 01:22:07 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.108: +5 -5 lines
Diff to previous 1.108
#223547 More formatter documentation.

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 00:50:52 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.107: +5 -1 lines
Diff to previous 1.107
#223547 Add formatter documentation, more coming.

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 21:24:04 2008 UTC (21 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.106: +3 -1 lines
Diff to previous 1.106
Display description help text only once for multiple fields (similar to #title).

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 18:43:15 2008 UTC (21 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.105: +57 -37 lines
Diff to previous 1.105
#213279 - formatters refactoring :
- formatters == theme functions
- allow formatters to handle multiple values

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 15:23:11 2008 UTC (21 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.104: +3 -3 lines
Diff to previous 1.104
Small fix to commit that comments out the views handling in nodereference to make sure $result gets created.

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 02:05:02 2008 UTC (21 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.103: +84 -84 lines
Diff to previous 1.103
#217455 - Move Views integration code out of the way for now

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 15:03:44 2008 UTC (22 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.102: +3 -2 lines
Diff to previous 1.102
#205997 add missing parameters to form_set_value in nodereference.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 00:24:07 2008 UTC (22 months, 1 week ago) by yched
Branch: MAIN
Changes since 1.101: +4 -3 lines
Diff to previous 1.101
#207493 by Pancho : consistent <none> options + better translatability for an admin string.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 13:14:06 2007 UTC (23 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.100: +2 -3 lines
Diff to previous 1.100
#198420  Make sure internal field and widget names are truncated to 32 characters to match the database values.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 19:14:55 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.99: +12 -22 lines
Diff to previous 1.99
More tweaking of nodereference and userreference to get the right values saved for both selects and autocompletes.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 16:56:22 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.98: +3 -10 lines
Diff to previous 1.98
We now let the content module decide how to handle empty values, just go ahead and set the uid or nid, even if empty, then defer to the content module to handle the empty results.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 16:37:28 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.97: +5 -9 lines
Diff to previous 1.97
Fix problems with autocomplete handling. It was doubled up in nodereference and a function was missing in userreference. Do the handling in the value callback instead of #process so we don't force a value in if none was selected.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 16:20:41 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96
Was using the wrong level of the value for the default value of nodereference and optionwidgets.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 14:20:47 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
Missed a fix.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 14:18:19 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.94: +12 -10 lines
Diff to previous 1.94
Switch a cleaner method of unnesting the nested elements created by userreference and nodereference.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 12:45:06 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.93: +9 -1 lines
Diff to previous 1.93
Nested elements need to pass on all the values added by the content module.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 13:42:12 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.92: +3 -1 lines
Diff to previous 1.92
Miscellaneous cleanup of nodereference undefined indexes and missing $field array.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 15 21:44:42 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.91: +3 -3 lines
Diff to previous 1.91
Added new fuctions to create 'default' field and widget arrays. Available to help expose field structure to external modules. Supplied values are now merged with default values to be sure all parts of the field and widget have indexes set. This means all field values will always return true to isset() and will not create undefined index errors. This also means module authors should not use isset() to test if values exist for form elements. Instead use is_array(), is_numeric() or similar tests.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 23:40:28 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90
UI improvements for the screen to select fields and widgets, add a field description to hook_field_info(), then display it to make it easier for the user to make a choice.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 13:48:44 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.89: +2 -1 lines
Diff to previous 1.89
Cleaning up documentation.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 00:34:09 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.88: +1 -4 lines
Diff to previous 1.88
Two big D6 port changes:

#97861 change schema to store field column and module info in the field settings table so we have a way to clean fields up after a field module is uninstalled and rework all code to retrieve that info from the database instead of using module_invoke('database columns').

#157176 major restructuring to move most existing field crud processing to content_crud.inc. This still needs more testing and is not the final API, but it is a beginning.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 3 19:21:56 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.87: +138 -15 lines
Diff to previous 1.87
Make sure content_storage() has all $columns attributes, not just the names. Rework userreference and nodereference so they can become reusable elements. More updating of documentation.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 23:51:12 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86
Had to switch to a different method of identifying the field name. Using #parents wouldn't work in the the default value form, so now setting #field_name as an explicit $element value.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 22:24:53 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.85: +1 -19 lines
Diff to previous 1.85
Make sure schema gets refreshed when field types change! More changes to remove use of #field in elements and replace it with new #field_info value in $form; Move install, uninstall, enable, and disable hooks all into .install file; Start developer upgrade documentation.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 15:28:25 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.84: +4 -3 lines
Diff to previous 1.84
Change use of #field in each element to #field_info in the top level of the form.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 20:08:09 2007 UTC (2 years, 1 month ago) by yched
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83
fix typo

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 10:52:52 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
Remove a couple remaining default values and add code to content module to force all field columns to default to NULL.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 21:52:49 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.81: +20 -2 lines
Diff to previous 1.81
Add content_notify() function modules can use to let content module take action when they are uninstalled or disabled. Change all field columns to 'not null' = FALSE so we can search for empty values consistently across field types.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 15:33:00 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.80: +10 -12 lines
Diff to previous 1.80
Add hook_content_is_empty() function to fields and move handling of empty values to content_field_invoke_default().

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 02:33:09 2007 UTC (2 years, 1 month ago) by yched
Branch: MAIN
Changes since 1.79: +1 -2 lines
Diff to previous 1.79
D6 rework : finally deprecate hook_field($op = 'view'), in favor of the default implementation
 provided by content.module
In order to not lose functionnality, we still have to allow formatters to display multiple values

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 23 11:09:08 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.78: +1 -15 lines
Diff to previous 1.78
Add includes for missing functions, re-arrange handling of form elements so content module adds them rather than field modules.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 21 08:06:00 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.77: +3 -9 lines
Diff to previous 1.77
Change method of handling callbacks and content handling of multiple values.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 20:44:22 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.76: +2 -3 lines
Diff to previous 1.76
#157176 nodereference autocomplete need drupal_json() not drupal_to_js(), that gets nodereference autocomplete working.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 20:31:09 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
#157176 a little more cleanup of userreference and nodereference autocomplete

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 18:16:27 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.74: +179 -156 lines
Diff to previous 1.74
#157176 First round of FAPIzing the widgets. Widget invoke hook_elements() and use FAPI #process, #value_callback, etc. Widgets now only produce a single element and content module handles multiple values. Widget elements are designed to be agnostic about where they are placed. The content module places them on nodes, but it should be possible to write custom code to place them elsewhere by creating a $field array that will tell the widget what parameters to use. See the referenced issue for more details.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 21:35:25 2007 UTC (2 years, 3 months ago) by yched
Branch: MAIN
Changes since 1.73: +1 -8 lines
Diff to previous 1.73
#167945 (D6 / Schema API port) remove temporary code
+ merged duplicate db code for node insert and update

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 01:55:11 2007 UTC (2 years, 3 months ago) by yched
Branch: MAIN
Changes since 1.72: +3 -3 lines
Diff to previous 1.72
D6 port - Port to Schema API - part 2

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 15:27:56 2007 UTC (2 years, 3 months ago) by yched
Branch: MAIN
Changes since 1.71: +8 -5 lines
Diff to previous 1.71
D6 port : migrate db handling code to Schema API (first pass)

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:13:03 2007 UTC (2 years, 3 months ago) by yched
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70
#167468  Fix noderef autocomplete widget w/ 'advanced (Views) mode' and Views 1.6 :
 the first set of matches is repeated for subsequent edits (Views query cache)
(makes no sense for D6 yet, but keeps the code consistent

+ port of the 1.6 security fix (check_plain's)

Revision 1.25.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:10:24 2007 UTC (2 years, 3 months ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-6-1
Changes since 1.25.2.43: +3 -2 lines
Diff to previous 1.25.2.43 , to branch point 1.25 , to next main 1.127
#167468  Fix noderef autocomplete widget w/ 'advanced (Views) mode' and Views 1.6 :
 the first set of matches is repeated for subsequent edits (Views query cache)

Revision 1.39.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:05:53 2007 UTC (2 years, 3 months ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6-1
Changes since 1.39.2.28: +3 -3 lines
Diff to previous 1.39.2.28 , to branch point 1.39
#167468  Fix noderef autocomplete widget w/ 'advanced (Views) mode' and Views 1.6 :
 the first set of matches is repeated for subsequent edits (Views query cache)

Revision 1.25.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 19:11:54 2007 UTC (2 years, 3 months ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-6
Changes since 1.25.2.42: +10 -10 lines
Diff to previous 1.25.2.42 , to branch point 1.25
security fix - missing check_plain's in noderef module

Revision 1.39.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 19:11:36 2007 UTC (2 years, 3 months ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.39.2.27: +10 -10 lines
Diff to previous 1.39.2.27 , to branch point 1.39
security fix - missing check_plain's in noderef module

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 02:00:37 2007 UTC (2 years, 3 months ago) by yched
Branch: MAIN
Changes since 1.69: +18 -17 lines
Diff to previous 1.69
#157176 - D6 port - some E_ALL fixes

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 15:33:24 2007 UTC (2 years, 3 months ago) by karens
Branch: MAIN
Changes since 1.68: +12 -9 lines
Diff to previous 1.68
Fixes so optionwidgets and select handling works in all modules, plus some more fixes for undefined indexes and variables.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 12:28:12 2007 UTC (2 years, 4 months ago) by yched
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
#147205 - nodereference : fixed 'advanced settings - view arguments' not working.
 - thanks caign and beholder

Revision 1.25.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 12:27:37 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.41: +3 -3 lines
Diff to previous 1.25.2.41 , to branch point 1.25
#147205 - nodereference : fixed 'advanced settings - view arguments' not working.
 - thanks caign and beholder

Revision 1.39.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 12:24:26 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.26: +3 -3 lines
Diff to previous 1.39.2.26 , to branch point 1.39
#147205 - nodereference : fixed 'advanced settings - view arguments' not working.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 23:03:50 2007 UTC (2 years, 4 months ago) by yched
Branch: MAIN
Changes since 1.66: +24 -6 lines
Diff to previous 1.66
#152016 (followup) : prevent infinite recursion when using the new 'full node' : 'teaser' formatters.

Revision 1.25.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 23:01:05 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.40: +24 -6 lines
Diff to previous 1.25.2.40 , to branch point 1.25
#152016 (followup) : prevent infinite recursion when using the new 'full node' : 'teaser' formatters.

Revision 1.39.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 23:00:20 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.25: +24 -6 lines
Diff to previous 1.39.2.25 , to branch point 1.39
#152016 (followup) : prevent infinite recursion when using the new 'full node' : 'teaser' formatters.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 12:30:50 2007 UTC (2 years, 4 months ago) by karens
Branch: MAIN
Changes since 1.65: +15 -1 lines
Diff to previous 1.65
#157176 more work on 6.x port. Still lots of error messages left to track down, but static tables are created and menus are working.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:49:24 2007 UTC (2 years, 4 months ago) by yched
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64
#153284 - followup : also check for  'old' noderef fields that have never been re-edited
 since the upgrade - thanks Karen

Revision 1.25.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:48:53 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.39: +3 -3 lines
Diff to previous 1.25.2.39 , to branch point 1.25
#153284 - followup : also check for  'old' noderef fields that have never been re-edited
 since the upgrade - thanks Karen

Revision 1.39.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:48:08 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.24: +3 -3 lines
Diff to previous 1.39.2.24 , to branch point 1.39
#153284 - followup : also check for  'old' noderef fields that have never been re-edited
 since the upgrade - thanks Karen

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:44:20 2007 UTC (2 years, 4 months ago) by yched
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63
#155327 - add missing n. tables aliases is referenceable nodes query - thanks Killes

Revision 1.25.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:43:45 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.38: +3 -3 lines
Diff to previous 1.25.2.38 , to branch point 1.25
#155327 - add missing n. tables aliases is referenceable nodes query - thanks Killes

Revision 1.39.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 14:42:59 2007 UTC (2 years, 4 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.23: +3 -3 lines
Diff to previous 1.39.2.23 , to branch point 1.39
#155327 - add missing n. tables aliases is referenceable nodes query - thanks Killes

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 14:12:37 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62
#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.25.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 14:11:54 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.37: +3 -3 lines
Diff to previous 1.25.2.37 , to branch point 1.25
#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.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.62 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 11:23:37 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.61: +23 -2 lines
Diff to previous 1.61
#65133 / #152016 : 'full node' and 'teaser' formatters for nodereferences - thanks
 alex_b and ray007

Revision 1.25.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 11:23:01 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.36: +23 -2 lines
Diff to previous 1.25.2.36 , to branch point 1.25
#65133 / #152016 : 'full node' and 'teaser' formatters for nodereferences - thanks
 alex_b and ray007

Revision 1.39.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 11:21:54 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.21: +23 -2 lines
Diff to previous 1.39.2.21 , to branch point 1.39
#65133 / #152016 : 'full node' and 'teaser' formatters for nodereferences - thanks
 alex_b and ray007

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 10:44:45 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.60: +4 -2 lines
Diff to previous 1.60
#150297 - fix encoded raw htmlentities appearing in select widgets when using advanced
 (Views) node selection

Revision 1.25.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 10:44:15 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.35: +4 -2 lines
Diff to previous 1.25.2.35 , to branch point 1.25
#150297 - fix encoded raw htmlentities appearing in select widgets when using advanced
 (Views) node selection

Revision 1.39.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 10:41:55 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.20: +4 -2 lines
Diff to previous 1.39.2.20 , to branch point 1.39
#150297 - fix encoded raw htmlentities appearing in select widgets when using advanced
 (Views) node selection

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:13:38 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
#129016 - followup (typo - missing parenthesis)

Revision 1.25.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:13:03 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.34: +2 -2 lines
Diff to previous 1.25.2.34 , to branch point 1.25
#129016 - followup (typo - missing parenthesis)

Revision 1.39.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:12:20 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.19: +2 -2 lines
Diff to previous 1.39.2.19 , to branch point 1.39
#129016 - followup (typo - missing parenthesis)

Revision 1.25.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 19:40:42 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.33: +2 -2 lines
Diff to previous 1.25.2.33 , to branch point 1.25
#129016 - prevent possible errors when noderef formatter gets called with a non numerid
 'nid'

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 19:40:27 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
#129016 - prevent possible errors when noderef formatter gets called with a non numerid
 'nid'

Revision 1.39.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 19:38:06 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.18: +2 -2 lines
Diff to previous 1.39.2.18 , to branch point 1.39
#129016 - prevent possible errors when noderef formatter gets called with a non numerid
 'nid'

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 11:22:26 2007 UTC (2 years, 5 months ago) by yched
Branch: MAIN
Changes since 1.57: +14 -11 lines
Diff to previous 1.57
#126926 - skip node_load in noderef formatter - patch by Crell (slightly modified)

Revision 1.25.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 11:21:31 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.32: +14 -11 lines
Diff to previous 1.25.2.32 , to branch point 1.25
#126926 - skip node_load in noderef formatter - patch by Crell (slightly modified)

Revision 1.39.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 11:20:19 2007 UTC (2 years, 5 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.17: +14 -11 lines
Diff to previous 1.39.2.17 , to branch point 1.39
#126926 - skip node_load in noderef formatter - patch by Crell (slightly modified)

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 15:18:46 2007 UTC (2 years, 7 months ago) by yched
Branch: MAIN
Changes since 1.56: +8 -8 lines
Diff to previous 1.56
upgrade HEAD for current state of drupal 6 :
- hook_menu
- url / l refactor
- form_alter refactor
Absolutely untested and not ready for any kind of use :-)

Revision 1.25.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 22:01:24 2007 UTC (2 years, 8 months ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4, DRUPAL-4-7--1-5, DRUPAL-4-7--1-5-1
Changes since 1.25.2.31: +7 -7 lines
Diff to previous 1.25.2.31 , to branch point 1.25
display field label in field error messages

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 21:59:58 2007 UTC (2 years, 8 months ago) by yched
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55
display field label in field error messages

Revision 1.39.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 21:58:47 2007 UTC (2 years, 8 months ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.39.2.16: +3 -3 lines
Diff to previous 1.39.2.16 , to branch point 1.39
display field label in field error messages

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 00:00:32 2007 UTC (2 years, 8 months ago) by yched
Branch: MAIN
Changes since 1.54: +5 -5 lines
Diff to previous 1.54
Fix minor coding style issues (coder.module)

Revision 1.39.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 23:57:55 2007 UTC (2 years, 8 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.15: +5 -5 lines
Diff to previous 1.39.2.15 , to branch point 1.39
Fix minor coding style issues (coder.module)

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 23:08:01 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
#117813 - fix select list widget for noderef / userref filling 'delta' column with
 the nid / uid

Revision 1.25.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 23:07:20 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.30: +2 -2 lines
Diff to previous 1.25.2.30 , to branch point 1.25
#117813 - fix select list widget for noderef / userref filling 'delta' column with
 the nid / uid

Revision 1.39.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 23:06:36 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.14: +2 -2 lines
Diff to previous 1.39.2.14 , to branch point 1.39
#117813 - fix select list widget for noderef / userref filling 'delta' column with
 the nid / uid

Revision 1.25.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 19:42:41 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.29: +4 -4 lines
Diff to previous 1.25.2.29 , to branch point 1.25
#115425 - call t() for field descriptions

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 19:38:15 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.52: +4 -4 lines
Diff to previous 1.52
#115425 - call t() for field descriptions

Revision 1.39.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 19:36:39 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.13: +4 -4 lines
Diff to previous 1.39.2.13 , to branch point 1.39
#115425 - call t() for field descriptions

Revision 1.25.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 7 01:21:26 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.28: +25 -4 lines
Diff to previous 1.25.2.28 , to branch point 1.25
#114145 - add view arguments' setting for view-defined referenceable nodes - patch
 by ray007

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 7 01:20:22 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.51: +25 -4 lines
Diff to previous 1.51
#114145 - add view arguments' setting for view-defined referenceable nodes - patch
 by ray007

Revision 1.39.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 7 01:19:40 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.12: +25 -4 lines
Diff to previous 1.39.2.12 , to branch point 1.39
#114145 - add view arguments' setting for view-defined referenceable nodes - patch
 by ray007

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 14:18:09 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
#114346 - fix error on empty noderef fields - slightly better

Revision 1.25.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 14:17:26 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.25.2.27: +3 -3 lines
Diff to previous 1.25.2.27 , to branch point 1.25
#114346 - fix error on empty noderef fields - slightly better

Revision 1.39.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 14:16:48 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.39.2.11: +3 -3 lines
Diff to previous 1.39.2.11 , to branch point 1.39
#114346 - fix error on empty noderef fields - slightly better

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 13:25:37 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
#114346 - fix error on empty noderef fields (select widget)

Revision 1.25.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 13:24:57 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.26: +2 -2 lines
Diff to previous 1.25.2.26 , to branch point 1.25
#114346 - fix error on empty noderef fields (select widget)

Revision 1.39.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 13:23:22 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.10: +2 -2 lines
Diff to previous 1.39.2.10 , to branch point 1.39
#114346 - fix error on empty noderef fields (select widget)

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 22:20:42 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.48: +9 -7 lines
Diff to previous 1.48
#114346 - fix error on empty noderef fields

Revision 1.25.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 22:19:58 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.25: +9 -7 lines
Diff to previous 1.25.2.25 , to branch point 1.25
#114346 - fix error on empty noderef fields

Revision 1.39.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 22:18:35 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.9: +3 -3 lines
Diff to previous 1.39.2.9 , to branch point 1.39
#114346 - fix error on empty noderef fields - leftover

Revision 1.39.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 22:16:26 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.8: +7 -5 lines
Diff to previous 1.39.2.8 , to branch point 1.39
#114346 - fix error on empty noderef fields

Revision 1.25.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 20:46:33 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.24: +30 -26 lines
Diff to previous 1.25.2.24 , to branch point 1.25
#112464 - refactor userref and noderef validation steps (plus fix / simplify _userreference_potential_references)

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 20:44:37 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.47: +30 -26 lines
Diff to previous 1.47
#112464 - refactor userref and noderef validation steps (plus fix / simplify _userreference_potential_references)

Revision 1.39.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 20:43:49 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.7: +30 -26 lines
Diff to previous 1.39.2.7 , to branch point 1.39
#112464 - refactor userref and noderef validation steps (plus fix / simplify _userreference_potential_references)

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 01:19:46 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
#113381 - restore simple dropdown widget for non multiple noderef and userref fields
 - patch by quicksketch (forgot to sync HEAD)

Revision 1.25.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 03:52:17 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.23: +2 -2 lines
Diff to previous 1.25.2.23 , to branch point 1.25
#113381 - restore simple dropdown widget for non multiple noderef and userref fields
 - patch by quicksketch

Revision 1.39.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 03:51:07 2007 UTC (2 years, 9 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.6: +2 -2 lines
Diff to previous 1.39.2.6 , to branch point 1.39
#113381 - restore simple dropdown widget for non multiple noderef and userref fields
 - patch by quicksketch

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 17:27:45 2007 UTC (2 years, 9 months ago) by yched
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45
#105787 - new db scheme for 5.0 to avoid conflict with core tables (field data tables
 are moved from 'node_' to 'content_' namespace)
+ fixes for older 4.7 versions migration path
update.php required !!

Revision 1.25.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 13:26:21 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-4-7
Changes since 1.25.2.22: +52 -53 lines
Diff to previous 1.25.2.22 , to branch point 1.25
#112464 standardize validation in field rather than widget, standardize use of $items rather than $node_field

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 13:13:02 2007 UTC (2 years, 9 months ago) by karens
Branch: MAIN
Changes since 1.44: +52 -53 lines
Diff to previous 1.44
#112464 standardize validation in field rather than widget, standardize use of $items rather than $node_field

Revision 1.39.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 12:46:26 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-5
Changes since 1.39.2.5: +52 -53 lines
Diff to previous 1.39.2.5 , to branch point 1.39
#112464 standardize validation in field rather than widget, standardize use of $items rather than $node_field

Revision 1.25.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 11:46:30 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.21: +5 -10 lines
Diff to previous 1.25.2.21 , to branch point 1.25
remove hook_field('view') for core field modules (default 'view' op is now handled
 in content.module)

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 11:43:55 2007 UTC (2 years, 10 months ago) by yched
Branch: MAIN
Changes since 1.43: +5 -10 lines
Diff to previous 1.43
remove hook_field('view') for core field modules (default 'view' op is now handled
 in content.module)

Revision 1.39.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 11:42:35 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.4: +5 -10 lines
Diff to previous 1.39.2.4 , to branch point 1.39
remove hook_field('view') for core field modules (default 'view' op is now handled
 in content.module)

Revision 1.25.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 16:41:33 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.20: +2 -1 lines
Diff to previous 1.25.2.20 , to branch point 1.25
#107667 - added missing '#size' for multiple select widgets

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 16:38:26 2007 UTC (2 years, 10 months ago) by yched
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42
#107667 - added missing '#size' for multiple select widgets

Revision 1.39.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 16:37:10 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.3: +2 -1 lines
Diff to previous 1.39.2.3 , to branch point 1.39
#107667 - added missing '#size' for multiple select widgets

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 15:40:00 2007 UTC (2 years, 10 months ago) by karens
Branch: MAIN
Changes since 1.41: +2 -16 lines
Diff to previous 1.41
removed unused hook_help (module description now in .info), cleanup description text to match 5.x cleanup

Revision 1.25.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 16:34:14 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Changes since 1.25.2.19: +2 -6 lines
Diff to previous 1.25.2.19 , to branch point 1.25
- updated some invalid strings for translation
- updated .pot file

Revision 1.39.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 14:43:32 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.39.2.2: +2 -15 lines
Diff to previous 1.39.2.2 , to branch point 1.39
- removed unused hook_help (module description now in .info)
- updated some invalid strings for translation
- updated .pot file

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 16:41:38 2007 UTC (2 years, 10 months ago) by yched
Branch: MAIN
Changes since 1.40: +3 -4 lines
Diff to previous 1.40
#81688 - no label to add "required" asterisk for multiple fields

Revision 1.39.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 16:39:18 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-5
Changes since 1.39.2.1: +3 -4 lines
Diff to previous 1.39.2.1 , to branch point 1.39
#81688 - no label to add "required" asterisk for multiple fields

Revision 1.25.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 16:37:59 2007 UTC (2 years, 10 months ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.18: +3 -4 lines
Diff to previous 1.25.2.18 , to branch point 1.25
#81688 - no label to add "required" asterisk for multiple fields

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 02:18:05 2006 UTC (3 years ago) by yched
Branch: MAIN
Changes since 1.39: +7 -7 lines
Diff to previous 1.39
keep HEAD sync with 5.0 branch

Revision 1.39.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 13:38:08 2006 UTC (3 years ago) by yched
Branch: DRUPAL-5
Changes since 1.39: +7 -7 lines
Diff to previous 1.39
(related to) #98709 - the 'empty' option for noderef Views filters was not correctly preselected
+ small code reorg

Revision 1.25.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 13:37:23 2006 UTC (3 years ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.17: +7 -7 lines
Diff to previous 1.25.2.17 , to branch point 1.25
(related to) #98709 - the 'empty' option for noderef Views filters was not correctly preselected

Revision 1.25.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 23:05:23 2006 UTC (3 years ago) by yched
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.25.2.16: +20 -9 lines
Diff to previous 1.25.2.16 , to branch point 1.25
#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.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.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 13:44:28 2006 UTC (3 years ago) by yched
Branch: MAIN
Changes since 1.37: +11 -5 lines
Diff to previous 1.37
#93664 - empty noderefs should not be stored (bug introduced by http://drupal.org/node/62498)

Revision 1.25.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 13:43:29 2006 UTC (3 years ago) by yched
Branch: DRUPAL-4-7
Changes since 1.25.2.15: +11 -5 lines
Diff to previous 1.25.2.15 , to branch point 1.25
#93664 - empty noderefs should not be stored (bug introduced by http://drupal.org/node/62498)

Revision 1.25.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 12:42:54 2006 UTC (3 years ago) by karens
Branch: DRUPAL-4-7
Changes since 1.25.2.14: +42 -15 lines
Diff to previous 1.25.2.14 , to branch point 1.25
#62498, #78825, #83572 - fix various nodereference problems, patch by yched

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 12:37:28 2006 UTC (3 years ago) by karens
Branch: MAIN
Changes since 1.36: +49 -20 lines
Diff to previous 1.36
#62498, #78825, #83572 - fix various nodereference problems including completing update to 5.0, patch by yched

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 10:47:55 2006 UTC (3 years ago) by karens
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35
#78825 patch by Egon Bianchet to add default views to views selector

Revision 1.25.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 10:45:47 2006 UTC (3 years ago) by karens
Branch: DRUPAL-4-7
Changes since 1.25.2.13: +6 -2 lines
Diff to previous 1.25.2.13 , to branch point 1.25
#78825 - add default views to views selector

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 21:01:51 2006 UTC (3 years ago) by karens
Branch: MAIN
Changes since 1.34: +122 -26 lines
Diff to previous 1.34
#78825 patch by yched, use views as a nodereference field selector

Revision 1.25.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 20:59:42 2006 UTC (3 years ago) by karens
Branch: DRUPAL-4-7
Changes since 1.25.2.12: +122 -26 lines
Diff to previous 1.25.2.12 , to branch point 1.25
#78825 patch by yched, use views as a nodereference field selector

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.25.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 13:21:21 2006 UTC (3 years, 1 month ago) by karens
Branch: DRUPAL-4-7
Changes since 1.25.2.11: +25 -2 lines
Diff to previous 1.25.2.11 , to branch point 1.25
#87030 add blank option when not required to nodereferece, #89717 add views filter options to nodereference

Revision 1.25.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 21 03:06:45 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.10: +2 -2 lines
Diff to previous 1.25.2.10 , to branch point 1.25
Allow users to select a format when creating a view.

Revision 1.25.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 21:49:31 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.9: +37 -14 lines
Diff to previous 1.25.2.9 , to branch point 1.25
Addition of new content_format() function to prepare for output choices in Views.

Revision 1.25.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 19 23:10:32 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.8: +6 -4 lines
Diff to previous 1.25.2.8 , to branch point 1.25
#78869: Avoid warning message when using unconfigured node reference field.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 19 23:10:19 2006 UTC (3 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.32: +6 -4 lines
Diff to previous 1.32
#78869: Avoid warning message when using unconfigured node reference field.

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.25.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 19 21:54:42 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.7: +2 -2 lines
Diff to previous 1.25.2.7 , to branch point 1.25
#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.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 02:28:25 2006 UTC (3 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.30: +5 -19 lines
Diff to previous 1.30
Prevent empty fields from propagating when a node with a blank title exists.

Revision 1.25.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 02:28:14 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.6: +5 -19 lines
Diff to previous 1.25.2.6 , to branch point 1.25
Prevent empty fields from propagating when a node with a blank title exists.

Revision 1.25.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 8 15:26:30 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.5: +2 -2 lines
Diff to previous 1.25.2.5 , to branch point 1.25
#62503: Restrict user references by role. Original patch by edrex, with modifications.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 23:03:18 2006 UTC (3 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29
Prevent empty values from entering the DB

Revision 1.25.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 22:57:56 2006 UTC (3 years, 3 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.4: +2 -1 lines
Diff to previous 1.25.2.4 , to branch point 1.25
Prevent empty values from getting into the database in the case where:
- the field is multiple valued
- no fields are filled in

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 01:16:58 2006 UTC (3 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
Corrected module descriptions for new admin structure.

Revision 1.25.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 11 01:02:50 2006 UTC (3 years, 4 months ago) by tavon
Branch: DRUPAL-4-7
Changes since 1.25.2.3: +2 -2 lines
Diff to previous 1.25.2.3 , to branch point 1.25
Backport HEAD to 4.7

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 12 19:36:54 2006 UTC (3 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
#64905 - Typo. Patches by mfredrickson, KarenS.

Revision 1.25.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 14:22:41 2006 UTC (3 years, 6 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.2: +57 -20 lines
Diff to previous 1.25.2.2 , to branch point 1.25
Multiple-valied fields with autocomplete

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 14:10:44 2006 UTC (3 years, 6 months ago) by JonBob
Branch: MAIN
Changes since 1.26: +57 -20 lines
Diff to previous 1.26
Allow autocomplete to work for multi-value fields.

Revision 1.25.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 3 12:56:52 2006 UTC (3 years, 6 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25.2.1: +0 -0 lines
Diff to previous 1.25.2.1 , to branch point 1.25
Backport argument support from HEAD.

Revision 1.25.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 13:54:50 2006 UTC (3 years, 6 months ago) by JonBob
Branch: DRUPAL-4-7
Changes since 1.25: +3 -5 lines
Diff to previous 1.25
#56298: Theming backport from HEAD.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 13:52:16 2006 UTC (3 years, 6 months ago) by JonBob
Branch: MAIN
Changes since 1.25: +3 -5 lines
Diff to previous 1.25
#56298: Much more robust theming, including documentation and examples.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 1 15:45:29 2006 UTC (3 years, 6 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.24: +4 -1 lines
Diff to previous 1.24
#60271: Error during preview of node reference fields.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 13:01:03 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#60032: SQL error when deleting the last instance of a field.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 15 20:37:34 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.22: +15 -14 lines
Diff to previous 1.22
#58429: Allow formatting of fields that views.module will display.

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 14:28:46 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Renamed the arguments to hook_field() for clarity.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 18:23:57 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#57554: A couple empty array issues.

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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 13:45:57 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.16: +3 -6 lines
Diff to previous 1.16
Rudimentary select box, check box and radio button widgets.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 9 14:45:54 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.15: +1 -20 lines
Diff to previous 1.15
#57825: Allow null returns from the settings hooks.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 03:07:47 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.14: +3 -8 lines
Diff to previous 1.14
#57415: Remove drupal_implode_autocomplete

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 5 20:52:34 2006 UTC (3 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.13: +83 -211 lines
Diff to previous 1.13
Moved nodereference to the per-field storage model.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 5 21:01:46 2006 UTC (3 years, 8 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Corrected 'extra' field being in the wrong place.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 26 00:13:11 2006 UTC (3 years, 8 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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 25 21:10:21 2006 UTC (3 years, 8 months ago) by JonBob
Branch: MAIN
Changes since 1.10: +8 -8 lines
Diff to previous 1.10
New interface for adding fields and assigning widgets simultaneously.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 23:20:09 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
http://drupal.org/node/50404

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 18 19:08:53 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.8: +9 -9 lines
Diff to previous 1.8
SQL error due to missing alias

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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 9 04:37:20 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.6: +91 -72 lines
Diff to previous 1.6
Major refactoring; widgets now defined separate from field types.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 7 23:52:13 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.5: +23 -15 lines
Diff to previous 1.5
Code style

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 7 18:40:53 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.4: +7 -9 lines
Diff to previous 1.4
Fix for reference loading

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 19:21:35 2006 UTC (3 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Fixed filter format saving.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 14:58:15 2006 UTC (3 years, 10 months ago) by JonBob
Branch: MAIN
Changes since 1.2: +110 -31 lines
Diff to previous 1.2
Updates for better views integration, and better autocomplete for node references.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 18 20:46:12 2006 UTC (3 years, 10 months ago) by JonBob
Branch: MAIN
Changes since 1.1: +131 -16 lines
Diff to previous 1.1
Rudimentary autocomplete for references

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 18:06:27 2006 UTC (3 years, 10 months ago) by JonBob
Branch: MAIN
New modules for references to nodes and users.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2