Karen Stevenson [Sun, 9 Jan 2011 12:22:21 +0000]
Add more information to the drupal_alter -- field info when altering an instance and instance info when altering a field -- for settings that are being moved from field to instance or vice versa. Initial attempt to handle the imagefield migration.
Yves Chedemois [Sat, 8 Jan 2011 15:17:13 +0000]
#906358 by das-peter, meba, yched : fix a couple notices in cck "php code for default value / allowed values"
Karen Stevenson [Wed, 5 Jan 2011 18:11:19 +0000]
Get shared fields to migrate correctly.
Karen Stevenson [Wed, 5 Jan 2011 14:48:54 +0000]
Woops, missing very important line in test.
Karen Stevenson [Wed, 5 Jan 2011 14:31:58 +0000]
Add tests, by mradcliffe.
Karen Stevenson [Wed, 5 Jan 2011 14:12:30 +0000]
Add installation function to content migrate that will swap the stored content_extra_weight values to the new field_bundle_settings variable. Also properly set the body weight, which is otherwise not right.
Karen Stevenson [Wed, 5 Jan 2011 04:56:08 +0000]
Fix fatal error looking for schema files which now live in module.install.
Karen Stevenson [Wed, 5 Jan 2011 04:53:12 +0000]
#781088 More work on content migrate. Fix allowed values to make them into arrays, to match the new way that lists are stored.
Karen Stevenson [Wed, 5 Jan 2011 03:56:51 +0000]
#781088 More work on content migrate. A simple text field migrates correctly now.
Karen Stevenson [Tue, 4 Jan 2011 17:38:02 +0000]
#781088 by mradcliffe and KarenS, initial work to get D6 to D7 field migration code working again.
Yves Chedemois [Thu, 9 Dec 2010 20:15:07 +0000]
node_reference and user_reference field types now live in the 'references' project - drupal.org/project/references
Yves Chedemois [Sat, 6 Nov 2010 13:08:27 +0000]
#964058 by yched - add 'foreign keys" info in noderef / userref field schema.
Yves Chedemois [Thu, 21 Oct 2010 18:57:17 +0000]
Field_group code now lives in its own project !
Kudos @swentel and @Stalski for moving the code forward and taking over maintainance
Yves Chedemois [Mon, 18 Oct 2010 23:04:15 +0000]
stray empty line
Yves Chedemois [Mon, 18 Oct 2010 23:02:32 +0000]
remove leftover debugging code
Yves Chedemois [Mon, 18 Oct 2010 23:02:04 +0000]
Properly handle 'default' and customized view modes
Yves Chedemois [Mon, 18 Oct 2010 23:00:22 +0000]
#937856 - missing empty option in 'parent' selector on group rows
still requires core fix in
http://drupal.org/node/936536#comment-3581440
Karen Stevenson [Mon, 27 Sep 2010 15:00:19 +0000]
#824812, by yched, Add yched's new fieldgroup module to repository.
Karen Stevenson [Mon, 27 Sep 2010 14:55:25 +0000]
Remove old version of cck from repository.
Yves Chedemois [Mon, 21 Jun 2010 21:38:23 +0000]
#833992 by fgm - fix missing param callbacks in autocomplete menu item.
Yves Chedemois [Sat, 19 Jun 2010 18:57:09 +0000]
minor - more concise code.
Yves Chedemois [Sat, 19 Jun 2010 18:45:07 +0000]
fix typo and replace with concise code
Yves Chedemois [Thu, 17 Jun 2010 23:35:15 +0000]
D7 port of the recent D6 modifications
- #470470 by neilnz, use iLIKE for postgres selects.
- #558420 Accept trimmed titles in nodereference autocomplete validation to prevent title mismatch errors when title ends with space.
- security fixes in http://drupal.org/cvs?commit=380008 (SA : http://drupal.org/node/829566)
Karen Stevenson [Wed, 9 Jun 2010 13:23:55 +0000]
Revert #780566 by stella, add drupal_alter() for content_allowed_values lists created by userreference and nodereference, needs more thought.
Karen Stevenson [Wed, 9 Jun 2010 02:03:28 +0000]
#780566 by stella, add drupal_alter() for option lists created by userreference and nodereference.
Karen Stevenson [Sun, 25 Apr 2010 19:56:16 +0000]
Fix typo in latest commit that caused fatal error on install.
Karen Stevenson [Sat, 24 Apr 2010 20:27:30 +0000]
Start working out handling of php code for default values.
Karen Stevenson [Sat, 24 Apr 2010 18:35:57 +0000]
Lost the allowed values settings form on the last commit, put it back again.
Karen Stevenson [Sat, 24 Apr 2010 18:30:42 +0000]
Add handling for php default values and add langcode to field settings info.
Karen Stevenson [Sat, 24 Apr 2010 16:41:51 +0000]
Only use the php values if there is php code in the field.
Karen Stevenson [Sat, 24 Apr 2010 16:38:12 +0000]
Set up CCK module to handle the php allowed values code, still needs more work but this creates the tables and displays the values in the right spots.
Karen Stevenson [Sat, 24 Apr 2010 13:59:42 +0000]
Also need to re-name the autocomplete module to the new node_reference and user_reference module names.
Karen Stevenson [Sat, 24 Apr 2010 13:56:22 +0000]
Add content_migrate hook implementations to node_reference and user_reference.
Karen Stevenson [Sat, 24 Apr 2010 13:25:53 +0000]
More tweaking of content migrate script, starting to work correctly for at least the cases I have tested so far.
Karen Stevenson [Fri, 23 Apr 2010 20:07:50 +0000]
Adding content migrate module. Still needs lots of work, just getting this much committed so it is not lost.
Karen Stevenson [Fri, 23 Apr 2010 15:41:28 +0000]
Fix fatal errors when enabling cck and fieldgroup by removing install schema. Add entity_type to cck table.
Karen Stevenson [Wed, 3 Mar 2010 11:41:55 +0000]
Remove another deprecated file.
Karen Stevenson [Wed, 3 Mar 2010 11:38:33 +0000]
Remove deprecated files.
Karen Stevenson [Wed, 3 Mar 2010 11:36:17 +0000]
Remove all the code for extra fields since that is now in core and not needed, alter the description and title of the module. Leave some helper functions and permissions to do things like handle php code used to set values in the D6 version.
Karen Stevenson [Tue, 2 Mar 2010 19:56:21 +0000]
#690378 Remove non-existant files from cck info file.
Yves Chedemois [Sat, 27 Feb 2010 21:45:24 +0000]
#699066 by litwol and chx : add meta data to the 'referenceable nodes / users' queries for easier tracking
Yves Chedemois [Sat, 27 Feb 2010 21:41:35 +0000]
#717164 by catch and pasqualle - additional fixes, + piggyback core API changes
Yves Chedemois [Thu, 28 Jan 2010 20:24:30 +0000]
[#697928] By Pasqualle - bring user_reference.module in line with node_reference and core Field API
Yves Chedemois [Thu, 28 Jan 2010 20:15:39 +0000]
[#658150] followup by Pasqualle - fix coding style, error in hook name, and template suggestions
Yves Chedemois [Sat, 26 Dec 2009 22:09:41 +0000]
fix typo that broke the infinite loop safeguard for the 'full node / teaser' formatters
Yves Chedemois [Sat, 26 Dec 2009 19:33:39 +0000]
Fix for the autotcomplete widget
Yves Chedemois [Tue, 22 Dec 2009 18:39:54 +0000]
by Morbus Iff - update after core API change in #658364
Yves Chedemois [Tue, 15 Dec 2009 00:10:51 +0000]
updated after core [#639466] (hook_options_list)
Yves Chedemois [Sat, 12 Dec 2009 23:13:21 +0000]
update formatters after core commit [#657828]
Yves Chedemois [Sat, 12 Dec 2009 18:00:40 +0000]
Update formatters after [#652834]
Yves Chedemois [Tue, 8 Dec 2009 17:26:12 +0000]
#533222 followup by fgm - (hopefully) final fix for autocomplete widget
Yves Chedemois [Mon, 7 Dec 2009 23:57:57 +0000]
#533222 followup - temptative fix for autocomplete widget
Yves Chedemois [Sun, 6 Dec 2009 23:00:21 +0000]
#533222 by fgm - update noderef for current state of core D7. Yay !
Yves Chedemois [Mon, 30 Nov 2009 21:00:54 +0000]
#635850 by mikejoconnor: fix name clash.
Karen Stevenson [Tue, 10 Nov 2009 11:30:24 +0000]
Removing CCK UI elements that are in core and some update to get code working with latest core.
Thomas Zahreddin [Wed, 21 Oct 2009 16:17:43 +0000]
updated *.pot, tag DRUPAL-6--2-5
moshe weitzman [Thu, 3 Sep 2009 16:15:27 +0000]
Remove devel_generate handling from cck. Now handled by devel_generate.module. Hurrah.
Karen Stevenson [Thu, 3 Sep 2009 12:16:23 +0000]
Fix fatal error when 'admin' key is missing during module installation.
Karen Stevenson [Thu, 3 Sep 2009 12:01:11 +0000]
Add language value to Devel Generate code to match new field structure.
Yves Chedemois [Thu, 16 Jul 2009 13:03:41 +0000]
#520774 by quicksketch - Default value field shown even if widget specifies NONE/CUSTOM
Marc Ferran (aka Markus) [Thu, 16 Jul 2009 00:42:59 +0000]
- #495582 Port of fieldgroup_build_content() and fieldgroup_view_group() from D6.
Also see #518596 How to render a single field group.
Yves Chedemois [Sat, 11 Jul 2009 00:33:00 +0000]
#491196 by bangpound; Add support code for the in-progress 'taxo as field' work.
Yves Chedemois [Fri, 10 Jul 2009 11:31:39 +0000]
#488542 - Tie Field UI pages to any fieldable entity - matches the core commit drupal.org/cvs?commit=235608
Yves Chedemois [Thu, 2 Jul 2009 21:22:51 +0000]
#507780 - fix "Undefined index: indexes" when creating / saving a field
Yves Chedemois [Thu, 2 Jul 2009 20:31:05 +0000]
fix invalid user settings path, breaks badly with admin_menu
Karen Stevenson [Mon, 29 Jun 2009 10:15:15 +0000]
Add more core extra fields for author, publishing settings, revisions, and comment settings.
Yves Chedemois [Fri, 26 Jun 2009 23:29:41 +0000]
update TODO description
Yves Chedemois [Fri, 26 Jun 2009 18:07:11 +0000]
#503258 by eaton: allow 'extra fields' to provide 'configure' and 'remove' links.
Yves Chedemois [Thu, 25 Jun 2009 00:30:37 +0000]
remove 'exclude from $content' feature.
Yves Chedemois [Tue, 23 Jun 2009 13:53:10 +0000]
updated for #409750
Yves Chedemois [Sun, 14 Jun 2009 13:04:35 +0000]
#491130 by bangpound: cck_field_update_field does not generate $field['data'].
Yves Chedemois [Fri, 5 Jun 2009 19:25:08 +0000]
update for core API change: node_get_types() (#220233)
podarok [Sun, 24 May 2009 17:02:10 +0000]
Ukrainian translation for CCK HEAD branch - status 77% - 100 strings to complete
podarok [Sun, 24 May 2009 16:56:26 +0000]
Ukrainian translation for CCK HEAD branch - status 77%
podarok [Sun, 24 May 2009 16:23:22 +0000]
Ukrainian translation for CCK HEAD branch - status 72%
podarok [Sun, 24 May 2009 15:44:11 +0000]
Ukrainian translation for CCK HEAD branch - status 65%
podarok [Sun, 24 May 2009 15:28:02 +0000]
Ukrainian translation for CCK HEAD branch - status 62%
Yves Chedemois [Sat, 16 May 2009 16:44:32 +0000]
#383038 by markDrupal - Userreference: fix broken 'reverse links' with fields in per-type table (as a TODO reminder for now)
moshe weitzman [Thu, 7 May 2009 21:01:53 +0000]
Change hook_field_attach_insert to hook_field_attach_pre_insert. The former seems not to exist anymore.
Yves Chedemois [Wed, 15 Apr 2009 01:10:33 +0000]
Port of #399778 by Benjamin Melençon - Nodereference / Userreference: Add 'size' setting to autocomplete widgets.
+ fixes hook_field_widget_settings_form() implementations in user_ref and node_ref.
Yves Chedemois [Thu, 26 Mar 2009 19:41:50 +0000]
fix PHP warnings during the body_as_field upgrade
Yves Chedemois [Mon, 23 Mar 2009 16:13:11 +0000]
update hook_perm()
Karen Stevenson [Sun, 22 Mar 2009 01:31:29 +0000]
Update to current code, including body-as-field patch.
Karen Stevenson [Sat, 21 Mar 2009 21:57:42 +0000]
Update to current code, including body-as-field patch.
Karen Stevenson [Sat, 21 Mar 2009 16:17:45 +0000]
More work on user_reference to adapt to new multiple loading of users.
Yves Chedemois [Sat, 21 Mar 2009 15:58:34 +0000]
D7 port of the sec fixes for Security fix drupal.org/node/406520
Karen Stevenson [Tue, 17 Mar 2009 14:12:34 +0000]
Oops, new 'programmed' value is form_state, not form.
Karen Stevenson [Tue, 17 Mar 2009 14:09:27 +0000]
More fixes for node_reference and user_reference to keep up with changes in HEAD.
Karen Stevenson [Tue, 17 Mar 2009 13:18:37 +0000]
Fixes for recent changes in user_load_multiple() and FAPI.
Yves Chedemois [Mon, 16 Mar 2009 22:06:28 +0000]
push max value for 'scale' to 10, to sync with D6 #242583
Yves Chedemois [Sat, 14 Mar 2009 18:52:02 +0000]
#360712 by tombigel - CSS tweaks for RTL languages
Karen Stevenson [Wed, 11 Mar 2009 15:13:02 +0000]
More work on fieldgroup and user_reference, nodeapi is dead, long live hook_view.
Karen Stevenson [Wed, 11 Mar 2009 13:52:38 +0000]
#366470 Found a fix for the problem not getting the menu tabs on new content types. Also starting work on fieldgroup module.
Karen Stevenson [Wed, 11 Mar 2009 11:53:26 +0000]
More work on node_reference and user_reference.
Karen Stevenson [Tue, 10 Mar 2009 23:31:27 +0000]
More work on node_reference and user_reference.
Karen Stevenson [Tue, 10 Mar 2009 20:58:03 +0000]
More work on node_reference and user_reference.
Karen Stevenson [Tue, 10 Mar 2009 20:38:02 +0000]
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 :)
Karen Stevenson [Tue, 10 Mar 2009 00:40:08 +0000]
Fix broken handling of changes to field settings like cardinality.
Karen Stevenson [Sat, 7 Mar 2009 18:34:21 +0000]
No such value as $field['allowed_values'], that's a cck setting.
Karen Stevenson [Thu, 5 Mar 2009 09:21:41 +0000]
Fix leftover use of $type instead of $bundle in field overview form.