Commit Graph

378 Commits (15ae76d090ca96313d821a47c4df6ced1b0b410f)

Author SHA1 Message Date
webchick c5a0c9f23d Issue #2344823 by martin107: Drupal\Tests\editor\Unit\EditorXssFilter\StandardTest has trivial lint error. 2014-09-27 00:14:31 -07:00
Nathaniel Catchpole 1cbe233f83 Issue #657166 by mgifford, TR, Haza, cs_shadow, heaths1: Use × instead of x. 2014-09-26 12:05:09 +01:00
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
Nathaniel Catchpole 0a7f5b8443 Issue #2244447 by alexpott, sun, Berdir: Translation of low-level info/annotations leads to circular dependencies. 2014-06-07 11:24:02 +01:00
Alex Pott 1ab2651755 Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Alex Pott 6352edf787 Issue #2007248 by larowlan, tim.plunkett, xjm, Wim Leers: Fixed When CKEditor module is uninstalled, the right text editor config entities are affected but their labels are missing. 2014-06-01 14:28:09 -05:00
Alex Pott 7a98471c44 Issue #2273631 by vijaycs85: Unify config entity schemas with a base schema type. 2014-05-31 06:55:13 -05:00
webchick d0d3e53361 Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
Alex Pott eed52b4d82 Issue #2003800 by jhedstrom, filijonka, YesCT, ParisLiakos, steeloctopus, damiankloip, sun, LinL, amateescu: Move drupal_check_memory_limit() and parse_size() functionality to components. 2014-05-23 20:25:52 +01:00
webchick 85f243e204 Issue #2267329 by tim.plunkett | joachim: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag. 2014-05-20 14:04:40 -07:00
Alex Pott bc5bfc9166 Issue #2207777 by Wim Leers, pjonckiere, Rajesh Ashok | alexpott: Can not configure editor whilst creating a new text format. 2014-05-20 10:59:25 +01:00
webchick 5f79a75cbc Issue #2263351 by Wim Leers: Text Editor's in-place editing plugin broke in-place editing at large due to PHP fatal. 2014-05-14 01:31:53 -07:00
Nathaniel Catchpole bf3ba52fa0 Issue #2209337 by tstoeckler: Remove hidden property from test extensions. 2014-05-13 17:55:52 +01:00
webchick edaf10f2fd Issue #2039163 by Reinmar, Wim Leers: Update CKEditor library to 4.4. 2014-05-09 09:29:05 -07:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick 396cacba7c Issue #2030605 by tim.plunkett, mr.baileys, webwarrior, Wim Leers | plopesc: Expand Editor with methods. 2014-05-06 13:57:02 -07:00
webchick ed38d9eb44 Issue #2194823 by znerol, YesCT, dawehner: Ensure that all content/page routes have an _title. 2014-04-22 20:05:46 -07:00
webchick 2681750501 Issue #2208609 by sun, Jalandhar, damiankloip: Move Json utility class into Drupal\Component\Serialization. 2014-04-18 08:32:47 -07:00
Alex Pott 240392ccbb Issue #1874640 by xjm, Wim Leers: Rename edit module to quickedit. 2014-04-16 22:42:14 +01:00
Nathaniel Catchpole 973948edf5 Issue #2101119 by Xano, tim.plunkett: Convert Filter routes to use entity access instead of permissions. 2014-04-15 20:26:52 +01:00
webchick 86ae96e4fd Issue #2089433 by ianthomas_uk, grom358, herom, thedavidmeister, visabhishek, longwave, Sweetchuck: Remove uses of deprecated XSS filter functions. 2014-04-07 08:01:20 -07:00
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -07:00
webchick 4ac79a1366 Issue #2226903 by pwolanin, dawehner, tvn, martin107, jessebeach: Step 1: Move static menu links to yml files. 2014-03-28 16:27:34 -07:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
Alex Pott fa51d2e5bd Issue #2178725 by pwolanin, crowdcg, effulgentsia, Sutharsan: Make all core menu link machine names and the corresponding route names match. 2014-03-24 11:34:32 +01:00
Alex Pott 99c739a05b Issue #2218219 by andypost: _editor_get_processed_text_fields() should search text_processing only in text fields. 2014-03-22 07:48:21 +00:00
Nathaniel Catchpole 8cbab1493b Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall. 2014-03-21 11:53:32 +00:00
Alex Pott 880f697abb Issue #2093173 by longwave, Cyberschorsch, forbesgraham, sandipmkhairnar, damiankloip, rbayliss, grom358, harijari, InternetDevels, dawehner: Remove all calls to drupal_json_decode(), use \Drupal\Component\Utility\Json::decode(). 2014-03-20 16:06:41 +00:00
Nathaniel Catchpole a2b6fe7e01 Issue #2190665 by alexpott: Remove persist flag from services that do not need it. 2014-03-10 11:24:18 +00:00
Alex Pott 8e47a4eb5c Issue #2204621 by Berdir: Convert InPlaceEditorManager to DefaultPluginManager. 2014-03-10 09:02:51 +00:00
Alex Pott 01a3e1902f Issue #2203407 by nod_, sun: Replace #attached library array values with provider-namespaced strings. 2014-03-09 19:59:45 +00:00
webchick 2a1d8d14f7 Issue #2204129 by Wim Leers, tim.plunkett: Store the filter format on the editor entity during runtime. 2014-03-07 12:44:44 -08:00
webchick df42572a02 Issue #2209459 by droplet, nod_: Fix JS dependencies on jquery.once. 2014-03-05 08:53:15 -08:00
webchick 428d0f0ad9 Issue #2053153 by tim.plunkett, dawehner, damiankloip, aspilicious: Allow contrib modules to provide plugins on behalf of optional modules. 2014-03-01 17:57:51 -08:00
Dries 03ddf8c283 Issue #2198377 by alexpott: Enforce UUID key name in configuration entities. 2014-02-27 20:34:39 +01:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Nathaniel Catchpole d41d3db083 Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider. 2014-02-25 10:12:46 +00:00
Alex Pott f6161fadb0 Issue #2002134 by fago, yched, amateescu, effulgentsia: Move TypedData metadata introspection from data objects to definition objects. 2014-02-24 11:44:26 +00:00
Alex Pott 78e5e9bfd9 Issue #2045927 by herom, martin107, ianthomas_uk, Xano, michaellander, Sutharsan: Replace all drupal_alter() deprecated function calls. 2014-02-24 10:10:52 +00:00
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
Nathaniel Catchpole 769bd1f946 Issue #2055371 by ianthomas_uk, Xano, InternetDevels, alexpott: Replace all module_invoke_all() deprecated function calls in OO code. 2014-02-20 12:00:34 +00:00
Alex Pott b0da3ae64e Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 14:34:10 +00:00
Alex Pott a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00:00
Alex Pott 6383d18e94 Issue #2093161 by rbayliss, haithem_pro, sandipmkhairnar, InternetDevels, longwave, idflood, Sumeet.Pareek, sidharthap, xeniak, ianthomas_uk: Remove all calls to drupal_json_encode() in favour of \Drupal\Component\Utility\Json::encode(). 2014-02-15 22:21:49 +00:00
Nathaniel Catchpole ea9ed40f79 Issue #2192895 by damiankloip: Drupal\editor\Tests\EditorXssFilter\StandardTest does not run. 2014-02-13 15:40:19 +00:00
Nathaniel Catchpole d5f73ee0bf Issue #2193023 by Wim Leers, dawehner: EditorXssFilter/StandardTest::dataset #25 fails on php 5.4. 2014-02-11 10:37:44 +00:00
webchick 878777a842 Issue #2099741 by Wim Leers, wwalc, mr.baileys, eaton, dstol, nod_, effulgentsia: Protect WYSIWYG Editors from XSS Without Destroying User Data. 2014-02-08 12:32:05 -08:00
webchick dca2d601ca Issue #1857442 by longwave, dawehner: Make $values optional on entity_create. 2014-02-06 23:47:06 -08:00
webchick 7e02225f8d Issue #2182077 by znerol: Editor manager in causes test failures on PHP 5.4. 2014-02-06 21:41:58 -08:00
Alex Pott 20315e1de7 Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Alex Pott 81e3e03818 Issue #2184315 by Wim Leers: Move filter_get_filter_types_by_format() and filter_get_html_restrictions_by_format() onto FilterFormatInterface. 2014-01-29 15:05:27 +00:00
Alex Pott acd3a59ea8 Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-29 08:25:00 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
Alex Pott 19e8cf3848 Issue #2110467 by Berdir: Add first(), get($index) and possibly other methods to ListInterface. 2014-01-25 11:26:34 +01:00
webchick 6740e95373 Issue #2166399 by Wim Leers, nod_, clemens.tolboom: Changing CKEditor configurations by changing text formats causes markup to be lost: warn the user when performing this advanced action. 2014-01-24 21:48:00 -08:00
webchick 3b6460a735 Issue #2169505 by Wim Leers: Clean up Edit's Plugin class names and file locations. 2014-01-24 20:48:42 -08:00
Alex Pott 42e2c36937 Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314.
2014-01-24 19:01:38 +01:00
Alex Pott 531fd59314 Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-23 23:14:32 +01:00
webchick 0b99fde9a2 Issue #2161763 by Wim Leers, sun: Remove unnecessary drupalSettings.editor.getUntransformedTextURL setting. 2014-01-13 22:44:41 -08:00
webchick 0959ae04a5 Issue #2144879 by Wim Leers, yched: Brush up MetadataGeneratorInterface::generate(Field|Entity)(): use FieldItemListInterface + better naming. 2014-01-13 22:18:26 -08:00
webchick 99d3490f9f Issue #2168113 by penyaskito, jessebeach, catch: Add leading underscore and other discouragement to drupal_add_css() and drupal_add_js(). 2014-01-07 22:44:57 -08:00
Dries 141cb6f304 Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct. 2013-12-20 11:27:41 -05:00
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08:00
webchick 53302eeb27 Issue #2155889 by tim.plunkett: Remove Editor::label(). 2013-12-19 10:25:50 -08:00
Nathaniel Catchpole a6cdd740f8 Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-12-17 11:03:15 +00:00
webchick 22eaaaf614 Issue #2091377 by batigolix, jhodgdon: Change link format in hook_help in Text Editor module. 2013-12-13 23:07:26 -08:00
Dries 1069bef402 Issue #2141055 by Wim Leers: When multiple instances of the same entity on one page, only the first can be edited. 2013-12-10 16:54:38 -05:00
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick 3bb5f796f6 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, alexpott, larowlan, Damien Tournoud: Replace almost all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-05 10:02:36 -08:00
webchick dc7a5b27ef Revert of Issue #1998638, since it broke drush si and other command-line scripts. 2013-12-04 21:13:05 -08:00
Nathaniel Catchpole d4dcb5c357 Issue #1342198 by nod_, droplet, cosmicdreams, RobLoach, aspilicious: Use .on and .off instead of .bind, .unbind and .delegate. 2013-12-04 14:28:18 +00:00
webchick bcd6c63f52 Issue #2080425 by mrsinguyen: Remove Unused local variable from /core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php. 2013-12-03 23:48:36 -08:00
webchick 41623883bd Issue #1971490 by balagan, vijaycs85: Standardize label of langcode field in schema files. 2013-12-03 22:36:01 -08:00
webchick a38172dc20 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-03 10:57:18 -08:00
webchick 77587a1ab8 Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-28 00:52:13 -08:00
webchick 9bcaedec15 Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions. 2013-11-27 13:55:54 -08:00
webchick 831940a3c2 Issue #2118991 by Berdir, dawehner: Use abstract service definitions to minimize copy & pasted service definitions. 2013-11-24 12:37:45 -08:00
webchick 4cb668560f Issue #2134909 by Xano, Wim Leers: Clean up editor.module to match coding standards. 2013-11-23 13:25:49 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
webchick 53804ea11d Revert "Issue #2104229 by claudiu.cristea: Deprecate file_usage()."
Temporary rollback since it conflicts with a critical issue.

