| Commit message (Expand) | Author | Age |
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
* | - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms(). | Dries Buytaert | 2007-05-04 |
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
* | #76588 patch by alienbrain: some localization-unfriendly watchdog() calls | Gábor Hojtsy | 2007-04-24 |
* | - Patch #136202 by asimmonds: fixed indefined variable notice. | Dries Buytaert | 2007-04-15 |
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in co... | Dries Buytaert | 2007-04-13 |
* | - Fix bad code in taxonomy.module (variable naming) | Steven Wittens | 2007-04-11 |
* | - Patch #35177 by Stefan and profix898: added some logging to the taxonomy mo... | Dries Buytaert | 2007-04-10 |
* | - Patch #100429 by Zen, RobRoy and kkaefer: remove the content type requirement. | Dries Buytaert | 2007-04-10 |
* | - Patch #130987 by merlinofchaos: added theme registry for easier themability. | Dries Buytaert | 2007-04-06 |
* | #133858: Code cleanup and e_notices in taxonomy.module for tag parsing. | Steven Wittens | 2007-04-05 |
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 |
* | - Patch #110888 by Eaton: unify hook _alter() | Dries Buytaert | 2007-03-26 |
* | - Patch #130831 by ChrisKennedy: l() error in taxonomy.module. | Dries Buytaert | 2007-03-25 |
* | - Patch #112556 by Robroy: term/vocab maxlength should match db. | Dries Buytaert | 2007-02-27 |
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 |
* | - Patch #115667 by rotzi: added versioning support to node terms. | Dries Buytaert | 2007-02-12 |
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-02-11 |
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-01-31 |
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Th... | Dries Buytaert | 2007-01-31 |
* | - Rollback of E_ALL patch. Too much extra breakage. | Dries Buytaert | 2007-01-25 |
* | - Patch #112556 by webchick: term/vocab maxlength should match db. | Dries Buytaert | 2007-01-25 |
* | - Patch #112715 by webchick et al: fixed some E_ALL errors. | Dries Buytaert | 2007-01-25 |
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken an... | Dries Buytaert | 2007-01-24 |
* | - Patch #107426 by webchick: code cleanup. | Dries Buytaert | 2007-01-23 |
* | #108363: Faster tag parsing (preg_match to strpos). | Steven Wittens | 2007-01-11 |
* | - Patch #103462 by jvandyck: documentation and grammar clean up. | Dries Buytaert | 2006-12-20 |
* | Removing useless taxonomy.css | Steven Wittens | 2006-11-30 |
* | - Patch #99694 by bdragon: removed dead code. | Dries Buytaert | 2006-11-28 |
* | #97995 by chx. Only make menu items when the path is correct. | Neil Drumm | 2006-11-26 |
* | #97824 by Gurpartap. Move enclosing elements outside of their t(). | Neil Drumm | 2006-11-26 |
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is supe... | Dries Buytaert | 2006-11-21 |
* | #83202 by Jaza. Separate out node type deletion API and use it to keep {vocab... | Neil Drumm | 2006-11-10 |
* | #80257 by Jaza. Add a hook for content type changes and use it for keeping vo... | Neil Drumm | 2006-10-31 |
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form items... | Steven Wittens | 2006-10-22 |
* | #24023 by chx. Allow multiple select options with the same value and implemen... | Neil Drumm | 2006-10-20 |
* | - Patch #87185 by robert: added caching to taxonomy_get_term(). | Dries Buytaert | 2006-10-18 |
* | - Patch #89044 by beginner: cannot edit parent term. | Dries Buytaert | 2006-10-13 |
* | #41484 by myself. Fix singleton term selection. | Neil Drumm | 2006-09-21 |
* | #41484 by nickl, flk, and budda. Don't wrap the category selection in a field... | Neil Drumm | 2006-09-11 |
* | #74976 by RobRoy and mrgeneyuss. Clone category objects for multi-parent heir... | Neil Drumm | 2006-09-08 |
* | #31874 by David Lesieur. Call taxonomy hook for insert and update after the t... | Neil Drumm | 2006-09-08 |
* | #67647 by fgm and nickl. Don't make a taxonomy option for vocabularies withou... | Neil Drumm | 2006-09-06 |
* | - Rollback of patch #68418: clean up node submit hooks. Needs more thinkering. | Dries Buytaert | 2006-08-31 |
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 |
* | - Patch #68418 by Moshe et al: clean up node submit hooks. | Dries Buytaert | 2006-08-29 |
* | #80574 Eaton and chx. Replace $_POST['edit'] with $_POST. | Neil Drumm | 2006-08-29 |
* | - Patch #56093 by chx: use native php function where possible _taxonomy_depth... | Dries Buytaert | 2006-08-24 |
* | #79732 by drewish, fix the taxonomy forms and some code cleanup. | Neil Drumm | 2006-08-24 |