Dries Buytaert
f0b3fa4b1b
- Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content'
...
form input in the 'node type' edit form was way too harsh (affects the
display of all 'trimmed / summary_or_trimmed' formatters on all text
fields in all view modes), and irrelevant for text fields on non-node
entities, which are currently all blocked to 'trim to 600 chars'.
* Added field formatter settings for 'text_trimmed' and 'text_summary_or_trimmed' formatters
* Removed 'teaser_length' settings for node types
* Added upgrade path for 'teaser_length' variable in node_update_7011()
* Fixed a test
2010-08-08 13:02:37 +00:00
Dries Buytaert
66d31c52ba
- Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL.
2010-08-08 02:18:53 +00:00
Angie Byron
25171a17f6
Reverting #500866 . Needs more discussion.
2010-08-05 23:53:39 +00:00
Angie Byron
cacd044a63
#500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings.
2010-08-05 23:26:36 +00:00
Angie Byron
a1ce6bac55
#819816 by aaronbauman, yched, Damien Tournoud, tsi: Fixed Reordering multivalue file and image field uploads is broken.
2010-08-04 06:55:35 +00:00
Dries Buytaert
603d33649b
- Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached.
2010-08-03 23:01:14 +00:00
Dries Buytaert
ce17e244d4
- Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached.
2010-08-03 01:54:24 +00:00
Dries Buytaert
b2726296b6
- Patch #872068 by ksenzee: field.crud.inc has documentation TODOs.
2010-08-03 01:49:23 +00:00
Angie Byron
99d14f6f33
#851602 by chx, bjaspan, Damien Tournoud: Fixed FieldCrudTestCase::testUpdateField() assumes a fixed-precision storage - replace with test that's portable across database systems.
2010-08-02 05:40:17 +00:00
Dries Buytaert
1d48f07fc7
- Patch #869350 by chx, yched: some field functions are called a bit too often.
2010-08-01 19:49:35 +00:00
Dries Buytaert
137011df91
- Patch #844388 by lotyrin, bjaspan, effulgentsia: taxonomy terms disappear from node preview if previewed more than once.
2010-07-30 03:06:18 +00:00
Dries Buytaert
37c3c7ec7a
- Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE.
2010-07-30 02:47:28 +00:00
Dries Buytaert
e5ecbeac17
- Patch #864638 by glipay: typo in comment for field_attach_form().
2010-07-26 17:00:13 +00:00
Dries Buytaert
f6044dcd2c
- Patch #863370 by andypost: fixed typo.
2010-07-26 16:59:24 +00:00
Dries Buytaert
803101b589
- Patch #863370 by bjaspan, daryson: wrong return value on field_info_fields().
2010-07-26 03:07:04 +00:00
Dries Buytaert
239c66915f
- Patch #857314 by andypost: add form for number formatter settings.
2010-07-26 02:59:13 +00:00
Dries Buytaert
6f5c006347
- Patch #862352 by chx: fields without columns throw notices.
2010-07-26 02:55:49 +00:00
Dries Buytaert
8a3098d0c1
- Patch #675116 by jhodgdon: several problems in field.api.php and field_ui().api.php.
2010-07-25 02:45:27 +00:00
Dries Buytaert
328f1723d5
- Patch #717576 by mr.baileys: incorrect param name in text_field_widget_form().
2010-07-07 13:30:06 +00:00
Dries Buytaert
0df5b37ab7
- Patch #729186 by catch: _field_info_collate_fields() resource usage.
2010-06-29 18:46:12 +00:00
Dries Buytaert
8e6d6e38ac
- Patch #362021 by plach: field_attach_prepare_translation() needs to be updated for D7 API.
2010-06-28 20:58:42 +00:00
Dries Buytaert
a7bbd6d13e
- Patch #808534 by dhthwy, Damien Tournoud, chx: file_get_file_references() is completely broken.
2010-06-26 02:16:23 +00:00
Dries Buytaert
7e52847ae9
- Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables.
2010-06-25 17:47:22 +00:00
Dries Buytaert
e34b852671
- Patch #836962 by aaronbauman: field_cache_clear() called twice sequentially when installing modules.
2010-06-24 21:37:49 +00:00
Angie Byron
2d9fd20acc
#834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, and added tests.
2010-06-24 17:24:40 +00:00
Dries Buytaert
00936826ad
- Patch #833654 by aaronbauman: change 'Larger' and 'Smaller' to 'Greater' and 'Less' in number module.
2010-06-23 13:45:40 +00:00
Angie Byron
ce19c67110
#293223 follow-up by David_Rothstein: Roll back 'Hide required core modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
2010-06-21 02:27:47 +00:00
Dries Buytaert
cb043e8c48
- Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah.
2010-06-17 13:44:45 +00:00
Dries Buytaert
3620310d7c
- Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.
2010-06-17 13:16:57 +00:00
Dries Buytaert
9cf21be994
- Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, dereine, bjaspan: listing API for field API.
2010-06-14 15:41:03 +00:00
Angie Byron
f0b5afb436
#822128 by roborn: Fixed 'Textarea + summary' widget broken when field allows multiple values.
2010-06-12 08:18:59 +00:00
Dries Buytaert
20223878e6
- Patch #809838 by mr.baileys: maxlength settings didn't work in Field UI.
2010-06-08 06:15:13 +00:00
Angie Byron
8dbd4d7edd
#808664 by yched: Fixed required maxlength setting on body field.
2010-06-08 05:41:05 +00:00
Angie Byron
cf30c78b42
#362021 by plach, yched, sun: Update field_attach_prepare_translation() for D7 entity API.
2010-06-06 00:24:16 +00:00
Dries Buytaert
d99623f8a1
- Patch #813822 by asimmonds: missing t() function in field_purge_field() causes fatal error.
2010-06-05 12:05:25 +00:00
Dries Buytaert
6f03daf8d4
- Patch #816750 by catch: field_info_field() docs.
2010-06-03 21:06:38 +00:00
Dries Buytaert
2276295fd6
- Patch #816642 by catch: improved field exceptions.
2010-06-03 13:08:52 +00:00
Dries Buytaert
c1929c6c1e
- Patch #759096 by catch: use fast drupal_static() pattern for field_available_languages().
2010-06-01 18:29:41 +00:00
Dries Buytaert
78a04881d5
- Patch #707724 by TR: call them entities instead of objects.
2010-05-31 07:59:27 +00:00
Dries Buytaert
5a18bf9f92
- Patch #622330 by JohnAlbin, Jeff Burnz: CSS alternative to remove clearfix from inline field markup.
2010-05-26 11:54:19 +00:00
Dries Buytaert
5ff0c0d3c7
- Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen.
2010-05-23 19:10:23 +00:00
Dries Buytaert
bb1c48af7f
- Patch #629252 by plach, yched: field_attach_form() should make available all field translations on submit.
2010-05-23 07:30:56 +00:00
Dries Buytaert
3014058634
- Patch #402044 by Jeff Burnz, yched: field RTL CSS tweaks.
2010-05-22 20:23:01 +00:00
Dries Buytaert
5628bc2c9b
- Patch #680416 by Amitaibu, yched: allow defining fields that can not be added via UI.
2010-05-18 18:30:49 +00:00
Dries Buytaert
1c1d12b874
- Patch #795198 by heyrocker: numeric List fields should not be unsigned.
2010-05-12 08:55:47 +00:00
Dries Buytaert
5c19d3bd26
- Patch #792716 by catch: more useful field exception message.
2010-05-09 13:40:48 +00:00
Dries Buytaert
9717155583
- Patch #366377 by matt2000: documentation improvements.
2010-05-09 13:29:06 +00:00
Dries Buytaert
3a1c93a338
- Patch #650748 by yched: tablename for deleted fields.
2010-05-06 15:29:51 +00:00
Angie Byron
ed86172814
#331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting.
2010-05-06 05:59:31 +00:00
Angie Byron
87f3d3320c
#717572 by trevjs: Fixed items param in hook_field_validate() should not be passed by reference.
2010-05-05 06:32:22 +00:00