Commit Graph

7776 Commits (57661ff99492748e48234cdd4cd912de62d32251)

Author SHA1 Message Date
Nathaniel Catchpole b536034b79 Issue #2196895 by divesh.kumar: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in forum module. 2014-02-20 12:12:43 +00:00
Nathaniel Catchpole bd098e586f Issue #2196831 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in edit module. 2014-02-20 12:11:56 +00:00
Nathaniel Catchpole 36a2d62b73 Issue #2196825 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in content_translation module. 2014-02-20 12:11:13 +00:00
Nathaniel Catchpole 24495d5a01 Issue #2196821 by JiriK: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in contact module. 2014-02-20 12:10:22 +00:00
Nathaniel Catchpole 66fc881cfe Issue #2196815 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in color module. 2014-02-20 12:09:35 +00:00
Nathaniel Catchpole 68cacfd73a Issue #2196811 by JiriK: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in book module. 2014-02-20 12:09:01 +00:00
Nathaniel Catchpole abe90a00dc Issue #2196805 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in ban module. 2014-02-20 12:08:12 +00:00
Nathaniel Catchpole e871186f8e Issue #2196801 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in aggregator module. 2014-02-20 12:07:25 +00:00
Nathaniel Catchpole a60bf77c63 Issue #2196797 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in action module. 2014-02-20 12:06:00 +00:00
Nathaniel Catchpole 0b929939a4 Issue #2196807 by longwave, divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in block module. 2014-02-20 12:05:15 +00:00
Nathaniel Catchpole c26a7b0373 Issue #2089461 by thedavidmeister, deneo, Alan D., longwave, dsdeiz, stpaultim: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/lib. 2014-02-20 12:03:00 +00: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
Nathaniel Catchpole 14cae9d115 Issue #2197873 by Sutharsan: Clean-up system.schema.yml to remove deprecated system.fast_404. 2014-02-20 11:54:37 +00:00
Nathaniel Catchpole 9bca57c6a3 Issue #1853572 by xjm, alexpott: Remove the old default tracker view. 2014-02-20 11:53:24 +00:00
Nathaniel Catchpole 2b0e042b78 Issue #2195623 by olli: Remove t() from default test assertions in WebTestBase class. 2014-02-20 11:45:17 +00:00
Nathaniel Catchpole 2c7b99d09c Issue #2192419 by sun, mgifford: Use a WCAG-compliant fieldset (fieldgroup) for #type radios/checkboxes. 2014-02-20 11:40:28 +00:00
Nathaniel Catchpole 35c3429c53 Issue #2004370 by xjm, alexpott, Dean Reilly: Batch the configuration synchronisation process. 2014-02-20 11:37:18 +00:00
Alex Pott c210e8681c Issue #1981858 by Berdir, tim.plunkett, longwave, Les Lim: Rename hook_entity_info/alter() to hook_entity_type_build/alter(). 2014-02-20 10:04:54 +00:00
Alex Pott 40dc8daf51 Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'. 2014-02-19 23:29:14 +00:00
Nathaniel Catchpole b65c8f413d Issue #2198423 by damiankloip: Store the provider for Views plugins. 2014-02-19 16:59:12 +00:00
Nathaniel Catchpole 40681d9690 Issue #1980822 by Berdir, sun, vladan.me, twistor: Support any entity with path.module. 2014-02-19 12:33:22 +00:00
Alex Pott 8b40554c5a Issue #2119905 followup by damiankloip: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 23:05:59 +00:00
Alex Pott cdb3895b8f Issue #2170471 by Xano, EclipseGc: ContextAwarePluginBase compromised after commit of Core PluginBase. 2014-02-18 20:47:10 +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
Nathaniel Catchpole 4022a54878 Issue #2179083 by Wim Leers, vijaycs85: Rendered menus (e.g. menu blocks) should set cache tags to inform the page cache. 2014-02-18 13:37:58 +00:00
Nathaniel Catchpole 9fc89d90d8 Issue #2191285 by sun, andypost, jibran, Berdir, alexpott: Text module is not required, but is marked as required. 2014-02-18 11:14:14 +00:00
Nathaniel Catchpole 0f9e59fdba Issue #2002158 by klausi, andypost, effulgentsia, vlad.dancer: Convert form validation of comments to entity validation. 2014-02-18 11:00:49 +00:00
Nathaniel Catchpole a840af8381 Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system. 2014-02-18 10:54:10 +00:00
Nathaniel Catchpole 3b6b9774ec Issue #2197359 by xjm, alexpott: Random failure in Drupal\system\Tests\Common\RenderTest. 2014-02-17 10:01:41 +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 e71d749ecc Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet. 2014-02-16 18:40:49 +00:00
Alex Pott e17552ab02 Issue #2158339 by jhodgdon, bzrudi71: Search results page broken on PostgreSQL. 2014-02-16 08:01:42 +00:00
Alex Pott f3732c6862 Issue #2028025 by David Hernández, Berdir, larowlan, ceng, YesCT, a_thakur: Expand CommentInterface to provide methods. 2014-02-16 07:20:53 +00:00
Alex Pott 0b2c622bfa Issue #2181593 by klausi, chakrapani, andypost: Convert entity bundle base fields to entity reference. 2014-02-15 22:40:41 +00:00
Alex Pott b7a6096b21 Issue #2195779 by ParisLiakos: Remove aggregator_load_feed_items(). 2014-02-15 22:30:35 +00:00
Alex Pott fcb52a6a6f Issue #2191651 by Berdir: Rename Drupal\Core\Entity\Query\QueryInterface::getEntityType() to getEntityTypeId(). 2014-02-15 22:24:18 +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
Alex Pott 9848762852 Issue #2174933 by dawehner: Not possible to use same route_name in local_actions.yml. 2014-02-15 22:18:05 +00:00
Alex Pott 094c6e8d5b Issue #2184231 followup by dawehner: Use ConfigFactoryInterface to type hint ConfigFactory. 2014-02-15 19:37:19 +00:00
Alex Pott 5c1c02fa05 Issue #2193577 by benjy: Rename Block Layout to Block layout for consistency. 2014-02-15 12:40:22 +00:00
Alex Pott f4a1b19aff Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels, ianthomas_uk: Replace all module_invoke() deprecated function calls. 2014-02-15 10:06:58 +00:00
Nathaniel Catchpole 13905ed190 Issue #1379070 by ocsilalala, rkjha, swentel, kid_icarus, Gisle: Field with multiple select list does not allow -None- to be a default value. 2014-02-14 17:05:59 +00:00
Nathaniel Catchpole 6c4cdee943 Issue #2141929 by andypost, clemens.tolboom, mgifford: Comment link or form is added to print view mode. 2014-02-14 16:56:25 +00:00
Alex Pott a1c6a9d7d0 Issue #2194703 by Stuart Miller: Drupal\node\Tests\Views\FrontPageTest doesn't show in test interface. 2014-02-14 12:59:59 +00:00
Nathaniel Catchpole ba8be68946 Issue #1803674 by sun, Lars Toomre: Remove t() from default test assertions in TestBase class. 2014-02-14 12:44:15 +00:00
Nathaniel Catchpole 93f5448439 Issue #2195407 by Sutharsan: Make ConfigEvents class a final class. 2014-02-14 12:42:23 +00:00
Nathaniel Catchpole 2fd888c406 Issue #2193477 by larowlan: No page title on admin/structure/block/list/{theme}. 2014-02-14 12:39:58 +00:00
Nathaniel Catchpole e3dfcf9371 Issue #1217840 by tim.plunkett: Use unset() instead of array_shift() to remove arguments from func_get_args(). 2014-02-14 12:35:19 +00:00
Nathaniel Catchpole 541527079f Issue #2189007 by amateescu: Update FieldableDatabaseStorageController::mapToStorageRecord() now that all field types have a schema. 2014-02-14 12:31:14 +00:00
Nathaniel Catchpole 728c4ddd2b Issue #2194445 by sun: Web tests of modules in a site-specific directory can no longer be run, because module is not in test site directory. 2014-02-14 11:47:34 +00:00
Alex Pott 3d24d1bb18 Issue #2193425 by jibran, larowlan: Adding block does not use dialog. 2014-02-14 10:45:26 +00:00
Jennifer Hodgdon 578bdecf17 Issue #2033415 by tankerjoe, lostkangaroo, batigolix, sandipmkhairnar, m1n0: Fix up hook_help for picture module 2014-02-13 15:34:11 -08:00
Alex Pott af7652d8b0 Issue #2194273 by Berdir: Avoid repeated cache tag deletions. 2014-02-13 23:20:31 +00:00
Alex Pott 5e112d8f30 Issue #1987406 by jenlampton, Petr Illek, forbesgraham, herom, jerdavis, Jon Pugh, sanguis, idflood, ezeedub, shanethehat, joelpittet | Cottser: Node.module - Convert theme_ functions to Twig. 2014-02-13 16:54:28 +00:00
Alex Pott a50ebdf3ce Issue #2176065 by EclipseGc: Introduce a composer.json for Drupal\Component\Utility. 2014-02-13 16:34:51 +00:00
Jennifer Hodgdon 1f77ad5ac4 Issue #2035145 by batigolix, larowlan, nick_schuch, -enzo-, clemens.tolboom, drupalninja99, Nitesh Sethia: Add hook_help to Tour module 2014-02-13 08:07:59 -08:00
Nathaniel Catchpole 552cdd261a Issue #2191655 by Berdir: Type hint $entity_type everywhere it is an instance of EntityTypeInterface. 2014-02-13 15:44:29 +00:00
Nathaniel Catchpole 971135d0b0 Issue #1813286 by sun: _simpletest_format_summary_line() should not use t(). 2014-02-13 15:43:12 +00:00
Nathaniel Catchpole cad040a5ec Issue #2161943 by Berdir, sun, jibran: Throw a helpful exception for empty IN conditions in Database\Query\Condition. 2014-02-13 15:40:29 +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
Alex Pott 21fca46efe Issue #1986000 by Berdir: HEAD BROKEN: Warning when adding content with an empty menu path. 2014-02-13 14:05:52 +00:00
Alex Pott bfd1f636ad Revert "Issue #2188097 by olli: "Comment forms" links to admin/content/comment."
This reverts commit 9d5d0eab42.
2014-02-13 14:02:13 +00:00
Alex Pott 60d7878080 Issue #2152825 by Berdir: HEAD BROKEN: rename FieldItemBase::getFieldSetting[s]() to getSetting[s](). 2014-02-13 13:43:33 +00:00
Alex Pott 134cfbe435 Issue #2187233 by eelkeblok: Aggregator fails when a feed item contains an empty description. 2014-02-13 12:29:18 +00:00
Alex Pott 12953f2eaf Revert "Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls."
This reverts commit 98cdbfec7b.
2014-02-13 12:21:40 +00:00
Alex Pott 432d3171e8 Issue #2041701 followup: Remove unnecessary space. 2014-02-13 12:19:14 +00:00
Alex Pott 7878e61765 Issue #2041701 by batigolix: Update hook_help for filter module. 2014-02-13 12:16:44 +00:00
Alex Pott 98ea163152 Issue #2156945 by amateescu: Clean up installer entity defaults following bugfix. 2014-02-13 12:05:06 +00:00
Nathaniel Catchpole 4d166e5e33 Issue #2134967 by plopesc, swentel, chx: FieldDefinitionInterface should include a getTargetEntityTypeId(). 2014-02-13 12:01:34 +00:00
Nathaniel Catchpole c916406304 Issue #2187263 by droplet: Improve consistency of Tags encode. 2014-02-13 11:58:51 +00:00
Nathaniel Catchpole d85b23830f Issue #2187421 by InternetDevels: Remove silly assignment in views_ui_preprocess_views_view(). 2014-02-13 11:58:41 +00:00
Alex Pott ee70c3c82b Issue #2187897 by jessebeach: The testControllerResolutionAjax() test was commented out pending resolution of #1959574; reenable it. 2014-02-13 11:53:07 +00:00
Nathaniel Catchpole b13bf91994 Issue #2187829 by longwave, IshaDakota, ianthomas_uk, richard.c.allen2386: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/modules/views. 2014-02-13 11:53:32 +00:00
Nathaniel Catchpole 824d4b9d1c Issue #2126421 by slashrsm: Decouple \Drupal\Core\Path\AliasManager and \Drupal\Core\Path\Path. 2014-02-13 11:50:59 +00:00
Nathaniel Catchpole a8d433f426 Issue #1338152 by ditcheva, headly, oriol_e9g, tregeagle, watbe, kathyh: Correct grammar for test messages in tracker.test. 2014-02-13 11:48:31 +00:00
Nathaniel Catchpole f559c64054 Issue #2191533 by lowjoel, Berdir: Fixing ViewsDataTest::testFetchBaseTables to correctly check for sorting order. 2014-02-13 11:47:09 +00:00
Nathaniel Catchpole 4bbef0e0c4 Issue #2152825 by plopesc, swentel, Berdir: Rename FieldItemBase::getFieldSetting[s]() to getSetting[s](). 2014-02-13 11:45:57 +00:00
Nathaniel Catchpole 120c40d13c Issue #2113169 by damiankloip, Xano, sun, catch: Memory backend defined as a service in core.services.yml. 2014-02-13 11:45:57 +00:00
Alex Pott cdab74eed5 Issue #1541298 by sun, Berdir: Remove Node module dependency from Testing profile. 2014-02-13 11:28:24 +00:00
Alex Pott 9d5d0eab42 Issue #2188097 by olli: "Comment forms" links to admin/content/comment. 2014-02-13 11:17:58 +00:00
Nathaniel Catchpole 2bb0f6b965 Issue #1986000 by Berdir, alweb: Warning when adding content with an empty menu path. 2014-02-13 11:06:05 +00:00
Nathaniel Catchpole bc65e5350d Issue #2187335 by mondrake: Cannot delete image styles from UI any longer. 2014-02-13 11:04:25 +00:00
Nathaniel Catchpole 54f8683de8 Issue #1853536 by jhodgdon, dawehner, damiankloip, xjm, mgifford: Reintroduce Views integration for search.module (not supporting backlinks view). 2014-02-13 11:02:41 +00:00
Nathaniel Catchpole 42e1b3a0ac Issue #2002336 by LewisNyman, mgifford, sun: Introduce a CSS class to hide borders of fieldset elements. 2014-02-13 11:00:41 +00:00
Alex Pott 98cdbfec7b Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls. 2014-02-13 10:53:00 +00:00
Alex Pott 85a75d43bf Issue #2170979 followup by yched: Remove the getValue() / setValue() dance in WidgetBase::sortItems(). 2014-02-13 10:47:23 +00:00
Alex Pott 7e41e96ce9 Issue #2161177 by plopesc, yched: 'language' extra field doesn't display the language selected in the node form. 2014-02-13 10:45:48 +00:00
Alex Pott 31584f0229 Issue #2185037 by malionek: General punctuation errors. 2014-02-13 10:36:02 +00:00
Alex Pott bf8f70b07b Issue #2183951 by prics | jhodgdon: Fix up some search tests. 2014-02-13 10:34:33 +00:00
Alex Pott a1cf022f12 Issue #2185771 by SebCorbin: Minor typo in book-export-html.html.twig. 2014-02-13 10:32:27 +00:00
Alex Pott e6f381cda6 Issue #2091347 by batigolix, surendramohan: Update hook_help for Options module. 2014-02-13 10:31:02 +00:00
Alex Pott edd8fd804f Issue #2138115 by InternetDevels, ParisLiakos: Split aggregator theme functions to a separate file. 2014-02-13 10:17:50 +00:00
Alex Pott 0b760b1c79 Issue #2190183 by damiankloip: Replace views_view_has_form_elements() with a hasFormElements() method on ViewExecutable. 2014-02-13 09:18:54 +00:00
Alex Pott 932e4d9eb0 Issue #2184231 by jibran, dawehner, Xano: Use ConfigFactoryInterface to type hint ConfigFactory. 2014-02-13 01:59:44 +00:00
Jennifer Hodgdon 7009167f9c Issue #2170415 by Xano: Fix docs for plugin discovery interface 2014-02-12 17:00:24 -08:00
Jennifer Hodgdon 5219bbf16f Issue #2103041 by batigolix: fix up hook_help for Simpletest module 2014-02-12 16:51:47 -08:00
Jennifer Hodgdon 8e1223cfe6 Issue #2091419 by batigolix: Fix up hook_help for Statistics module 2014-02-12 16:49:42 -08:00
Jennifer Hodgdon f07c8359c0 Issue #1948566 by joachim: Document batch API callbacks using new standard 2014-02-12 16:46:08 -08:00
Jennifer Hodgdon 97384bed22 Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in taxonomy docs 2014-02-12 16:24:37 -08:00
Jennifer Hodgdon faa467537b Issue #2174353 by anemes, bryanlburkholder: Fix up docs for system_retrieve_file 2014-02-12 16:19:44 -08:00