Commit Graph

433 Commits (7ae4e0b8469289b9b1bd05f45d9392fd80df5e9c)

Author SHA1 Message Date
Dries Buytaert c17499b6fe - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.) 2007-08-12 16:12:00 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Dries Buytaert 9405388d16 - Patch #164931 by John Morahan: included the wrong file. 2007-08-08 07:18:19 +00:00
Dries Buytaert 491b47f0a9 - Patch #158537 by Benjamin Melancon and Wim Leers: unnecessary 'ORDER BY' in taxonomy_vocabulary_load. 2007-08-07 11:33:36 +00:00
Dries Buytaert a21275a58f - Patch #165160 by hswong3i: made two SQL queries work on DB2. 2007-08-07 08:41:24 +00:00
Dries Buytaert fe7faf76c2 - Patch #162829 by swentel and bennybobw: fixed problem with saving taxonomy terms. 2007-08-02 10:25:21 +00:00
Dries Buytaert 8dfc0e5ad7 - Patch #161182 by Crell: split up taxonomy module. 2007-07-30 20:33:48 +00:00
Gábor Hojtsy 64def7cb3e #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') 2007-07-16 12:43:06 +00:00
Dries Buytaert fcc5c27b9e - Patch #107822 by riccardoR: Content filtering ignores vocabularies with only one term. 2007-07-14 15:30:40 +00:00
Dries Buytaert 97201e8529 - Patch #158437 by AjK: taxonomy terms loose parent info on edit. 2007-07-12 18:15:48 +00:00
Dries Buytaert 38a8d04f51 - Patch #158440 by AjK: fixed E_NOTICEs. 2007-07-11 15:27:57 +00:00
Dries Buytaert b6c069ad7d - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum topics to be custom node types. 2007-07-02 17:08:36 +00:00
Dries Buytaert e59852d336 - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we
unanimously agreed to rollback the deletion API.  We all support the
  features this patch added, yet not its actual design and implementation.
  After some talk, we decided that it would be better for Drupal -- in the
  long term -- not to go with a solution that isn't 100%. We also recognize
  that in the short term, this patch would have been useful addition. So
  let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy 9e6ef53c2c #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Dries Buytaert 2348e7de6f - Patch #148410 by jvandyk: added rewrite of the actions module!
This is a very important patch, but one that is merely an enabler.
  Hopefully we'll see more people submitting "action patches" in the
  near future.

  Thanks for the hard work and persistence, John.  *If* you decide
  to update the Drupal Pro Development book to Drupal 6, make sure
  to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Steven Wittens 569ede574f #115139: Add centralized json handler (and send text/javascript content-type header). 2007-06-22 08:46:16 +00:00
