Commit Graph

43 Commits (bc23bfaa11d6a8d40bb12812cfa081b9c5d9b672)

Author SHA1 Message Date
Angie Byron bc37b6dc0e #526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API. 2009-08-04 06:50:07 +00:00
Angie Byron 2e34decb3b #537044 by dropcube: Simplify and expand taxonomy hook tests. 2009-08-03 20:19:29 +00:00
Dries Buytaert 48eaadd24e - Patch #491190 by bangpound et al: provide a taxonomy term field type. Woot. Woot. 2009-07-31 07:43:33 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Angie Byron 735e1d904f #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
Dries Buytaert 1170f5650d - Patch #502166 by catch: move taxonomy administration to admin/build. 2009-06-27 19:49:07 +00:00
Dries Buytaert 212d378177 - Patch #225864: rollback based on discussion. 2009-06-21 14:13:59 +00:00
Dries Buytaert de0945e929 - Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always returned error. 2009-06-20 18:32:04 +00:00
Dries Buytaert 2bc9e50dba - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields). 2009-06-12 13:59:56 +00:00
Dries Buytaert 3d64cb5eca - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
Dries Buytaert 0de72ee484 - Patch #225864 by pwolanin: prevent PHP errors from cron.php. 2009-06-05 05:23:58 +00:00
Dries Buytaert 6fc4eb9f94 - Patch #343788 by catch: taxonomy module doesn't use its own APIs. 2009-06-03 19:34:53 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert 31dbee5459 - Patch #432154 by Berdir: fixed bug in taxonomy_vocabulary_load_multiple. With tests. 2009-04-13 18:52:38 +00:00
Dries Buytaert 3a35e28f92 - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et 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! 2009-04-02 20:39:45 +00:00
Angie Byron f40532da76 #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
Angie Byron 9f7aaa2341 #351797 by catch: Allow loading multiple vocabularies at once (with tests). 2009-03-30 05:18:49 +00:00
Angie Byron ddc2604d69 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron 9cd3f79144 #367696 by drumm: Simplify the vocabulary edit form. 2009-02-13 05:42:24 +00:00
Angie Byron 8fa274af76 #144969 by beginner, Wim Leers, and catch: Fix count returned by taxonomy_term_count_nodes() with multi-select vocabularies (with tests). 2009-01-28 01:14:39 +00:00
Angie Byron 585aa50e6a #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests). 2009-01-28 01:09:58 +00:00
Angie Byron 15efe5d5f1 #362680 by catch: Put all taxonomy tests in one spot. 2009-01-22 18:25:59 +00:00
Dries Buytaert d3df2ff356 - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00
Dries Buytaert 77936aef4c - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
Dries Buytaert b86354c55c - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data. 2009-01-13 22:25:13 +00:00
Dries Buytaert da4cd3cc8c - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. Added a test for it too\! 2008-12-19 15:34:27 +00:00
Dries Buytaert 58b0235a72 - Patch #324313 by catch et al: load multiple nodes and terms at once. 2008-12-05 22:18:46 +00:00
Dries Buytaert dc82bc5ab0 - Patch #341872 by mayer, catch: fixed bug in database conversion and added a missing test for taxonomy_term_save(). 2008-12-04 10:57:17 +00:00
Dries Buytaert eb68540da3 - Patch #336746 by justinrandell: fixed broken t() function call. 2008-11-22 13:43:13 +00:00
Dries Buytaert 3dbf9c1e15 - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the 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. 2008-11-22 12:05:02 +00:00
Dries Buytaert 036a026433 - Patch #334271 by catch: clean up of taxonomy module tests. 2008-11-16 14:59:33 +00:00
Angie Byron 939a1f01a1 #332145 by catch and Arancaytar: Fix regression on term submit form. 2008-11-13 08:13:56 +00:00
Angie Byron 6da33f2055 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +00:00
Dries Buytaert 2bc3b99bc7 - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
Dries Buytaert d31c77513b - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API. 2008-11-05 12:47:23 +00:00
Angie Byron 991ff539c3 #296910 by catch and webchick: Add reset parameter to taxonomy_vocabulary_load(). 2008-09-24 18:42:00 +00:00
Angie Byron 9bc36524f2 #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called multiple times. 2008-09-24 02:59:42 +00:00
Dries Buytaert fa8abcbf3b - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages. 2008-09-19 20:25:03 +00:00
Angie Byron 161a9970f7 #308534 by Dave Reid: Remove stray whitespace core-wide. 2008-09-15 20:48:10 +00:00
Angie Byron dddfe5377d #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list. 2008-09-11 19:47:40 +00:00
Dries Buytaert b6fd223d1a - Patch #302396 by chx, catch: made some tests more granular so they an be run in parallel or stand-alone. 2008-09-08 21:37:21 +00:00
Dries Buytaert c6c26b5e23 - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
Dries Buytaert af474609e3 - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:24:07 +00:00