Nathaniel Catchpole
|
aa03c3dd54
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
|
2014-01-30 12:04:18 +00:00 |
Nathaniel Catchpole
|
09ff81ae52
|
Issue #2167039 by likin, dawehner, Wim Leers, tstoeckler, vijaycs85: Regression: page cache tags broken, also: some routes incorrectly use _controller -> No page object in template variables -> Fatal in seven_preprocess_page().
|
2014-01-29 10:47:12 +00:00 |
Alex Pott
|
acd3a59ea8
|
Issue #2047633 by pwolanin, dawehner, kim.pepper, 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-29 08:25:00 +00:00 |
Nathaniel Catchpole
|
e373ebee34
|
Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem.
|
2014-01-28 13:07:47 +00:00 |
Nathaniel Catchpole
|
8bc36db189
|
Issue #2181811 by alexpott: System info can become inconsistent if hook_system_info_alter() makes a module required.
|
2014-01-27 12:41:44 +00:00 |
webchick
|
673d85fcae
|
Issue #2143557 by Cottser, webflo, chr.fritsch: Add modules and themes as twig namespaces.
|
2014-01-24 17:40:32 -08:00 |
Alex Pott
|
42e2c36937
|
Revert "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."
This reverts commit 531fd59314 .
|
2014-01-24 19:01:38 +01:00 |
webchick
|
f9bb7739c3
|
Issue #2165683 by Kartagis: Several British spelled words.
|
2014-01-23 22:08:18 -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 |
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 |
webchick
|
4fbb1a1be5
|
Issue #2160735 by Cottser, aspilicious: Add hook_theme_suggestions_alter().
|
2014-01-22 00:31:03 -08: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
|
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
|
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 |
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
|
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
|
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
|
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 |
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
|
3465947578
|
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
|
2013-12-19 10:28:42 -08: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 |
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 |
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 |
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
|
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
|
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 |
Alex Pott
|
cdac25ee08
|
Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods.
|
2013-12-09 19:19:58 -04: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 |
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 |
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
|
f699ab0b17
|
Issue #2144585 by amateescu: Remove stale references to the 'filter_format' table.
|
2013-12-03 21:16:49 -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
|
0eb6d0832f
|
Issue #2096593 by Wim Leers: Remove drupal_add_css() from system.module.
|
2013-12-03 12:02:23 +00: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 |
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 |
Dries
|
4a689c5985
|
Issue #2088121 by nod_, RobLoach, joelpittet, Gábor Hojtsy: Remove Overlay.
|
2013-11-26 17:07:54 -05:00 |
webchick
|
b9dd442912
|
Issue #2087253 by olli: Views entity area handler does not check view access.
|
2013-11-23 13:16:33 -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 |
catch
|
e5b98c30fa
|
Issue #2103635 by claudiu.cristea | fietserwin: Remove effects from ImageInterface.
|
2013-11-22 20:45:11 +00: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 |
Jennifer Hodgdon
|
956c27fd26
|
Issue #2120035 by samhassell, dawehner: Clean up docs headers for views include files
|
2013-11-20 10:38:33 -08:00 |
Nathaniel Catchpole
|
fbe932254f
|
Issue #2111823 by amateescu, dawehner: Convert field_ui / Entity local tasks to YAML definitions.
|
2013-11-20 11:37:29 +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 |
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 |
catch
|
241348d510
|
Issue #2073531 by tim.plunkett, dawehner, Berdir, catch, plach: Use current user service instead of _account, remove _account from the request object.
|
2013-11-16 21:26:50 +00:00 |
Alex Pott
|
7b8e204118
|
Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names.
|
2013-11-15 09:31:24 -04:00 |
webchick
|
744309f9f2
|
Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()'].
|
2013-11-13 21:31:49 -08:00 |
Nathaniel Catchpole
|
3c3eb990fd
|
Issue #1810350 by plach, kfritsche, boran, YesCT: Remove menu_* entity keys and replace them with entity links.
|
2013-11-07 10:55:26 +00: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 |
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 |
webchick
|
952f57a111
|
Issue #2125043 by Sutharsan: Remove '#type' => 'markup'.
|
2013-11-06 09:11:18 -08: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 |
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 |
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 |
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
|
4347a45177
|
Issue #1988508 by katbailey, aspilicious, dawehner: Stop pretending we support Symfony bundles when we really just have service providers.
|
2013-10-25 11:32:24 +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
|
ab59feb8ea
|
Issue #2095943 by dotoree, Tim Bozeman: Core modules and themes missing the version attribute in info.yml.
|
2013-10-22 16:23:24 -07:00 |
Alex Pott
|
3ded2216b0
|
Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType.
|
2013-10-19 09:12:13 +01:00 |
Nathaniel Catchpole
|
784cebbe5a
|
Issue #2098795 by tim.plunkett, Sean Charles, tstoeckler, dawehner, larowlan, damiankloip: Create Base Class for RouteSubscriber Class.
|
2013-10-18 09:54:56 +01:00 |
webchick
|
d0d5f6be9b
|
Issue #2112759 by effulgentsia: Add ContentEntityInterface::hasField().
|
2013-10-17 23:16:26 -07:00 |
Alex Pott
|
83e1359edc
|
Issue #2107483 by StephaneQ: Make basic_auth() module and http_basic() auth setting consistent.
|
2013-10-17 23:41:58 +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
|
5b026c3854
|
Issue #2004626 by plach, kfritsche, vijaycs85, Pancho, penyaskito: Make non-configurable field translation settings available in the content language settings.
|
2013-10-14 16:40:28 +01:00 |
Nathaniel Catchpole
|
5459354982
|
Issue #2095399 by Berdir: Merge DatabaseStorageController and DatabaseStorageControllerNG.
|
2013-10-13 12:34:58 +01:00 |
webchick
|
0f8d219176
|
Issue #2108077 by claudiu.cristea: ImageToolkit annotation object left under system module.
|
2013-10-09 08:29:42 -07:00 |
Nathaniel Catchpole
|
db6985bae4
|
Issue #2106349 by plach, dawehner, Gábor Hojtsy: Fixed Comment translation overview has broken local tasks.
|
2013-10-09 11:55:15 +01:00 |
webchick
|
e9843f499e
|
Issue #2080391 by johnmcc, Bladedu, chertzog, jeroen12345: Remove Unused local variables from multiple core files.
|
2013-10-08 21:40:04 -07:00 |
webchick
|
9a09f69b7d
|
Issue #2048827 by claudiu.cristea, tim.plunkett: Move Image toolkit API from system.module to Drupal\Core.
|
2013-10-08 16:26:42 -07:00 |
Nathaniel Catchpole
|
dc436055f7
|
Issue #2067809 by Berdir, damiankloip: Fixed YamlDiscovery uses basename of directory instead of module name.
|
2013-10-08 16:49:43 +01:00 |
Nathaniel Catchpole
|
605ed74f83
|
Issue #2105407 by swentel, plach: Fixed Changing language settings for fields ends in a fatal error.
|
2013-10-08 13:15:53 +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
|
ea8db03250
|
Issue #2095121 by clemens.tolboom, jibran: Ensure every path in routing.yml files has a leading slash.
|
2013-10-07 08:09:41 -07:00 |
webchick
|
d8389c2aba
|
Issue #2037569 by tstoeckler, ParisLaikos, wildflower_0002, pfrenssen, tim.plunkett: Remove design_test module.
|
2013-10-06 22:05:28 -07:00 |
webchick
|
e81c0f1285
|
Issue #2102653 by tim.plunkett, disasm: Convert test form callbacks to new form controller.
|
2013-10-05 16:16:50 -07: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 |
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 |
Alex Pott
|
bcc5763239
|
Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities.
|
2013-10-04 08:55:32 +01: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
|
2867e5ba74
|
Issue #2095613 by juanolalla, g.oechsler, grisendo | YesCT: Convert all plugin IDs in local_tasks().yml to 'module_name().foo_bar()' naming convention to match routing convention.
|
2013-10-03 15:21:33 -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 |
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
|
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 |
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
|
691a576259
|
Issue #1994140 by Berdir, yched, fgm, smiletrl: Unify entity field access and Field API access.
|
2013-09-30 15:14:06 +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
|
156bdc4349
|
Issue #2066219 by claudiu.cristea, fietserwin: Decouple image type from image extension.
|
2013-09-28 18:43:17 +02:00 |
Alex Pott
|
510c81a9c5
|
Issue #2051923 by Berdir, dixon_, plach: Rename \Drupal\Core\Entity\Field\Field, related subclasses and interfaces to *FieldItemList.
|
2013-09-28 13:29:14 +02:00 |
Alex Pott
|
37949fe378
|
Issue #731724 by larowlan, andypost, dixon_, tsvenson: Convert comment settings into a field to make them work with CMI and non-node entities.
|
2013-09-27 17:34:47 +02:00 |
webchick
|
a0cb0b79f9
|
Issue #2049465 by niko-, andypost, mradcliffe, claudiu.cristea, LinL: Fixed Upgrade of image styles and effects broken.
|
2013-09-27 14:27:55 +02:00 |
Alex Pott
|
10b43b953b
|
Issue #1953528 by swentel, Hydra: Store 'per-bundle view mode settings' in CMI, get rid of field_bundle_settings() & its variable.
|
2013-09-27 12:06:58 +02:00 |
Alex Pott
|
375fadff21
|
Issue #2095139 by dawehner, pwolanin, kfritsche, YesCT, tstoeckler: Fixed Checking for the active tab should use raw variables.
|
2013-09-26 01:13:55 +02:00 |
Alex Pott
|
e40eb19722
|
Issue #2086095 by yched, swentel, Hydra: Fixed Remove remaining references to field_sql_storage().
|
2013-09-23 15:04:08 +02:00 |
Alex Pott
|
47ec9cf0be
|
Issue #2076085 by dawehner, damiankloip, Letharion, pwolanin: Resolve the need for a 'title callback' using the route .
|
2013-09-22 17:01:56 +02:00 |
Alex Pott
|
2891848ce4
|
Issue #2057377 by Xano: Added Implement hook_entity_access() and hook_entity_create_access().
|
2013-09-22 15:09:58 +02:00 |
Nathaniel Catchpole
|
d7fa47b49b
|
Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support.
|
2013-09-22 09:31:05 +01:00 |
Alex Pott
|
477cb6ee97
|
Issue #2041225 by swentel: Fixed FieldInstance::delete() doesn't clean up all form modes.
|
2013-09-21 18:00:22 +02:00 |
Alex Pott
|
37422573a3
|
Issue #2053489 followup by tim.plunkett, klausi: Standardize on \Drupal throughout core.
|
2013-09-21 17:23:51 +02:00 |
webchick
|
b13a82c2bb
|
Issue #1778122 follow-up by beejeebus: Added missing = sign.
|
2013-09-21 06:29:43 +02:00 |
Nathaniel Catchpole
|
9e5def44b7
|
Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements.
|
2013-09-20 10:59:23 +01:00 |
Nathaniel Catchpole
|
8980243b8f
|
Issue #2076283 by dawehner, pwolanin, neclimdul: Allow local task plugins on paths with a dynamic value (like a node).
|
2013-09-20 10:53:46 +01:00 |
Dries
|
65b155d9c2
|
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
|
2013-09-19 18:22:53 +02:00 |
webchick
|
deebed44b2
|
Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method.
|
2013-09-18 18:48:18 -07:00 |
webchick
|
4b7a30edd0
|
Issue #2089627 by tim.plunkett: Move \Drupal\system\SystemConfigFormBase to \Drupal\Core\Form\ConfigFormBase.
|
2013-09-16 08:43:28 -07:00 |
webchick
|
8347b04c34
|
Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors.
|
2013-09-15 22:06:19 -07:00 |
webchick
|
7cfa38d01a
|
Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files.
|
2013-09-15 21:47:28 -07:00 |
webchick
|
5e9ac4dd2d
|
Issue #2087279 by larowlan, dawehner, disasm, tim.plunkett: Add a config() method to FormBase.
|
2013-09-15 21:43:06 -07:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
webchick
|
12226d9c4c
|
Issue #1987804 by disasm, dawehner: Convert plugin_test_definitions() to a new style controller.
|
2013-09-14 23:51:42 -07:00 |
webchick
|
32eb0bc989
|
Issue #1987624 by disasm, robeano, piyuesh23, dawehner | vijaycs85: Convert batch_test() page callbacks to a new style controller.
|
2013-09-14 23:50:30 -07:00 |
webchick
|
2dfecb5ed2
|
Issue #1987644 by mparker17, dawehner: Convert common_test_destination() to a new style controller.
|
2013-09-14 23:35:51 -07:00 |
webchick
|
491bd633a1
|
Issue #1987870 by disasm: Convert theme_test() callbacks to a new style controller.
|
2013-09-14 01:21:48 -07:00 |
webchick
|
1b4f104616
|
Issue #1987656 by mparker17: Convert common_test_js_and_css_querystring() to a new style controller.
|
2013-09-14 01:15:44 -07:00 |
webchick
|
61de49623b
|
Issue #1987572 by mrded, vijaycs85, Sean Buscay: Convert session_test() callbacks to a new style controller.
|
2013-09-14 01:12:02 -07:00 |
Dries
|
c6f8449f74
|
Issue #1203886 by catch, sun, David_Rothstein, RobLoach, tim.plunkett, greggles, alexpott, DamienMcKenna: Remove the PHP module from Drupal core
|
2013-09-13 16:15:06 -04:00 |
webchick
|
1a94d949b7
|
Issue #1987718 by brianV, larowlan: Convert form_test_two_instances() to a new style controller.
|
2013-09-12 23:33:45 -07:00 |
webchick
|
ca7ae5992a
|
Issue #1963394 by tim.plunkett, jibran, effulgentsia: Fixed ConfirmFormBase::getCancelPath() should allow for a route.
|
2013-09-12 21:51:47 -07:00 |
webchick
|
f32e302e03
|
Issue #2084057 by dawehner: Fixed Translate _title on routes.
|
2013-09-12 14:35:27 -07:00 |
webchick
|
c4dd26c022
|
Issue #2077513 by tim.plunkett, jibran, ParisLiakos, msonnabaum: Refactor ControllerBase to be more consistent with FormBase.
|
2013-09-11 22:24:39 -07:00 |
webchick
|
6f7b196838
|
Issue #2087007 by pwolanin: Fixed The default weight for a local task should be NULL not 0.
|
2013-09-11 16:29:52 -07:00 |
webchick
|
5bf7fec3c5
|
Issue #2082081 by pwolanin: Fixed Incorrect documentation in drupal-7.forum.database.php.
|
2013-09-11 15:41:07 -07:00 |
webchick
|
d009cac09c
|
Issue #2074037 by Wim Leers, effulgentsia: Add drupalPostUrl() — drupalPost()/drupalPostAjax() are for forms only, D8 JS performs non-form HTTP requests.
|
2013-09-11 12:41:33 -07:00 |
webchick
|
f503d2282a
|
Issue #2074509 by tim.plunkett, falcon03, mgifford, Xano: Fixed Add missing #title property to ensure form accessibility.
|
2013-09-11 00:16:22 -07:00 |