Steven Wittens fe8b35f527 #153781: Convert all remaining confirm_forms() to deletion api. 2007-06-22 08:32:28 +00:00
Steven Wittens 38a1300df2 #147723: Deletion API (by hunmonk). Woop woop. 2007-06-22 05:44:21 +00:00
Dries Buytaert ba32a804a9 - Patch #150299 by asimmonds: form API fixes in taxonomy.module. 2007-06-17 10:47:12 +00:00
Dries Buytaert 29eb5a6284 - Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version. 2007-06-08 05:50:58 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert e629deb94d - Patch #146667 by Jeff Eaton: form API fixes. 2007-06-04 15:56:34 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Dries Buytaert 96926ca047 - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert 304400293a - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms(). 2007-05-04 08:38:34 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Gábor Hojtsy 359ace36e6 #76588 patch by alienbrain: some localization-unfriendly watchdog() calls 2007-04-24 18:23:48 +00:00
Dries Buytaert e98c82e679 - Patch #136202 by asimmonds: fixed indefined variable notice. 2007-04-15 15:59:06 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Steven Wittens 2a10f18211 - Fix bad code in taxonomy.module (variable naming) 2007-04-11 09:17:53 +00:00
Dries Buytaert 8e990d6935 - Patch #35177 by Stefan and profix898: added some logging to the taxonomy module. 2007-04-10 11:28:18 +00:00
Dries Buytaert 30bf1d53ae - Patch #100429 by Zen, RobRoy and kkaefer: remove the content type requirement. 2007-04-10 10:16:29 +00:00
Dries Buytaert 5bbbf10ba8 - Patch #130987 by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens c504141f45 #133858: Code cleanup and e_notices in taxonomy.module for tag parsing. 2007-04-05 03:08:48 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert eb6b848de6 - Patch #110888 by Eaton: unify hook _alter() 2007-03-26 00:35:59 +00:00
Dries Buytaert f37abe6074 - Patch #130831 by ChrisKennedy: l() error in taxonomy.module. 2007-03-25 19:06:53 +00:00
Dries Buytaert e6543caaff - Patch #112556 by Robroy: term/vocab maxlength should match db. 2007-02-27 12:48:33 +00:00
Dries Buytaert dc5843bd30 - Patch #111347 by Steven: refactor url() and l(). 2007-02-15 11:40:19 +00:00
Dries Buytaert 72501e54df - Patch #115667 by rotzi: added versioning support to node terms. 2007-02-12 17:47:08 +00:00
Dries Buytaert a1e6728a46 - Patch #113603 by chx: first crack at re-implementing tabs. 2007-02-11 09:30:51 +00:00
Dries Buytaert 489903a08e - Patch #113603 by chx: first crack at re-implementing tabs. 2007-01-31 21:26:56 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 3b543c18f5 - Rollback of E_ALL patch. Too much extra breakage. 2007-01-25 22:14:06 +00:00
Dries Buytaert db7dcfd444 - Patch #112556 by webchick: term/vocab maxlength should match db. 2007-01-25 21:51:20 +00:00
Dries Buytaert fd32b42196 - Patch #112715 by webchick et al: fixed some E_ALL errors. 2007-01-25 21:32:07 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert cd9ceae7a1 - Patch #107426 by webchick: code cleanup. 2007-01-23 19:04:21 +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 6ae6dc0d85 - Patch #87298 by webchick, neil, dww et al: show version numbers on modules page. 2006-11-21 20:55:36 +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
Dries Buytaert 18b297abf8 - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page. 2006-10-05 15:47:57 +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
Neil Drumm d58a0aa533 #77402 by Zacker, fix the node type checkboxes on vocabulary editing. 2006-08-15 05:50:48 +00:00
Neil Drumm 3cc2b1e3d7 #77183 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Dries Buytaert 91942614d6 - Patch #62362 by Moshe: kill the 'form' operation of hook_taxonomy. 2006-08-08 18:55:53 +00:00
Dries Buytaert 729fa6c11b - Patch #77422 by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Neil Drumm 129c8eb18c #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types. 2006-08-06 23:00:42 +00:00
Dries Buytaert eaf3540175 - Patch #76702 by timcn: fixed some broken admin pages. 2006-08-02 13:44:07 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Neil Drumm 3cd232e5d4 #33772 by dfg, add title to last breadcrumb element. 2006-07-14 01:01:15 +00:00
Dries Buytaert 89c68399bc - Patch #73361 by Ber: remove unneeded size restriction for vocabulary help. 2006-07-13 11:53:33 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 59aa2ae8e8 #71925 by Steven, remove # prefix from link array keys. 2006-07-04 08:59:05 +00:00
Neil Drumm 685be2ffce #71728 by Eaton, re-add taxonomy_term_path() 2006-07-02 01:13:45 +00:00
Neil Drumm 930f8ca445 #61912 by doq and killes, add db_rewrite_sql() to taxonomy/autocomplete. 2006-06-11 22:46:20 +00:00
Dries Buytaert 23f643507f - Improved input checking. 2006-06-01 18:40:24 +00:00
Dries Buytaert 9b8733bca6 - Patch #65324 by greggles: bungie -> bungee 2006-05-26 21:34:12 +00:00
Dries Buytaert 02fa0d85b2 - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role. 2006-05-26 09:21:10 +00:00
Neil Drumm d80a410bb0 #64951 by deepstar, Ambiguous query in taxonomy_get_term_by_name() 2006-05-24 04:54:52 +00:00
Neil Drumm 70b7809121 #41042 by DriesK, Moshe, and Jaza, Duplicate tag handling 2006-05-23 02:21:26 +00:00
Neil Drumm a5263bd284 #62926 by Richard Eriksson, Increase maximum length of the free-tagging textbox to 255 characters. 2006-05-20 02:05:35 +00:00