summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* Issue #1542674 by bas.hr, tim.plunkett, damiankloip: Fixed Wrong count ↵webchick2012-04-30
| | | | assertion in taxonomy.test.
* Issue #277200 by andypost, Damien Tournoud: Add tests for vocabulary hierarchy.webchick2012-04-30
|
* Issue #1509838 by tim.plunkett, cosmicdreams klausi: Use elseif not else ifJennifer Hodgdon2012-04-27
|
* Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list ↵webchick2012-04-25
| | | | values function with additional context
* Issue #1504226 by kim.pepper: Add detail to return value docs of ↵Jennifer Hodgdon2012-04-02
| | | | taxonomy_vocabulary_get_names
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, xjm, ↵webchick2012-03-13
| | | | das-peter, e2thex, axel.rutz, mstrelan, mikestefff | moonray: Fixed Allow autocompletion requests to include slashes.
* Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in ↵webchick2012-03-01
| | | | module_enable() / _disable().
* Issue #336697 by oriol_e9g, xjm, jbomb, Davy Van Den Bremt, coltrane, ↵webchick2012-03-01
| | | | lyricnz: Added Optional vocabulary argument for taxonomy_get_term_by_name().
* Issue #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm, ↵webchick2012-03-01
| | | | anthbel: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content.
* Issue #814804 by JacobSingh, ksenzee, xjm, draenen, paul.lovvik, ↵webchick2012-02-29
| | | | David_Rothstein, Gábor Hojtsy, Yorirou: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
* Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.webchick2012-02-29
|
* Issue #872488 by acouch, Albert Volkman, mfb, musicnode, no_commit_credit: ↵webchick2012-02-28
| | | | Regression: no way to get taxonomy tags into RSS feeds.
* Issue #1346914 by droplet: Use .length instead of jQuery.size().webchick2012-02-14
|
* - Patch #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes().Dries2012-02-06
|
* Issue #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term ↵webchick2012-01-31
| | | | page contains a link to parent terms in the breadcrumbs.
* - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed ↵Dries2012-01-23
| | | | taxonomy_get_tree() incorrect depth on multiple parents.
* Issue #1391384 by yched, oriol_e9g: Fixed Wrong static clear on ↵webchick2012-01-11
| | | | taxonomy_vocabulary_save().
* Issue #1359710 by xjm, pwolanin: Fixed taxonomy_menu() passes invalid ↵webchick2011-12-31
| | | | arguments into taxonomy_form_term().
* Issue #1370060 by jvns, chris.leversuch: Add cross-references between ↵webchick2011-12-27
| | | | taxonomy_vocabulary_load() and taxonomy_vocabulary_machine_name_load().
* Issue #1050466 by xjm, makara, rhayun: Fixed The taxonomy index should be ↵webchick2011-12-22
| | | | maintained in a node hook, not a field hook.
* Issue #1375134 by xjm, sun: Fixed Random test failure in ↵webchick2011-12-22
| | | | TaxonomyTermTestCase::testNodeTermCreationAndDeletion().
* Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: ↵webchick2011-12-11
| | | | Fixed Create RFC compliant HTML safe JSON.
* - Patch #1196112 by rocket_nova: taxonomy_get_parents() return value ↵Dries2011-11-22
| | | | documentation isn't complete.
* - Patch #1337124 by xjm: improve API documentation for taxonomy_autocomplete().Dries2011-11-20
|
* Issue #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed ↵webchick2011-10-17
| | | | Taxonomy term menu link title overrides term page title.
* Issue #1274674 by karschsp, pgrond, mdupont, aroq | Lars Toomre: Added ↵webchick2011-10-02
| | | | static caching to taxonomy_vocabulary_get_names().
* Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to ↵webchick2011-09-30
| | | | docblock for taxonomy_get_term_by_name() function.
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* - Patch #1078398 by xjm, BayerMeister: Fixed taxonomy_implode_tags() ↵Dries Buytaert2011-08-12
| | | | modifies term objects (instead of cloning) and adds extra ' when called multiple times.
* - Patch #711842 by Devin Carlson: documentation missing for () in ↵Dries Buytaert2011-08-07
| | | | taxonomy-term.tpl.php.
* 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.
* - Patch #1198088 by Jacine: obsolete .clearfix in default ↵Dries Buytaert2011-07-31
| | | | taxonomy-term.tpl.php template.
* Issue #1196102 by James_Stallings, jhodgdon: Fixed ↵webchick2011-07-28
| | | | taxonomy_check_vocabulary_hierarchy() doc lacks return value.
* Issue #1196116 by James_Stallings, foobar3000: Fixed ↵webchick2011-07-28
| | | | taxonomy_vocabulary_save() doc needs more detail.
* Issue #1196108 by James_Stallings, foobar3000: Fixed taxonomy_get_children() ↵webchick2011-07-28
| | | | return value doc is not complete.
* Issue #1000736 by fangel, stBorchert, adorsk: Fixed Term reference ↵webchick2011-07-25
| | | | autocomplete widget having problems handling terms with commas.
* Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in ↵webchick2011-07-17
| | | | field_default_form().
* Issue #949616 by catch, a.mikheychik, adamdicarlo, dixon_, anavarre: Fixed ↵webchick2011-07-07
| | | | Multiple parent relations confirmation form loses term description.
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | must call field_attach_delete_bundle() in hook_uninstall().
* - Patch #1162226 by mr.baileys: taxonomy_term_save() should document what is ↵Dries Buytaert2011-06-06
| | | | in a object.
* Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching ↵webchick2011-06-01
| | | | return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #843162 by pwolanin, Scott Falconer, Berdir, jhodgdon, a.mikheychik, ↵Dries Buytaert2011-05-16
| | | | mtift: creating vocabularies with machine-names 'List' or 'Add' breaks links in taxonomy overview admin area. .
* - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | inconsistently.
* - Patch #796692 by dman, cross, andypost, aaronbauman, yched, BarisW: only ↵Dries Buytaert2011-05-08
| | | | show the term heading if the term has a description.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #1062370 by mikeryan: vocabulary machine_name() length limited to ↵Dries Buytaert2011-04-10
| | | | 21, in UI only.
* Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for ↵webchick2011-03-10
| | | | deleted fields in installs upgraded from rc1.