summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
Commit message (Collapse)AuthorAge
* - #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/...Steven Wittens2006-04-07
| | | | - Clean up some raw output
* - #57523: Make taxonomy delete vocabulary consistent with other taxonomy ↵Steven Wittens2006-04-06
| | | | hook ops
* #57415: Replace drupal_implode_autocomplete() by drupal_to_js()Steven Wittens2006-04-06
|
* #28625, further form API conversion of taxonomy.module and small bugfix in ↵Gerhard Killesreiter2006-03-26
| | | | forms API, patch by profix898 and chx
* #53351, remove preselection of "none", patch by myself.Gerhard Killesreiter2006-03-24
|
* #54910, Forum and taxonomy term delete work only superficially, patch by ZenGerhard Killesreiter2006-03-23
|
* - Patch #53351 by Zen, tim et al: problem with unchecked taxonomy lists.Dries Buytaert2006-03-11
|
* - Patch #51850 by chx, webchick et al: fixed various problems with ↵Dries Buytaert2006-03-08
| | | | db_rewrite_sql, made db_rewrite_sql slightly more robust.
* - Patch #51871 by merlinofchaos/zen: convert taxonomy.module to new form API ↵Dries Buytaert2006-03-02
| | | | so forms can be themed/altered properly.
* - Patch #51531 by Zen: renamed a link for clarity.Dries Buytaert2006-02-27
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #39672 by Morbus: fixed problem with help texts of taxonomy forms.Dries Buytaert2006-02-20
|
* - Patch #46705 by killes: use += instead of array_merge().Dries Buytaert2006-02-20
|
* - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary.Dries Buytaert2006-02-09
|
* - Patch #46827 by wulff: fixed incorrect links.Dries Buytaert2006-01-29
|
* - Patch #35926 by asimmonds: make required vocabularies actually required.Dries Buytaert2006-01-26
|
* - Patch #45281 by chx: made categories with forum topics work again.Dries Buytaert2006-01-19
|
* - Patch #45336 by Ber: bugfix: removed obsolete check_plain() check causing ↵Dries Buytaert2006-01-19
| | | | & problems.
* - Patch #44381 by gerhard: improved consistency of API. Always pass an array.Dries Buytaert2006-01-17
|
* - Patch #39672 by Ber: made the help text opion work for free tagging terms.Dries Buytaert2006-01-10
|
* - Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of ↵Dries Buytaert2006-01-10
| | | | the taxonomy loading code.
* - Patch #42937 by chx: bugfix: added missing db_rewrite_sql() in ↵Dries Buytaert2006-01-08
| | | | taxonomy_node_get_terms.
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #42234: Use standardized feed icon for RSSSteven Wittens2005-12-29
|
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - Patch #40813: Taxonomy forms should be in a fieldset.Dries Buytaert2005-12-16
|
* - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.Dries Buytaert2005-12-15
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected.Dries Buytaert2005-12-06
|
* - Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL.Dries Buytaert2005-12-05
|
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Patch #31151: adding taxonomy terms has no feedbackDries Buytaert2005-11-29
|
* - Bring back taxonomy_form_all().Dries Buytaert2005-11-28
|
* - Patch #39003 by Jaza: remove taxnomy_form_all().Dries Buytaert2005-11-27
|
* - Patch #29151 by fgm: simplified SQL query in taxonomy_node_form().Dries Buytaert2005-11-23
|
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* #30993: Make taxonomy selector widget themableSteven Wittens2005-11-12
|
* - Patch #35178 by Robert Douglas: add title attribute to taxonomy links - ↵Dries Buytaert2005-11-08
| | | | use term description as text.
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - #26583: Make forum taxonomy links redirect to forums rather than taxonomy ↵Steven Wittens2005-10-21
| | | | pages.
* - Code styleSteven Wittens2005-10-19
|
* - Patch #33752 by leafish_paul / adrian: added missing apostrophes to the ↵Dries Buytaert2005-10-18
| | | | form API code.
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Patch #33433 by chx: fixed a number of form API problems.Dries Buytaert2005-10-08
| | | | | | | | | | | * Default form value * Leftover debug function in form.inc * PHP5 issue with comment date (I got this patch from another issue) * Validation error fix (was calling legacy form validate) * Lots o' warnings on comment preview * Filter tips plus argument (gremlins. I swear this was not there.) * Message to clear what's going on with system settings * Non-freetagging taxonomies fixed
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #31014 by chx, zack: on taxonomy overview pages, make term names ↵Dries Buytaert2005-09-19
| | | | link to their respective taxonomy/term/(x) page.
* - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵Dries Buytaert2005-09-18
| | | | | | | | | | | in one place. * adds a "feed settings" section to admin/settings where 2 new settings are introduced: * number of items per feed * default length of feed descriptions (title only, teaser, full) * patches all of core to obey the above - including the new aggregator (out) feeds * adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module) * includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
* - Patch #30956 by Cvbge: PostgreSQL fix: taxonomy_save_vocabulary() should ↵Dries Buytaert2005-09-12
| | | | check for 'tags' not set.
* - Patch #16452 by chx: allow modules to rewrite taxonomy-related SQL queries ↵Dries Buytaert2005-08-28
| | | | | | | | much like we do with node-related SQL queries. (chx promised to document this, check his documentation as soon it is available.)