summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* - Patch #557684 by JacobSingh: fixed bug with auto-complete functionality.Dries Buytaert2009-08-27
|
* #559506 by quicksketch and plach: Added variable to field widgets.Angie Byron2009-08-27
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵Angie Byron2009-08-24
| | | | widgets validation, which broke after translatable fields.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* #526122 by bangpound, yched, and catch: Added an autocomplete widget for ↵Angie Byron2009-08-18
| | | | taxonomy term fields.
* #545306 by alexanderpas: De-op hook_node_type().Angie Byron2009-08-11
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* #526120 by catch: Remove the related terms feature from Taxonomy module. ↵Angie Byron2009-08-04
| | | | This can now be accomplished with Field API.
* - Patch #537678 by Bojhan: remove drag-and-drop help text.Dries Buytaert2009-08-02
|
* - Patch #537044 by talor: hook_taxonomy_term_update and ↵Dries Buytaert2009-08-02
| | | | hook_taxonomy_term_insert were called backwards.
* - Patch #530132 by dropcube: node-terms associations are not removed from DB ↵Dries Buytaert2009-07-31
| | | | when a node revision is deleted.
* - Patch #491190 by bangpound et al: provide a taxonomy term field type. ↵Dries Buytaert2009-07-31
| | | | Woot. Woot.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* #516172 by yched: Fix incorrect path in term bundles.Angie Byron2009-07-11
|
* #488542 by yched: Allow field UI to be attached to any fieldable entity.Angie Byron2009-07-10
|
* - Patch #503456 by catch: remove multiple tid and depth handling for core ↵Dries Buytaert2009-07-08
| | | | taxonomy paths. Snif. ;-)
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* - Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API.Dries Buytaert2009-07-02
|
* #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵Angie Byron2009-07-02
| | | | properties to be passed directly to theme functions.
* - Patch #502166 by catch: move taxonomy administration to admin/build.Dries Buytaert2009-06-27
|
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #225864: rollback based on discussion.Dries Buytaert2009-06-21
|
* - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be ↵Dries Buytaert2009-06-12
| | | | confused with taxonomy terms as fields).
* - Patch #225864 by pwolanin: prevent PHP errors from cron.php.Dries Buytaert2009-06-05
|
* - Patch #343788 by catch: taxonomy module doesn't use its own APIs.Dries Buytaert2009-06-03
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #462428 by Heine, pwolanin, and dww: SA-CORE-2009-006 - Drupal core - Cross ↵Angie Byron2009-05-19
| | | | site scripting forward-port.
* - Patch #451678 by Damien Tournoud: fixed broken query.Dries Buytaert2009-05-03
|
* - Patch #449718 by alienbrain: node_feed() is now using new node building API.Dries Buytaert2009-05-03
|
* - Patch #437120 by mfb: prevent double escaping of taxonmy term names.Dries Buytaert2009-04-18
|
* - Patch #239945 by JeremyFrench: moved depth check out of loop.Dries Buytaert2009-04-17
|
* - Patch #302412 by Berdir: converted more of taxonomy module to the new ↵Dries Buytaert2009-04-15
| | | | database abstraction layer.
* - Patch #431130 by alienbrain: removed unused arguments in internal taxonomy ↵Dries Buytaert2009-04-15
| | | | functions.
* - Patch #432154 by Berdir: fixed bug in taxonomy_vocabulary_load_multiple. ↵Dries Buytaert2009-04-13
| | | | With tests.
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* #351797 by catch: Allow loading multiple vocabularies at once (with tests).Angie Byron2009-03-30
|
* #141965 by jeffschuler: Remove newline so hook_term_path() docs show up.Angie Byron2009-03-21
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #62926 by karschsp: Increase maximum length of free tagging field.Angie Byron2009-02-11
|
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* #144969 by beginner, Wim Leers, and catch: Fix count returned by ↵Angie Byron2009-01-28
| | | | taxonomy_term_count_nodes() with multi-select vocabularies (with tests).
* #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).Angie Byron2009-01-28
|