summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* #361135 by Dave Reid: Clean up taxonomy variables on uninstall.Angie Byron2009-01-31
|
* #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
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #353632 by catch et al: avoid sorting elements twice -- performance ↵Dries Buytaert2009-01-23
| | | | improvement.
* #362680 by catch: Put all taxonomy tests in one spot.Angie Byron2009-01-22
|
* #360104 by drewish: Allow taxomomy module to be uninstalled.Angie Byron2009-01-19
|
* - 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 #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. ↵Dries Buytaert2008-12-19
| | | | Added a test for it too\!
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #344361 by Rob Loach, recidive: remove some cruft left from the ↵Dries Buytaert2008-12-18
| | | | de-op nodeapi patch.
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵Dries Buytaert2008-12-09
| | | | documentation because of previous node API clean-ups.
* - Patch #343259 by John Morahan: improved taxonomy_get_tree API.Dries Buytaert2008-12-08
|
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* - Patch #341872 by mayer, catch: fixed bug in database conversion and added ↵Dries Buytaert2008-12-04
| | | | a missing test for taxonomy_term_save().
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - 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
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* #332145 by catch and Arancaytar: Fix regression on term submit form.Angie Byron2008-11-13
|
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* #314147 follow-up by catch: Fixed typos with previous patch, and added tests.Angie Byron2008-11-09
|
* - Patch #173826 by Jody Lynn, catch, roychri, arcX: trim taxonomy term names ↵Dries Buytaert2008-11-07
| | | | upon save.
* - 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.
* - Patch #306224 by catch, sun: add proper taxonomy term hooks.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching forAngie Byron2008-10-11
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the ↵Angie Byron2008-10-06
| | | | number of terms displayed on the term admin page.
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.