summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* Issue #2619816 by AshwiniPatil: Fix code style problem with array spacing in ↵David Rothstein2016-02-01
| | | | taxonomy_help()
* Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed ↵David Rothstein2014-11-01
| | | | hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors.
* Issue #2182187 by izus: Clarify documentation for taxonomy_vocabulary_delete()Jennifer Hodgdon2014-03-12
|
* Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in ↵Jennifer Hodgdon2014-02-12
| | | | taxonomy docs
* Issue #1943664 by joachim: Use new standards to document entity info ↵Jennifer Hodgdon2013-04-04
| | | | callback functions
* Issue #1067120 followup by David_Rothstein, Berdir: Fix backwards ↵David Rothstein2012-11-07
| | | | compatibility issues for Drupal 7 on the taxonomy term page, and small documentation fixes.
* Issue #1154382 followup by plach: Fixed several issues with the newly-added ↵David Rothstein2012-11-06
| | | | hook_entity_view_mode_alter().
* Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, ↵webchick2012-10-06
| | | | fgm, Dave Reid: Fixed Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term.
* Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵webchick2012-09-30
| | | | chx: Fixed View mode no longer can be changed.
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1555294 by Pol, tim.plunkett, oriol_e9g, cristinawithout, gagarine, ↵webchick2012-09-05
| | | | dcam: Fixed Vocabulary title HTML entities are double encoded.
* - Patch #1577938 by m-abshir, trogels, jhodgdon: taxonomy_vocabulary_save() ↵Dries2012-08-24
| | | | documentation needs clarification: new vocabulary versus updating vocabulary.
* Reverting because I got the commit message wrong.Dries2012-08-24
| | | | This reverts commit c44e3e9790885dfab38fbeef96e52b8c5491910e.
* - PatchDries2012-08-24
|
* Issue #1715326 by kid_icarus, oriol_e9g, dsdeiz: Fixed taxonomy_get_tree() ↵webchick2012-08-19
| | | | typo on comments...
* Issue #1054162 by tim.plunkett, Transition, Dave Reid, joachim, ↵webchick2012-08-18
| | | | no_commit_credit, Berdir, marcingy, damiankloip: Taxonomy bundles not supported by EntityFieldQuery (followup).
* Issue #1689426 by mjonesdinero, ronan.orb: Fix return value docs for ↵Jennifer Hodgdon2012-07-20
| | | | taxonomy_term_load function
* Issue #1525138 by twistor, Georgique: Fixed Illegal string offset 'field' in ↵David Rothstein2012-07-08
| | | | function TaxonomyTermController->buildQuery().
* Issue #1054162 by tim.plunkett, Dave Reid, joachim, no_commit_credit, ↵David Rothstein2012-06-03
| | | | Berdir: Taxonomy bundles not supported by EntityFieldQuery.
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* 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 #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 #872488 by acouch, Albert Volkman, mfb, musicnode, no_commit_credit: ↵webchick2012-02-28
| | | | Regression: no way to get taxonomy tags into RSS feeds.
* - Patch #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes().Dries2012-02-06
|
* - 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.
* - Patch #1196112 by rocket_nova: taxonomy_get_parents() return value ↵Dries2011-11-22
| | | | documentation isn't complete.
* 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.
* - 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.
* 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.
* - 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 #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
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - 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
|