Commit Graph

2914 Commits (72b297ffb41611480255690d9ada4078e281898f)

Author SHA1 Message Date
catch 72b297ffb4 Issue #1187726 by effulgentsia: (followup) clean up service persist mechanism 2012-12-31 21:34:14 +00:00
webchick 2673b9095a Issue #1057912 follow-up by tarekdj: Fixed Border with Google Chrome and Safari in .element-invisible. 2012-12-29 19:30:26 -08:00
catch 13b7a73c57 Issue #1845840 by wuinfo, sun, IshaDakota, dawehner: Tweak the UI/UX and accessibility of the views bulk operations interface. 2012-12-29 22:42:55 +00:00
catch c76c95a9ab Issue #1874612 by plopesc: Simplify file.inc by file_stream_wrapper_valid_scheme()(FALSE) return FALSE. 2012-12-29 22:38:51 +00:00
catch 68395eef82 Issue #575298 by sun, tim.plunkett, Rob Loach, KrisBulman, Jacine, danillonunes: Provide non-PHP way to reliably override CSS. 2012-12-29 20:01:54 +00:00
catch 5fbc23088c Issue #1229014 by bfroehle, jackbravo: Content-Disposition header makes private files show open/save prompts, but public files show inline. 2012-12-29 12:49:51 +00:00
catch 3241695dfa Issue #1814086 by samhassell, fgm: Convert autoloader_mode in drupal_classloader() to its own global. 2012-12-29 12:32:51 +00:00
webchick 189132a2c6 Issue #1875592 by dawehner: Remove _views_find_module_templates(). 2012-12-29 01:01:37 -08:00
webchick 99fa84cbfe Issue #1158322 follow-up by chx: Fixed htmlspecialchars() expects parameter 1 to be string, array given errors in exception backtraces. 2012-12-29 00:58:04 -08:00
webchick 17766341f8 Issue #1873442 by fabpot: Fixed Refactored core Twig integration. 2012-12-29 00:54:13 -08:00
webchick 07fe32f515 Issue #1866804 by damiankloip: Expand test coverage for ViewExecutable(). 2012-12-29 00:53:14 -08:00
webchick c41462d5d7 Issue #1832568 by lewisnyman, Bojhan, JohnAlbin, nod_: Beautify install screen on mobile phone. 2012-12-29 00:52:15 -08:00
webchick 3357f31ce0 Issue #1874734 by Bojhan: Add WimLeers as maintainer for Edit module. 2012-12-29 00:46:25 -08:00
webchick 8134fec458 Issue #1830936 by mtunay, vijaycs85: Convert the 'menu_override_parent_selector()' variable to CMI. 2012-12-29 00:41:32 -08:00
webchick f95db7d468 Issue #1875960 by dawehner: Replaced globals with state() in views tests. 2012-12-29 00:40:21 -08:00
webchick 52748d9f58 Issue #1870612 follow-up by David_Rothstein: Tests for SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload. 2012-12-29 00:37:35 -08:00
webchick d7b3127952 Issue #1872786 by yched: Fixed Can't change widget types. 2012-12-29 00:35:44 -08:00
webchick c77cee1c14 Issue #1810386 by plach, YesCT, Bojhan, bforchhammer, Gábor Hojtsy, falcon03: Create workflow to setup multilingual for entity types, bundles and fields. 2012-12-29 00:13:54 -08:00
catch 2288314826 Issue #1852966 by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 23:03:17 +00:00
catch 53de739800 Revert "Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0.
2012-12-28 23:02:37 +00:00
catch bb2b90af3f Issue #1874694 by damiankloip, chx: DrupalUnitTestBase breaks state(). 2012-12-28 22:56:51 +00:00
catch 8ad67af2e0 Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 19:05:41 +00:00
webchick 704fe8db02 Revert "Issue #1868348 by Gábor Hojtsy: Fixed Missing contextual links on system menu blocks."
Caused blocks as plugins patch to no longer apply; temporary rollback.

