Commit Graph

71 Commits (928361636cbc2c5922d79b2753c873fccae09f89)

Author SHA1 Message Date
Dries Buytaert f85a37c307 - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a select list without #default_value() always passes form validation. 2010-10-04 18:00:46 +00:00
Dries Buytaert 3762f4bbc9 - Patch #896584 by tstoeckler: path inconsistency for the field edit form. 2010-09-29 02:01:34 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Angie Byron a8a7a023b5 #896162 follow-up by effulgentsia: Fix for fatal error in Field UI settings form. 2010-09-21 21:38:08 +00:00
Dries Buytaert 2c10d1526f - Patch #740834 by makononov, sun: form elements cannot be rendered without form_builder(). 2010-09-16 20:14:49 +00:00
Angie Byron 7cc3d92d65 #616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II. 2010-09-11 00:03:42 +00:00
Angie Byron 13bd2f972b #902738 by jbrown: Fixed No status message when reordering fields. 2010-09-07 23:59:51 +00:00
Angie Byron 10fca34cf1 #896162 by yched: Fixed Field UI 'formatter settings' form broken. 2010-08-28 20:12:42 +00:00
Dries Buytaert 9442cbbf77 - Patch #888438 by yched: field UI 'Manage fields' visual glitch. 2010-08-22 14:14:17 +00:00
Dries Buytaert 2cfca913e4 - Patch #878952 by sun: () not passed by reference to hook_field_formatter_settings_form(). 2010-08-20 01:10:42 +00:00
Angie Byron 53650d6992 #878294 by yched: Fixed Field UI reorder on 'Manage fields' affects ordering on 'Manage display'. 2010-08-10 17:05:18 +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 b135d644fe - Patch #796658 by yched, andypost: UI for field formatter settings. 2010-07-17 19:19:39 +00:00
Angie Byron 4771540eea #838040 by justinrandell, azriprajwala: Fixed notices thrown when adding a stock field to a stock content type. 2010-06-27 18:05:54 +00:00
Dries Buytaert f0a49e662d - Patch #616240 by yched, marcingy: make field UI screens extensible from contrib. 2010-06-26 02:06:53 +00:00
Dries Buytaert b54ff2c810 - Patch #702816 by yched, tstoeckler: mention of content types when it should be bundles. 2010-06-25 19:31:07 +00:00
Angie Byron 65ae6eb0e1 #798292 by casey, David_Rothstein: Fixed Overlay redirect to list of content types instead of list of fields after field is added. 2010-06-21 03:11:49 +00:00
Angie Byron f174e9cc55 #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users. 2010-06-20 17:34:51 +00:00
Dries Buytaert f6fac2b1ea - Patch #813722 by joachim: fixed inconsistent terminology on the new 'Manage Display' screen. 2010-05-31 18:15:20 +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 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 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Dries Buytaert fdb422b8a2 - Patch #742318 by sun, yched: fields are editable regardless of whether an bundle instance exists, missing menu titles, etc. 2010-03-28 11:08:30 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert 7f96b05845 - Patch #686226 by yched: improved 'default value' input handling. 2010-03-03 08:01:42 +00:00
Dries Buytaert f37242fad3 - Patch #707724 by Pasqualle: fixed confusing arguments. 2010-02-20 14:28:41 +00:00
Angie Byron bfe2c14b54 #706962 by yched: Fixed No way to remove field instance from a bundle without removing instance from all bundles. 2010-02-15 22:18:35 +00:00
Angie Byron 3756cdd8c1 #707724 follow-up by yched: More Field API/Entity API terminology clean-up. 2010-02-12 05:38:10 +00:00
Angie Byron 7562a8efb3 #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
Angie Byron 8d1f703f3a #641670 by yched and sun: Move ['#field'] meta information into (). 2010-02-11 15:42:14 +00:00
Dries Buytaert be13104e2c - Patch #702816 by tstoeckler: mention of content types when it should be bundles. 2010-02-02 21:47:26 +00:00
Angie Byron ec78589174 #537750 by yched: Added Field UI for comments. 2010-01-30 04:14:17 +00:00
Angie Byron e5f48f0f78 #680910 by yched and bjaspan: Allow fields to be restricted to entity types. 2010-01-30 02:22:01 +00:00
Angie Byron 9d40c10c2a #654934 by plach: Remove Translatable option on field creation. This functionality has been moved to Entity Translation in contrib. 2010-01-13 05:43:01 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert b12d812b93 - Patch #665878 by yched: fixed field_extra_fields() 2010-01-02 15:00:34 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Angie Byron eae4c336a1 #664380 by Bojhan: Remove unnecessary descriptions form Field UI. 2009-12-23 16:49:00 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Dries Buytaert b09f52216d - Patch #619230 by matt2000, yched: update 'default field value' UI code for D7 Field API. 2009-11-24 21:38:33 +00:00
Angie Byron 161e790e20 #626664 by yched, Amitaibu: Fixed 'Add existing field' in user doesn't show fields created in content types. 2009-11-11 06:58:24 +00:00
Dries Buytaert e7fe1830d2 - Patch #614294 by lisarex, yched, Bojhan: remove UI description that says what is stored in the field. 2009-11-08 09:24:55 +00:00
Angie Byron ae842168f9 #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable. 2009-11-03 05:27:18 +00:00
Angie Byron 374fbf713f #615866 by yched: Fixed Field UI redirections. 2009-10-29 07:21:04 +00:00
Angie Byron f05e3c2fcf #616742 by Amitaibu: Fixed adding an existing field in Field UI. 2009-10-29 07:14:58 +00:00
Angie Byron e4c4f1f1ce #609506 by yched and johanneshahn: Fixed 'Undefined index' on admin/reports/fields and 'change widget' form. 2009-10-24 05:26:13 +00:00
Dries Buytaert 714597a9cd - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. 2009-10-15 12:44:36 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00