summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #678592 by jhodgdon, effulgentsia, David Rothstein, iLLin: Fixed Admin theme ↵Angie Byron2010-11-20
| | | | is used is for adding taxonomy term, but not for editing taxonomy term
* #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations ↵Angie Byron2010-11-14
| | | | should use transactions.
* #971090 by scor, rgristroph: Fixed place maxlength on taxonomy tag field to ↵Angie Byron2010-11-14
| | | | prevent data truncation.
* #965348 by googletorp, yched: Fix inconsistent parameter data type in ↵Angie Byron2010-11-09
| | | | hook_taxonomy_vocabulary_delete().
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* #876762 follow-up by yched: Move taxonomy vocabulary rename checking logic ↵Angie Byron2010-10-15
| | | | to hook_taxonomy_vocabulary_update().
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* #556842 by mh86, bangpound, Francewhoa, catch: Fixed taxonomy_get_tree() ↵Angie Byron2010-10-15
| | | | memory issues.
* #876762 by Dave Reid, yched: Fixed modules have no way of knowing if ↵Angie Byron2010-10-13
| | | | vocabulary machine names are changed.
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* #881530 by yhahn: Fix exportability of vocabularies by using machine names ↵Angie Byron2010-10-01
| | | | in taxonomy field's 'allowed values' setting.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* - 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 #841798 by klausi: error deleting an invalid term.Dries Buytaert2010-08-22
|
* - Patch #721754 by Shellingfox, lotyrin, Damien Tournoud, chx, hefox, Gábor ↵Dries Buytaert2010-08-17
| | | | Hojtsy, puregin: a node cannot be displayed in different view mode on its own page.
* - Patch #870528 by Dave Reid: taxonomy fixes.Dries Buytaert2010-08-08
|
* - Patch #844410 by Dave Reid: taxonomy parents need to be saved before term ↵Dries Buytaert2010-08-03
| | | | hooks are called.
* - Patch #675116 by jhodgdon: several problems in field.api.php and ↵Dries Buytaert2010-07-25
| | | | field_ui().api.php.
* - Patch #826028 by bjaspan: taxonomy form validation creates new terms.Dries Buytaert2010-07-14
|
* - Patch #795022 by nenne, brightplum: drupal_explode_tags() and ↵Dries Buytaert2010-06-27
| | | | drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.
* #835046 by mikeytown2: Fixed hook_taxonomy_vocabulary_presave() is missing.Angie Byron2010-06-24
|
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* - Patch #739802 by johnstorey: fix documentation of taxonomy_get_vocabularies().Dries Buytaert2010-06-04
|
* - Patch #811346 by Berdir: trying to load a term for deleting after ↵Dries Buytaert2010-05-28
| | | | vocabulary has been deleted does not work and results in notices.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #805228 by catch: unnecessary query in taxonomy_field_extra_fields().Dries Buytaert2010-05-21
|
* #764726 by catch: Fixed hook_taxonomy_term_presave() is missing.Angie Byron2010-05-14
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #783112 by alexpott, cha0s: deleting a taxonomy term through admin ↵Dries Buytaert2010-04-30
| | | | interface causes issues if terms were created on the node edit form.
* #779496 by andypost: Fix minor formatting issues with t().Angie Byron2010-04-23
|
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #735726 by catch: optimize taxonomy_term_save().Dries Buytaert2010-03-28
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #749304 by catch: critical bug: programmatic term updates destroyed ↵Dries Buytaert2010-03-26
| | | | hierarchies.
* - Patch #744258 by sun: admin/structure/taxonomy paths have to use ↵Dries Buytaert2010-03-25
| | | | machine_name(), not vid.
* - Patch #730418 by catch: allow modules to bypass taxonomy_get_tree() for ↵Dries Buytaert2010-03-08
| | | | term reference select lists.
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* #628244 by catch, bangpound, and yched: Remove magic taxonomy field creation ↵Angie Byron2010-02-11
| | | | in favour of consistency.
* #499192 by yched: Fix display and forms for 'Fieldable terms' .Angie Byron2010-02-10
|