Commit Graph

280 Commits (bddd9aeb6fdc95f8e40c002ca18dfb10eebb38d9)

Author SHA1 Message Date
Dries Buytaert 5b3f42372f - Patch #62554 by webchick: removed some cruft. 2006-05-09 14:16:49 +00:00
Dries Buytaert 823673a196 - Patch #62332 by Zen: added missing add term link on admin/taxonomy page and got rid of some crufty code. 2006-05-08 15:12:25 +00:00
Neil Drumm 926cf39cf5 #47042 by RobertDouglas, Expose terms string parsing as a helper function to cut down on copy and paste code in contrib modules 2006-05-07 03:33:03 +00:00
Neil Drumm 9cff02e91b #61802 by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Neil Drumm d6b538eff8 Forward port from 4.7
#60934, The vocabulary list screen needs an 'add term' operation, patch by chx
2006-04-30 00:39:11 +00:00
Gerhard Killesreiter f16b6b2901 #60621, typo orm_set_error("taxonomy[tags][$vid", patch by chx 2006-04-28 12:02:18 +00:00
Steven Wittens 954cbf7c65 #60729: Index taxonomy terms with nodes 2006-04-27 22:20:51 +00:00
Gerhard Killesreiter 8dfca7c806 #60265, module field for vocabularies reverts to taxonomy, patch by naquah 2006-04-25 11:51:51 +00:00
Gerhard Killesreiter 99e7c0ec7c #48526, fix taxonomy for blogapi. Patch by walkah 2006-04-11 17:57:37 +00:00
Steven Wittens 9794b5538e - #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/...
- Clean up some raw output
2006-04-07 15:32:17 +00:00
Steven Wittens be0b774cbc - #57523: Make taxonomy delete vocabulary consistent with other taxonomy hook ops 2006-04-06 04:21:12 +00:00
Steven Wittens 4821200689 #57415: Replace drupal_implode_autocomplete() by drupal_to_js() 2006-04-06 02:41:48 +00:00
Gerhard Killesreiter 3c795c554f #28625, further form API conversion of taxonomy.module and small bugfix in forms API, patch by profix898 and chx 2006-03-26 16:59:17 +00:00
Gerhard Killesreiter 02ad2cfea2 #53351, remove preselection of "none", patch by myself. 2006-03-24 14:49:45 +00:00
Gerhard Killesreiter d11c07502d #54910, Forum and taxonomy term delete work only superficially, patch by Zen 2006-03-23 21:46:35 +00:00
Dries Buytaert 718b88e54f - Patch #53351 by Zen, tim et al: problem with unchecked taxonomy lists. 2006-03-11 13:47:51 +00:00
Dries Buytaert 7add598ee2 - Patch #51850 by chx, webchick et al: fixed various problems with db_rewrite_sql, made db_rewrite_sql slightly more robust. 2006-03-08 15:13:20 +00:00
Dries Buytaert 403bc4ab49 - Patch #51871 by merlinofchaos/zen: convert taxonomy.module to new form API so forms can be themed/altered properly. 2006-03-02 08:27:59 +00:00
Dries Buytaert 10dc538cf1 - Patch #51531 by Zen: renamed a link for clarity. 2006-02-27 17:01:37 +00:00
Dries Buytaert 3603fe1bd8 - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) 2006-02-21 18:46:54 +00:00
Dries Buytaert c3a0311b04 - Patch #39672 by Morbus: fixed problem with help texts of taxonomy forms. 2006-02-20 16:48:46 +00:00
Dries Buytaert a94b87aa3a - Patch #46705 by killes: use += instead of array_merge(). 2006-02-20 16:39:23 +00:00
Dries Buytaert 9004bed664 - Patch #47899 by Zen: fixed weight issues with freetagging vocabulary. 2006-02-09 08:28:28 +00:00
Dries Buytaert 15ff8c8e32 - Patch #46827 by wulff: fixed incorrect links. 2006-01-29 07:50:45 +00:00
Dries Buytaert 7946eca135 - Patch #35926 by asimmonds: make required vocabularies actually required. 2006-01-26 08:33:20 +00:00
Dries Buytaert 10d7f7731b - Patch #45281 by chx: made categories with forum topics work again. 2006-01-19 17:55:54 +00:00
Dries Buytaert 4c1522e962 - Patch #45336 by Ber: bugfix: removed obsolete check_plain() check causing & problems. 2006-01-19 09:26:15 +00:00
Dries Buytaert a50eb34bda - Patch #44381 by gerhard: improved consistency of API. Always pass an array. 2006-01-17 09:23:38 +00:00
Dries Buytaert 67778c896e - Patch #39672 by Ber: made the help text opion work for free tagging terms. 2006-01-10 19:56:19 +00:00
Dries Buytaert 92acb92699 - Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of the taxonomy loading code. 2006-01-10 12:35:20 +00:00
Dries Buytaert 16e9b4d0c7 - Patch #42937 by chx: bugfix: added missing db_rewrite_sql() in taxonomy_node_get_terms. 2006-01-08 12:28:27 +00:00
Dries Buytaert ea2d791095 - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
Steven Wittens 79a193a2d2 - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
Steven Wittens b43fa0f9da - #41744: global urlencode() for menu paths 2005-12-22 22:58:12 +00:00
Dries Buytaert bd4fe6ede9 - Patch #40813: Taxonomy forms should be in a fieldset. 2005-12-16 06:23:46 +00:00
Dries Buytaert 922a46d281 - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
Dries Buytaert 764f1177ef - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +00:00
Dries Buytaert 32d9af4916 - Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected. 2005-12-06 12:20:24 +00:00
Dries Buytaert ada8f8976f - Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL. 2005-12-05 13:15:42 +00:00
Dries Buytaert 28fdb3975e - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick. 2005-12-05 09:11:33 +00:00
Dries Buytaert 236da7af05 - Patch #31151: adding taxonomy terms has no feedback 2005-11-29 17:41:27 +00:00
Dries Buytaert 42518af257 - Bring back taxonomy_form_all(). 2005-11-28 12:24:58 +00:00
Dries Buytaert 679649baaa - Patch #39003 by Jaza: remove taxnomy_form_all(). 2005-11-27 09:26:46 +00:00
Dries Buytaert d9dc551612 - Patch #29151 by fgm: simplified SQL query in taxonomy_node_form(). 2005-11-23 08:27:55 +00:00
Dries Buytaert aeed4cd8e4 - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
Steven Wittens c2fcb6d519 #30993: Make taxonomy selector widget themable 2005-11-12 04:31:56 +00:00
Dries Buytaert 42e2eb0d2a - Patch #35178 by Robert Douglas: add title attribute to taxonomy links - use term description as text. 2005-11-08 15:17:34 +00:00
Dries Buytaert a8b218827a - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
Steven Wittens 6777fdb193 - #26583: Make forum taxonomy links redirect to forums rather than taxonomy pages. 2005-10-21 11:12:46 +00:00
Steven Wittens 468b9e8e5a - Code style 2005-10-19 09:46:22 +00:00