Commit Graph

21636 Commits (772849f0218c957b328a62920e6708b488364c9e)

Author SHA1 Message Date
webchick c379479e29 Issue #2003260 by ebeyrent, DmitryDrozdik, kgoel: Replace drupal_container() with Drupal::service() in the breakpoint module. 2013-08-06 23:31:05 -07:00
webchick 9a77b82151 Issue #1839130 by rballou, nod_, droplet: Refactor modules/views_ui()/js/views-admin.js. 2013-08-06 23:27:16 -07:00
webchick 69422425d5 Issue #1815886 follow-up by slashrsm: Upgrade path for Drupal core cannot manage files larger than 4 GB 2013-08-06 23:23:54 -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
webchick 2055c7ed4e Issue #2026089 by Manuel Garcia: Change the documentation page link in content_translation() module. 2013-08-06 23:12:15 -07:00
webchick 2f0aeaae5c Issue #2058435 by David_Rothstein: Fixed Drupal 8 lost support for the 'tel' protocol in URL filtering functions. 2013-08-06 23:10:07 -07:00
Alex Pott 7412e6f58b Issue #2049159 by amateescu, Crell: Create a ControllerBase class to stop the boilerplate code madness. 2013-08-07 01:32:39 +02:00
Alex Pott 17c92fbf00 Issue #1939100 by chrisjlee, oriol_e9g, jenlampton: Convert theme_progress_bar() to Twig. 2013-08-06 08:29:27 +02:00
Nathaniel Catchpole 0698191e66 Revert "Issue #1273968 - did not cover js."
This reverts commit 8ce27f2279.
2013-08-06 07:16:41 +01:00
Alex Pott 49623698ff Issue #1968398 follow-up by joelpittet: Convert Views () to ['attributes'] . 2013-08-06 07:34:34 +02:00
Alex Pott cc7c70e9af Issue #2011578 by mortendk, tlattimore, Cottser, soulston: Markup for Stark's page.html.twig + maintenance-page.html.twig. 2013-08-06 00:52:22 +02:00
Alex Pott 40bc8bced4 Issue #2028499 by tsphethean, damiankloip, dawehner: Drupal_sort_weight() should be converted to a class. 2013-08-06 00:24:38 +02:00
Alex Pott 9f69e0094e Issue #1684792 by droplet, nod_: JSHint autocomplete.js. 2013-08-06 00:20:46 +02:00
Alex Pott c5b9bb0bc5 Issue #2006560 by dawehner, jhodgdon: Fixed The boolean string filter doesn't result in correct where clause. 2013-08-05 18:05:53 +02:00
Alex Pott 0e100f3c4c Issue #2013258 by pplantinga, daffodil_naveen: Simplify render for theme_status_report(). 2013-08-05 17:59:11 +02:00
Alex Pott 362e5f82c4 Issue #2017139 by amateescu, swentel: Convert field type to typed data plugin for datetime module . 2013-08-05 17:38:37 +02:00
webchick e47a081920 Issue #2056991 by alexpott: Use getFieldSetting() instead of getDefinition()->getFieldSetting() in LinkItem. 2013-08-05 08:33:12 -07:00
Alex Pott dc5e334993 Issue #2042285 by thedavidmeister, jenlampton, Mark Carver: #theme_wrappers() should be able to have a unique set of variables per wrapper hook. 2013-08-05 15:40:57 +02:00
Alex Pott faaaaae67c Issue #2045043 by bechtold, vijaycs85, YesCT, Gábor Hojtsy: Fixed Field listings operations cannot be altered. 2013-08-05 11:15:40 +02:00
Dries 1d2de46266 Issue #1323830 by scor: Place title RDFa metadata inside entity HTML element. 2013-08-05 08:57:19 +02:00
Dries b2dc8aa53e Issue #2056363 by yched, chx: Fixed INSERT INTO table SELECT * FROM ... not supported. 2013-08-05 08:55:18 +02:00
Dries 439d53aa41 Issue #2056737 by Berdir: Illegal string offset test exceptions in PHP 5.4 in drupal_add_library(). 2013-08-05 08:53:07 +02:00
Dries 394b9d158f Issue #2053731 by StephaneQ: Replace theme() with drupal_render() in editor. 2013-08-05 08:45:10 +02:00
Dries 656b3422e3 Issue #2057317 by echoz: Cleanup recently patched qualified selector css. 2013-08-05 08:44:25 +02:00
Alex Pott 8b7bc0c7b1 Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module. 2013-08-04 21:30:57 +02:00
Alex Pott 9614f73399 Revert "Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module."
This reverts commit f4aead7805.
2013-08-04 21:26:52 +02:00
webchick 09e5b2907e Issue #2057445 by alexpott: Fixed file wrong file perms introduced by 2056415 and 2056417. 2013-08-04 11:52:01 -07:00
Alex Pott d4fba77fdb Issue #2010126 follow-up by Eric_A: Replace theme() with drupal_render() in image module for theme_image_formatter(). 2013-08-04 15:39:37 +02:00
Alex Pott 4e0d7b51ec Issue #2056895 by tim.plunkett, xjm: Fixed Routes with optional placeholders can fatal when placed in a menu. 2013-08-04 11:25:14 +02:00
webchick 9561d88081 Issue #2027131 by drupalrv: Block type operations should be listed in the same order as Content type operations. 2013-08-03 23:33:01 -07:00
webchick f4aead7805 Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module. 2013-08-03 23:25:44 -07:00
webchick f28513b375 Issue #2056893 by pwolanin: Fixed Typo in doxygen for module_exists(). 2013-08-03 23:18:38 -07:00
webchick 0a788a2e95 Issue #2009018 follow-up by StephaneQ: One more replace theme() with drupal_render() in filter module. 2013-08-03 23:16:13 -07:00
webchick 6bec9b2f79 Issue #2056943 by alexpott, damiankloip: Convert render_link() to renderLink. 2013-08-03 23:00:11 -07:00
webchick 6b9e9ff27d Issue #2039091 by ghazlewood: Fixed drupal_bootstrap() docs are missing phases. 2013-08-03 22:29:53 -07:00
Alex Pott 8c384bc415 Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController. 2013-08-03 23:28:28 +02:00
Alex Pott 1b5434a252 Issue #2057019 by janstoeckler: Remove Unused local variable $string from /core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php. 2013-08-03 23:25:58 +02:00
Alex Pott 251c8d8573 Issue #2057137 by legolasbo: Remove Unused local variable $user from /core/modules/user/user.module. 2013-08-03 23:06:57 +02:00
Alex Pott b44b584d79 Issue #2054699 by pcambra: Ensure config entity id is set for computed composite ids. 2013-08-03 23:05:02 +02:00
Alex Pott e9035a51a9 Issue #2057173 by xjm: Add Mark Carver to MAINTAINERS.txt for the Color module. 2013-08-03 22:38:53 +02:00
Alex Pott 637e6fb8d2 Issue #2035315 follow-up by swentel: [Follow up] Add a dedicated @FieldWidget annotation. 2013-08-03 16:53:39 +02:00
Alex Pott 587d6adb5f Issue #2050815 by xjm: Update XML-RPC entry for 8.x in MAINTAINERS.txt. 2013-08-03 16:52:06 +02:00
Alex Pott 5600df497c Issue #2037675 by legolasbo: Clean-up user_admin_account(). 2013-08-03 13:22:48 +02:00
Alex Pott 91bd01a852 Issue #2043581 by larowlan, kim.pepper: Move aggregator_load_feed_items() to the ItemStorageController, retain procedural wrapper. 2013-08-03 13:15:55 +02:00
Alex Pott 28cf8aa9f0 Issue #2056685 by janstoeckler: Remove Unused local variable $plugin_id from /core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php. 2013-08-03 12:36:30 +02:00
Alex Pott 353dcd9344 Issue #2056761 by janstoeckler: Remove Unused local variable from /core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php. 2013-08-03 12:35:03 +02:00
Alex Pott 299682efda Issue #2056827 by janstoeckler: Remove Unused local variable $module_handler() from /core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php. 2013-08-03 12:31:47 +02:00
Alex Pott 29907b0610 Issue #1976296 by jibran, andypost, pcambra, dawehner, tim.plunkett, Gaelan: Convert taxonomy_vocabulary_confirm_reset_alphabetical() to FormInterface/Controller. 2013-08-03 12:28:20 +02:00
Alex Pott dc3ba2b18b Issue #1910658 by klausi: Implement entity validation API for REST entity resources. 2013-08-03 12:22:35 +02:00
Alex Pott bb654e169b Issue #2056417 by Marcus Maihoff: Remove Unused local variable $person_uri from /core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php. 2013-08-03 12:06:08 +02:00