Commit Graph

351 Commits (095c1796e3980c50c9e6b51e077c4877a54bd76f)

Author SHA1 Message Date
Neil Drumm ab452bb770 #141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser. 2009-07-10 05:47:16 +00:00
Neil Drumm c19013751d Docs by dww 2009-05-13 19:49:11 +00:00
Neil Drumm c0739dfb58 Drupal 5.18 2009-05-13 19:41:57 +00:00
Neil Drumm 6372073268 #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag. 2009-02-23 05:42:20 +00:00
Neil Drumm 96904e5663 - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-07-06 00:50:44 +00:00
Neil Drumm fb35c01f1b - Patch #169899 by Island Usurper: taxonomy caching not always working. 2008-06-15 05:52:22 +00:00
Neil Drumm 7f8f2412fd #199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery 2007-12-20 07:48:11 +00:00
Neil Drumm f20cc7120d #198321 by ulhume: recent security update had the arguments order wrong in db_query_range() 2007-12-06 18:16:38 +00:00
Neil Drumm 2c8444015d Drupal 5.4. 2007-12-05 21:09:54 +00:00
Neil Drumm d04727d7db #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected 2007-11-10 04:09:03 +00:00
Neil Drumm 6737c48e43 #167284 by Heine and pwolanin. Avoid abusing %s for lists. 2007-09-12 07:49:36 +00:00
Neil Drumm b4ecbda989 Drupal 5.2 2007-07-26 19:16:50 +00:00
Neil Drumm 9be5654f5c #114241 by ahoeben. Consistent page titles for adding and listing terms. 2007-07-17 06:46:01 +00:00
Neil Drumm 7d48e68d01 - Patch #107822 by riccardoR: Content filtering ignores vocabularies with only one term. 2007-07-15 23:34:02 +00:00
Neil Drumm 9cd0944eb4 #141470 by chx, page tagging vocabulary listings. 2007-06-17 02:00:51 +00:00
Neil Drumm 155631d2a2 - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms().
Backport from HEAD.
2007-05-07 03:15:44 +00:00
Neil Drumm cfcbd1a3c1 - Patch #136202 by asimmonds: fixed indefined variable notice.
Backport from HEAD.
2007-04-18 04:32:01 +00:00
Neil Drumm 2cb262174e - Patch #35177 by Stefan and profix898: added some logging to the taxonomy module.
Backport from HEAD.
2007-04-18 02:48:22 +00:00
Neil Drumm fc3d35ee95 #112556 by RobRoy. Match maxlength with the database. 2007-02-27 19:19:28 +00:00
Dries Buytaert 50bd6b3a88 - Patch #112556 by webchick: term/vocab maxlength should match db. 2007-01-25 21:51:36 +00:00
Dries Buytaert 55b4007e6e - Patch #107426 by webchick: code cleanup. 2007-01-23 19:04:39 +00:00
Steven Wittens c4c9d2a5d5 #108363: Faster tag parsing (preg_match to strpos). 2007-01-11 03:29:15 +00:00
Dries Buytaert a746d0496a - Patch #103462 by jvandyck: documentation and grammar clean up. 2006-12-20 10:32:16 +00:00
Steven Wittens a0b5a225d3 Removing useless taxonomy.css 2006-11-30 07:05:57 +00:00
Dries Buytaert 7ddfac434a - Patch #99694 by bdragon: removed dead code. 2006-11-28 13:15:31 +00:00
Neil Drumm b8127a29c5 #97995 by chx. Only make menu items when the path is correct. 2006-11-26 23:53:20 +00:00
Neil Drumm b5bf8a8f47 #97824 by Gurpartap. Move enclosing elements outside of their t(). 2006-11-26 02:20:01 +00:00
Dries Buytaert b004f328ee - Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Neil Drumm 4476a2c015 #83202 by Jaza. Separate out node type deletion API and use it to keep {vocabulary_node_types} updated. 2006-11-10 19:40:23 +00:00
Neil Drumm 4573af1f55 #80257 by Jaza. Add a hook for content type changes and use it for keeping vocabulary associations. 2006-10-31 17:01:04 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Neil Drumm 2ac86c8862 #24023 by chx. Allow multiple select options with the same value and implement it for taxonomy selection. 2006-10-20 20:55:03 +00:00
Dries Buytaert d9ed1a9f66 - Patch #87185 by robert: added caching to taxonomy_get_term(). 2006-10-18 11:15:51 +00:00
Dries Buytaert 370de93087 - Patch #89044 by beginner: cannot edit parent term. 2006-10-13 14:59:03 +00:00
Neil Drumm 931f43f2ba #41484 by myself. Fix singleton term selection. 2006-09-21 15:31:24 +00:00
Neil Drumm 1081f92732 #41484 by nickl, flk, and budda. Don't wrap the category selection in a fieldset if there is only one vocabulary. 2006-09-11 08:18:24 +00:00
Neil Drumm 6d3ab3e030 #74976 by RobRoy and mrgeneyuss. Clone category objects for multi-parent heirarchy. 2006-09-08 23:34:32 +00:00
Neil Drumm 0ae3912031 #31874 by David Lesieur. Call taxonomy hook for insert and update after the term is fully saved. 2006-09-08 20:18:35 +00:00
Neil Drumm 4fb76f680f #67647 by fgm and nickl. Don't make a taxonomy option for vocabularies without terms. 2006-09-06 07:22:41 +00:00
Dries Buytaert 49fa25fb76 - Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.
Restores the old node API.
2006-08-31 21:58:36 +00:00
Dries Buytaert c64db1da29 - Patch #80952 by earl, webchick, neclimdul et al: .info files 2006-08-31 20:22:37 +00:00
Dries Buytaert 5524604a95 - Patch #68418 by Moshe et al: clean up node submit hooks. 2006-08-29 18:43:26 +00:00
Neil Drumm bceaf8f0da #80574 Eaton and chx. Replace $_POST['edit'] with $_POST. 2006-08-29 09:12:03 +00:00
Dries Buytaert a54ba6b1ed - Patch #56093 by chx: use native php function where possible _taxonomy_depth() -> str_repeat() 2006-08-24 06:29:50 +00:00
Neil Drumm 153fbc7839 #79732 by drewish, fix the taxonomy forms and some code cleanup. 2006-08-24 05:43:38 +00:00
Dries Buytaert 2d05938082 - Patch #66569 by m3avrck: Consolidate the drupal_add_link() calls. 2006-08-23 07:23:09 +00:00
Neil Drumm a58d877108 #66569 by m3avrck. Put all the feed icons in the same place. 2006-08-23 05:55:38 +00:00
Steven Wittens 55eec8f66f #79601: module_exist() -> module_exists() 2006-08-20 05:57:41 +00:00
Dries Buytaert 7de41539df - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model. 2006-08-18 18:58:47 +00:00
Steven Wittens 81938a3cdc #76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00