Commit Graph

61 Commits (4489759b74ac1a2cd9d0fc45982147746145219b)

Author SHA1 Message Date
webchick 1e48014398 Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct. 2011-08-06 16:29:31 -07:00
webchick dafc861fa3 Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in field_default_form(). 2011-07-17 23:57:28 -07:00
webchick 6bca3db38b Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules must call field_attach_delete_bundle() in hook_uninstall(). 2011-06-14 04:27:14 -04:00
webchick 34c6cdd66b Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for deleted fields in installs upgraded from rc1. 2011-03-10 01:40:12 -06:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 36278f01d8 - Patch #986992 by yched, sun: fixed insane etid / {field_config_entity_type()} abstraction. 2010-12-14 19:50:05 +00:00
Angie Byron c02fd214b5 #985292 by ngmaloney, scor, bfroehle: Fixed Nodes published before 1970 won't insert in taxonomy index 2010-12-07 05:20:08 +00:00
Angie Byron 17c6a9122b #970016 by EclipseGc: Fixed taxonomy_field_schema lacks any foreign key support 2010-11-21 09:21:38 +00:00
Angie Byron 816752c5f9 #934050 follow-up by sun: Fix broken upgrade path. 2010-10-20 15:57:42 +00:00
Dries Buytaert cb1f944383 - Patch #934050 by sun, alex_b: change format into string. 2010-10-20 01:15:58 +00:00
Angie Byron 8e4d4ec6d9 #933270 by Damien Tournoud, catch: Fixed Taxonomy terms are incorrectly put in the 'Taxonomy upgrade vocabulary' in some cases. (beta blocker) 2010-10-06 21:53:41 +00:00
Angie Byron a1cbd75545 #930708 by catch, dww: Fixed taxonomy_update_7005() can go on an infinite search. 2010-10-04 14:51:16 +00:00
Angie Byron 823c0a0a55 #881530 by yhahn: Fix exportability of vocabularies by using machine names in taxonomy field's 'allowed values' setting. 2010-10-01 01:37:13 +00:00
Angie Byron 0c49d57945 #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format IDs; force 0 and non-existant formats to NULL. 2010-09-28 03:30:37 +00:00
Dries Buytaert 782eb4c79c - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: taxonomy. 2010-09-28 02:58:13 +00:00
Angie Byron b05310760f #706842 by bangpound, bjaspan, Damien Tournoud, chx, aaronbauman: Fixed 'taxo as field' update broken + wipes some node/term associations . 2010-09-05 17:00:04 +00:00
Dries Buytaert 9502260ecf - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. 2010-09-04 15:40:52 +00:00
Dries Buytaert db5368027e - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core. 2010-08-22 13:55:53 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Angie Byron 77c3616204 #788370 by catch: Fixed taxonomy_update_7002() fails when taxonomy module is disabled. 2010-05-06 06:08:28 +00:00
Angie Byron 07ef159518 #773824 by scor: Fixed taxonomy_update_7002() fails when more than one vocabulary to upgrade. 2010-04-20 07:47:55 +00:00
Dries Buytaert f79a1a735e - Patch #744258 by sun, jpmckinney, catch: admin/structure/taxonomy paths have to use machine_name(), not vid. 2010-04-04 13:53:22 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert 94d0be55b4 - Patch #744972 by marcvangend: critical bug: unindexed query to taxonomy_index() table during hook_node_delete(). 2010-03-26 16:53:33 +00:00
Dries Buytaert aec10a8c7d - Patch #734146 by scor: white-space clean-up. 2010-03-06 06:39:01 +00:00
Angie Byron aea6fe8feb #563106 follow-up by adrian: More upgrade path fixes. 2010-02-18 04:36:38 +00:00
Angie Byron ec407ec945 #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order. 2010-02-03 18:16:23 +00:00
Angie Byron af24809fed #612870 by asimmonds: Fixed Weight fields should be int, not tinyint. 2010-01-30 00:08:34 +00:00
Angie Byron a895a366c5 #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: Fix critical upgrade path bugs from Drupal 6 to Drupal 7 2010-01-09 22:07:57 +00:00
Dries Buytaert 0622402e07 - Patch #662322 by scor, andypost: remove the 'relations' column from taxonomy_schema(). It was already dropped in an update function. 2010-01-08 15:58:43 +00:00
Dries Buytaert 682b9dc3bb - Patch #659570 by brianV: added missing index to taxonomy_get_term_by_name() query. 2009-12-30 08:12:20 +00:00
Dries Buytaert 620a306ea4 - Patch #654560 by yched: fixed taxonomy upgrade path. 2009-12-09 15:52:25 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Angie Byron 9e373e76f9 #625460 by sun: Add input format to taxonomy term descriptions. 2009-11-07 14:18:07 +00:00
Dries Buytaert 60c5878351 - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation. 2009-10-16 19:06:25 +00:00
Dries Buytaert 56931446eb - Patch #567572 by catch: remove taxonomy synonyms in favor of a future Field API based solution. 2009-10-15 14:34:07 +00:00
Dries Buytaert 714597a9cd - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. 2009-10-15 12:44:36 +00:00
Angie Byron c4e1242e92 #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code. 2009-10-08 07:58:47 +00:00
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Dries Buytaert 029c48c68d - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
Angie Byron bc37b6dc0e #526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API. 2009-08-04 06:50:07 +00:00
Dries Buytaert e42450e4ad - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 to Drupal 7. 2009-06-18 15:46:30 +00:00
Dries Buytaert 2bc9e50dba - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields). 2009-06-12 13:59:56 +00:00
Dries Buytaert 88c9a015c1 - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Angie Byron 3ac59eee96 #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files. 2009-05-13 19:42:18 +00:00
Angie Byron 0c8af272e0 #361135 by Dave Reid: Clean up taxonomy variables on uninstall. 2009-01-31 16:22:50 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Angie Byron 9e8bfddf29 #360104 by drewish: Allow taxomomy module to be uninstalled. 2009-01-19 01:53:26 +00:00
Dries Buytaert d3df2ff356 - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00