Commit Graph

134 Commits (d1ba79c125765848097033022f2b2d99a64e3612)

Author SHA1 Message Date
webchick 09669835c4 Issue #1043998 by lyricnz, sun: Fixed Strict PHP warning in Fields UI tests. 2011-05-30 09:04:40 -07:00
Dries Buytaert 78f4cc01c1 - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and inconsistently. 2011-05-15 17:38:57 -07:00
webchick 86c5f34ccc Issue #1111288 by yched: Fix file permissions on field_ui tests. 2011-04-24 00:52:52 -07:00
Dries Buytaert 43387c12ab - Patch #1111288 by droplet: wrong instance definition in field_ui().test. 2011-04-23 16:28:17 -04:00
Dries Buytaert c8c0e0b04b - Patch #1075886 by franz: typo on help text. 2011-04-10 19:15:23 +02:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert f1399ea638 - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. 2011-02-04 18:42:22 +00:00
Angie Byron 2abae44ff1 #1024608 by yched: Move help text setting above field-specific settings on field UI page. 2011-01-28 07:28:22 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Angie Byron c2ec8e397a #915906 by jbrown, yched: Fixed Deleting node type with only instance of a field leaves the field in a strange zombie state 2010-12-15 04:13:48 +00:00
Angie Byron cfb6452a64 #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on registration form. 2010-11-30 23:55:11 +00:00
Angie Byron 379ef5dbac #971440 by Azol: Small coding standards fixes for field_ui.js 2010-11-21 08:50:49 +00:00
Angie Byron 496f568da9 #686938 by yched: Fix notice Undefined index: admin in _field_ui_bundle_admin_path() 2010-11-21 07:28:39 +00:00
Angie Byron 682481a259 #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached more than once 2010-11-20 19:57:01 +00:00
Angie Byron 668f7c4470 #964092 by Stalski, yched: Fixed Errors when integrating fieldgroup rows on 'Manage fields' screen 2010-11-20 09:06:32 +00:00
Dries Buytaert 339031a16e - Patch #943742 by Stalski: fields only appearing when custom field is added in manage display screen. 2010-11-13 02:02:02 +00:00
Dries Buytaert 0e8ab9970e - Patch #961412 by Eric_A: fixed typo in documentation. 2010-11-12 03:10:38 +00:00
Dries Buytaert 566c39e7a3 - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element properties entirely override default element info properties. 2010-11-12 02:59:30 +00:00
Dries Buytaert 1e03b87733 - Patch #961412 by yched, andypost: improved documentation of formatter settings. 2010-11-07 21:53:11 +00:00
Dries Buytaert 1d0f6479da - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
Dries Buytaert 1fe938527f - Patch #886152 by effulgentsia: fix tests. 2010-10-27 18:29:17 +00:00
Angie Byron 156dec00af Trying #886152 again: Fixed All fields are hidden after the administrator newly configures a view mode to not use 'default' display. 2010-10-23 15:55:04 +00:00
Angie Byron 7f9a866cf1 Rollback of #886152. Broke testbot. 2010-10-23 01:34:02 +00:00
Angie Byron 21b41548cc #886152 by yched, pwolanin, hefox, chx, rszrama, ksenzee: Fixed All fields are hidden after the administrator newly configures a view mode to not use 'default' display. 2010-10-23 00:54:39 +00:00
Dries Buytaert 84f06dda86 - Patch #946646 by yched: move helper #element_functions() out of Field UI. 2010-10-22 00:44:47 +00:00
Angie Byron 4a187d271b #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects. 2010-10-20 16:19:24 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Dries Buytaert add6d63dbf - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not reflected on settings. 2010-10-20 00:13:33 +00:00
Angie Byron 5ffb666f82 #938672 follow-up by tim.plunkett: Fix typo in t() string. 2010-10-14 18:50:27 +00:00
Angie Byron f6c1d1f16f #938672 by Jeff Burnz: Stop thousands of red Xs from appearing on field UI error. 2010-10-13 23:46:02 +00:00
Dries Buytaert 25d9c40423 - Patch #930934 by swentel: field ui JS $.debug function leftover. 2010-10-06 13:09:11 +00:00
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
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +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
Dries Buytaert ef6589aae4 - Patch #680416 by Amitaibu: make the tests actually do something. 2010-09-02 20:44:56 +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
Dries Buytaert 82ddaf7e7e - Patch #877690 by das-peter, mfer: missing dependency 'text'. 2010-08-16 20:57:23 +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
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
Dries Buytaert 603d33649b - Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached. 2010-08-03 23:01:14 +00:00