This reverts commit ce08ea737c.
2013-11-23 12:42:58 -08:00
webchick d5906706f5 Issue #2099205 by Wim Leers, zero2one, Gábor Hojtsy: When uploading and inserting an image trough the WYSIWYG plugin a relative path should be used for the image source (src) . 2013-11-23 12:12:07 -08:00
webchick ce08ea737c Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-23 11:37:46 -08:00
Nathaniel Catchpole 172cd2652a Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35.
2013-11-22 13:56:50 +00:00
Nathaniel Catchpole fc04601c35 Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-11-19 12:24:14 +00:00
webchick 8a68d25d9a Issue #2133907 by Wim Leers: Clean up Edit's in-place editors: consistent naming, library naming and file naming. 2013-11-13 07:04:04 -08:00
Nathaniel Catchpole a464d06553 Issue #2105939 by Wim Leers, vijaycs85: Make sure all YML files in Editor module has no type-casting to string + config system changes broke image uploading in editors. 2013-11-06 20:06:54 +00:00
webchick b65f61fdf9 Issue #2098071 by Wim Leers, Bojhan: Disable filter guidelines for a text format if that text format has a text editor enabled. 2013-11-05 08:57:56 -08:00
webchick 22083c0da5 Issue #2119775 by Wim Leers: EditorImageDialog assumes File module is enabled: add dependency on File module. 2013-11-05 08:52:08 -08:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Alex Pott 3ded2216b0 Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Nathaniel Catchpole 5ba91c7155 Issue #2105555 by Bladedu: Plugins cache prefix names not consistent between plugin managers. 2013-10-16 12:22:58 +01:00
webchick ccd257a9e7 Issue #2063401 by dawehner, damiankloip, tim.plunkett: Replace the default _access_checks()(access mode) with ALL instead of ANY. 2013-10-08 23:26:38 -07:00
Nathaniel Catchpole abea2891b8 Issue #2057401 by plach, socketwench, kfritsche, Damien Tournoud: Fixed Make the node entity database schema sensible. 2013-10-08 13:14:08 +01:00
webchick 6302d0e020 Issue #2089511 by RoSk0, tim.plunkett: Convert info file configure link to route name. 2013-10-07 23:07:56 -07:00
webchick 5b24f7bcdd Issue #2080217 by Wim Leers, tkoleary, Bojhan: Polish entity toolbar visually. 2013-10-05 00:14:39 -07:00
webchick 8a5c9202ee Revert "Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible."
HEAD broken; rolling back temporarily.

