Commit Graph

95 Commits (715a2d655f70675f3bec8a320a864865d6d02d47)

Author SHA1 Message Date
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
Dries Buytaert 199dc7cc9d - Patch #504564 by tic2000: fixed teaser length setting and added tests. 2009-07-01 12:10:32 +00:00
Angie Byron 5b17c1eb04 #502522 by yched: Allow drupal_alter() on various Field API meta-hooks. 2009-06-30 03:12:03 +00:00
Angie Byron 6c9436abbf #333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests). 2009-06-28 01:00:42 +00:00
Angie Byron 3b0106fb89 #503600 by yched: Fix typo in hook name in field.api.php. 2009-06-27 02:11:34 +00:00
Dries Buytaert 76d9095ab8 - Patch #501420 by yched: field_attach_form() should take by reference. 2009-06-25 06:23:37 +00:00
Dries Buytaert c1763d728e - Patch #367215 by bjaspan: fixed documentation. 2009-06-25 05:13:17 +00:00
Dries Buytaert daa0ec1684 - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment! 2009-06-24 18:16:38 +00:00
Dries Buytaert f96c141f5a - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
Dries Buytaert d472f98e9e - Patch #456488 by yched: better tests for field caching. 2009-06-16 08:40:18 +00:00
Dries Buytaert 174aa41da0 - Patch #491978 by Berdir: remove unnecessary &s. 2009-06-15 10:10:47 +00:00
Dries Buytaert 3d64cb5eca - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
Dries Buytaert e9d97f1eef - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
Angie Byron 395713ba4e #392494 follow-up by yched: Clean-ups to Field API scalar search patch. 2009-06-07 00:00:57 +00:00
Angie Byron 7442dc060f #392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends. 2009-06-06 16:17:30 +00:00
Angie Byron f8dace9c5f #445044 follow-up by yched: Remove field.autoload.inc file. 2009-06-05 18:58:15 +00:00
Dries Buytaert 57fe0ca1e9 - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature. 2009-06-05 18:25:41 +00:00
Angie Byron cab88a7014 #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
Angie Byron abe722f0b8 #453726 by yched: Remove unnecessary &s next to object parameters in field API. 2009-06-03 02:41:07 +00:00
Angie Byron 314b918592 #369011 follow-up by yched: Some touch-ups to comments, etc. 2009-06-03 02:38:47 +00:00
Dries Buytaert 4f2e13f503 - Patch #422362 by JamesAn: convert form.inc to use new static caching API. 2009-06-02 13:47:26 +00:00
Dries Buytaert 0b1a243e53 - Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update(). 2009-06-02 07:02:17 +00:00
Dries Buytaert dcdc4f2e73 - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
Angie Byron 2df43894e2 #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
Dries Buytaert 194c9f2bd1 - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. 2009-05-28 10:05:32 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Dries Buytaert 3c4be3ab55 - Patch #472658 by agentrickard: clean up of inline code comments. 2009-05-26 09:12:29 +00:00
Dries Buytaert 76957a25e6 - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert ba29dbde38 - Patch #415044 by bjaspan, yched: indexes for field storage. 2009-05-20 09:48:47 +00:00
Angie Byron 83513d961e #467558 by yched: Small field API optimization. 2009-05-20 05:24:33 +00:00
Angie Byron e9c3a69612 #456488 by yched: Only cache field data for current revision. 2009-05-17 03:12:17 +00:00