Alex Pott
|
258856aee9
|
Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler.
|
2014-08-07 23:27:28 +01:00 |
Nathaniel Catchpole
|
381b05e5f1
|
Issue #2269025 by penyaskito, andypost, grom358, Berdir, mikeegoulding, larowlan: Fixed CommentManager::getAllFields() should have a static cache.
|
2014-08-07 11:53:05 +01:00 |
Alex Pott
|
9eac446013
|
Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName().
|
2014-08-06 09:50:23 +01:00 |
Alex Pott
|
5afbef9591
|
Issue #749748 by Bès, penyaskito, sun, hefox, Dave Reid, mavimo | c960657: Fixed Contact, register and comment forms do not prefill with user info from browser.
|
2014-08-06 09:23:17 +01:00 |
Alex Pott
|
627a719a7f
|
Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect().
|
2014-08-06 09:05:02 +01:00 |
Alex Pott
|
8f04acbb77
|
Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter.
|
2014-08-05 11:39:21 +01:00 |
webchick
|
d82eb50d7d
|
Issue #2315189 by herom: Fixed 2 schema element types mistyped as sequence.
|
2014-08-04 13:17:54 -07:00 |
webchick
|
cb24b1e304
|
Issue #2314867 by Crell: Standardize comment entity route names.
|
2014-08-04 10:19:44 -07:00 |
Alex Pott
|
e7e766618c
|
Issue #2306071 by dawehner: Tag backend services.
|
2014-08-04 12:54:30 +01:00 |
Alex Pott
|
5f4bbab95c
|
Issue #2313823 by tim.plunkett, martin107: Use FormStateInterface for all typehints.
|
2014-08-04 12:21:15 +01:00 |
Alex Pott
|
537457b512
|
Issue #2308821 by tim.plunkett: Replace FormErrorInterface with $form_state->setErrorByName() and $form_state->setError().
|
2014-08-04 11:19:36 +01:00 |
Nathaniel Catchpole
|
a91ef2b853
|
Issue #2272481 by herom, ParisLiakos, tim.plunkett: Remove usages of watchdog() from forms, plugins and controllers.
|
2014-07-31 13:46:06 +01:00 |
Dries
|
fc5e111aca
|
Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError().
|
2014-07-30 20:50:42 -04:00 |
Nathaniel Catchpole
|
718a47d755
|
Issue #2309247 by Gábor Hojtsy: Fixed Views do not depend on modules providing their displays.
|
2014-07-30 13:40:49 +01:00 |
Alex Pott
|
59c3c9757c
|
Issue #2305023 by dawehner: Fixed Rename getCancelRoute to getCancelUrl.
|
2014-07-25 15:44:31 +01:00 |
Alex Pott
|
64387e5c5e
|
Issue #2078473 by blueminds | Berdir: Added Use entity access API for checking access to private files.
|
2014-07-24 16:35:27 +01:00 |
Alex Pott
|
5783e08f16
|
Issue #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval().
|
2014-07-24 15:54:28 +01:00 |
Alex Pott
|
49f4fddbf3
|
Issue #1962846 by andypost, Wim Leers, InternetDevels: Use field instance name for header of comment list, drop comment-wrapper template.
|
2014-07-21 17:15:37 +01:00 |
Alex Pott
|
6e6f2c6de3
|
Issue #2156089 by roderik, slashrsm, larowlan, andypost: Remove comment_get_thread() in favour of method on CommentStorage.
|
2014-07-18 23:30:49 +01:00 |
Nathaniel Catchpole
|
a57630c83d
|
Issue #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again).
|
2014-07-18 19:56:27 +01:00 |
Nathaniel Catchpole
|
5dad0b8606
|
Issue #597236 by Berdir, catch, msonnabaum, Xano, Wim Leers, jhedstrom, amateescu, corvus_ch, swentel, moshe weitzman, Gábor Hojtsy, riccardoR, killes@www.drop.org, et al: Add entity caching to core.
|
2014-07-18 11:53:52 +01:00 |
Alex Pott
|
87e675f09b
|
Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default
|
2014-07-18 10:05:22 +01:00 |
Alex Pott
|
518e3c9f7f
|
Issue #2298319 by Berdir | ivanjaros: Fixed views.display.block.allow should be a sequence not a boolean.
|
2014-07-17 00:19:53 +01:00 |
Alex Pott
|
b560f348bd
|
Issue #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX.
|
2014-07-16 23:39:40 +01:00 |
Nathaniel Catchpole
|
c5ff2b77d3
|
Issue #2303887 by slashrsm: Remove comment_new_page_count().
|
2014-07-16 14:58:33 +01:00 |
Nathaniel Catchpole
|
6b61748eec
|
Issue #2303883 by slashrsm: Remove comment_get_display_page().
|
2014-07-16 14:57:29 +01:00 |
Nathaniel Catchpole
|
ee8da32250
|
Issue #2303879 by slashrsm: Remove comment_get_display_ordinal().
|
2014-07-16 14:55:06 +01:00 |
Alex Pott
|
f2b6aa7a75
|
Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX.
|
2014-07-15 12:29:14 +01:00 |
Alex Pott
|
46a9a4956a
|
Issue #2296839 by MKorostoff, er.pushpinderrana | YesCT: Remove deprecated comment_num_new().
|
2014-07-15 09:32:24 +01:00 |
Nathaniel Catchpole
|
02a32e3ff5
|
Issue #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container.
|
2014-07-14 15:58:53 +01:00 |
Alex Pott
|
b7959a1d45
|
Issue #2292821 by andypost, larowlan: Use widget for comment subject field.
|
2014-07-14 09:47:03 +01:00 |
webchick
|
686b47cd0b
|
Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom, rhm50, naveenvalecha, andypost, mandar.harkare, sergeypavlenko, sidharthap, SIz, tkuldeep17: Replace user_access() calls with ->hasPermission() in all core modules except user.
|
2014-07-11 23:55:56 -07:00 |
webchick
|
a07a4918b3
|
Revert "Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user."
Fixing commit credit.
This reverts commit 25afa8100a .
|
2014-07-11 23:54:55 -07:00 |
webchick
|
25afa8100a
|
Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user.
|
2014-07-11 22:41:12 -07:00 |
Alex Pott
|
5ffb1d3cfe
|
Issue #2216535 by jhodgdon, Berdir: Replace Node overview topic and Node API topic with Entity Hooks topic.
|
2014-07-11 13:04:53 +01:00 |
Alex Pott
|
837d726fea
|
Issue #1498662 by andypost, larowlan | dawehner: Refactor comment entity properties to multilingual.
|
2014-07-11 11:37:14 +01:00 |
webchick
|
30c2afed20
|
Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit).
|
2014-07-10 20:50:37 -07:00 |
Alex Pott
|
8b72eb1e65
|
Issue #2292115 by slashrsm: Fixed Comment statistics is no correctly loaded into entity object if more than 1 comments field.
|
2014-07-09 10:32:17 +01:00 |
Alex Pott
|
d8a4d54efc
|
Issue #2281475 by roderik, slashrsm: Deprecate comment_new_page_count() and move it functionality into Comment storage controller.
|
2014-07-09 09:08:35 +01:00 |
Alex Pott
|
47d6bc0da6
|
Issue #2262407 by slashrsm, roderik: Deprecate comment_get_display_page/ordinal().
|
2014-07-08 23:35:38 +01:00 |
Alex Pott
|
1cf3a5338b
|
Issue #2293541 by amitgoyal, marcingy: Remove *_token deprecated functions.
|
2014-07-08 11:51:37 +01:00 |
Alex Pott
|
2c75cf21f1
|
Issue #2297479 by er.pushpinderrana | marcingy: Remove comment_load function.
|
2014-07-08 11:48:33 +01:00 |
Alex Pott
|
1594e52209
|
Issue #2283385 by jibran | vijaycs85: Remove BreadcrumbBuilderBase.
|
2014-07-08 11:46:22 +01:00 |
Alex Pott
|
fea90901e1
|
Issue #2293825 by sun: Fixed Various test classes do not have a "Test" suffix.
|
2014-07-07 17:06:42 +01:00 |
Alex Pott
|
ddaba8bf70
|
Issue #2294375 by jhodgdon: Fixed Comment publish/unpublish hooks are not invoked correctly.
|
2014-07-07 16:16:38 +01:00 |
Alex Pott
|
f2623d2332
|
Issue #2297475 by marcingy: Remove calls to comment_load.
|
2014-07-07 15:01:07 +01:00 |
Alex Pott
|
c072353df4
|
Issue #2282161 by Crell: Split off link/url generation trait.
|
2014-07-07 14:52:01 +01:00 |
Alex Pott
|
7332211095
|
Issue #2290103 by damiankloip, larowlan: Rename 'item_length' to 'view_mode' to aid discoverability.
|
2014-07-07 14:19:23 +01:00 |
Alex Pott
|
943df0d63f
|
Issue #2297481 by bfr | marcingy: Remove comment_load_multiple.
|
2014-07-07 12:29:19 +01:00 |
Alex Pott
|
be81399322
|
Issue #2291443 by marcingy: Convert comment_field_instance_config_delete query to entity query.
|
2014-07-07 10:45:21 +01:00 |