This reverts commit c72f39adba.
2013-10-04 10:35:28 -07:00
Nathaniel Catchpole c72f39adba Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible. 2013-10-04 15:12:22 +01:00
Alex Pott 3cee107ce5 Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy. 2013-10-03 12:26:25 +01:00
webchick cde64227f7 Issue #2067119 by pameeela, longwave, tstoeckler, Wim Leers: Fixed 'width' and 'height' HTML placeholder attributes in image dialog are not translated, yet should be lcfirst. 2013-10-02 09:45:31 -07:00
Nathaniel Catchpole 1aeee1cd39 Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface. 2013-10-01 12:42:30 +01:00
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +01:00
Dries 65b155d9c2 Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed. 2013-09-19 18:22:53 +02:00
webchick deebed44b2 Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method. 2013-09-18 18:48:18 -07:00
webchick 4d5d08659d Issue #2077973 by plopesc: Modernize editor.module forms. 2013-09-16 08:35:15 -07:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -07:00
webchick 0451a6d700 Issue #2083811 by yched, plach: Remove langcode nesting for fields in entity structures. 2013-09-12 22:35:51 -07:00
webchick d009cac09c Issue #2074037 by Wim Leers, effulgentsia: Add drupalPostUrl() — drupalPost()/drupalPostAjax() are for forms only, D8 JS performs non-form HTTP requests. 2013-09-11 12:41:33 -07:00
webchick e05902e5da Issue #2084513 by donquixote, EclipseGc: Annotation class loading could be more elegant. 2013-09-11 12:36:35 -07:00
webchick 577a41d473 Issue #2027181 by Wim Leers, seutje, Bojhan: Use a CKEditor Widget to create a stellar UX for captioning and aligning images. 2013-09-11 11:48:51 -07:00
webchick f503d2282a Issue #2074509 by tim.plunkett, falcon03, mgifford, Xano: Fixed Add missing #title property to ensure form accessibility. 2013-09-11 00:16:22 -07:00
Alex Pott 51811d8a78 Issue #2062171 by Garbar, m1r1k: Remove calls to deprecated global in favor of current user service in editor module. 2013-09-09 18:11:45 +02:00
Nathaniel Catchpole 085a24e07f Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants. 2013-09-05 10:48:11 +01:00
webchick ee3542fa8c Issue #2078333 by Wim Leers | dcrocks: Fixed Blank links in tool menus because routes are automatically added to the Tools menu. 2013-09-04 10:16:22 -07:00
Alex Pott a8d4542933 Issue #2012312 by tim.plunkett: Remove legacy code from filter.module. 2013-08-29 20:38:58 +01:00
webchick d06b467688 Issue #2033471 by Pancho, Wim Leers, ifrik: Mention core WYSIWYG / CKEditor in editor_help(). 2013-08-29 08:29:20 -07:00
Alex Pott 13ee73e7aa Issue #2066879 by claudiu.cristea: Apply coding standards for interface method declarations. 2013-08-29 13:50:20 +01:00
webchick 5429044d5e Issue #1932652 by Wim Leers, nirbhasa, quicksketch: Add image uploading to WYSIWYGs through editor.module. 2013-08-29 04:27:41 -07:00
webchick 5b001b81da Issue #2031385 by Wim Leers, Thomas Brekelmans: Fixed Editor's in-place editing AJAX endpoint broken because of #1043198 and routing system bug. 2013-08-19 08:45:11 -07:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
webchick 0adcf47245 Issue #2031529 by Wim Leers, oadaeh: Fixed JavaScript error when submitting a form that has a text_format() selector set to a text format without associated text editor. 2013-08-06 23:21:26 -07:00
Dries 394b9d158f Issue #2053731 by StephaneQ: Replace theme() with drupal_render() in editor. 2013-08-05 08:45:10 +02:00
Nathaniel Catchpole 1c1774112c Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott aaa2408ccb Issue #2039433 by Wim Leers: Convert EditorManager to extend DefaultPluginManager. 2013-07-20 21:16:48 +01:00
Nathaniel Catchpole 6a34283547 Issue #1969824 by Wim Leers, Barrett: Reword description of Editor module to be grammatically correct. 2013-07-10 22:50:39 +01:00
Alex Pott 5207055bc6 Issue #2032393 by effulgentsia: Limit APIs to FieldDefinitionInterface when FieldInstance isn't needed. 2013-07-10 20:28:14 +01:00
webchick 73063ee49a Issue #2035083 by Wim Leers: Fix body in-place editing in teasers by triggering formUpdated event. 2013-07-09 09:39:04 -04:00
webchick 04a84d71d7 Issue #2031385 by Wim Leers: Fixed Editor's in-place editing AJAX endpoint broken. 2013-07-09 09:23:25 -04:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Dries d988a30f87 Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements. 2013-06-30 20:09:38 -04:00
Dries e924593126 Issue #1678002 by jessebeach, Wim Leers, Gábor Hojtsy: Edit should provide a usable entity-level toolbar for saving fields. 2013-06-29 17:42:22 -04:00
Dries 95cbbbcd43 Issue #1879120 by quicksketch, Wim Leers, larowlan, frega: Use Drupal-specific image and link plugins — use core dialogs rather than CKEditor dialogs, containing alterable Drupal forms. 2013-06-28 13:41:52 -04:00
Alex Pott 93ea9a472b Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-26 09:17:11 +01:00
Alex Pott a9b5c81657 Revert "Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller."
This reverts commit af5478b863.
2013-06-25 17:44:41 +01:00
Alex Pott af5478b863 Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-25 16:23:13 +01:00
Alex Pott 2de46154c9 Issue #1981306 by aspilicious, andypost, pcambra, swentel, amateescu: Drop procedural usage of fields in [a-e] modules. 2013-06-18 12:38:11 +02:00
Alex Pott db0e911778 Issue #1894644 by Wim Leers, quicksketch: Unidirectional editor configuration -> filter settings syncing. 2013-06-18 12:21:40 +02:00
webchick 3e57871205 Issue #2003616 by DmitryDrozdik, ebeyrent: Replace drupal_container() with Drupal::service() in the editor module. 2013-06-17 01:39:17 -05:00
Alex Pott 814089c93e Issue #1950634 by Wim Leers: Fatal error when creating a new text format with a text editor while JS is disabled. 2013-06-13 22:35:47 +01:00
Alex Pott ba80bc317b Issue #2006278 by Wim Leers: Remove leftover 'module' annotation keys and plugin manager processDefinition() to deal with disabled modules during tests. 2013-06-12 16:23:04 +01:00
Alex Pott c65c6440a5 Issue #2011998 by David_Rothstein: String-parsing in hook_custom_theme() should be replaced with theme callbacks (for now). 2013-06-10 14:03:14 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Alex Pott 93e801555b Issue #1987140 by damiankloip: Add a dedicated @InPlaceEditor plugin annotation. 2013-06-05 07:00:32 +01:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 96b23549d4 Issue #1992744 by quicksketch: Add a dedicated @Editor plugin annotation. 2013-05-20 13:29:40 -07:00
Dries ea2ac54516 Issue #1979784 by Wim Leers, jessebeach: Factor Create.js and VIE.js out of the Edit module. 2013-05-14 15:02:48 -04:00
Alex Pott 19e6c2c0ae Issue #1987298 by tim.plunkett, quicksketch: Shorten directory structure and PSR-0 namespacing for plugins. 2013-05-07 21:34:00 +01:00