summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* - Patch #635356 by c960657: fixed escaping in taxonomy autocomplete.Dries Buytaert2010-02-05
|
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #612870 by asimmonds: Fixed Weight fields should be int, not tinyint.Angie Byron2010-01-30
|
* - Patch #610022 by mcarbone, te-brian, David_Rothstein: fixed taxonomy ↵Dries Buytaert2010-01-29
| | | | tokens, fix old queries.
* - Patch #693362 by catch, Dave Reid: taxonomy_form_all() is dangerous and ↵Dries Buytaert2010-01-29
| | | | ?q=admin/content can be a performance killer.
* - Rollback of patch #693362.Dries Buytaert2010-01-25
|
* - Patch #693362 by catch: taxonomy_form_all() is dead code, and dangerous.Dries Buytaert2010-01-23
|
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* - Patch #611752 by catch: taxonomy_field_validate() calls ↵Dries Buytaert2010-01-15
| | | | taxonomy_allowed_values().
* - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant.Dries Buytaert2010-01-14
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #681723 by Bojhan: Standardize on 'Add new content' for content creation page.Angie Byron2010-01-12
|
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #680256 by reglogge, Bojhan, and greg.harvey: Add descriptive text to ↵Angie Byron2010-01-10
| | | | Taxonomy landing page.
* #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: ↵Angie Byron2010-01-09
| | | | Fix critical upgrade path bugs from Drupal 6 to Drupal 7
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* - Patch #394544 by berenddeboer, Xano, chrisshattuck, karschsp, asimmonds: ↵Dries Buytaert2010-01-09
| | | | more cllean up for the term form UI.
* - Patch #678586 by jhodgdon: help text improvements.Dries Buytaert2010-01-08
|
* - Patch #662322 by scor, andypost: remove the 'relations' column from ↵Dries Buytaert2010-01-08
| | | | taxonomy_schema(). It was already dropped in an update function.
* - Patch #142051 by catch, moonray: static cache for taxonomy_get_parents() ↵Dries Buytaert2010-01-08
| | | | and taxonomy_get_children().
* #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node().Angie Byron2010-01-08
|
* - Patch #676046 by chx: fixed oopsie in taxonomy index.Dries Buytaert2010-01-06
|
* - Patch #652588 by scor: updated RDF mapping definition in the core modules.Dries Buytaert2010-01-05
|
* #664920 by catch and chx: Change 'taxonomy_term()' field to ↵Angie Byron2010-01-04
| | | | 'taxonomy_term_reference()'.
* - Patch #569024 by joachim: improved variable names.Dries Buytaert2010-01-04
|
* - Patch #634098 by asimmonds: fixed broken pager on /taxonomy/term/* pages.Dries Buytaert2010-01-03
|
* #664022 by casey and Bojhan: Remove Identification fieldset from term add.Angie Byron2010-01-03
|
* #648410 follow-up by Dave Reid: Add link to create new from all empty table ↵Angie Byron2010-01-03
| | | | texts.
* - Patch #661494 by yched: fixed direct calls to node_view() do not trigger ↵Dries Buytaert2009-12-31
| | | | f_a_prepare_view().
* - Patch #659570 by brianV: added missing index to ↵Dries Buytaert2009-12-30
| | | | taxonomy_get_term_by_name() query.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #635378 by sun, sivaji, carlos8f: wrong local task titles for ↵Dries Buytaert2009-12-16
| | | | taxonomy term and user account pages.
* - Patch #639466 by yched: fixed hook_options_list() and XSS filtering, and ↵Dries Buytaert2009-12-14
| | | | added more tests.
* - Patch #552436 by yched: validation of the number of values in ↵Dries Buytaert2009-12-13
| | | | field_default_validate().
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #654560 by yched: fixed taxonomy upgrade path.Dries Buytaert2009-12-09
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #471744 by jhodgdon: remove stray references from ↵Dries Buytaert2009-12-04
| | | | hook_taxonomy_term_load() parameters.
* - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks.Dries Buytaert2009-12-03
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* #640348 by batigolix, arianek, lisarex, bangpound, and jhodgdon: Updated ↵Angie Byron2009-12-02
| | | | Taxonomy module to new help standard.
* - Patch #645374 by sun: make object IDs available to form submit handlers. ↵Dries Buytaert2009-12-01
| | | | This should be a best practice, IMO.