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 |
catch
|
c049f3f1d6
|
Issue #2005644 by Wim Leers, damiankloip, beejeebus, amateescu: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash.
|
2013-12-22 21:58:10 +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
|
3465947578
|
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
|
2013-12-19 10:28:42 -08: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 |
Nathaniel Catchpole
|
d443c10cc1
|
Issue #2021779 by amateescu, tim.plunkett: Decouple shortcuts from menu links.
|
2013-12-15 09:51:10 +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 |
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 |
Nathaniel Catchpole
|
d4dcb5c357
|
Issue #1342198 by nod_, droplet, cosmicdreams, RobLoach, aspilicious: Use .on and .off instead of .bind, .unbind and .delegate.
|
2013-12-04 14:28:18 +00: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 |
Nathaniel Catchpole
|
9f671f539a
|
Issue #2080713 by chertzog: Remove Unused local variable $uuid from /core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php.
|
2013-12-02 12:49:41 +00: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
|
d6cda5707d
|
Issue #2113319 by Xano: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId().
|
2013-11-23 13:23:55 -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 |
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
|
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 |
webchick
|
9e8d2a9a47
|
Issue #2135787 by amateescu, Gábor Hojtsy, YesCT: Move static config entity local tasks to local_tasks().yml.
|
2013-11-18 09:39:25 -08: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 |
webchick
|
8469376958
|
Issue #2085201 by jessebeach, tim.plunkett, dawehner, yoroy: Use sensible block categories (rather than module-name categories).
|
2013-11-12 15:53:34 -08:00 |
Nathaniel Catchpole
|
acc31be4bc
|
Issue #1798296 by damiankloip, Xano, David_Rothstein, Crell, dawehner: Integrate CSRF link token directly into routing system.
|
2013-11-11 11:38:41 +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 |
Alex Pott
|
bf3e9cfaaa
|
Issue #2112705 by mikey_p: Replace EntityType::$module with provider.
|
2013-11-02 22:11:53 -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 |
Alex Pott
|
270708d58a
|
Issue #2102125 followup by tim.plunkett, Gábor Hojtsy: Big Local Task Conversion.
|
2013-10-25 10:16:02 -07: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
|
b201c0546c
|
Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId().
|
2013-10-16 13:37:27 +01:00 |
Jennifer Hodgdon
|
b17e6b0280
|
Issue #2091361 by petrpo, lostkangaroo: Update hook_help for Shortcut module
|
2013-10-15 10:07:43 -07:00 |
webchick
|
3da03a2673
|
Issue #1969800 by swentel, mtift, tayzlor, chx, xjm, herom: Add UUIDs to default configuration.
|
2013-10-09 18:37:14 -07:00 |
webchick
|
6302d0e020
|
Issue #2089511 by RoSk0, tim.plunkett: Convert info file configure link to route name.
|
2013-10-07 23:07:56 -07: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
|
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
|
ec7cdc9723
|
Issue #2061907 by danylevskyi, m1r1k: Remove calls to deprecated global $user in shortcut module.
|
2013-10-02 22:42:16 +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 |
webchick
|
7dedb6cad0
|
Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service.
|
2013-09-25 00:16:05 +02:00 |
Alex Pott
|
523c8b6cb0
|
Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller.
|
2013-09-21 13:42:43 +02:00 |
Alex Pott
|
24e3c5d154
|
Issue #2083615 by Gábor Hojtsy, YesCT: Use links annotation for config entity URI like for content entities.
|
2013-09-18 14:10:04 +01:00 |
webchick
|
d75787dfba
|
Issue #2087995 by amateescu: All entity post*() and pre*() methods should call their parent implementation.
|
2013-09-17 22:56:38 -07:00 |
Alex Pott
|
1f9a488b92
|
Issue #1834002 by Gábor Hojtsy: Fixed Delete operations are all over the place. Remove tabs, provide title in routing.
|
2013-09-17 15:49:45 +01: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
|
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
|
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
|
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 |
Alex Pott
|
b84bec5303
|
Issue #1978952 followup by tim.plunkett, disasm: Fixed Regression: Convert shortcut_set_add() to a Controller.
|
2013-09-06 14:08:16 +02:00 |
Alex Pott
|
95c2e17ca1
|
Issue #2073813 by pwolanin, dawehner, tstoeckler, twistor: Add a UrlGenerator helper to FormBase and ControllerBase.
|
2013-09-05 21:40:11 +02:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |