Commit Graph

226 Commits (d56b70cffa31cf95b6722eff3e474f9d4dff1cc5)

Author SHA1 Message Date
catch 2c6cd92958 Issue #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX. 2014-09-25 08:30:31 +01:00
webchick 1476c56c62 Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
Nathaniel Catchpole 7fa6684f7f Issue #2063303 by dawehner, damiankloip, Wim Leers: Fixed A Drupal 8 AjaxResponse that must return a 403, returns a 403 and prints 'A fatal error occurred: ' 2014-09-19 20:24:52 +01:00
Alex Pott 57926bf527 Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI. 2014-09-17 21:59:08 +01:00
Alex Pott d39c014754 Issue #2334383 by jbrown, ashutoshsngh, er.pushpinderrana: Remove usage of form_error(). 2014-09-12 19:57:00 +01:00
webchick dbed0b48cd Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core. 2014-09-11 23:41:27 -07:00
Alex Pott 840cd4c885 Issue #2318281 by tim.plunkett, dawehner | kim.pepper: Provide a standard way to check a plugin is an instance of the required interface. 2014-09-10 12:58:56 +01:00
Alex Pott 537cc87642 Issue #2333731 by Berdir: Fixed WebTestBase::drupalCreateNode() should not hardcode default values. 2014-09-09 16:35:25 +01:00
Alex Pott 7e2ab24be0 Issue #2326537 by olli: Fixed editor.module causes fatal error for images with invalid or non-existing file UUIDs. 2014-09-09 12:42:41 +01:00
webchick a2facd2f1b Issue #2333353 by ashutoshsngh: Remove usage of form_get_errors(). 2014-09-08 09:01:19 -07:00
Alex Pott f7532d7bf2 Issue #2320111 by Wim Leers | mparker17: Better help text for the "Alternative text" field in the Text Editor image dialog. 2014-09-08 15:18:31 +01:00
Dries ca85441da2 Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
webchick c7013bdaee Issue #2313931 by Berdir: Merge ['controller'] with ['build_info']['callback_object'] and add a method for it. 2014-08-25 22:24:55 -07:00
webchick 8e3819bdaf Issue #2325479 by tim.plunkett: Convert editor_element_info() to editor_element_info_alter(). 2014-08-25 21:45:07 -07:00
webchick 6a6e601d4a Issue #2309323 by Berdir, tim.plunkett: Allow #submit and #validate to be specified as methods of the form object. 2014-08-23 14:18:18 -07:00
webchick 37586d9773 Issue #1837388 by tim.plunkett, dawehner, Wim Leers: Provide a ParamConverter than can upcast any entity. 2014-08-23 14:08:59 -07:00
webchick de5fe262f2 Issue #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput(). 2014-08-23 12:18:55 -07:00
Alex Pott 7fff6e850a Issue #2297875 by herom, bfr: Replace calls to form_set_error() to $form_state->setErrorByName(). 2014-08-22 02:04:33 +01:00
Alex Pott 0463b81a08 Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott 34c75100e8 Issue #2317821 by Wim Leers, nod_ | wwalc: Do not show a dialog about changing formats when there is no content. 2014-08-18 14:51:48 +01:00
Alex Pott 64c6bf8981 Issue #2290257 by Wim Leers, er.pushpinderrana, amitgoyal | jhodgdon: Editor plugin classes need docs links. 2014-08-18 13:57:51 +01:00
Alex Pott 65d7cc56e8 Issue #2307125 followup by longwave: Fixed HTML double-escaping in EditorImageDialog. 2014-08-16 00:07:47 +01:00
Alex Pott 80ba1c1b80 Issue #2307647 by Wim Leers | anandps: [Follow-up] Allow manual override of required image alt text in the Text Editor image dialog when appropriate. 2014-08-13 22:19:30 -07:00
Alex Pott f9c1ff235b Issue #2314123 by sun: Fixed various tests. 2014-08-12 00:40:02 -07:00
Alex Pott 8196034a57 Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Alex Pott 008fb1176b Issue #2239413 by Wim Leers, blueminds: Split FilterCaption into FilterAlign (for data-align) and FilterCaption (for data-caption). 2014-08-08 06:34:42 -05:00
Alex Pott 9eac446013 Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
webchick 0b0cdc2921 Issue #2306539 by swentel, alexpott, sun: Fixed FieldUnitTestBase::createFieldWithInstance() pollutes test class with arbitrary properties. 2014-08-04 10:24:56 -07:00
Alex Pott 5f4bbab95c Issue #2313823 by tim.plunkett, martin107: Use FormStateInterface for all typehints. 2014-08-04 12:21:15 +01:00
Dries fc5e111aca Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
Alex Pott 70bed3385f Issue #2301317 by pwolanin, dawehner, Wim Leers, effulgentsia, YesCT, xjm, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 13:04:04 +01:00
Alex Pott 44f76c6bcf Revert "Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion."
This reverts commit fd2db9cd35.
2014-07-30 13:02:58 +01:00
Nathaniel Catchpole fd2db9cd35 Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 11:47:01 +01:00
Alex Pott 032757abdd Issue #2309175 by Wim Leers: Fixed HTML double-escaping in Text Editor image settings configuration UI. 2014-07-25 14:31:47 +01:00
Alex Pott 16a429ec93 Issue #2307125 by webchick: Fixed HTML double-escaping in EditorImageDialog. 2014-07-24 17:05:54 +01:00
Alex Pott afd7cf9bd4 Issue #2307481 by cs_shadow: Fix typos and add missing properties in Drupal\editor\Tests\EditorSecurityTest. 2014-07-22 21:15:50 +01:00
Nathaniel Catchpole a57630c83d Issue #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again). 2014-07-18 19:56:27 +01:00
Alex Pott 074bc73e5d Issue #2297681 by cilefen, Wim Leers, cs_shadow | Charles Belov: Added Make the "alt" attribute required in EditorImageDialog. 2014-07-16 13:49:48 +01:00
webchick 30c2afed20 Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
webchick 9c16305b36 Issue #2212283 by nod_: Auto-format JS files. 2014-07-02 11:48:06 -07:00
webchick 94e0188a10 Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
Jennifer Hodgdon 90a3498fe5 Issue #2290325 by cs_shadow: Get rid of form builder functions topic and references to it 2014-06-25 15:02:52 -07:00
Nathaniel Catchpole 86e432e05e Issue #2143291 by plach, alexpott, xjm, effulgentsia, pwolanin, swentel | yched: Clarify handling of field translatability. 2014-06-20 18:40:27 +01:00
Nathaniel Catchpole 0c33183a9e Issue #2256679 by alexpott, tim.plunkett: Fixed Use config schema to determine which config entity properties to export regardless of whether they are public or protected. 2014-06-14 10:03:25 +01:00
Nathaniel Catchpole 7d1c02a73d Issue #2247779 by Wim Leers, larowlan, dawehner: Allow #pre_render, #post_render and #post_render_cache callbacks to be service methods. 2014-06-14 09:46:36 +01:00
Nathaniel Catchpole bc7e413dfb Issue #2281905 by Berdir: Stop caching plugin discovery/info hooks by language. 2014-06-12 10:10:59 +01:00
webchick 49a900460d Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
Alex Pott ab2df006c2 Issue #2279217 by cs_shadow: Fixed Indentation error in \Drupal\editor\Form\EditorImageDialog. 2014-06-08 21:12:28 -05:00
Alex Pott 53fa22cf56 Issue #2275491 by tstoeckler: Fixed CKEditor does not support the "readonly" attribute. 2014-06-08 20:48:38 -05:00
Alex Pott d5be5c0454 Issue #2217877 by Wim Leers, Dave Reid, damiankloip, xjm, chx | catch: Fixed Text filters should be able to add #attached, #post_render_cache, and cache tags. 2014-06-08 16:25:15 -05:00