.. |
Access
|
Issue #1986640 by Wim Leers, chx, dawehner, effulgentsia: Support AND/OR conjunctions for permission checks.
|
2014-09-28 15:41:35 -07:00 |
Cache
|
…
|
|
Controller
|
Issue #2330363 by dawehner: Enhance the controller resolver to get a route match class.
|
2014-09-12 11:43:29 +01:00 |
Entity
|
Issue #2323939 by jhodgdon: Fixed Views user language field/filter is for original language code, no translation language field/filter.
|
2014-10-14 23:17:56 +01:00 |
EventSubscriber
|
Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls.
|
2014-09-27 00:03:46 -07:00 |
Form
|
Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId().
|
2014-10-13 10:10:32 +01:00 |
Plugin
|
Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId().
|
2014-10-13 10:10:32 +01:00 |
Tests
|
Issue #2340701 by prics, martin107: Use array_diff_key() more in core.
|
2014-10-14 14:09:47 +01:00 |
Theme
|
Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers.
|
2014-08-22 12:59:25 +01:00 |
AccountForm.php
|
Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId().
|
2014-10-13 10:10:32 +01:00 |
AccountSettingsForm.php
|
Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls.
|
2014-09-27 00:03:46 -07:00 |
EntityOwnerInterface.php
|
…
|
|
PermissionHandler.php
|
Issue #2338475 by herom: Remove hook_permission().
|
2014-09-22 13:01:35 +01:00 |
PermissionHandlerInterface.php
|
Issue #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks.
|
2014-09-18 08:41:29 +01:00 |
PermissionsHash.php
|
Issue #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX.
|
2014-09-25 08:30:31 +01:00 |
PermissionsHashInterface.php
|
…
|
|
ProfileForm.php
|
Issue #2309323 by Berdir, tim.plunkett: Allow #submit and #validate to be specified as methods of the form object.
|
2014-08-23 14:18:18 -07:00 |
ProfileTranslationHandler.php
|
Issue #2313931 by Berdir: Merge ['controller'] with ['build_info']['callback_object'] and add a method for it.
|
2014-08-25 22:24:55 -07:00 |
RegisterForm.php
|
Issue #2277103 by tim.plunkett, pwolanin, Wim Leers, dawehner, hotpizzas: Switch Drupal::l() and LinkGenerator to expect a Url object.
|
2014-09-29 15:41:29 +02:00 |
RoleAccessControlHandler.php
|
Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks.
|
2014-09-17 15:39:29 +01:00 |
RoleForm.php
|
Issue #2322233 by Temoor, Mirroar, estoyausente: Replace all instances of user_role_load(), entity_load('user_role') and entity_load_multiple('user_role') with static method calls.
|
2014-10-05 11:16:10 +02:00 |
RoleInterface.php
|
Issue #2030655 by justafish, Alumei, daffie, alexpott, wwhurley, jamesquinton, pcambra, InternetDevels, rdatar, james_kerrigan: Expand Role with methods.
|
2014-07-11 12:15:22 +01:00 |
RoleListBuilder.php
|
Issue #2347465 by tim.plunkett, dawehner, cilefen: Convert all instances of #type link/links to convert to use routes.
|
2014-10-09 07:39:37 +01:00 |
RoleStorage.php
|
Issue #2302463 by effulgentsia: Cleanup User::hasPermission() and UserSession::hasPermission() to follow Law of Demeter.
|
2014-07-15 10:56:56 +01:00 |
RoleStorageInterface.php
|
Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers.
|
2014-08-22 12:59:25 +01:00 |
TempStore.php
|
Issue #2273385 by damiankloip: Use a container parameter for the user tempstore expire time.
|
2014-07-10 10:56:06 +01:00 |
TempStoreException.php
|
…
|
|
TempStoreFactory.php
|
Issue #2273385 by damiankloip: Use a container parameter for the user tempstore expire time.
|
2014-07-10 10:56:06 +01:00 |
UserAccessControlHandler.php
|
Issue #2029855 by klausi, benjy, fgm, hussainweb, Cottser, pfrenssen, kim.pepper | moshe weitzman: Fixed Missing access control for user base fields.
|
2014-10-05 11:23:20 +02:00 |
UserAuth.php
|
…
|
|
UserAuthInterface.php
|
…
|
|
UserAutocomplete.php
|
Issue #2306077 by dawehner: Fixed Get rid of connection in UserAutocomplete.
|
2014-07-19 22:28:22 +01:00 |
UserData.php
|
…
|
|
UserDataInterface.php
|
…
|
|
UserInterface.php
|
Issue #2074255 by cilefen, wiifm, almul0, amunir, Gábor Hojtsy, Jalandhar, JeroenT, vegantriathlete: Add changed time tracking to users.
|
2014-08-12 10:34:34 -07:00 |
UserListBuilder.php
|
Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter.
|
2014-08-05 11:39:21 +01:00 |
UserStorage.php
|
Issue #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage.
|
2014-09-08 13:12:45 +01:00 |
UserStorageInterface.php
|
Issue #2273825 by rpayanm, dawehner: Fixed UserStorageInterface should extend EntityStorageInterface.
|
2014-10-09 12:02:25 +01:00 |
UserStorageSchema.php
|
Issue #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields.
|
2014-09-19 07:57:48 +01:00 |
UserViewsData.php
|
Issue #2323939 by jhodgdon: Fixed Views user language field/filter is for original language code, no translation language field/filter.
|
2014-10-14 23:17:56 +01:00 |