This reverts commit d395e8af58.
2012-12-27 15:50:22 -08:00
catch 2bd155b106 Issue #1861676 by sun: Remove stylesheets[] and scripts[] .info file property support for modules. 2012-12-27 22:26:37 +00:00
catch adc8b1e725 Issue #1849752 by effulgentsia, Berdir: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2012-12-27 22:24:32 +00:00
catch d395e8af58 Issue #1868348 by Gábor Hojtsy: Fixed Missing contextual links on system menu blocks. 2012-12-27 22:22:02 +00:00
catch 14f252014d Issue #1868602 by LinL: Fixed A couple of references to terms_per_page_count() instead of terms_per_page_admin(). 2012-12-27 22:20:48 +00:00
Dries 42dd9f2b5f Issue #1817182 by andypost, alexpott, yched: Add upgrade path tests for contact category config conversion. 2012-12-27 20:22:20 +01:00
Dries a8a4fd8611 Issue #1873342 by dawehner, damiankloip: Remove redundant/un-needed settings from views UI. 2012-12-27 20:15:31 +01:00
webchick 590cc8f6a5 Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system. 2012-12-26 18:57:18 -08:00
webchick cd268569b1 Issue #1874342 by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL used in file_get_stream_wrappers() documentation. 2012-12-26 18:55:58 -08:00
webchick 0df32eb15e Issue #1873608 by David_Rothstein: Improve documentation of format_string() to emphasize that it is used to prepare variables for HTML display. 2012-12-26 18:53:33 -08:00
webchick a90b850f02 Issue #1825230 by Ivan Zugec: Fix documentation standards in PathPluginBase/Feed/Page. 2012-12-26 18:45:53 -08:00
webchick 215f7297c7 Issue #1840896 by dead_arm: Views UI CSS Cleanup. 2012-12-26 18:40:07 -08:00
webchick c564e0f7fb Issue #1067120 follow-up by David_Rothstein, Berdir: Docs fixes for taxonomy.api.php. 2012-12-26 18:38:36 -08:00
webchick 864fb0a04f Issue #1870614 by plach, greggles, dww, mr.baileys, David Rothstein: Fixed SA-CORE-2012-004 - Drupal core - Search shows blocked users. 2012-12-26 18:29:38 -08:00
webchick 5d89911ff3 Issue #1870612 by greggles, aasarava, quicksketch, Justin_KleinKeane, John Morahan: SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload. 2012-12-26 18:27:47 -08:00
webchick 0f2232c3a0 Revert "Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration."
Oops. Broke testbot.

This reverts commit 015d61bc03.
2012-12-26 12:14:40 -08:00
webchick fcfd874329 Issue #1861604 follow-up: Now with a semi-colon. :P 2012-12-26 11:15:37 -08:00
webchick ebffa8ea72 Issue #1868206 by kiamlaluno: Fixed Word is repeated. 2012-12-26 11:11:37 -08:00
webchick efde866599 Issue #1831076 by ACF, Albert Volkman: Convert omit_vary_cookie() to cmi. 2012-12-26 11:10:22 -08:00
webchick e200408fa3 Issue #1861604 by hefox: Skip module_invoke()/module_hook() in calling hook_watchdog() (excessive function_exist()). 2012-12-26 10:58:16 -08:00
webchick de44cb8c67 Issue #1827582 by dawehner: Load all nodes of comments at once. 2012-12-26 10:56:26 -08:00
webchick 015d61bc03 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2012-12-26 10:53:54 -08:00
webchick 2413b63e55 Issue #1757566 follow-up by smiletrl, YesCT: Remove bogus setUp() function from test. 2012-12-26 10:40:52 -08:00
webchick 3fd80ed2b9 Issue #1813184 by brandenlhamilton, Lars Toomre, ACF, Berdir: Convert variable 'tracker_index_nid()' to state system. 2012-12-26 10:25:10 -08:00
webchick c4fec19a1e Issue #1871556 by tim.plunkett: Remove wrappers around entity_create(). 2012-12-26 10:24:15 -08:00
webchick 537c208497 Issue #1872834 by vijaycs85: Convert test_module_disable_order() and test_module_uninstall_order() to the new configuration system. 2012-12-26 10:23:28 -08:00
webchick c2fb90f953 Issue #1872640 by fabpot: Renamed the dispatcher service to event_dispatcher(). 2012-12-26 10:20:15 -08:00
webchick 27545d659f Issue #80855 by sun, vangorra, dman, Damien Tournoud, kkaefer: Add element #type table and merge tableselect/tabledrag into it. 2012-12-26 10:15:32 -08:00