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

Log of /contributions/modules/cck/cck.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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 11:30:24 2009 UTC (2 weeks, 3 days ago) by karens
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -202 lines
Diff to previous 1.22
Removing CCK UI elements that are in core and some update to get code working with latest core.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 16:15:27 2009 UTC (2 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.21: +1 -7 lines
Diff to previous 1.21
Remove devel_generate handling from cck. Now handled by devel_generate.module. Hurrah.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 12:16:23 2009 UTC (2 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
Fix fatal error when 'admin' key is missing during module installation.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 11:31:38 2009 UTC (4 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.19: +82 -96 lines
Diff to previous 1.19
#488542 - Tie Field UI pages to any fieldable entity - matches the core commit http://drupal.org/cvs?commit=235608

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 20:31:05 2009 UTC (4 months, 3 weeks ago) by yched
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
fix invalid user settings path, breaks badly with admin_menu

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 10:15:15 2009 UTC (4 months, 4 weeks ago) by karens
Branch: MAIN
Changes since 1.17: +40 -1 lines
Diff to previous 1.17
Add more core extra fields for author, publishing settings, revisions, and comment settings.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 26 23:29:41 2009 UTC (5 months ago) by yched
Branch: MAIN
Changes since 1.16: +2 -6 lines
Diff to previous 1.16
update TODO description

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 23 13:53:10 2009 UTC (5 months ago) by yched
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
updated for #409750

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 19:25:08 2009 UTC (5 months, 3 weeks ago) by yched
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
update for core API change: node_get_types() (#220233)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 21:01:53 2009 UTC (6 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Change hook_field_attach_insert to hook_field_attach_pre_insert. The former seems not to exist anymore.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 19:41:50 2009 UTC (8 months ago) by yched
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
fix PHP warnings during the body_as_field upgrade

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 16:13:11 2009 UTC (8 months ago) by yched
Branch: MAIN
Changes since 1.11: +8 -2 lines
Diff to previous 1.11
update hook_perm()

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 21:57:42 2009 UTC (8 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.10: +1 -9 lines
Diff to previous 1.10
Update to current code, including body-as-field patch.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 13:52:38 2009 UTC (8 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#366470 Found a fix for the problem not getting the menu tabs on new content types. Also starting work on fieldgroup module.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 20:38:02 2009 UTC (8 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Remove demofield module that is really not needed any more with the UI working. Also do some more work toward getting node_reference and user_reference working. Not done yet, but fewer errors :)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 13:56:09 2009 UTC (9 months, 1 week ago) by yched
Branch: MAIN
Changes since 1.7: +33 -70 lines
Diff to previous 1.7
foreport of #356158 by markus_petrux : move 'pseudo-fields' reordering to #pre_render.
Maps well to an entity-agnostic model, except user hacks around drupal_render to generate granular template variables. Left a TODO to reevaluate depending on how the 'partial drupal_render' thing evolves.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 12:58:23 2009 UTC (9 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.6: +10 -5 lines
Diff to previous 1.6
#370621 - Debug page : check for the existence of devel before calling dsm()

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 01:09:36 2009 UTC (9 months, 2 weeks ago) by yched
Branch: MAIN
Changes since 1.5: +12 -12 lines
Diff to previous 1.5
fix broken 'Manage field' and 'Display fields' pages after the drupal_render patch.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 19:53:47 2009 UTC (9 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.4: +0 -0 lines
Diff to previous 1.4
A few fixes. still getting errors about missing $form_state on validation, not sure where that's coming from.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 17:31:12 2009 UTC (9 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.3: +29 -1 lines
Diff to previous 1.3
Synch HEAD with latest Bazaar code so this version will work with core Fields in Core patch. CCk code mostly working but still needs work.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 02:55:38 2009 UTC (9 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.2: +39 -15 lines
Diff to previous 1.2
Synch HEAD with latest Bazaar code, mostly changes to get allowed values working.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 18:17:14 2009 UTC (9 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.1: +157 -56 lines
Diff to previous 1.1
Synch HEAD with latest Bazaar code, mostly changes to get default values working.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 10:01:43 2009 UTC (10 months ago) by karens
Branch: MAIN
Add new CCK code for the contrib portion of the Fields in core code.

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