Commit Graph

3576 Commits (e50271a34ee64b31ea42e4193b568883083b5bee)

Author SHA1 Message Date
Nathaniel Catchpole 7298c3366d Issue #2512452 by dawehner, pwolanin, alexpott, fnqgpc: Confirm form cancel button can lead to external domain 2015-06-29 19:10:11 +01:00
Alex Pott e044adb014 Issue #2509300 by dawehner, catch, larowlan: Path alias UI allows node/1 and /node/1 as system path then fatals 2015-06-29 18:15:19 +01:00
Nathaniel Catchpole 131d5772ba Issue #2453153 by mkalkbrenner, plach: Node revisions cannot be reverted per translation 2015-06-29 15:22:57 +01:00
Nathaniel Catchpole 97202a7012 Revert "Issue #2512452 by dawehner, pwolanin, fnqgpc: Confirm form cancel button can lead to external domain"
This reverts commit 1462460f3f.
2015-06-29 10:12:08 +01:00
Alex Pott 1462460f3f Issue #2512452 by dawehner, pwolanin, fnqgpc: Confirm form cancel button can lead to external domain 2015-06-27 08:58:13 +01:00
Alex Pott 1f53649bfb Issue #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files 2015-06-26 21:53:33 +01:00
Alex Pott 2ac614c25a Issue #2489024 by lauriii, Fabianx, Gábor Hojtsy, Cottser, dawehner, zeropx: Arbitrary code execution via 'trans' extension for dynamic twig templates (when debug output is on) 2015-06-26 16:26:38 +01:00
Alex Pott 68d4f0be10 Issue #2511472 by Wim Leers, Fabianx, dawehner: Refactor all usages of drupal_render()/Renderer::render() that break #2450993 2015-06-24 16:31:20 -05:00
Alex Pott 0ee13d3ceb Issue #2511348 by kfitz, dylanf, cilefen: HtaccessTest::testFileAccess() has a documentation typo 2015-06-24 14:42:10 -05:00
Alex Pott 2e6633871a Issue #2507509 by catch, dawehner: Service changes should not result in fatal errors between patch or minor releases 2015-06-24 10:05:10 -05:00
Nathaniel Catchpole 8b4bc7df8f Issue #2500527 by dawehner, tim.plunkett, effulgentsia: Rewrite \Drupal\file\Controller\FileWidgetAjaxController::upload() to not rely on form cache 2015-06-24 12:17:01 +01:00
Nathaniel Catchpole acf91933f9 Issue #2508666 by alexpott, pwolanin, benjy: Drupal 8 .htaccess rule to prevent php file access can be easily bypassed 2015-06-24 10:15:36 +01:00
Alex Pott 8d80b7a462 Issue #2417895 by David_Rothstein, Berdir, Wim Leers, willzyx, catch: AccountPermissionsCacheContext/PermissionsHashGenerator must special case user 1, since permissions don't apply to it 2015-06-23 11:41:58 -05:00
Alex Pott 42c693a966 Issue #2407195 by Wim Leers, Fabianx, joelpittet, lauriii, Crell: Move attachment processing to services and per-type response subclasses 2015-06-23 11:24:29 -05:00
Alex Pott 71456449ac Issue #2480811 by catch, dawehner, Crell, Berdir, amateescu: Cache incoming path processing and route matching 2015-06-22 12:36:44 -05:00
Nathaniel Catchpole a1bc737216 Issue #1305882 by dawehner, nod_, Fabianx, Steven Jones, sun, nlisgo: drupal_html_id() considered harmful; remove ajax_html_ids to use GET (not POST) AJAX requests 2015-06-22 14:16:58 +01:00
Nathaniel Catchpole 534fe84bfc Issue #2508591 by timmillwood, alexpott, chx, pwolanin: vendor/ is web accessible 2015-06-22 13:22:21 +01:00
Alex Pott 5d3a761e61 Issue #2506369 by catch, dawehner, Wim Leers: Cache CSS/JS asset resolving 2015-06-20 12:16:07 -05:00
Alex Pott bf44bc0a8f Issue #2508777 by dawehner: Database Connection test fails on PHP-5.5 2015-06-19 10:57:32 -05:00
Alex Pott b1ffbb0068 Issue #2349711 by lauriii, mortendk, sqndr, akalata, yannickoo, Manjit.Singh, Jolidog, b0unty, aliyakhan, LewisNyman: Remove all visual from stark 2015-06-19 05:51:52 -05:00
Nathaniel Catchpole d579f51362 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, kbasarab, Tor Arne Thune, basic, pfrenssen, yannickoo, simolokid, fietserwin, bzrudi71: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-18 15:36:24 +01:00
xjm 8305be48fc Issue #2483781 by borisson_, rbayliss, cilefen, mitalimehta, joshi.rohit100: Move cache contexts classes from \Drupal\Core\Cache to \Drupal\Core\Cache\Context 2015-06-16 13:51:07 -05:00
Alex Pott 83c3d9ea1f Issue #2495179 by dawehner, Gábor Hojtsy, lauriii, Fabianx, chx, effulgentsia: Twig placeholder filter should not map to raw filter 2015-06-15 14:12:31 +01:00
Alex Pott 9a7a4c2070 Issue #2473955 by Cottser: Prefix form-wrapper classes with js- 2015-06-14 21:28:52 +01:00
effulgentsia 287d1e197e Issue #2263569 by tim.plunkett, effulgentsia, Fabianx, dawehner, Wim Leers, larowlan: Bypass form caching by default for forms using #ajax. 2015-06-13 15:22:53 -07:00
Alex Pott d5d8b306a8 Issue #2451395 by dawehner, catch, fgm, David_Rothstein: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them 2015-06-13 21:22:27 +01:00
xjm 77e9bbe983 Issue #2505469 by pwolanin, joelpittet: Remove drupal_render() calls from template_preprocess_table() 2015-06-12 20:12:16 -05:00
Alex Pott 215b967a44 Issue #1493324 by tim.plunkett, dmsmidt, mgifford, bleen18, davidhernandez, crasx, mparker17, stefan.r, YesCT, joelpittet, tstoeckler, larowlan, vijaycs85, swentel, rpayanm, Bojhan, LewisNyman, emma.maria, BarisW, njbarrett, rteijeiro, nod_, sun, joshtaylor, mrjmd, webchick, marcvangend, kattekrab, SKAUGHT, bowersox, andrewmacpherson, Manjit.Singh, RavindraSingh, Wim Leers, BLadwin, aspilicious, mortendk, mausolos, jessebeach, Gábor Hojtsy, anandps, falcon03, franz, andypost, rooby, rootwork, Cottser, Xano: Inline form errors for accessibility and UX 2015-06-12 14:54:11 +01:00
Nathaniel Catchpole 5756615df3 Issue #2498625 by jhedstrom, larowlan: Write tests that ensure hook_update_N is properly run 2015-06-12 12:31:10 +01:00
Alex Pott 0afbdd4c2d Issue #2401843 by lahoosascoots, jhodgdon: Move all *.api.php files except system.api.php out of system module directory 2015-06-11 16:46:18 +01:00
Alex Pott 3b62b84f4e Issue #2195083 by Les Lim, ParisLiakos, Xano, gaurav_varshney, ravi.khetri, fago, jain_deepak: Add a dedicated @Constraint annotation class 2015-06-11 11:51:06 +01:00
webchick 1144f47970 Issue #2504109 by EvanSchisler, cilefen: A bunch of old update test dump scripts are still hanging out 2015-06-11 00:23:39 -07:00
Alex Pott 0b4add2749 Issue #2497323 by jhedstrom, dawehner, alexpott, larowlan: Create a php script that can dump a database for testing update hooks 2015-06-10 22:02:00 +01:00
webchick 05af46b2c0 Issue #2484037 by plach, Gábor Hojtsy, YesCT, dawehner: Make Views bulk operations entity translation aware 2015-06-10 13:46:58 -07:00
Alex Pott 4ba73b4bb5 Issue #2456521 by pjonckiere, mpdonadio, jhodgdon, rteijeiro, David_Rothstein, xjm: Add DateFormatter::formatDiff() as a non-buggy alternative to DateFormatter::formatInterval() when the start and end of the interval are known 2015-06-09 15:17:14 +01:00
Jennifer Hodgdon a2fc98503a Issue #2490936 by cbanman, joshi.rohit100, ashutoshsngh, andypost, Cottser: hook_library_info_alter() docs and function signature are slightly out of date 2015-06-09 06:14:53 -07:00
Alex Pott fd8c8cd919 Issue #2384675 by sidharrell, cilefen, Mile23, damiankloip, dawehner, Wim Leers, alexpott, neclimdul: Deprecate conf_path() 2015-06-09 13:15:19 +01:00
Nathaniel Catchpole 5803f9080e Issue #2392293 by bircher, tim.plunkett, alexpott, cilefen, gobinathm: Refactor hook_system_info_alter implementations to use ModuleUninstallValidatorInterface 2015-06-09 10:47:28 +01:00
Nathaniel Catchpole 9da500aff8 Issue #2494989 by catch, alexpott, vijaycs85: Don't render main help pages on modules page just to generate help links - can lead to high memory usage on form submit 2015-06-09 10:45:32 +01:00
Alex Pott 23e7b47779 Issue #2279105 by mgifford, nidaismailshah, thedavidmeister, amitgoyal, rpayanm, ameenkhan07, rakhimandhania, jhodgdon: Remove as many "..." and ellipsis characters from the codebase as possible without altering the meaning of text 2015-06-08 23:40:25 +01:00
Nathaniel Catchpole 15c848bd62 Issue #2381277 by dawehner, plach, damiankloip, alexpott, olli, fgm, Wim Leers, Fabianx: Make Views use render caching and remove Views' own "output caching" 2015-06-08 15:48:29 +01:00
Nathaniel Catchpole 30ca0d1de6 Issue #2481453 by dawehner, pwolanin, rteijeiro, neclimdul, znerol: Implement query parameter based content negotiation as alternative to extensions 2015-06-08 11:11:09 +01:00
xjm 2f903e47ac Issue #2273925 by larowlan, aneek, lauriii, mikey_p, joelpittet, dimaro, Fabianx, xjm, jaredsmith, effulgentsia, lokapujya, iMiksu, chx, YesCT, googletorp, dawehner, Wim Leers, Cottser: Ensure #markup is XSS escaped in Renderer::doRender() 2015-06-07 13:34:39 -05:00
xjm 405f1380f9 Issue #2500747 by joelpittet, effulgentsia: Remove 'html' option from theme('time') 2015-06-07 11:41:38 -05:00
Alex Pott a108bf0f76 Issue #2478119 by znerol, andypost: Replace references to Session Manager with references to Session 2015-06-05 22:03:12 +01:00
Alex Pott dc53be5b5a Issue #2483433 by damiankloip, Wim Leers, catch, dawehner: Optimize CacheableMetadata::merge() + BubbleableMetadata::merge() 2015-06-05 21:57:04 +01:00
Alex Pott 068edfc14e Issue #2395831 by dawehner, fago, martin107, cafuego, YesCT, plach, jibran, larowlan, Wim Leers, effulgentsia, klausi: Entity forms skip validation of fields that are not in the EntityFormDisplay 2015-06-05 21:46:55 +01:00
Jennifer Hodgdon 700158c93b Issue #2494319 by Pere Orga: Follow up to Spellchecking Drupal - Comments 2015-06-05 13:20:37 -07:00
Jennifer Hodgdon c3cb303173 Issue #2493691 by nod_, eiriksm, dawehner: Add JSDoc for core modules JS 2015-06-05 13:17:55 -07:00
Nathaniel Catchpole 4509204286 Issue #2478483 by Wim Leers, Fabianx: Introduce placeholders (#lazy_builder) to replace #post_render_cache 2015-06-05 10:47:02 +01:00
Nathaniel Catchpole c219ec8fcd Issue #2498293 by cilefen, Fabianx: Only allow lowercase service and parameter names 2015-06-04 15:10:58 +01:00
Alex Pott 5c30cf27bd Issue #2473729 by FMB, darol100, ifrik, ivarlaks, jhodgdon: Review the hook_help for Internal page cache module 2015-06-03 22:00:40 +01:00
Alex Pott 90d6fb15ed Issue #2389811 by znerol, mpdonadio, alexpott, hussainweb, neclimdul: Move all the logic out of index.php (again) 2015-06-03 18:06:46 +01:00
Alex Pott 99e0777322 Issue #2475715 by stefan.r, tstoeckler: Module uninstall form does not validate correctly and breaks the confirmation form after 60 seconds 2015-06-03 15:54:37 +01:00
Alex Pott c21e099932 Issue #2477461 by borisson_, googletorp, Wim Leers, Crell: Move X-Generator header to its own listener 2015-06-03 15:11:26 +01:00
Alex Pott a79508ac5d Issue #2497447 by mpdonadio, stefan.r, jhodgdon: DrupalDateTime::format() and DateTimePlus::format() ignore the timezone setting 2015-06-02 21:55:13 +01:00
Alex Pott f3e2e68157 Issue #2489664 by sumitmadan, davidhernandez, Manjit.Singh, Cottser: Remove unnecessary markup from core templates, a.k.a. divitis 2015-06-02 17:41:21 +01:00
Nathaniel Catchpole 537da55a56 Revert "Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)"
This reverts commit b105158ab7.
2015-06-02 17:06:45 +01:00
Nathaniel Catchpole b105158ab7 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-02 10:13:37 +01:00
Nathaniel Catchpole 5c8a50ed7f Issue #2254865 by Wim Leers, lauriii, borisson_, JeroenT, alexpott, Fabianx: toolbar_pre_render() runs on every page and is responsible for ~15ms/17000 function calls 2015-06-01 17:49:02 +01:00
Alex Pott 4e3e39cbf5 Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, pjonckiere, alexpott, Wim Leers, Gábor Hojtsy, Fabianx, tim.plunkett: Date format form is unusable 2015-06-01 17:38:29 +01:00
Alex Pott 6eb89b52b8 Issue #2486433 by damiankloip, Gábor Hojtsy, Wim Leers, dawehner, plach: Make ViewsForm stop marking itself as needing to be cached 2015-06-01 15:53:03 +01:00
Alex Pott 73b5652a74 Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
Nathaniel Catchpole 9ae3c9fb16 Issue #1805054 by Wim Leers, Gábor Hojtsy, effulgentsia, jibran, jessebeach, catch, dawehner, Fabianx, sun, larowlan: Cache localized, access filtered, URL resolved, and rendered menu trees 2015-05-26 22:22:31 +01:00
Alex Pott 72fb794d90 Issue #2432911 by pfrenssen, znerol: Provide test coverage to prove that a third party authentication provider does not automatically start a session 2015-05-26 10:31:05 +01:00
xjm 5f84c3d978 Issue #2481383 by jmolivas, willzyx, cilefen: Remove unused entity.manager service from Drupal\system\Form\ModulesListForm 2015-05-25 11:46:08 -05:00
Alex Pott 1827c1ec57 Issue #2349775 by Manuel Garcia, saki007ster, mortendk, Manjit.Singh, brahmjeet789, tombo, davidhernandez: Remove classes from Views templates 2015-05-25 13:02:30 +01:00
Alex Pott e2851240a8 Issue #2342745 by Cottser, chr.fritsch, epari.siva, lauriii, wesruv, joelpittet, dawehner: Allow Twig link function to pass in HTML attributes 2015-05-25 11:41:47 +01:00
webchick 74520b4777 Issue #2491691 by marcoscano, cilefen, jhodgdon, joachim: Entity API docs incorrectly state hook_schema() is needed 2015-05-24 20:53:01 -07:00
xjm 618ad10aa3 Issue #2357997 by mpdonadio, martin107, lauriii, cilefen, alexpott, cdanik, connorwk: Add test coverage for tablesort header link titles 2015-05-24 19:52:26 -05:00
xjm 50cfc9e198 Issue #2420737 by rodrigoaguilera, Pere Orga, Gábor Hojtsy, maxocub, jhodgdon, penyaskito, plach, danigrrl: Differences in dynamic language names are confusing in views, content, etc 2015-05-24 17:22:43 -05:00
xjm ac3b76625c Issue #2383871 by mgifford, rpayanm, a_thakur, maximpodorov, AohRveTPV, jhodgdon: Spellchecking Drupal - PHP 2015-05-24 15:51:18 -05:00
xjm 088f8b357a Issue #2491155 by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and kernel.org URLs in core modules (Follow-up to 2489912) 2015-05-24 15:08:46 -05:00
webchick e772e1fcb1 Issue #2486177 by disasm, amateescu, plach, Pere Orga, piyuesh23, webchick, Saphyel, dawehner, jibran, YesCT, yched, xjm, Gábor Hojtsy, Bojhan: Deleting an entity translation from the UI deletes the whole entity 2015-05-24 00:44:46 -07:00
Alex Pott e0505159c7 Issue #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, lauriii, jp.stacey: Rename the default "Messages" region for all themes to "Highlighted" 2015-05-21 19:59:25 +01:00
Alex Pott 4a576b0bc8 Issue #2490420 by amateescu, larowlan, Berdir, dpi: EntityAutocomplete element settings allows sql injection and for arbitrary user-supplied data to be passed into unserialize() 2015-05-21 15:01:41 +01:00
Alex Pott 6e8eb8ee6c Issue #2465887 by dawehner, amateescu, tim.plunkett: Extract the install/uninstall functionality to a ThemeInstaller 2015-05-21 12:52:44 +01:00
Alex Pott 487de77002 Issue #2112895 by willzyx, swentel, drunken monkey: Wrong redirection in admin/modules/uninstall/confirm if drupal is installed in a subdirectory 2015-05-20 16:30:36 +01:00
Alex Pott a92f929273 Issue #2191115 by cs_shadow, alexrayu, JacobSanford, jhodgdon, Cottser: Clean up stale references to theme('foo') in documentation 2015-05-20 16:00:36 +01:00
Nathaniel Catchpole 1776b0190c Issue #2337753 by alexpott: ContentEntityNullStorage does not implement a query service 2015-05-20 11:11:43 +01:00
Alex Pott 9a668adfe1 Issue #2452995 by JacobSanford, ashutoshsngh, jhodgdon: link_path should be url in the menu API documentation 2015-05-19 14:17:46 +01:00
xjm 144ff15cd2 Issue #2490382 by mfarineau, cilefen, mradcliffe: Fix typo in EntityQueryTest doc block for figures var 2015-05-18 23:18:48 -05:00
xjm 3542d9a526 Issue #2447365 by JacobSanford, klausi, dawehner, jhodgdon, webchick: Let's explain in DestructableInterface why it is useful 2015-05-18 15:29:32 -07:00
xjm 02f6ab22dc Issue #2490074 by chx, dawehner: hook_entity_access documentation is useless 2015-05-18 15:15:33 -07:00
xjm f9b6f97613 Issue #2489912 by mikeburrelljr, opdavies, larowlan: Update Drupal.org URL in core modules 2015-05-18 14:08:10 -07:00
Alex Pott c7f34bdc3b Issue #2486911 by mark.labrecque, joshi.rohit100: Garbled documentation in AssertBreadcrumbTrait.php 2015-05-18 13:55:35 +01:00
Nathaniel Catchpole 5eb13a958e Issue #2473907 by alexpott, maijs: Tests not being run by testbot due to missing summary line 2015-05-18 12:28:42 +01:00
Alex Pott 99aa2d6748 Issue #2474537 by Noe_, tstoeckler, michaellenahan, cilefen: Installing in a non-English language fails for command-line installations (Drush, ...) 2015-05-18 06:03:27 +01:00
Alex Pott 4d4635c123 Issue #2283637 by pfrenssen, dawehner, shivanshuag, znerol: Provide test coverage to prove that an AuthenticationProvider can initiate a session 2015-05-18 05:55:06 +01:00
xjm 02ffc9aff3 Issue #2479819 by jhedstrom, grendzy: Menu hierarchy tests are not being run 2015-05-17 14:57:32 -07:00
xjm 8f5c324520 Issue #2416109 by alexpott, bircher, xjm, dawehner: Validate configuration dependencies before importing configuration 2015-05-17 13:18:22 -07:00
Alex Pott 8e866ef2c7 Issue #2487099 by dawehner, plach, Wim Leers: Set cache contexts for exposed sorts / items_per_page / offset 2015-05-15 14:18:17 -07:00
Alex Pott 4640912b52 Revert "Issue #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, jp.stacey, lauriii: Rename the default "Messages" region for all themes to "Highlighted""
This reverts commit 249e520b4b.
2015-05-15 12:11:24 -07:00
Alex Pott b7d1db55cc Issue #2468767 by eiriksm, Gábor Hojtsy: English config source strings are saved as custom translations in locale in foreign install 2015-05-15 11:32:39 -07:00
Alex Pott a451002a2c Issue #2428795 by mkalkbrenner, plach, yched, catch, hchonov, webchick, tstoeckler, pjonckiere, miro_dietiker, Schnitzel, klausi: Translatable entity 'changed' timestamps are not working at all 2015-05-15 11:09:40 -07:00
Alex Pott 249e520b4b Issue #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, jp.stacey, lauriii: Rename the default "Messages" region for all themes to "Highlighted" 2015-05-15 10:07:31 -07:00
Alex Pott 5a54339636 Issue #2478855 by xjm, JacobSanford, jhodgdon: Improve documentation for hook_entity_type_build() and hook_entity_type_alter() 2015-05-15 09:43:08 -07:00
Alex Pott 481ed6cc82 Issue #2473949 by mortendk, rteijeiro, rachel_norfolk, Cottser, LewisNyman: Prefix form-type-* classes with js- 2015-05-15 08:42:43 -07:00
Alex Pott ad871286d1 Issue #2472323 by dawehner, neclimdul, Crell, kim.pepper, nod_, Wim Leers, larowlan, jibran, pwolanin, catch: Move modal / dialog to query parameters 2015-05-13 18:12:54 -07:00
Nathaniel Catchpole ac474b904b Issue #2369987 by aneek, alexpott, joelpittet, rteijeiro, pgautam, jain_deepak, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html 2015-05-13 13:05:09 +01:00
Nathaniel Catchpole e242632ca1 Issue #2450897 by plach, epari.siva, dawehner, jibran, Fabianx: Cache Field views row output 2015-05-13 12:08:57 +01:00
Alex Pott 79e74a270d Issue #2486431 by vilepickle, vinmassaro: Progress bar starts at 100% 2015-05-12 14:33:45 -07:00
Jennifer Hodgdon 5abc88d85e Issue #2487464 by mark.labrecque: Internationalization topic code section is not showing up as code 2015-05-12 13:29:30 -07:00
Nathaniel Catchpole 0f881613ef Issue #2482295 by Berdir: Rebuilding field map with many bundles/fields is very slow 2015-05-12 13:36:06 +01:00
Nathaniel Catchpole b480c525ac Issue #2247379 by yched, alexpott, Berdir: Optimize config entity query conditions on ID 2015-05-12 11:48:34 +01:00
Alex Pott 797f9d2d76 Revert "Issue #2369987 by aneek, joelpittet, rteijeiro, jain_deepak, pgautam, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html"
This reverts commit 10c8777ee3.
2015-05-11 13:48:35 -07:00
Alex Pott 9489b81897 Issue #2485573 by alanburke, ragnarkurm: Update JS library domready to version 1.0.8 2015-05-11 12:50:20 -07:00
Alex Pott 10c8777ee3 Issue #2369987 by aneek, joelpittet, rteijeiro, jain_deepak, pgautam, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html 2015-05-11 11:52:50 -07:00
Alex Pott 14ae16ffca Issue #2449445 by Cottser, emma.maria: Add "indentation" class back to indentation theme hook, use it for styling 2015-05-10 17:26:14 -07:00
Alex Pott 3d2b2237a0 Issue #2485983 by willzyx: Rename the remaining {Form}::getFormID to {Form}::getFormId 2015-05-10 17:09:22 -07:00
Alex Pott 119995572a Issue #2393531 by jcnventura, mrjmd, simonrjones, rpayanm, Cottser, akalata, eiriksm, David_Rothstein, dawehner, xjm: Maximum function nesting level of '100' reached 2015-05-10 12:11:20 -07:00
Alex Pott 19a7f811a7 Issue #2475247 by amateescu, dawehner: SQLite: Fix views\Tests\Handler\FilterStringTest 2015-05-09 17:29:44 -07:00
Alex Pott 3b6e90d36b Issue #2160643 by jhedstrom, dawehener: Add status report "requirement" for Twig C extension for PHP 2015-05-09 06:00:32 -07:00
Alex Pott 7342df62dd Issue #2335661 by Wim Leers, pwolanin, dawehner, Fabianx, larowlan, catch, Berdir: Outbound path & route processors must specify cacheability metadata 2015-05-09 05:23:46 -07:00
Alex Pott 69ce35544d Issue #2105797 by dawehner, fago, larowlan, effulgentsia, jibran, amateescu, yched: Add CompositeConstraintBase so that constraints involving multiple fields, such as CommentNameConstraint, can be discovered 2015-05-08 19:35:56 -07:00
Nathaniel Catchpole b5f7cccde4 Issue #1081266 by stefan.r, mikeytown2, jeroen.b, tsphethean, mfb, joseph.olstad, marcelovani: Avoid re-scanning module directory when a filename or a module is missing 2015-05-08 15:33:16 +01:00
Nathaniel Catchpole 2b49f7bb5c Issue #2430219 by alexpott: Implement a key value store to optimise config entity lookups 2015-05-08 15:02:19 +01:00
xjm 608f81bf58 Issue #2484247 by tim.plunkett: Documentation and coding standards fixes for \Drupal\system\Controller\FormAjaxController 2015-05-07 17:30:09 -07:00
Alex Pott a287113e42 Issue #2187113 by Cottser, joelpittet: Incorrect usage of attributes in twig templates resulting in possible duplicate attributes 2015-05-07 11:12:49 -07:00
Alex Pott d04b472386 Issue #2477157 by dawehner, Wim Leers, Fabianx, aneek, catch: rest_export Views display plugin does not set necessary cache metadata 2015-05-06 16:42:12 -07:00
Alex Pott 843670cc7e Issue #2481729 by larowlan: Cannot inject DatabaseQueue instances into forms - The database connection is not serializable 2015-05-06 15:52:29 -07:00
webchick d141c5a7d0 Issue #2475247 by amateescu, dawehner: SQLite: Fix views\Tests\Handler\FilterStringTest 2015-05-06 12:59:15 -07:00
Alex Pott d57ee5f9a3 Issue #1923406 by stefan.r, yannickoo, catch, Crell, amateescu, pwolanin, morgantocker, Damien Tournoud, sun: Use ASCII character set on alphanumeric fields so we can index all 255 characters 2015-05-05 09:42:09 -07:00
Nathaniel Catchpole 1d2f9e9368 Revert "Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters"
This reverts commit ac4e35ce01.
2015-05-05 15:50:36 +01:00
Nathaniel Catchpole e0aae8c26a Issue #2432791 by alexpott, vijaycs85, tim.plunkett, joshtaylor, Fabianx, Berdir, yched, bojanz: Skip Config::save schema validation of config data for trusted data. 2015-05-05 11:47:16 +01:00
Nathaniel Catchpole ac4e35ce01 Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters 2015-05-04 11:39:11 +01:00
Nathaniel Catchpole e8a5d9e4e0 Issue #2479363 by Wim Leers, dawehner: Cache MenuActiveTrail::getActiveIds() for *all* menus per route match: 1 cache get instead of N DB queries, saves 1 ms/response 2015-05-04 11:21:13 +01:00
Alex Pott 13922dbdc1 Issue #1867518 by plach, dawehner, yched, iMiksu, epari.siva, marcvangend, Fabianx, Wim Leers, effulgentsia: Leverage entityDisplay to provide fast rendering for fields 2015-05-03 22:00:46 +01:00
webchick 041fee66ef Issue #2481183 by davidhernandez: Quote tokens in theme .info.yml files 2015-05-02 16:09:39 -07:00
Alex Pott 9166525d98 Issue #2473113 by znerol, dpovshed, Wim Leers, Fabianx, dawehner, effulgentsia: All stack middlewares are constructed at the same time even for cached pages 2015-04-30 13:00:18 +01:00
webchick bab62ec6e4 Issue #2480233 by xjm: Incorect docblocks in route processor tests 2015-04-29 20:39:08 -07:00
Nathaniel Catchpole 046965dfc1 Issue #2478443 by Wim Leers: Set the 'is-active' class for anonymous users in a Response Filter instead of a #post_render_cache callback 2015-04-28 16:44:27 +01:00
xjm a4fac14a6d Issue #2468873 by pfrenssen, Dom., dawehner, znerol, xjm: Test that the authentication provider doesn't leak authentication credentials from the previous request 2015-04-28 08:42:14 -05:00
Alex Pott 90e7bdd067 Issue #2408481 by kyuubi, Karmen: Rewrite help.module component's inline with our CSS standards 2015-04-27 15:03:24 +01:00
Nathaniel Catchpole ea6548bcb1 Issue #2463009 by Wim Leers: Introduce CacheableResponseInterface: consolidate ways of setting X-Drupal-Cache-Tags/Contexts headers 2015-04-27 13:17:49 +01:00
Alex Pott ea0ec7084c Revert "Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable"
This reverts commit 37e278b4c7.
2015-04-27 11:45:14 +01:00
xjm 8b9dfcef25 Issue #2400143 by geertvd, pcambra, koence, pjonckiere: Bulk form actions display action message in the confirmation form 2015-04-27 04:43:05 -05:00
xjm 37e278b4c7 Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable 2015-04-27 03:33:55 -05:00
xjm db27d7953e Issue #2322195 by rpayanm, nlisgo, cilefen, balagan, LinL, akashjain132, filijonka, epari.siva, Tebro, Temoor, pcambra, unstatu, Poornima3, Shivam Agarwal, abhi170893, Dom., PieterJanPut, Mile23, JeroenT, disasm: Replace all instances of user_load(), user_load_multiple(), entity_load('user') and entity_load_multiple('user') with static method calls 2015-04-26 21:00:41 -05:00
Alex Pott 5b560a5eb0 Issue #2475749 by mbovan: Allow to set #cache metadata in hook_page_attachments() 2015-04-26 18:59:28 +01:00
xjm a33414e500 Issue #2472371 by Dom., pfrenssen: Exception shown on 401 Unauthorized 2015-04-25 18:58:16 -05:00
xjm f82428c7f4 Issue #2471611 by MathieuSpil, yannickoo, maijs: Create HiDPI ready version of theme screenshots 2015-04-25 12:51:35 -05:00
xjm e9d6bd79a2 Issue #2472453 by googletorp, jhodgdon: Use full namespace for @return documentation 2015-04-23 20:26:52 -05:00
Alex Pott 189be7243d Issue #2473759 by tim.plunkett, Berdir, effulgentsia: Form caches should be deleted after submission 2015-04-23 10:41:03 +01:00
webchick 257abe1256 Issue #2472669 by keopx, rpayanm, rteijeiro, jhodgdon: Complete documentation for every implementation of hook_ENTITY_TYPE_* 2015-04-21 14:01:03 -07:00
xjm 8adfd450bf Issue #2474567 by alexpott: Remove unneeded code in hook_help implementations and standardise them 2015-04-21 15:49:03 +01:00
Nathaniel Catchpole 629003e3f5 Issue #2454669 by amateescu: SQLite: Fix tests in migrate_drupal test group 2015-04-21 13:50:18 +01:00
Alex Pott 0fb8f6ba54 Issue #2389735 by lauriii, iMiksu, davidhernandez, larowlan, loopduplicate, LewisNyman, Wim Leers, dawehner, Cottser: Core and base theme CSS files in libraries override theme CSS files with the same name 2015-04-20 23:26:42 +01:00
Nathaniel Catchpole a9f9c0316d Issue #2381505 by dawehner, pwolanin, aspilicious, rteijeiro: Unserialize preloaded routes on the fly 2015-04-20 11:32:27 +01:00
Nathaniel Catchpole 9b4dd555f9 Issue #2471228 by jcnventura, Wim Leers, Hjarnmastara: Optimize merging of attachments 2015-04-20 11:24:02 +01:00