Alex Pott
|
a3c8c88fa4
|
Issue #2121849 by moshe weitzman: Move chmod.directory and chmod.file out of config and into settings so that file writes are independant of the config system.
|
2014-01-24 10:45:47 +01:00 |
webchick
|
f9bb7739c3
|
Issue #2165683 by Kartagis: Several British spelled words.
|
2014-01-23 22:08:18 -08:00 |
webchick
|
85170c9570
|
Issue #2108573 by pwolanin, swentel: Password-hash.sh is broken.
|
2014-01-23 22:01:55 -08:00 |
Alex Pott
|
531fd59314
|
Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-23 23:14:32 +01:00 |
Jennifer Hodgdon
|
2c038688df
|
Issue #2175765 by alexpott, Gábor Hojtsy: Fix comment in system_theme_default() to not refer to obsolete function
|
2014-01-23 11:44:39 -08:00 |
Nathaniel Catchpole
|
5d4d6b1c80
|
Issue #1979468 by Wim Leers, nod_, pwolanin, longwave, thedavidmeister, jessebeach, larowlan | catch: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-23 18:04:41 +00:00 |
Nathaniel Catchpole
|
34a955321f
|
Issue #1636992 by nod_, Wim Leers: Form.js' formUpdated event is unreliable/incomplete.
|
2014-01-23 11:11:07 +00:00 |
catch
|
b1128351da
|
Issue #2175823 by damiankloip, olli: Remove calls to invalidate/deleteTags on bins.
|
2014-01-22 20:35:48 +00:00 |
webchick
|
4fbb1a1be5
|
Issue #2160735 by Cottser, aspilicious: Add hook_theme_suggestions_alter().
|
2014-01-22 00:31:03 -08:00 |
webchick
|
d63c8faea6
|
Issue #2168333 by tim.plunkett, EclipseGc, yched, fago: Ensure custom EntityType controllers can be provided by modules.
|
2014-01-21 23:32:29 -08:00 |
Nathaniel Catchpole
|
eaaa8d8612
|
Issue #2073535 by Wim Leers: Node history markers require an HTTP request .
|
2014-01-16 13:18:41 +00:00 |
webchick
|
2214ca4e27
|
Revert "Issue #2171071 by jessebeach, Wim Leers: Remove drupal_add_library()."
Somehow this broke PHPUnit, so rolling back for now.
This reverts commit 91b465bdc5 .
|
2014-01-15 12:08:12 -08:00 |
Nathaniel Catchpole
|
0b55dcd841
|
Issue #1862202 by plach, Berdir, katbailey, ParisLiakos, alexpott, chx, sun, larowlan, Gábor Hojtsy, cosmicdreams, vijaycs85, YesCT, penyaskito, andypost, Albert Volkman, joelpitett: Objectify the language system.
|
2014-01-15 16:27:37 +00:00 |
Nathaniel Catchpole
|
9c5aac97be
|
Issue #1649780 by effulgentsia, jibran, Wim Leers, nod_, hefox, joelpittet, kaare, BarisW, sun, rbayliss, Cottser, fubhy: Remove first/last/odd/even classes in favor of CSS3 pseudo selectors.
|
2014-01-15 11:02:11 +00:00 |
webchick
|
eacd8a50b1
|
Issue #1987716 by pfrenssen, tim.plunkett, kgoel: Provide a FormTestBase class to allow PHPUnit form tests.
|
2014-01-13 19:38:51 -08:00 |
webchick
|
839dcc1c5d
|
Issue #2170085 by Wim Leers, jessebeach: Caption filter may not wrap images that are only aligned, not captioned.
|
2014-01-13 18:53:06 -08:00 |
webchick
|
91b465bdc5
|
Issue #2171071 by jessebeach, Wim Leers: Remove drupal_add_library().
|
2014-01-13 14:01:32 -08:00 |
webchick
|
9c4cd8d8e0
|
Issue #2144919 by yched, fago, effulgentsia, amateescu, tstoeckler, chx, larowlan, swentel: Allow widgets and formatters for base fields to be configured in Field UI.
|
2014-01-10 12:13:51 -08: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
|
667ec43270
|
Issue #2099105 by Berdir, andypost, amateescu, larowlan: Clean-up render cache when permission changes.
|
2014-01-10 11:30:55 +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 |
Alex Pott
|
bbed679fbf
|
Issue #2144327 by amateescu, effulgentsia, yched, dasjo: Make all field types provide a schema().
|
2014-01-08 15:45:21 +00:00 |
Nathaniel Catchpole
|
6065342e17
|
Revert "Issue #2142989 by fago, stefan.r: Test for BundleConstraintValidator."
This reverts commit cb41c8cfcf .
|
2014-01-08 12:57:16 +00:00 |
webchick
|
cb41c8cfcf
|
Issue #2142989 by fago, stefan.r: Test for BundleConstraintValidator.
|
2014-01-08 00:59:29 -08:00 |
webchick
|
e210e08511
|
Issue #2142981 by fago, mariancalinro: Test for AllowedValuesConstraintValidator.
|
2014-01-08 00:57:36 -08:00 |
webchick
|
8f76f3c18a
|
Issue #2142991 by fago, mariancalinro: Test for ComplexDataConstraintValidator.
|
2014-01-08 00:54:52 -08:00 |
webchick
|
5c80527210
|
Issue #1987854 by splatio, disasm, kim.pepper, vijaycs85, sidharthap, dawehner: Convert system_themes_page() to a new style controller.
|
2014-01-08 00:39:51 -08:00 |
webchick
|
d1275b0025
|
Issue #2042739 by jhedstrom, bdone, dawehner, tim.plunkett: Convert system module's ControllerResolverTest to phpunit.
|
2014-01-07 23:51:07 -08:00 |
webchick
|
f51f026f8b
|
Issue #2041793 by mortendk, rteijeiro, LewisNyman, magnify, axe312, zorp, mdrummond: Install-page.html.twig markup and CSS.
|
2014-01-07 23:38:33 -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 |
Nathaniel Catchpole
|
e948f79c4c
|
Issue #2074475 by benjy, Gábor Hojtsy: Rename {file_managed}.timestamp to 'changed' and add a created timestamp.
|
2014-01-07 10:54:41 +00: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 |
webchick
|
05b65b8a8c
|
Issue #2110643 by amateescu, dawehner: ControllerBase::container() and FormBase::container() needs to be private.
|
2014-01-06 11:13:56 -08:00 |
Nathaniel Catchpole
|
a521147255
|
Issue #2021933 by Crell, lz1irq: Catch exceptions from queue workers.
|
2014-01-06 12:58:27 +00:00 |
Nathaniel Catchpole
|
c84786171e
|
Issue #1928440 by ar-jan: Rename incorrectly named MailInterface implementations.
|
2014-01-06 12:39:20 +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
|
4418321c95
|
Revert "Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process."
This reverts commit dc2e4720df .
|
2014-01-05 11:58:18 +00: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 |
Alex Pott
|
35d043d510
|
Issue #2111263 by mondrake: Toolkit setup form displays settings for multiple toolkits.
|
2014-01-04 14:49:13 +01:00 |
Nathaniel Catchpole
|
60659cd603
|
Issue #2145881 by damiankloip, alexpott: Remove string casting from Crypt::hmacBase64(). Throw exceptions instead.
|
2014-01-03 19:37:19 +00:00 |
Nathaniel Catchpole
|
dc2e4720df
|
Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process.
|
2014-01-03 17:52:19 +00:00 |
Nathaniel Catchpole
|
ae12caf9ea
|
Issue #2160599 by Wim Leers, vijaycs85: Remove drupal_add_js() from system module.
|
2014-01-03 17:25:23 +00:00 |
Alex Pott
|
52eb9366e4
|
Issue #1069140 by claudiu.cristea: Requirements should be provided by image toolkit.
|
2014-01-03 13:42:22 +01:00 |
webchick
|
d5efc596c8
|
Issue #2133325 by mtift, alexpott, sun: Create a site UUID on install and only allow config sync between sites with the same UUID.
|
2014-01-02 23:48:25 -08:00 |
webchick
|
b2a6ece3fb
|
Issue #2142979 by Gábor Hojtsy, LinL, k4v, plach: Entity label langcode argument is a lie, incompatible with current API.
|
2014-01-02 22:09:04 -08:00 |
webchick
|
a05ecf2a9e
|
Issue #2068471 follow-up by dawehner, Crell, jbrown: Fix fatal error in admin/reports/status
|
2014-01-02 09:32:26 -08:00 |
webchick
|
3e13755d1f
|
Issue #1968970 by plach: Standardize module-provided entity info documentation and clean-up the @EntityType annotation.
|
2014-01-02 07:19:48 -08:00 |
Nathaniel Catchpole
|
76e06cfb02
|
Issue #1800022 by Wim Leers, JohnAlbin, herom: Update Backbone and Underscore.
|
2014-01-02 13:46:53 +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
|
d9f2ba2c84
|
Issue #2109035 by tim.plunkett, damiankloip, dawehner, chx: Make access checkers (much) easier to find.
|
2013-12-31 16:06:09 -08:00 |
webchick
|
a06d7830eb
|
Issue #2107531 by pwolanin, neclimdul, cilefen, dawehner, YesCT, tim.plunkett: Improve DX of local task YAML definitions.
|
2013-12-31 15:48:51 -08:00 |
webchick
|
0c3df5fc46
|
Issue #2161955 by wiifm, dawehner, mikeytown2: HHVM compatibility .
|
2013-12-31 15:35:56 -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
|
7240b39bff
|
Issue #1887750 by Berdir, alexpott: Use path relative to DRUPAL_ROOT in configuration directories.
|
2013-12-30 17:53:00 +00:00 |
webchick
|
bb4359a428
|
Issue #2067079 by yched, andypost: Remove the Field Language API.
|
2013-12-27 22:42:52 -08:00 |
webchick
|
14b84b11ff
|
Issue #1874564 by andypost: Fix access handling SystemMenuBlock::access().
|
2013-12-27 22:25:00 -08:00 |
Alex Pott
|
588e6783d2
|
Issue #2146733 by andypost, chx, InternetDevels, bohart: Select queries should not use rowCount() to calculate number of rows.
|
2013-12-27 11:23:31 +00:00 |
webchick
|
12f895ec39
|
Issue #2132145 by plopesc, amateescu, Xano: Rename 'typed_data' / Drupal::typedData() to 'typed_data_manager' / Drupal::typedDataManager.
|
2013-12-26 14:22:40 -08:00 |
Alex Pott
|
4f2d2ab709
|
Issue #2160811 by sun, damiankloip, dawehner: Router rebuild fails (even via rebuild script), in case the provider of existing routes has changed.
|
2013-12-26 14:48:52 +00: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
|
b3ac555f5c
|
Issue #2158259 by Wim Leers: Batch system's ProcessingTest has some broken tests.
|
2013-12-20 12:58:18 +00: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 |
webchick
|
3465947578
|
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
|
2013-12-19 10:28:42 -08:00 |
Nathaniel Catchpole
|
5cc0a0ce6d
|
Issue #1874498 by tim.plunkett, dawehner, jibran, benjy: Provide and use API methods for retrieving base plugin and derivative names from block plugin IDs.
|
2013-12-19 17:57:48 +00:00 |
Nathaniel Catchpole
|
ba6591cdd2
|
Issue #2018319 by yched, swentel, pcambra: Remove field_read_field(s)() and field_read_instance(s) in favor of entity_load() and entity_load_multiple_by_properties().
|
2013-12-19 14:10:57 +00:00 |
Dries
|
c478bf4062
|
Issue #2150621 by damiankloip: Separate applies and build logic for breadcrumb builders.
|
2013-12-18 15:22:36 -05:00 |
Dries
|
17cc6dab8b
|
Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback.
|
2013-12-18 15:09:35 -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 |
Alex Pott
|
ff4a8e9fc7
|
Issue #2095335 by Wim Leers, vijaycs85: Remove drupal_add_css() and drupal_add_js() from the ajax system.
|
2013-12-14 20:42:47 +00:00 |
webchick
|
6db1e492e9
|
Issue #2148071 by Gábor Hojtsy, philipz, marthinal, penyaskito: Cannot install in foreign language (Undefined index: und in ContentEntityBase->language()).
|
2013-12-13 22:17:24 -08:00 |
Alex Pott
|
be70033ea1
|
Issue #2151427 by andypost, TR: Convert COMMENT_NOT_PUBLISHED & COMMENT_PUBLISHED to a constant on the comment interface.
|
2013-12-13 13:45:37 +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 |
webchick
|
aaaf31c9aa
|
Issue #2154683 by Gábor Hojtsy: Ul.links has no active styling for links (language switcher active link is indistinguishable).
|
2013-12-12 10:18:37 -08:00 |
Alex Pott
|
65be82a128
|
Issue #2095283 by Berdir, chx, amateescu, vladan.me: Remove non-storage logic from the storage controllers.
|
2013-12-12 14:46:24 +00:00 |
Nathaniel Catchpole
|
356325442f
|
Issue #2062211 by rych, m1r1k, joelpittet, dstorozhuk: Remove calls to deprecated global $user in system module (first part).
|
2013-12-12 11:03:09 +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 |
Nathaniel Catchpole
|
4b7da9abff
|
Issue #221081 by David_Rothstein, fago, schwern, Berdir: Entity cache out of sync and inconsistent when saving/deleting entities.
|
2013-12-11 11:52:47 +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
|
8c59a99310
|
Issue #2062247 by m1r1k, Garbar: Remove calls to deprecated global in core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php.
|
2013-12-10 22:55:16 -08:00 |
webchick
|
6819e5e0d6
|
Issue #2098197 by dawehner, vijaycs85, damiankloip, tstoeckler: Add getAllRoutes() method to RouteProvider .
|
2013-12-10 22:50:17 -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 |
webchick
|
5e3bf09934
|
Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.
|
2013-12-10 22:10:05 -08:00 |
webchick
|
4a49c5714d
|
Issue #1820086 by gcassie: Remove mention of drupal_session_count() from inline documentation.
|
2013-12-10 22:05:09 -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 |
Dries
|
dd3e5a1177
|
Issue #2102479 by InternetDevels, dipen chaudhary: Remove drupal_set_title in system/ajax_test module controllers.
|
2013-12-10 11:21:49 -05:00 |
Nathaniel Catchpole
|
fed0e7e006
|
Issue #1879200 by pcambra, swentel, Berdir: Remove uneeded argument from entity type callbacks.
|
2013-12-10 14:26:35 +00:00 |
Nathaniel Catchpole
|
f296eace0f
|
Issue #2151117 by Cottser, joelpittet: Remove theme_system_powered_by().
|
2013-12-10 14:19:37 +00:00 |
Nathaniel Catchpole
|
52d3b49336
|
Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script.
|
2013-12-10 13:50:21 +00:00 |
Alex Pott
|
560e5afd66
|
Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface.
|
2013-12-10 00:45:01 +00:00 |
Alex Pott
|
cdac25ee08
|
Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods.
|
2013-12-09 19:19:58 -04:00 |
webchick
|
f352b55c74
|
Issue #2080117 by Enxebre, mcrittenden: Add assertion to Drupal/system/Tests/Database/DeleteTruncateTest.php.
|
2013-12-07 21:11:48 -08:00 |
webchick
|
a16eb5a389
|
Issue #2147501 by dawehner: Convert most of the left over local tasks.
|
2013-12-07 15:16:21 -08:00 |
webchick
|
8bacdc2aa6
|
Issue #2020399 by mr.baileys, oadaeh, dawehner, yanniboi, Xano, Andi-D: Convert 'Who's online' block to a View.
|
2013-12-06 15:19:50 -08:00 |
Nathaniel Catchpole
|
e8c263c4a5
|
Issue #2112239 by amateescu: Convert base field and property definitions.
|
2013-12-06 10:56:29 +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
|
340c023cf6
|
Issue #2149263 by tim.plunkett: Remove confirm_form().
|
2013-12-04 18:16:46 -08:00 |
webchick
|
1efed5500d
|
Issue #2123843 by damiankloip: Camelize views form methods.
|
2013-12-04 08:29:50 -08:00 |
webchick
|
6cd88832e7
|
Issue #2080365 by mrsinguyen: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php.
|
2013-12-04 00:52:29 -08:00 |
webchick
|
3eb67ce825
|
Issue #2080013 by mrsinguyen: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Form/ImageToolkitForm.php.
|
2013-12-04 00:46:45 -08:00 |
webchick
|
3303032e75
|
Issue #2080321 by sandergo90, guregori: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php.
|
2013-12-04 00:33:21 -08:00 |
webchick
|
1fd57f63d1
|
Issue #2080105 by rhm50: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php.
|
2013-12-04 00:21:57 -08:00 |
webchick
|
6f2c0ee429
|
Issue #2080309 by aaronott: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php.
|
2013-12-04 00:18:00 -08:00 |
webchick
|
d26b4a9476
|
Issue #2080303 by aaronott: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php.
|
2013-12-04 00:16:39 -08:00 |
webchick
|
0925d67ff1
|
Issue #2080295 by mcrittenden: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php.
|
2013-12-04 00:13:37 -08:00 |
webchick
|
d7f54e8d39
|
Issue #2080119 by mcrittenden: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php.
|
2013-12-04 00:12:33 -08:00 |
webchick
|
a65cbe78a7
|
Issue #2080305 by aaronott: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php.
|
2013-12-04 00:11:37 -08:00 |
webchick
|
afe1ae54f7
|
Issue #2080291 by justinchev: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php.
|
2013-12-04 00:05:32 -08:00 |
webchick
|
637bdc6731
|
Issue #2080357 by mrsinguyen: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Ajax/DialogTest.php.
|
2013-12-03 23:47:25 -08:00 |
webchick
|
1d60ef3d4b
|
Issue #2043047 by makemineatriple, emma.maria, patrickd: Slogan shown on installation pages.
|
2013-12-03 23:43:48 -08:00 |
webchick
|
bca5404891
|
Issue #2080115 by aaronott: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php.
|
2013-12-03 22:34:21 -08:00 |
webchick
|
f699ab0b17
|
Issue #2144585 by amateescu: Remove stale references to the 'filter_format' table.
|
2013-12-03 21:16:49 -08:00 |
webchick
|
ada9c9da11
|
Issue #2109303 by damiankloip, ParisLiakos: Convert CSRF checks in controllers to the routing system.
|
2013-12-03 20:27:53 -08:00 |
webchick
|
6d0ba6bfd7
|
Issue #2143349 by larowlan: Submitting a form as an anonymous user when $form['#token'] = FALSE results in a notice.
|
2013-12-03 11:32:57 -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 |
Jennifer Hodgdon
|
d4e06fa838
|
Issue #2139169 by ajiang: Remove obsolete information in Annotations topic
|
2013-12-03 07:42:14 -08:00 |
Jennifer Hodgdon
|
a24a7a3dee
|
Issue #2142931 by jian he, longwave: Fix class name in docs for hook_entity_operation_alter
|
2013-12-03 07:39:53 -08:00 |
Nathaniel Catchpole
|
0432bc8616
|
Issue #2080113 by deneo, rhm50: Remove Unused local variable $plugin_id from /core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php.
|
2013-12-03 12:30:12 +00:00 |
Nathaniel Catchpole
|
0eb6d0832f
|
Issue #2096593 by Wim Leers: Remove drupal_add_css() from system.module.
|
2013-12-03 12:02:23 +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 |
Nathaniel Catchpole
|
a1b0d2480d
|
Issue #2031219 by deneo, crowdcg: Remove theme_link from system.performance.yml
|
2013-12-03 11:10:08 +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 |
Alex Pott
|
8e729c32fe
|
Issue #2102417 by damiankloip, dawehner: Change Drupal\Core\Routing\RouteBuildEvent::getModule() to getProvider().
|
2013-12-01 09:56:50 -04:00 |
Nathaniel Catchpole
|
4983867b78
|
Issue #2103155 by claudiu.cristea, chx: Pick up plugins in subdirs.
|
2013-12-01 12:36:42 +00:00 |
Nathaniel Catchpole
|
27da86c99f
|
Issue #2102521 by ianthomas_uk, tim.plunkett: Finish converting menu.module to CMI.
|
2013-11-28 19:26:58 +00:00 |
webchick
|
beee5c272a
|
Issue #2003812 by jsbalsera, Xano, mducharme, NonProfit, shixish | dagmita: Reorder element under configuration => Regional and language.
|
2013-11-28 00:55:52 -08:00 |
webchick
|
22cb5c3f51
|
Issue #2144795 by InternetDevels: ConnectionUnitTest fails with not MySQL driver.
|
2013-11-28 00:50:53 -08:00 |
webchick
|
aeecb0a4ce
|
Issue #2076445 by plach, andypost, yched, Gábor Hojtsy: Make sure language codes for original field values always match entity language regardless of field translatability.
|
2013-11-28 00:25:13 -08:00 |
webchick
|
063b5cd333
|
Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes.
|
2013-11-27 23:44:52 -08:00 |
webchick
|
d6362badbf
|
Issue #2145463 by damiankloip: Remove LegacyBreadcrumbBuilder.
|
2013-11-27 23:33:00 -08:00 |
webchick
|
9bcaedec15
|
Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions.
|
2013-11-27 13:55:54 -08:00 |
Nathaniel Catchpole
|
e4db5cd4e2
|
Issue #576276 by tim.plunkett, larowlan: Abort validation when the token validation fails.
|
2013-11-27 14:28:02 +00:00 |
Dries
|
4a689c5985
|
Issue #2088121 by nod_, RobLoach, joelpittet, Gábor Hojtsy: Remove Overlay.
|
2013-11-26 17:07:54 -05:00 |
Dries
|
76fb5cba8f
|
Issue #1712456 by damiankloip, aspilicious, amateescu: How to leverage cache tags in Views.
|
2013-11-26 15:17:52 -05:00 |
webchick
|
a83becbdea
|
Issue #1255696 by dagmar, lslinnet, swentel, jenlampton, sun: Move field type modules into separate 'Field type' package.
|
2013-11-24 13:29:58 -08:00 |
webchick
|
dc544e2f65
|
Revert "Issue #2002336 by mgifford, falcon03, Liam Morland: Introduce a class to hide borders fieldsets elements."
This is not in-line with CSS standards, so temporarily rolling back for
further discussion.
This reverts commit 20faa056a5 .
|
2013-11-24 12:43:08 -08: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
|
20faa056a5
|
Issue #2002336 by mgifford, falcon03, Liam Morland: Introduce a class to hide borders fieldsets elements.
|
2013-11-23 20:52:31 -08:00 |