Dries Buytaert
803b8b3940
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.
...
The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
2009-09-27 12:52:55 +00:00
Dries Buytaert
5e7df30a34
- Patch #582754 by bjaspan | yched: Fixed Undefined index errors viewing nodes with fields.
2009-09-27 11:12:15 +00:00
Dries Buytaert
db09a6178b
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.
2009-09-26 15:57:39 +00:00
Dries Buytaert
29addd06b2
- Patch #569364 by bjaspan, yched: handle failures on field storage creation.
2009-09-22 08:44:04 +00:00
Dries Buytaert
77d9ff0706
- Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: standardized the return of status messages in AJAX callbacks.
2009-09-21 08:54:57 +00:00
Dries Buytaert
ef33d44f66
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
2009-09-21 07:56:09 +00:00
Dries Buytaert
6e57cf73d6
- Patch #11218 by sun: fixed fatal error.
2009-09-20 09:37:09 +00:00
Dries Buytaert
7cf7f99878
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
2009-09-20 07:32:19 +00:00
Angie Byron
e18feedfdb
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
2009-09-18 00:04:24 +00:00
Angie Byron
d7bd23107e
#513414 by kika, stBorchert, stella, sign, Bojhan, sun et al: Make editing of summary/full fields more user-friendly.
2009-09-11 13:30:49 +00:00
Dries Buytaert
2729f1c2f0
- Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
2009-09-11 06:48:03 +00:00
Angie Byron
3da4e0e015
#382464 by fgm and bjaspan: Disallow reserved field names.
2009-09-11 03:42:34 +00:00
Angie Byron
fc755aed2f
#566134 by mfb: Fix bug causing decimal places not to be saved in number module.
2009-09-11 00:06:53 +00:00
Angie Byron
b47e68011f
#569072 by rcross and yched: Clean field_attach_()* namespace by renaming and moving non-crud functions.
2009-09-10 22:31:58 +00:00
Angie Byron
e2d58353bc
#569240 by quicksketch: Remove field ID from field table names.
2009-09-10 22:06:58 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
d481f1cd36
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
2009-09-10 06:31:39 +00:00
Dries Buytaert
c33da192c1
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().
2009-09-09 21:21:54 +00:00
Dries Buytaert
a3f776f4d4
- Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance}().
2009-09-09 11:37:34 +00:00
Dries Buytaert
157f6ee030
- Patch #372330 by fgm: improved error messages to improve usability.
2009-09-07 15:50:52 +00:00
Dries Buytaert
1d2db443ae
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.
2009-09-07 15:49:01 +00:00
Dries Buytaert
a539b0e00d
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
2009-09-05 15:05:05 +00:00
Dries Buytaert
c993b73e5f
- Patch #568396 by bjaspan: fixed typo.
2009-09-05 09:57:21 +00:00
Dries Buytaert
39d2e4af43
- Patch #562816 by yched: improved performance of field_attach_query() by adding indices.
2009-08-31 22:57:54 +00:00
Dries Buytaert
a79fa88342
- Patch #563992 by plach: missing in hook_field_attach_view_alter and hook_field_attach_form.
2009-08-31 06:37:36 +00:00
Dries Buytaert
26a5f0408b
- Patch #563742 by plach: hotfix for broken hook_entity_info_alter().
2009-08-31 05:35:47 +00:00
Dries Buytaert
45e14ea6b7
- Patch #545662 by yched, moshe weitzman: simplify field rendering.
2009-08-28 06:51:07 +00:00
Angie Byron
0259ee968f
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
2009-08-27 04:40:12 +00:00
Angie Byron
715d3e5432
#559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr.
2009-08-27 01:02:13 +00:00
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
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
Angie Byron
f180449767
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().
2009-05-17 00:32:29 +00:00
Angie Byron
3ac59eee96
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
2009-05-13 19:42:18 +00:00
Dries Buytaert
83ea3cd042
- Patch #460252 by John Morahan: fixed documentation.
2009-05-12 14:36:12 +00:00
Dries Buytaert
bfecaa09c9
- Patch #458612 by dereine: add version information.
2009-05-10 18:56:57 +00:00
Dries Buytaert
76f35b4ecf
- Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().
2009-05-09 19:02:11 +00:00
Dries Buytaert
0e0ca3b589
- Patch #457532 by Berdir: more PHP5 'fixes'.
2009-05-09 18:28:13 +00:00
Dries Buytaert
3d951475ea
- Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes. Added tests.
2009-05-03 09:49:32 +00:00
Dries Buytaert
9fd65b6617
- Patch #392696 by yched et al: save default values on insert.
2009-05-01 15:28:13 +00:00
Dries Buytaert
4516d0c7bd
- Patch #392706 by yched: clean of field tests:
...
+ fixes a few missing whitelines
+ makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load()
+ streamlines a few overly detailed explanations
+ add missing t() functions
2009-04-30 15:17:13 +00:00
Dries Buytaert
fdd553f627
- Patch #441180 by bjaspan: added a point.
2009-04-30 14:41:41 +00:00
Dries Buytaert
34ed1f2a37
- Patch #374068 by alienbrain, bjaspan: improved documentation of field display settings.
2009-04-30 14:40:03 +00:00
Angie Byron
0bb5112239
#356908 by andypost and yched: Run field prefixes and suffixes through field_filter_xss() rather than check_plain() to prevent funny characters.
2009-04-29 22:36:42 +00:00
Dries Buytaert
4c05294527
- Patch #392706 by bjaspan, yched, puradata: some of the field attach tests in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level.
2009-04-29 21:33:00 +00:00
Dries Buytaert
e721147363
- Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
2009-04-29 12:08:28 +00:00
Angie Byron
b8aad0a764
#446878 by boombatower: Fix concatenation typo in field tests.
2009-04-28 04:21:15 +00:00
Dries Buytaert
8e50687d8b
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.
2009-04-26 09:18:20 +00:00
Angie Byron
c7f7f6326e
#443488 by chx: Fix typo in field API docs.
2009-04-24 03:44:17 +00:00
Angie Byron
4ffebc570c
#368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions.
2009-04-20 02:46:25 +00:00
Angie Byron
a4501a2cca
#431870 by yched: Whitespace clean-up.
2009-04-13 05:18:18 +00:00
Angie Byron
73e755d6c2
#323112 follow-up by yched: Oops, Vertical Tabs broke field widgets (with tests so we don't do it again).
2009-04-12 02:18:51 +00:00
Angie Byron
96cfdcf7e0
#369964 follow-up by yched: Remove deprecated function call.
2009-03-31 01:59:34 +00:00
Angie Byron
f40532da76
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
2009-03-31 01:49:55 +00:00
Angie Byron
2302a608be
#402044 by yched: Make Field CSS RTL compatible.
2009-03-30 05:28:41 +00:00
Angie Byron
243ecdaf52
#394246 by flobruit: Check to ensure that field type is specified.
2009-03-30 05:24:38 +00:00
Angie Byron
fbabc0d985
#368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core.
2009-03-30 03:44:55 +00:00
Angie Byron
eecab1083a
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
2009-03-26 13:31:28 +00:00
Angie Byron
269de32e8a
#369562 follow-up by jeffschuler: More trivial field API clean-up.
2009-03-17 03:46:51 +00:00
Dries Buytaert
38e5e907ac
- Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.
2009-03-13 21:25:40 +00:00
Dries Buytaert
cda3f7f830
- Patch #392686 by yched: more documentation clean-ups.
2009-03-13 14:34:58 +00:00
Dries Buytaert
4ac090eb54
- Patch #392686 by bjaspan, yched: switch to serial primary keys.
2009-03-10 09:45:32 +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
953c7bdea1
#373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents SimpleTest from clearing tables.
2009-02-18 15:09:05 +00:00
Angie Byron
fb7347bc9d
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
2009-02-18 14:28:25 +00:00
Angie Byron
1681bc164b
#372376 by yched: Remove uninstall/disable hooks from required field.module.
2009-02-11 04:45:57 +00:00
Angie Byron
295feb1db4
#370037 by bjaspan: Add means of getting all instances of a field.
2009-02-10 16:09:00 +00:00
Angie Byron
069597eaf3
#369562 by yched: More Field API clean-ups.
2009-02-10 03:16:15 +00:00
Angie Byron
4ce3ff3d44
#371363 by yched: Fix field form tests from randomly breaking. Hooray.
2009-02-10 02:04:01 +00:00
Angie Byron
b6ad2af7c2
#371422 by catch: Field form tests should use drupal_strtolower().
2009-02-09 21:52:15 +00:00
Angie Byron
341a95b803
#369562 by bjaspan and yched: Clean up a few minor things in field API.
2009-02-08 21:22:59 +00:00
Angie Byron
9403dbbd90
#369562 by yched and bjaspan: Removing sample_code.php, which was accidentally committed previously.
2009-02-07 19:43:39 +00:00
Angie Byron
a55cf0399f
#369562 by yched and bjaspan: Moving api.field.php to field.api.php, per standards.
2009-02-07 19:43:00 +00:00
Angie Byron
f3ed3283db
#361683 follow-up by sun: Remove more windows line endings.
2009-02-05 03:42:58 +00:00
Angie Byron
8bac2dd319
#361683 follow-up by yched and sun: Fix failing tests and windows line-endings.
2009-02-05 01:21:16 +00:00
Angie Byron
62b05eb6a3
#361683 follow-up by bjaspan: Fix column type on etid to fix broken installation on non-MySQL dbs.
2009-02-04 20:27:58 +00:00
Dries Buytaert
607e9626d5
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
2009-02-03 17:30:13 +00:00