Commit Graph

475 Commits (19a6c84f7c25b2eb5a539b083999c2365b23f230)

Author SHA1 Message Date
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Angie Byron c160d237bf #462428 by Heine, pwolanin, and dww: SA-CORE-2009-006 - Drupal core - Cross site scripting forward-port. 2009-05-19 19:01:51 +00:00
Dries Buytaert 53fdfb3184 - Patch #451678 by Damien Tournoud: fixed broken query. 2009-05-03 10:44:04 +00:00
Dries Buytaert a8c30ed91e - Patch #449718 by alienbrain: node_feed() is now using new node building API. 2009-05-03 10:11:35 +00:00
Dries Buytaert 6886aeec5e - Patch #437120 by mfb: prevent double escaping of taxonmy term names. 2009-04-18 06:32:24 +00:00
Dries Buytaert 669d112af5 - Patch #239945 by JeremyFrench: moved depth check out of loop. 2009-04-17 19:59:51 +00:00
Dries Buytaert 383f7e5721 - Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer. 2009-04-15 14:12:55 +00:00
Dries Buytaert a41bd361c2 - Patch #431130 by alienbrain: removed unused arguments in internal taxonomy functions. 2009-04-15 13:48:03 +00:00
Dries Buytaert 31dbee5459 - Patch #432154 by Berdir: fixed bug in taxonomy_vocabulary_load_multiple. With tests. 2009-04-13 18:52:38 +00:00
Dries Buytaert 3a35e28f92 - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
Angie Byron 9f7aaa2341 #351797 by catch: Allow loading multiple vocabularies at once (with tests). 2009-03-30 05:18:49 +00:00
Angie Byron 84f30b9a6f #141965 by jeffschuler: Remove newline so hook_term_path() docs show up. 2009-03-21 00:59:02 +00:00
Angie Byron ddc2604d69 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron 5420371ac5 #62926 by karschsp: Increase maximum length of free tagging field. 2009-02-11 03:53:36 +00:00
Angie Byron 7842c3c14d #333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description. 2009-02-06 16:25:09 +00:00
Angie Byron 8fa274af76 #144969 by beginner, Wim Leers, and catch: Fix count returned by taxonomy_term_count_nodes() with multi-select vocabularies (with tests). 2009-01-28 01:14:39 +00:00
Angie Byron 585aa50e6a #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests). 2009-01-28 01:09:58 +00:00
Dries Buytaert 2e8ca690ff - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave. 2009-01-27 00:22:27 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Dries Buytaert cf43ce126c - Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement. 2009-01-23 14:23:27 +00:00
Dries Buytaert d3df2ff356 - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00
Dries Buytaert 77936aef4c - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
Dries Buytaert b86354c55c - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data. 2009-01-13 22:25:13 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert da4cd3cc8c - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. Added a test for it too\! 2008-12-19 15:34:27 +00:00
Dries Buytaert eb9aefe8b5 - Patch #344361 by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch. 2008-12-18 23:07:50 +00:00
Dries Buytaert 18d22419f3 - Patch #339929 by Moshe et al: move node links into ->content. 2008-12-16 22:05:51 +00:00
Dries Buytaert c0cb68abcc - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
Dries Buytaert 09b49acb67 - Patch #343259 by John Morahan: improved taxonomy_get_tree API. 2008-12-08 21:54:33 +00:00
Dries Buytaert 58b0235a72 - Patch #324313 by catch et al: load multiple nodes and terms at once. 2008-12-05 22:18:46 +00:00
Dries Buytaert 0b06c68b98 - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
Dries Buytaert dc82bc5ab0 - Patch #341872 by mayer, catch: fixed bug in database conversion and added a missing test for taxonomy_term_save(). 2008-12-04 10:57:17 +00:00
Angie Byron 939a1f01a1 #332145 by catch and Arancaytar: Fix regression on term submit form. 2008-11-13 08:13:56 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 6da33f2055 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +00:00
Dries Buytaert 2aabcb6aaf - Patch #173826 by Jody Lynn, catch, roychri, arcX: trim taxonomy term names upon save. 2008-11-07 18:52:18 +00:00
Dries Buytaert 2bc3b99bc7 - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
Dries Buytaert d31c77513b - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API. 2008-11-05 12:47:23 +00:00
Dries Buytaert ba1af44375 - Patch #306224 by catch, sun: add proper taxonomy term hooks. 2008-11-02 17:46:47 +00:00
Dries Buytaert bd22265b45 - Patch #306224 by catch et al: improving the taxonomy hook system. 2008-11-02 14:42:45 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron 65006002ed #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching for 2008-10-11 16:04:29 +00:00
Angie Byron d59ba41f65 #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names 2008-10-09 15:15:55 +00:00
Dries Buytaert 87567f8916 - Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers. 2008-10-06 12:55:56 +00:00
Dries Buytaert 9f3d9f1115 - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement. 2008-09-27 20:37:01 +00:00
Angie Byron 991ff539c3 #296910 by catch and webchick: Add reset parameter to taxonomy_vocabulary_load(). 2008-09-24 18:42:00 +00:00
Angie Byron 9bc36524f2 #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called multiple times. 2008-09-24 02:59:42 +00:00
Dries Buytaert fa8abcbf3b - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages. 2008-09-19 20:25:03 +00:00
Angie Byron dae71fe862 #190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by taxonomy_term_path(). 2008-09-19 02:43:40 +00:00