summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
Commit message (Collapse)AuthorAge
* Issue #2174551 by David_Rothstein, mikeytown2, hswong3i: ↵David Rothstein2014-01-31
| | | | Taxonomy_update_7011 runs out of memory.
* Drupal 7.26David Rothstein2014-01-15
|
* Issue #1759144 by rondp, Josh Waihi, jweowu, David_Rothstein | plachance: ↵David Rothstein2013-08-06
| | | | Fixed taxonomy_update_7005 on pgsql returns error 'column 'td' of relation 'taxonomy_update_7005' does not exist'.
* Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
|
* Issue #1549390 by drumm, BTMash: Taxonomy_update_7005() can be faster.David Rothstein2012-06-09
|
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in ↵webchick2011-07-17
| | | | field_default_form().
* Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | must call field_attach_delete_bundle() in hook_uninstall().
* Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for ↵webchick2011-03-10
| | | | deleted fields in installs upgraded from rc1.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #986992 by yched, sun: fixed insane etid / ↵Dries Buytaert2010-12-14
| | | | {field_config_entity_type()} abstraction.
* #985292 by ngmaloney, scor, bfroehle: Fixed Nodes published before 1970 ↵Angie Byron2010-12-07
| | | | won't insert in taxonomy index
* #970016 by EclipseGc: Fixed taxonomy_field_schema lacks any foreign key supportAngie Byron2010-11-21
|
* #934050 follow-up by sun: Fix broken upgrade path.Angie Byron2010-10-20
|
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* #933270 by Damien Tournoud, catch: Fixed Taxonomy terms are incorrectly put ↵Angie Byron2010-10-06
| | | | in the 'Taxonomy upgrade vocabulary' in some cases. (beta blocker)
* #930708 by catch, dww: Fixed taxonomy_update_7005() can go on an infinite ↵Angie Byron2010-10-04
| | | | search.
* #881530 by yhahn: Fix exportability of vocabularies by using machine names ↵Angie Byron2010-10-01
| | | | in taxonomy field's 'allowed values' setting.
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: ↵Dries Buytaert2010-09-28
| | | | taxonomy.
* #706842 by bangpound, bjaspan, Damien Tournoud, chx, aaronbauman: Fixed ↵Angie Byron2010-09-05
| | | | 'taxo as field' update broken + wipes some node/term associations .
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* #788370 by catch: Fixed taxonomy_update_7002() fails when taxonomy module is ↵Angie Byron2010-05-06
| | | | disabled.
* #773824 by scor: Fixed taxonomy_update_7002() fails when more than one ↵Angie Byron2010-04-20
| | | | vocabulary to upgrade.
* - Patch #744258 by sun, jpmckinney, catch: admin/structure/taxonomy paths ↵Dries Buytaert2010-04-04
| | | | have to use machine_name(), not vid.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #744972 by marcvangend: critical bug: unindexed query to ↵Dries Buytaert2010-03-26
| | | | taxonomy_index() table during hook_node_delete().
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* #563106 follow-up by adrian: More upgrade path fixes.Angie Byron2010-02-18
|
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* #612870 by asimmonds: Fixed Weight fields should be int, not tinyint.Angie Byron2010-01-30
|
* #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: ↵Angie Byron2010-01-09
| | | | Fix critical upgrade path bugs from Drupal 6 to Drupal 7
* - Patch #662322 by scor, andypost: remove the 'relations' column from ↵Dries Buytaert2010-01-08
| | | | taxonomy_schema(). It was already dropped in an update function.
* - Patch #659570 by brianV: added missing index to ↵Dries Buytaert2009-12-30
| | | | taxonomy_get_term_by_name() query.
* - Patch #654560 by yched: fixed taxonomy upgrade path.Dries Buytaert2009-12-09
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #625460 by sun: Add input format to taxonomy term descriptions.Angie Byron2009-11-07
|
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #567572 by catch: remove taxonomy synonyms in favor of a future ↵Dries Buytaert2009-10-15
| | | | Field API based solution.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* #526120 by catch: Remove the related terms feature from Taxonomy module. ↵Angie Byron2009-08-04
| | | | This can now be accomplished with Field API.
* - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 ↵Dries Buytaert2009-06-18
| | | | to Drupal 7.
* - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be ↵Dries Buytaert2009-06-12
| | | | confused with taxonomy terms as fields).
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.