Commit Graph

126 Commits (985884f98e3553c29adf5a2bca48646a533d713f)

Author SHA1 Message Date
Angie Byron 985884f98e #559506 by quicksketch and plach: Added variable to field widgets. 2009-08-27 00:33:52 +00:00
Angie Byron 8a73ef4190 #559486 by yched: Split up field attach tests so that testing bot doesn't choke on them. 2009-08-26 02:59:22 +00:00
Dries Buytaert 3f36af04de - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
Angie Byron b1cf3f1d26 #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static(). 2009-08-25 16:38:51 +00:00
Dries Buytaert f9f8a6cb81 - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered. 2009-08-25 10:35:33 +00:00
Angie Byron 1378428913 #557932 by plach and bangpound: Fixed taxonomy term field autocomplete widgets validation, which broke after translatable fields. 2009-08-24 21:00:23 +00:00
Angie Byron 7d818b2606 #557056 by sign: Removed the fieldset around summary and body fields. 2009-08-24 00:37:25 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 041d8ee5a8 #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call from field API. 2009-08-23 03:54:47 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Angie Byron 34a8a369aa #367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API. 2009-08-22 00:58:55 +00:00
Dries Buytaert bc23bfaa11 - Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info(). 2009-08-21 17:28:27 +00:00
Dries Buytaert 5dd8314d0a - Patch #446518 by sun: remove argument from check_markup(). 2009-08-20 10:56:33 +00:00
Angie Byron f8e430c7fd #552084 by jhodgdon: Removed references to 'CCK' in core. 2009-08-19 22:46:05 +00:00
Angie Byron e998857eb8 #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D 2009-08-19 13:31:14 +00:00
Angie Byron 25b9f686a6 #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. 2009-08-17 07:12:16 +00:00
Angie Byron 7cd59c6bc4 #548630 by bjaspan: Document hook_field_is_empty(). 2009-08-14 05:16:26 +00:00
Angie Byron 00ad7e8e03 #529756 by yched: Allow fields to be weighted per context. 2009-08-13 01:50:00 +00:00
Angie Byron 7a36d6a03c #547756 by yched: Remove some whitespace. 2009-08-13 00:17:47 +00:00
Dries Buytaert da2639d6cd - Patch #544400 by yched, bjaspan: wrong unique key in {field_config_instance}. 2009-08-12 11:35:59 +00:00
Dries Buytaert 9c0e6e9242 - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. 2009-08-11 14:59:40 +00:00
Angie Byron 1a251a7479 #361839 by puradata and yched: Document return structures from field attach. 2009-08-11 04:46:29 +00:00
Dries Buytaert 4a3dd058b5 - Patch #372330 by fgm, yched, et al: better validation of field names. 2009-08-10 21:19:42 +00:00
Angie Byron ce3fce3491 #543902 by yched: Remove unneeded modules in field.test setUp(). 2009-08-09 01:28:06 +00:00
Angie Byron 17e6076807 #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +00:00
Dries Buytaert 065346b366 - Patch #535034 by yched: clean up how fields and instances are prepared for runtime. 2009-08-02 11:24:21 +00:00
Dries Buytaert 19f8439f80 - Patch #528182 by yched: added missing field type documentation and removed some unnessary code. 2009-08-01 06:03:48 +00:00
Dries Buytaert eb34d29999 - Patch #534318 by yched: better defaults and corrected documentation. 2009-07-30 19:35:47 +00:00
Dries Buytaert 4e96b4e5df - Patch #535264 by Crell: removing some more legacy cruft. 2009-07-30 10:16:48 +00:00
Dries Buytaert a938e18a1b - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort. 2009-07-28 19:18:08 +00:00
Dries Buytaert 0ae1c4d9b7 - Patch #530894 by yched: removed unneeded #cache property in fields forms. 2009-07-27 20:19:20 +00:00
Dries Buytaert 93728e5d32 - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML corrector using PHP5's XML/Dom parser. 2009-07-27 20:15:35 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert 436fc4f879 - Patch #520620 by quicksketch: delete revision and prepare translation field hooks are called incorrectly (or not at all). 2009-07-16 10:30:12 +00:00
Dries Buytaert a136ab56c4 - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests. 2009-07-15 17:55:18 +00:00
Dries Buytaert f5dff788a8 - Patch #509736 by yched: make sure all settings are present at run-time. 2009-07-14 10:27:29 +00:00
Angie Byron 942f63b4ca #518412 by yched: Minor clean-up on Field API tests. 2009-07-14 02:24:14 +00:00
Angie Byron 735e1d904f #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
Angie Byron beadf384f1 #455844 follow-up by yched: Change render() to print render() for consistency with other template variables. 2009-07-13 21:09:54 +00:00
Dries Buytaert 065fa60551 - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages. 2009-07-11 14:25:41 +00:00
Angie Byron 6a686533ab #516124 by yched: Clean up some Field API TODOs and remove unused APIs. 2009-07-11 00:56:45 +00:00
Angie Byron f6ccf978f6 #488542 by yched: Allow field UI to be attached to any fieldable entity. 2009-07-10 05:58:13 +00:00
Dries Buytaert 16ab612874 - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested. 2009-07-07 09:28:07 +00:00
Dries Buytaert 3b4213ce79 - Patch #511486 by yched: updated documentation. 2009-07-06 19:10:01 +00:00
Dries Buytaert 5a7742b254 - Patch #508700 by yched: field cardinality stored twice. 2009-07-04 06:19:46 +00:00
Dries Buytaert bea411e114 - Patch #509220 by tic2000: fixed text_field_sanitize() error. 2009-07-03 18:19:29 +00:00
Dries Buytaert 45b97d8a9d - Patch #508440 by yched: build mode, it is. 2009-07-02 20:37:03 +00:00
Dries Buytaert cf59ebec77 - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing. 2009-07-02 20:19:48 +00:00