summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.test
Commit message (Collapse)AuthorAge
* - 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().
* #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called ↵Angie Byron2008-09-24
| | | | multiple times.
* - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵Dries Buytaert2008-09-19
| | | | term pages.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error ↵Angie Byron2008-09-11
| | | | on empty terms list.
* - Patch #302396 by chx, catch: made some tests more granular so they an be ↵Dries Buytaert2008-09-08
| | | | run in parallel or stand-alone.
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...