summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* - Patch #56093 by chx: use native php function where possible ↵Dries Buytaert2006-08-24
| | | | _taxonomy_depth() -> str_repeat()
* #79732 by drewish, fix the taxonomy forms and some code cleanup.Neil Drumm2006-08-24
|
* - Patch #66569 by m3avrck: Consolidate the drupal_add_link() calls.Dries Buytaert2006-08-23
|
* #66569 by m3avrck. Put all the feed icons in the same place.Neil Drumm2006-08-23
|
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #77402 by Zacker, fix the node type checkboxes on vocabulary editing.Neil Drumm2006-08-15
|
* - Patch #62362 by Moshe: kill the 'form' operation of hook_taxonomy.Dries Buytaert2006-08-08
|
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node ↵Neil Drumm2006-08-06
| | | | types.
* - Patch #76702 by timcn: fixed some broken admin pages.Dries Buytaert2006-08-02
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* #33772 by dfg, add title to last breadcrumb element.Neil Drumm2006-07-14
|
* - Patch #73361 by Ber: remove unneeded size restriction for vocabulary help.Dries Buytaert2006-07-13
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71925 by Steven, remove # prefix from link array keys.Neil Drumm2006-07-04
|
* #71728 by Eaton, re-add taxonomy_term_path()Neil Drumm2006-07-02
|
* #61912 by doq and killes, add db_rewrite_sql() to taxonomy/autocomplete.Neil Drumm2006-06-11
|
* - Improved input checking.Dries Buytaert2006-06-01
|
* - Patch #65324 by greggles: bungie -> bungeeDries Buytaert2006-05-26
|
* - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role.Dries Buytaert2006-05-26
|
* #64951 by deepstar, Ambiguous query in taxonomy_get_term_by_name()Neil Drumm2006-05-24
|
* #41042 by DriesK, Moshe, and Jaza, Duplicate tag handlingNeil Drumm2006-05-23
|
* #62926 by Richard Eriksson, Increase maximum length of the free-tagging ↵Neil Drumm2006-05-20
| | | | textbox to 255 characters.
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* Reverting #53653, that function actually is called via a module_invoke() in ↵Neil Drumm2006-05-16
| | | | node.module.
* #53653 by me, remove an unused function.Neil Drumm2006-05-16
|
* - Patch #62554 by webchick: removed some cruft.Dries Buytaert2006-05-09
|
* - Patch #62332 by Zen: added missing add term link on admin/taxonomy page ↵Dries Buytaert2006-05-08
| | | | and got rid of some crufty code.
* #47042 by RobertDouglas, Expose terms string parsing as a helper function to ↵Neil Drumm2006-05-07
| | | | cut down on copy and paste code in contrib modules
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60934, The vocabulary list screen needs an 'add term' operation, patch by chx
* #60621, typo orm_set_error("taxonomy[tags][$vid", patch by chxGerhard Killesreiter2006-04-28
|
* #60729: Index taxonomy terms with nodesSteven Wittens2006-04-27
|
* #60265, module field for vocabularies reverts to taxonomy, patch by naquahGerhard Killesreiter2006-04-25
|
* #48526, fix taxonomy for blogapi. Patch by walkahGerhard Killesreiter2006-04-11
|
* - #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
|