summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* #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.
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #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.
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
| | | | subsituation to core.
* #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.
* #537044 by dropcube: Simplify and expand taxonomy hook tests.Angie Byron2009-08-03
|
* - 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.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.Dries Buytaert2009-07-11
|
* #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.
* #506316 by Bojhan: Remove utterly useless description on term name field.Angie Byron2009-06-30
|
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #504428 by Sutharsan: Include link to add item on all empty admin listing pages.Angie Byron2009-06-28
|
* - Patch #201269 by Xano; synonym collapsing in core.Dries Buytaert2009-06-28
|
* - Patch #504390 by Xano: taxonomy form UI improvements.Dries Buytaert2009-06-28
|
* - 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 #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always ↵Dries Buytaert2009-06-20
| | | | returned error.
* - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 ↵Dries Buytaert2009-06-18
| | | | to Drupal 7.
* - Added missing file.Dries Buytaert2009-06-12
|
* - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be ↵Dries Buytaert2009-06-12
| | | | confused with taxonomy terms as fields).
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #225864 by pwolanin: prevent PHP errors from cron.php.Dries Buytaert2009-06-05
|
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #343788 by catch: taxonomy module doesn't use its own APIs.Dries Buytaert2009-06-03
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - 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
|