Commit Graph

1539 Commits (0fb6dfb447b5de06c6631558ffdd05b271e38647)

Author SHA1 Message Date
Dries 0483bec220 Issue #2155701 by sun: Installer starts with fatal error/exception 'table 'semaphore' not found' if settings.php contains already. 2014-01-10 13:37:16 -05:00
Dries 634e3a3f65 Issue #2171015 by alexpott: Drupal 8 HEAD broken: installing Language module fails, after that cannot install any other module. 2014-01-10 12:32:45 -05:00
Nathaniel Catchpole 68ce258d63 Issue #2166065 by alexpott, mtift: Replace config_install_default_config with ConfigInstaller service. 2014-01-10 11:48:37 +00:00
Nathaniel Catchpole 4f66a53b4f Issue #2157691 by damiankloip: Move some helper methods in errors.inc to an Error utility class. 2014-01-09 11:50:54 +00:00
Nathaniel Catchpole 0ae4c3c304 Issue #2098119 by beejeebus, alexpott, chx: Replace config context system with baked-in locale support and single-event based overrides. 2014-01-09 10:50:21 +00:00
Nathaniel Catchpole fa17da8649 Issue #2042807 by tim.plunkett, pwolanin, ianthomas_uk, jhodgdon: Convert search plugins to use a ConfigEntity and a PluginBag. 2014-01-08 17:05:22 +00:00
webchick 1d02be7f82 Issue #2015923 by chx, plopesc, tim.plunkett: Clean up entity form functions. 2014-01-07 23:11:57 -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
Jennifer Hodgdon e9a618290e Issue #2165179 by StephaneQ: Fix links to extenders in main Database topic docs 2014-01-06 14:57:07 -08:00
Nathaniel Catchpole e4124f0a27 Revert "Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links."
This reverts commit 624296e715.
2014-01-06 22:00:22 +00:00
Nathaniel Catchpole a521147255 Issue #2021933 by Crell, lz1irq: Catch exceptions from queue workers. 2014-01-06 12:58:27 +00:00
webchick c17906e3f9 Issue #2167517 by mtift, ianthomas_uk: System_custom_theme calls removed function drupal_container. 2014-01-05 20:42:18 -08:00
Nathaniel Catchpole 624296e715 Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links. 2014-01-04 20:05:38 +00:00
webchick 284241ecb9 Issue #2162013 by alexpott, Berdir, sun, pwolanin: Critical performance regression due to config schema + TypedData lookups in installer. 2014-01-04 10:53:30 -08:00
Nathaniel Catchpole 18828bde34 Issue #2160581 by vijaycs85, Wim Leers: Remove drupal_add_js() + drupal_add_library() from install.core.inc. 2014-01-03 19:45:00 +00:00
Nathaniel Catchpole fe2e11a26e Issue #2159501 by sun: Remove DRUPAL_BOOTSTRAP_DATABASE. 2014-01-03 19:40:40 +00:00
Nathaniel Catchpole a0152d5ccf Issue #2160589 by vijaycs85: Remove drupal_add_js() from theme.inc. 2014-01-03 17:22:34 +00:00
Nathaniel Catchpole 4c6440288d Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object. 2014-01-01 20:32:52 +00:00
Alex Pott 814aed203d Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object. 2014-01-01 11:08:57 +01:00
webchick 3b604ffa21 Issue #2162271 by likin: Prefixes in config_get_storage_names_with_prefix. 2013-12-31 16:15:45 -08:00
webchick 97dd7ca90b Issue #2162893 by Kartagis: Remove extra </em> tag in help text. 2013-12-31 15:16:35 -08:00
Alex Pott 8e92d3b1f1 Issue #111702 by mvc, penyaskito, naxoc, jenlampton, montesq: Set fixed "from:" and add "Reply-to:" to improve deliverability of Drupal mail. 2013-12-31 00:35:14 +01:00
catch f8d09132da Issue #2159459 by sun: Rebuild script triggers errors in error handler, fails to rebuild container. 2013-12-30 17:58:07 +00:00
catch 7240b39bff Issue #1887750 by Berdir, alexpott: Use path relative to DRUPAL_ROOT in configuration directories. 2013-12-30 17:53:00 +00:00
webchick b8302af290 Issue #2002708 by rahul.shinde, somepal, kerasai, arknoll: Remove unused local variables from core/includes/common.inc. 2013-12-22 13:28:47 -08:00
webchick 95dd7f74c4 Issue #2001206 by andypost, penyaskito, herom, Crell, ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service(). 2013-12-22 13:03:21 -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
Nathaniel Catchpole aa6d6fb729 Issue #732022 by vijaycs85, Wim Leers, dawehner, nod_, kscheirer: Drupal_add_tabledrag() still using drupal_add_(js|library)(), should return array for #attached. 2013-12-20 12:05:47 +00:00
webchick fdca37f8ae Issue #2160117 by sun: Remove/convert remaining calls to variable_get/_set/_del(). 2013-12-19 18:24:31 -08:00
Dries 5b6f9d7908 - Issue #2156265 by sun: KeyValueFactory is swappable, add an interface and fix type-hints. 2013-12-18 14:56:51 -05: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 a3d8888369 Issue #2008270 by typhonius, mcjim, Wim Leers, vijaycs85, mr.baileys, JohnAlbin: Remove drupal_add_css() from template_preprocess_maintenance_page() — use #attached. 2013-12-15 09:57:31 -08:00
Nathaniel Catchpole d443c10cc1 Issue #2021779 by amateescu, tim.plunkett: Decouple shortcuts from menu links. 2013-12-15 09:51:10 +00:00
Alex Pott 090d5d1355 Issue #2136641 by damiankloip: Remove boolean usage of ajax property in Views UI link operation building. 2013-12-14 21:13:17 +00:00
Alex Pott dd663c405e Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component. 2013-12-12 23:34:44 +00:00
Nathaniel Catchpole f392d38ee8 Issue #2096591 by mr.baileys, vijaycs85, Wim Leers: Remove drupal_add_css() from the theme system. 2013-12-12 12:53:23 +00:00
catch 3e27ebdea5 Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system. 2013-12-12 00:00:09 +00:00
Nathaniel Catchpole 51560a3a04 Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
This reverts commit 8ec847cc7c.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole 8ec847cc7c Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system. 2013-12-11 12:00:10 +00:00
webchick 954790465d Issue #2073123 by dsdeiz, maartendeblock | xtfer: Drupal_clean_css_identifier() allows invalid CSS identifiers. 2013-12-10 23:02:15 -08:00
webchick d50b169598 Issue #2115025 by Gábor Hojtsy, pfrenssen, dawehner: Content admin views title saved localized to the menu table. 2013-12-10 22:23:11 -08:00
Dries 0fc8ab6bb8 Issue #2152261 by joelpittet: Clean up for tablesort-indicator.html.twig. 2013-12-10 17:13:35 -05:00
webchick 568fef4c33 Issue #2109793 by damiankloip, dawehner, tim.plunkett: Convert element_* methods in common.inc to a class. 2013-12-10 13:23:03 -08:00
Nathaniel Catchpole 52d3b49336 Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script. 2013-12-10 13:50:21 +00:00
Nathaniel Catchpole 31c48739ae Issue #2150083 by BarisW: Front page misses page title in <title> tag. 2013-12-06 10:56:07 +00: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
Nathaniel Catchpole 67e93b23ac Issue #2109287 by dawehner, Cottser, tim.plunkett, kim.pepper: Replace list_themes() with a service. 2013-12-05 10:06:32 +00: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
webchick 5868f29f19 Issue #2095329 by Wim Leers: Remove drupal_add_css() from batch system. 2013-12-03 22:44:16 -08:00
webchick 4b06b8bd32 Issue #2111349 by dawehner, tim.plunkett: Move format_plural to the string translation service and format_interval to the date service. 2013-12-03 11:35:43 -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
Jennifer Hodgdon 80fbd33d97 Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments 2013-12-03 07:54:20 -08:00
Nathaniel Catchpole addd8dce02 Issue #2081133 by mrsinguyen, dsdeiz, janstoeckler: Remove Unused local variable from /core/includes/menu.inc. 2013-12-03 12:24:10 +00:00
Nathaniel Catchpole 2e928d56c2 Issue #2087239 by ellishettinga, lauriii, c4rl: Remove theme_exposed_filters(). 2013-12-03 12:01:24 +00:00
Nathaniel Catchpole 15fded0c84 Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title. 2013-12-03 11:53:16 +00:00
Alex Pott b5525adbac Issue #2121775 by jessebeach: Make the markup associated with the required star on field items silent. 2013-12-01 23:41:57 -04:00
webchick 77587a1ab8 Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-28 00:52:13 -08:00
webchick 371fd516f1 Issue #2099577 follow-up by nod: Optimize method of installer's conditional language selector text. 2013-11-28 00:28:03 -08:00
webchick d6362badbf Issue #2145463 by damiankloip: Remove LegacyBreadcrumbBuilder. 2013-11-27 23:33:00 -08:00
Dries 1151c73c19 Issue #787896 by nod_, cha0s, jp.stacey, sun, David_Rothstein, Bojhan, lisarex: Add a link so that administrators can return to their most recently visited non-admin page. 2013-11-26 17:06:57 -05:00
webchick 02a10b3161 Issue #675446 by mgifford, RobLoach, amateescu, nod_, longwave, oxyc, rteijeiro, tomyouds, Jelle_S, mcrittenden, Sutharsan, hansyg, Angry Dan, clemens.tolboom, droplet | Dave Reid: Change notice: Use jQuery UI Autocomplete. 2013-11-24 12:30:09 -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 3043a70e3c Issue #2084665 by Xano, aschiwi, yoroy: Clean up the DB configuration during installation. 2013-11-23 12:22:32 -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
webchick b91c1a9e55 Issue #2120841 by tim.plunkett: Convert form_options_flatten() to a method on FormBuilder. 2013-11-22 21:13:32 -08:00
webchick 1eb89f1a00 Issue #1986074 by LewisNyman, Outi, mcjim, edward_or, ry5n, Bojhan, yoroy: Buttons style update. 2013-11-22 16:23:37 -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 390d04eef7 Issue #2115061 by JeroenT, tim.plunkett: Remove direct calls to drupal_add_html_head_link(). 2013-11-21 10:05:28 +00:00
Jennifer Hodgdon 48f155834e Issue #2102777 by tstoeckler, Gábor Hojtsy: Fix docs for update to theme_links 2013-11-20 10:26:39 -08:00
webchick e0a0b76f82 Issue #1851018 by alexpott, attiks, xjm: Improve breakpoint configuration implementation. 2013-11-19 18:59:45 -08:00
Nathaniel Catchpole 92f93a1cbc Issue #2004086 by dawehner, pwolanin, katbailey, tim.plunkett, vijaycs85, fabpot: The Request service must be synthetic. 2013-11-19 16:21:35 +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
Nathaniel Catchpole 1daa6bb3bb Issue #2118703 by Wim Leers, amateescu: Introduce #post_render_cache callback to allow for personalization without breaking the render cache. 2013-11-18 14:19:10 +00:00
Nathaniel Catchpole 996fb5720d Issue #2093167 by johnnydarkko, thedavidmeister, Vibjerg: Deprecate check_plain(), call \Drupal\Component\Utility\String::checkPlain() directly instead. 2013-11-18 10:23:14 +00:00
Alex Pott 3cda8309b0 Issue #1886448 by dawehner, sun, Berdir, ParisLiakos: Rewrite the theme registry into a proper service. 2013-11-16 17:35:23 -04:00
Alex Pott c4b089f5d9 Issue #2102777 by damiankloip, dawehner: Allow theme_links() to use routes as well as href. 2013-11-15 09:09:50 -04:00
Jennifer Hodgdon 30e56c5d84 Issue #2084535 by sivaji: Fix constants in file_copy docs 2013-11-13 09:39:02 -08:00
Jennifer Hodgdon 294d4ef983 Issue #2084535 by sivaji: Remove incorrect line from file_copy docs 2013-11-12 14:04:09 -08:00
Nathaniel Catchpole b469334d39 Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins. 2013-11-07 10:47:30 +00:00
Alex Pott c33315dab4 Issue #2125407 by moshe weitzman: Don't redirect CLI requests to install.php. 2013-11-06 21:06:07 +00:00
Nathaniel Catchpole 0d263c64e9 Issue #2084463 by dawehner, pwolanin, David_Rothstein, tim.plunkett, Xano: Convert contextual links to a plugin system similar to local tasks/actions. 2013-11-06 19:45:37 +00:00
Nathaniel Catchpole c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +00:00
Dries 3d3f63dd3c Issue #2119317 by herom: Typo in form.inc comments (String:checkPlain). 2013-11-05 21:12:47 -05:00
webchick 29b0e1b7d5 Issue #1589176 by nod_, Wim Leers: Follow-up: Use data-* to store #states api informations. 2013-11-05 08:46:25 -08:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Nathaniel Catchpole fa32679489 Issue #2094241 by moshe weitzmann, amateescu, Wim Leers: Cache tag the page cache. 2013-11-01 11:15:22 +00:00
webchick 4399709181 Issue #2066535 by tim.plunkett, jsst, Berdir: Add EntityManagerInterface and stop typehinting with EntityManager. 2013-10-30 16:09:40 -07:00
Nathaniel Catchpole 9d5aefb739 Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service. 2013-10-30 17:31:44 +00:00
webchick 2429657736 Issue #2120807 by Mark Carver: Add empty option to item_list(). 2013-10-29 22:21:17 -07:00
catch dfd537fe1a Issue #2095489 by tayzlor, beejeebus: Separate out module install config code from import code. 2013-10-28 11:51:33 +00:00
Alex Pott a6efca1da2 Issue #2109065 by ianthomas_uk, jhodgdon: Fixed Remove variable_get() and variable_set() calls from API documentation. 2013-10-25 21:53:38 -07:00
Alex Pott 82eb2924cf Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service. 2013-10-25 15:54:34 -07:00
webchick 4649f48115 Issue #2099577 by thamas, nod_, yoroy, Gábor Hojtsy: First installer page has initially needless description for how translations are handled. 2013-10-25 14:06:50 -07:00
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
webchick 08c1599c7f Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error. 2013-10-25 13:19:15 -07:00
Nathaniel Catchpole f7cabeb68a Issue #2113015 by Wim Leers, amateescu: Add drupal_merge_attached() function, to merge #attached assets. 2013-10-24 16:43:00 +01:00
Nathaniel Catchpole 516affdf43 Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion. 2013-10-24 13:04:38 +01:00
Alex Pott 91d867f5bc Issue #1982256 by mortendk, rteijeiro, tim.plunkett, LewisNyman, tlattimore, yannickoo, ry5n: Clean up html.html.twig markup. 2013-10-21 10:26:54 +01:00
webchick 9b8d32396b Issue #2112711 by tim.plunkett: Provide an easier mechanism for using drupal_get_form() directly. 2013-10-17 21:26:38 -07:00
webchick ff8080db74 Issue #2046367 by jhodgdon, amateescu, larowlan, juanolalla: Menu routing docs do not match what the code is doing. 2013-10-17 21:08:20 -07:00
Alex Pott d3d34a5eee Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-17 00:00:50 +01:00
Alex Pott 1c67615a0f Revert "Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language."
This reverts commit 7b08fd6398.
2013-10-16 23:59:52 +01:00
Alex Pott 7b08fd6398 Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-16 23:37:38 +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 04b4a96c8f Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls. 2013-10-16 13:18:18 +01:00
Nathaniel Catchpole 759dad87cb Revert "Issue"
This reverts commit cc84f3903c - bad
commit message.
2013-10-16 13:18:18 +01:00
Nathaniel Catchpole cc84f3903c Issue 2013-10-16 12:19:18 +01:00
Nathaniel Catchpole 7e532bf25d Issue #2030173 by jhedstrom: Convert system module's ValidNumberStepUnitTest to phpunit. 2013-10-16 12:04:31 +01:00
webchick 3f38e917a5 Issue #2089631 by Wim Leers | jessebeach: Fixed Showing/hiding of CKEditor plugin settings is fragile, automate it (breaks in narrow viewports and when enabling CKEditor). 2013-10-15 14:08:52 -07:00
webchick 82753cda21 Revert "Issue #2089631 by Wim Leers | jessebeach: Fixed Showing/hiding of CKEditor plugin settings is fragile, automate it (breaks in narrow viewports and when enabling CKEditor)."
This reverts commit 46db1365ba.
2013-10-15 11:48:58 -07:00
Jennifer Hodgdon 9771d3ed25 Issue #2112261 by alexpott, damiankloip: Fix docs for drupal_get_profile() 2013-10-15 10:05:45 -07:00
Jennifer Hodgdon fa841b8092 Issue #2105065 by tim.plunkett, dawehner: Standards cleanup for null and other types in API docs 2013-10-15 09:48:37 -07:00
Nathaniel Catchpole 2977e2ab57 Issue #2071115 by jibran, amateescu: Remove #autocomplete_path in favor of #autocomplete_route. 2013-10-15 12:54:21 +01:00
webchick 46db1365ba Issue #2089631 by Wim Leers | jessebeach: Fixed Showing/hiding of CKEditor plugin settings is fragile, automate it (breaks in narrow viewports and when enabling CKEditor). 2013-10-14 22:29:19 -07:00
Nathaniel Catchpole aa05c211a7 Issue #2105167 by tim.plunkett: Fixed Legacy local actions are added alongside modern local actions. 2013-10-13 13:40:37 +01:00
Nathaniel Catchpole 43a270816d Issue #1589176 by nod_: Fixed Use data-* to store #states api informations. 2013-10-13 13:35:20 +01:00
Nathaniel Catchpole d50a62fc3d Issue #1975490 by ParisLiakos: Convert locale_custom_strings_* to settings. 2013-10-11 14:13:17 +01:00
Jennifer Hodgdon 31227acf31 Issue #2084535 by mErilainen, tankerjoe, DanielFbrg: Fix file_copy documentation around the case when source and destination are the same 2013-10-09 08:39:34 -07:00
webchick 4d6724c151 Issue #2030631 by emma.maria | LewisNyman: Make 'Save and Continue' buttons primary buttons. 2013-10-08 22:30:36 -07:00
webchick 6cff8c65fe Issue #2106129 by mmilano: Fixed drupal_valid_path() Notice: Undefined variable: form_item(). 2013-10-08 22:00:28 -07:00
webchick 9a598b7c15 Issue #2089327 by thedavidmeister, Cyberschorsch: Remove / deprecate calls to drupal_strip_dangerous_protocols() use \Drupal\Component\Utility\Url::stripDangerousProtocols(). 2013-10-08 21:42:16 -07:00
Nathaniel Catchpole 652c334234 Issue #2106709 by tim.plunkett: Remove legacy router backwards compatibility layer. 2013-10-08 18:04:42 +01: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 d48480f3db Issue #2099467 by moshe weitzman, chx: Let non-interactive installers determine mode of files directory and its subdirectories. 2013-10-07 10:03:36 -07:00
Nathaniel Catchpole ea41ae2568 Issue #2101661 by swentel: Fixed Update cache checking logic in core/includes/langauge.inc to use config system. 2013-10-07 12:09:58 +01:00
webchick 5dc3a2f37f Issue #2089351 by thedavidmeister, meba: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/includes. 2013-10-06 22:34:09 -07:00
webchick 0a90af252e Issue #2102019 by nod_: Fixed Vertical tabs looks broken on small screens. 2013-10-05 00:19:49 -07:00
Nathaniel Catchpole 7f45af4868 Issue #1829170 by LinL, socketwench, vijaycs85, mtift, LittleCoding, andypost, dawehner, ianmthomasuk: Convert the Maintenance Theme variable to settings. 2013-10-04 19:59:43 +01: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
Jennifer Hodgdon 95a174b224 Issue #2084659 by Xano: Fix indentation in return docblock for db_installer_object 2013-10-04 08:29:43 -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
Jennifer Hodgdon f4c5be06a4 Issue #1969256 by zhuber, ronan.orb: Replace stdClass with object in param docs, as per standards 2013-10-04 06:24:54 -07:00
webchick cd74c62406 Issue #2091691 by tim.plunkett: Convert test non-form page callbacks to routes and controllers. 2013-10-03 21:27:56 -07:00
webchick 4f59f9746f Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation. 2013-10-03 15:08:29 -07:00
webchick 6250d15fb0 Issue #1798732 by sun, Dean Reilly, mbrett5062, chx, westie, alexpott, juanolalla, Mark Carver, catch, jthorson, cam8001, Berdir: Convert install_task(), install_time() and install_current_batch() to use the state system. 2013-10-03 08:13:14 -07: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
Alex Pott a34cb25102 Issue #2002650 by mrsinguyen, chertzog, legolasbo, Erik Erskine, rhm50, sandergo90, grisendo, targoo, janstoeckler, maximpodorov, beowulf1416: Improve maintainability by removing unused local variables. 2013-10-02 14:52:21 +01:00
Alex Pott 0fc52f1178 Issue #2077473 by dawehner, damiankloip, pwolanin: Replace local action plugin discovery with YamlDiscovery and handle routes with parameters. 2013-10-01 23:24:51 +01:00
Alex Pott 714f9e3e1b Issue #2098111 by chx: Fixed Change KeyValueFactory to use Settings instead of $conf. 2013-10-01 14:18:34 +01:00
Alex Pott 085ad45799 Revert "Fixing commit message: Change KeyValueFactory to use Settings instead of $conf"
This reverts commit 227f21b322.
2013-10-01 14:17:15 +01:00
Nathaniel Catchpole 53e17bb855 Issue #2100753 by Berdir: Fixed route_parameters break lazy-save logic in MenuLinkStorageController::save(). 2013-10-01 13:09:08 +01: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
Alex Pott 227f21b322 Change KeyValueFactory to use Settings instead of $conf 2013-09-29 16:41:09 +02:00
Nathaniel Catchpole 7e163dbb19 Issue #1751194 by Cottser, mikl, effulgentsia, benjifisher: Introduce hook_theme_suggestions_HOOK() and hook_theme_suggestions_HOOK_alter(). 2013-09-29 08:19:59 +01:00
Alex Pott 4b72c96019 Issue #1839318 by JohnAlbin, echoz: Added Replace drupal.base.css library with normalize.css for all themes. 2013-09-28 16:30:28 +02:00
Dries ae5cc6f8f4 Issue #2067915 by eatings, kjay, bserem: Restore html attributes to maintenance-page.html.twig. 2013-09-27 20:35:13 +02:00