summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
...
* 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.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #973328 by gopherspidey, amateescu: special characters are encoded ↵Dries Buytaert2011-01-18
| | | | twice in taxonomy term title.
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - 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
* - 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().
* - Patch #978326 by marcingy: taxonomy_term_page() uses pre-render-array theming.Dries Buytaert2010-11-23
|
* #970016 by EclipseGc: Fixed taxonomy_field_schema lacks any foreign key supportAngie Byron2010-11-21
|
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()