summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.test
Commit message (Collapse)AuthorAge
* #553326 by sun: Provide consistency to the way field UI is presented for ↵Angie Byron2009-11-08
| | | | taxonomy.
* #595876 by c960657: Fixed taxonomy term reordering (with tests).Angie Byron2009-10-24
|
* #607652 by catch: Fix uncaught exceptions in taxonomy tests.Angie Byron2009-10-18
|
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* #493314 by yched and catch: Add multiple hook for formatters.Angie Byron2009-10-16
|
* - Patch #567572 by catch: remove taxonomy synonyms in favor of a future ↵Dries Buytaert2009-10-15
| | | | Field API based solution.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #603702 by Xano: remove _taxonomy_term_select().Dries Buytaert2009-10-14
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* - Patch #582758 by c960657: remove t() calls from getInfo() functions.Dries Buytaert2009-09-20
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #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 #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 #502166 by catch: move taxonomy administration to admin/build.Dries Buytaert2009-06-27
|
* - 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 #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 #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 #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - 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!
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #351797 by catch: Allow loading multiple vocabularies at once (with tests).Angie Byron2009-03-30
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #367696 by drumm: Simplify the vocabulary edit form.Angie Byron2009-02-13
|
* #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
|
* #362680 by catch: Put all taxonomy tests in one spot.Angie Byron2009-01-22
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. ↵Dries Buytaert2008-12-19
| | | | Added a test for it too\!
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #341872 by mayer, catch: fixed bug in database conversion and added ↵Dries Buytaert2008-12-04
| | | | a missing test for taxonomy_term_save().
* - Patch #336746 by justinrandell: fixed broken t() function call.Dries Buytaert2008-11-22
|
* - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the ↵Dries Buytaert2008-11-22
| | | | taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable.
* - Patch #334271 by catch: clean up of taxonomy module tests.Dries Buytaert2008-11-16
|
* #332145 by catch and Arancaytar: Fix regression on term submit form.Angie Byron2008-11-13
|
* #314147 follow-up by catch: Fixed typos with previous patch, and added tests.Angie Byron2008-11-09
|
* - Patch #314147 by catch: more taxonomy standardization.Dries Buytaert2008-11-05
|
* - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵Dries Buytaert2008-11-05
| | | | and term API.
* #296910 by catch and webchick: Add reset parameter to ↵Angie Byron2008-09-24
| | | | taxonomy_vocabulary_load().