summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #451678 by Damien Tournoud: fixed broken query.Dries Buytaert2009-05-03
|
* - Patch #449718 by alienbrain: node_feed() is now using new node building API.Dries Buytaert2009-05-03
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #437120 by mfb: prevent double escaping of taxonmy term names.Dries Buytaert2009-04-18
|
* - Patch #239945 by JeremyFrench: moved depth check out of loop.Dries Buytaert2009-04-17
|
* - Patch #302412 by Berdir: converted more of taxonomy module to the new ↵Dries Buytaert2009-04-15
| | | | database abstraction layer.
* - Patch #431130 by alienbrain: removed unused arguments in internal taxonomy ↵Dries Buytaert2009-04-15
| | | | functions.
* - 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
|
* #141965 by jeffschuler: Remove newline so hook_term_path() docs show up.Angie Byron2009-03-21
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.Dries Buytaert2009-02-24
|
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #367696 by drumm: Simplify the vocabulary edit form.Angie Byron2009-02-13
|
* #62926 by karschsp: Increase maximum length of free tagging field.Angie Byron2009-02-11
|
* #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.