catch
|
40a5bd7e0a
|
Issue #3126965 by jungle, quietone, longwave, mondrake, dww: Replace assert* involving count() and an integer literal with assertCount()
|
2020-05-07 19:07:00 +01:00 |
xjm
|
2718a80a6b
|
Issue #3131818 by jungle, mero.S: Replace assertions involving calls to is_object() with assertIsObject()/assertIsObject()
|
2020-05-04 07:54:35 -05:00 |
Alex Pott
|
483193b416
|
Issue #3082006 hotfix: User password field is empty in Views
|
2020-05-03 12:45:16 +01:00 |
Alex Pott
|
999dbefc55
|
Issue #3082006 by id.aleks, cambraca, mr.baileys, sokru, alexpott, larowlan, longwave: User password field is empty in Views
|
2020-05-03 12:40:58 +01:00 |
Alex Pott
|
023ef0412c
|
Issue #3131258 by longwave, mondrake, dww: Remove redundant $message from assertFile(Not)Exists and assertDirectory(Not)Exists calls
|
2020-05-02 13:11:18 +01:00 |
Alex Pott
|
ed11f4f853
|
Issue #2978398 by ilya.no, mcdruid, iyyappan.govind, aleevas, quietone, joachim, tvb, alexpott, catch: UserPasswordResetTest extends PageCacheTagsTestBase unecessarily
|
2020-05-02 13:05:08 +01:00 |
Alex Pott
|
3f87e0d805
|
Issue #3132745 by jungle, longwave, xjm, swatichouhan012, daffie: Fix Drupal.Array.Array.LongLineDeclaration coding standard for instances of the $modules test property
|
2020-05-02 12:34:00 +01:00 |
xjm
|
767d453d30
|
Issue #3100251 by Hardik_Patel_12, longwave: Several code comments have incorrect namespaces for classes or interfaces they reference
|
2020-05-01 20:23:15 -05:00 |
catch
|
6cf25ba266
|
Issue #3131474 by jungle, mondrake: Replace assertions involving calls to array_search() with assertContains()/assertNotContains()
|
2020-05-01 09:48:22 +01:00 |
catch
|
27515dc255
|
Issue #3130811 by mondrake, jungle, longwave: Remove redundant $message from assert(Not)InstanceOf calls
|
2020-04-27 10:35:37 +01:00 |
catch
|
de052f01c7
|
Issue #3130396 by longwave, jungle, dww, mondrake: Replace assertions involving calls to is_file with assertFileExists()/assertFileNotExists()
|
2020-04-27 10:31:21 +01:00 |
catch
|
4d02fe7c25
|
Issue #3128746 by mondrake, longwave, dww: Replace assertions involving calls to strpos() with more accurate string assertions
|
2020-04-27 10:02:44 +01:00 |
catch
|
bcec845d85
|
Issue #3128575 by longwave, jungle, daffie: Replace assert*(*, is_null()) with assertNotNull()/assertNull()
|
2020-04-27 09:20:37 +01:00 |
catch
|
4fe0b034a9
|
Issue #3128905 by jungle, longwave, Kristen Pol, mondrake: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()
|
2020-04-24 21:27:52 +01:00 |
catch
|
be4177a92e
|
Issue #3084078 by lauriii, alexpott, Jaesin: AdminNegotiator::determineActiveTheme() does not adhere to the interface
|
2020-04-24 14:21:43 +01:00 |
Alex Pott
|
3ea981a11f
|
Issue #3128814 by longwave, jungle, dww: Replace assert* involving count() and an equality operator with assertCount()
|
2020-04-20 10:21:24 +01:00 |
Alex Pott
|
a6e402fc01
|
Issue #3126563 by mondrake, daffie, alexpott: Replace usage of assertAttributeEquals() that is deprecated
|
2020-04-18 10:31:47 +01:00 |
catch
|
5132c83fac
|
Issue #3082415 by Krzysztof Domański, mondrake, alexpott, longwave, jungle: Replace assert(Not)Same/Identical() on booleans with assert(Not)True/False() in PHPUnit tests
|
2020-04-17 16:00:07 +01:00 |
Alex Pott
|
6bf02d966d
|
Issue #2822382 by voleger, pfrenssen, erozqba, jungle, RytoEX, borisson_, jofitz, shashikant_chauhan, sidharthap, dawehner, xjm, kiamlaluno, catch, daffie, klausi: Make every $modules property protected on classes extending BrowserTestBase and KernelTestBase
|
2020-04-13 12:05:00 +01:00 |
Alex Pott
|
0dc28534c8
|
Issue #3107732 by mondrake, longwave, swatichouhan012, salah1, xjm, catch, alexpott, Berdir: Between April 13 and April 17, 2020: Add return typehints to setUp/tearDown methods in concrete test classes
|
2020-04-13 09:56:30 +01:00 |
catch
|
c964d76ad9
|
Issue #2966856 by Gábor Hojtsy, quietone, alexpott, vuil, catch, heddn: Hide and disable Drupal Migrate Multilingual
|
2020-03-13 17:29:40 +00:00 |
Alex Pott
|
2267926607
|
Issue #3101516 by blazey: Add the EntityAutocompleteMatcherInterface
|
2020-02-21 14:27:51 +00:00 |
Alex Pott
|
83cb3c87d0
|
Issue #3106215 by Hardik_Patel_12: Unused private method updateAccess()
|
2020-02-10 14:15:30 +00:00 |
catch
|
c674f626b8
|
Issue #3106222 by Hardik_Patel_12, longwave: Unused variable $extensions in PermissionHandlerTest.php file
|
2020-02-04 12:07:53 +00:00 |
catch
|
720924f719
|
Issue #2893804 by Wim Leers, Stefdewa, Berdir, catch: Remove rest.module BC layers
|
2020-01-27 17:41:43 +00:00 |
catch
|
e1a041c493
|
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, xjm, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**
|
2020-01-24 23:52:03 +00:00 |
Lee Rowlands
|
2e53ac1699
|
Revert "Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**"
This reverts commit 136f055066 .
|
2020-01-22 10:30:15 +10:00 |
Lee Rowlands
|
136f055066
|
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**
|
2020-01-22 09:33:30 +10:00 |
Lee Rowlands
|
7d5fbe966c
|
Issue #3097445 by andypost, Berdir: Remove all @deprecated code in the User module except user:name token
|
2019-12-13 17:21:37 +10:00 |
Alex Pott
|
8466fbc982
|
Issue #3007288 by yongt9412, mbovan, Berdir: LanguageNegotiationUserAdmin requires 'access administration pages' which is too strict
|
2019-11-14 13:25:46 +00:00 |
Alex Pott
|
f2469de972
|
Issue #3087546 by Berdir, alexpott, martin107, jibran: Remove deprecated entity manager
|
2019-11-14 10:49:28 +00:00 |
catch
|
19f9474b9b
|
Issue #2742585 by ZeiP, alexpott, mondrake, klausi, tomasnagy, Krzysztof Domański, sokru, kristiaanvandeneynde, dawehner, jeroenbegyn: Deprecate dangerous assertTrue/False() compatibility overrides in PHPUnit Kernel, Functional and FunctionalJavascript tests
|
2019-11-08 13:53:52 +00:00 |
catch
|
32d95eccd7
|
Issue #3082655 by Wim Leers, alexpott, iyyappan.govind, dww, lauriii: Specify the $defaultTheme property in all functional tests
|
2019-11-08 13:39:33 +00:00 |
catch
|
2c08ab2b31
|
Issue #3084983 by plach, amateescu, catch, Berdir, xjm: Move all the code related to path aliases to a new (required) "path_alias" module
|
2019-11-07 19:47:09 +00:00 |
Alex Pott
|
a90dae47a0
|
Issue #2917006 by tedbow, amateescu, Wim Leers, sam-elayyoub, Pascal-, jnimchuk, catch, alexpott, kruser, neclimdul, chris5156, Rick Hood: Views referencing missing roles fail views_post_update_revision_metadata_fields()
|
2019-11-07 10:20:44 +00:00 |
catch
|
bc6aabc9cd
|
Issue #3087692 by Wim Leers, alexpott: Remove the core key from views configuration
|
2019-10-22 20:40:16 +01:00 |
catch
|
e37031e09a
|
Issue #3072702 by alexpott, Wim Leers, mikelutz, xjm, catch, Berdir, tedbow, webchick, shaal, Mixologic, heddn: Core extensions should not need to specify the new core_version_requirement in *.info.yml files so that 9.0.x can be installed
|
2019-10-15 15:34:52 +01:00 |
Lee Rowlands
|
dc7b06ca69
|
Issue #1681832 by mcdruid, k_zoltan, dougvann, ZenDoodles, Cyberschorsch, kim.pepper, mohit1604, drumm, pdenooijer, eshta, mihai_brb, phiit, grwgreg, larowlan, amateescu, David_Rothstein, klausi, Damien Tournoud, coltrane, sun, aiypz, alippai: Password reset form has no flood protection
|
2019-10-05 09:15:40 +10:00 |
Lee Rowlands
|
6f29f98030
|
Issue #3082287 by alexpott: \Drupal\user\Plugin\views\access\Role::access() does not conform to the base class documentation
|
2019-09-23 08:38:07 +10:00 |
catch
|
5448b07b67
|
Issue #3065545 by Wim Leers, lauriii, alexpott, xjm: Deprecate base theme fallback to Stable
|
2019-09-13 12:02:10 +01:00 |
catch
|
90a550d555
|
Issue #3080163 by Mile23, voleger, Lendude, mondrake: Decouple TestFileCreationTrait::getTestFiles() from simpletest module
|
2019-09-13 11:42:26 +01:00 |
Alex Pott
|
afcdeee465
|
Issue #3076797 by Wim Leers, lauriii, alexpott: \Drupal\Core\Extension\Extension's absence of validation has allowed multiple incorrect tests to be added
|
2019-09-04 15:20:52 +01:00 |
Alex Pott
|
0a6a417ec9
|
Issue #3073318 by Spokje, Mile23, mondrake: Remove usages of \PHPUnit_Framework_MockObject_MockObject
|
2019-09-02 12:24:14 +01:00 |
Gábor Hojtsy
|
1be0372d40
|
Issue #3030937 by quietone, Gábor Hojtsy, heddn, mikelutz: Ensure language is not Null in translation source queries
|
2019-08-30 17:38:18 +02:00 |
catch
|
ffe69958b0
|
Issue #2450793 by Berdir, Mile23, Wim Leers, mikelutz, xjm, TR: Properly deprecate support for entity type label callbacks
|
2019-07-31 08:52:27 +01:00 |
catch
|
64ee17e6d6
|
Issue #3068971 by christinlepson, joachim: error in param docs for UserCreationTrait::grantPermissions()
|
2019-07-29 09:26:07 +01:00 |
catch
|
5a27c272d5
|
Issue #3068089 by alexpott, mikelutz: Properly deprecate \Drupal\migrate\Plugin\MigrateIdMapInterface::lookupDestinationId()
|
2019-07-18 11:30:53 +01:00 |
catch
|
c12498bd9e
|
Issue #2776031 by fgm, andypost, voleger, yogeshmpawar, Berdir, joachim: Properly deprecate ThemeHandlerInterface install() and uninstall() also replace usage
|
2019-07-12 14:15:04 +01:00 |
Alex Pott
|
e39262bf5b
|
Issue #2228741 by rpayanm, mikelutz, voleger, epari.siva, malotor, Rolf van de Krol, quietone, Mile23, andypost, ianthomas_uk, Lendude, alexpott, dawehner, xjm, Gábor Hojtsy, Berdir, catch: Replace calls to format_string() with Drupal\Component\Render\FormattableMarkup
|
2019-07-11 09:06:33 +01:00 |
Alex Pott
|
e82e0c0573
|
Issue #3059090 by clepson, mondrake, alexpott: Deprecate \Drupal\Tests\PhpunitCompatibilityTrait::setExpectedException()
|
2019-06-11 12:38:53 +03:00 |
catch
|
61f97d319d
|
Issue #3041837 by claudiu.cristea, naveenvalecha, Krzysztof Domański, Lendude: Convert UserDataTest into a kernel test
|
2019-06-03 19:58:54 +01:00 |
Alex Pott
|
23fad5b6a5
|
Issue #2926068 by almaudoh, andypost, voleger, claudiu.cristea, Oleksiy, YurkinPark, yo30, alexpott, dawehner, Berdir: Deprecate system_rebuild_module_data() and remove usages in core
|
2019-06-03 12:49:38 +01:00 |
Alex Pott
|
e08ec1395c
|
Issue #3034072 by kim.pepper, Berdir, alexpott, jibran, larowlan, claudiu.cristea: Move file uri/scheme functions from file.inc and FileSystem to StreamWrapperManager
|
2019-06-02 08:53:50 +01:00 |
Alex Pott
|
91fe1d2f77
|
Issue #2929133 by voleger, alexpott, Lendude: Replace all usages of getMock()
|
2019-05-31 10:22:21 +01:00 |
Alex Pott
|
408c540ccf
|
Issue #2886622 by Berdir, martin107, Mile23, tim.plunkett, mikelutz, jonathan1055: Deprecate all EntityManager methods with E_USER_DEPRECATED
|
2019-05-30 12:36:55 +01:00 |
Lee Rowlands
|
275c864dda
|
Issue #2875394 by voleger, erozqba, Berdir, mondrake: Replace all calls to db_query, which is deprecated
|
2019-05-28 07:15:20 +10:00 |
Lee Rowlands
|
ba509afbc9
|
Issue #3047866 by mikelutz, Berdir, TR, alexpott, andypost, Satyanarayan Reddy: Remove usage of deprecated \Drupal::entityManager() in core
|
2019-05-24 16:44:36 +10:00 |
Alex Pott
|
b092eaa71a
|
Issue #3041842 by claudiu.cristea, Lendude: Convert ArgumentValidateTest into a kernel test
|
2019-05-05 14:27:43 +01:00 |
Lee Rowlands
|
c210fadd23
|
Issue #3051069 by mikelutz, jibran, Berdir: Remove usage of deprecated entity_delete_multiple in core and trigger an error
|
2019-05-02 13:00:25 +10:00 |
Lee Rowlands
|
9b1690c213
|
Issue #2928930 by andypost, mikelutz, anya_m, Berdir: Properly deprecate entity_create() and remove all occurrences
|
2019-05-01 09:41:13 +10:00 |
Alex Pott
|
bfe4794d88
|
Issue #3027178 by Berdir, alexpott, miroslav-lee, andypost, larowlan, mikelutz, JeroenT: Properly deprecate entity_load_multiple_by_properties()
|
2019-04-30 08:41:05 +01:00 |
Lee Rowlands
|
f950d08bd5
|
Issue #2974253 by andypost, legolasbo, mikelutz, Gábor Hojtsy: Remove remaining usages of entity_view and entity_view_multiple from core
|
2019-04-30 07:35:23 +10:00 |
Lee Rowlands
|
da94d7fc6b
|
Issue #2367933 by phenaproxima, mikelutz, Berdir, voleger, amateescu, chr.fritsch, johndevman, Jo Fitzgerald, andypost, larowlan, alexpott: Move entity_get_(form_)display() to the entity display repository
|
2019-04-26 12:51:29 +10:00 |
catch
|
e593d72572
|
Issue #2891754 by alexpott, samuel.mortenson, Joseph Zhao, Xano, Berdir, plach, vijaycs85: [regression] UserMailRequiredValidator fails on new user entities
|
2019-04-18 17:51:40 +09:00 |
catch
|
615123f51c
|
Issue #2286655 by alexpott, attiks, mark_fullmer, nielsonm, Mark Slatinek, quietone, catch, dawehner, aburke626, justafish: Gender neutral language
|
2019-04-17 16:30:13 +09:00 |
catch
|
9791614b78
|
Issue #2731817 by mikelutz, ashishdalvi, Sonal.Sangale, dbt102, andypost, jhodgdon, martin107, roderik: Replace all calls to the deprecated Drupal::url() function in Core
|
2019-04-16 14:38:27 +09:00 |
Lee Rowlands
|
3b6f89bae7
|
Issue #3018673 by nicksanta, dhirendra.mishra, jibran: Add support for RFC5785 change password well known resource
|
2019-04-10 16:49:23 +10:00 |
Alex Pott
|
46b4700a89
|
Issue #3046571 by Krzysztof Domański: \Drupal\Tests\user\Kernel\Views\HandlerFilterCurrentUserTest:: testFilterCurrentUserAsAnonymous() can randomly fail
|
2019-04-09 15:40:54 -07:00 |
Alex Pott
|
30b45478b8
|
Issue #3042538 by claudiu.cristea, Lendude: Convert ArgumentDefaultTest into a kernel test
|
2019-04-02 17:27:59 +01:00 |
Alex Pott
|
41c242957c
|
Issue #3042536 by claudiu.cristea, Lendude: Convert AccessPermissionTest into a Kernel test
|
2019-04-02 15:38:58 +01:00 |
Alex Pott
|
5aa0907515
|
Issue #3042540 by claudiu.cristea, Lendude: Convert user RelationshipRepresentativeNodeTest into a kernel test
|
2019-04-02 14:38:22 +01:00 |
Alex Pott
|
9676337962
|
Issue #3042472 by claudiu.cristea, phenaproxima, Lendude: Convert HandlerArgumentUserUidTest into a kernel test and clean up the surrounding code
|
2019-04-02 09:51:58 +01:00 |
Alex Pott
|
d88a43d47f
|
Issue #3041816 by claudiu.cristea, Lendude: Move UserMailNotifyTest under Kernel tests namespace
|
2019-04-02 09:46:46 +01:00 |
Alex Pott
|
758cb9dfbe
|
Issue #3041042 by Krzysztof Domański, claudiu.cristea, Berdir, Lendude, phenaproxima: Convert UserEntityCallbacksTest to a kernel test
|
2019-04-02 09:38:50 +01:00 |
Alex Pott
|
48522ffe3c
|
Issue #3041036 by claudiu.cristea: Convert UserDeleteTest to kernel test (or get rid of it?)
|
2019-04-02 09:02:36 +01:00 |
Alex Pott
|
f2aeaaa1b8
|
Issue #2079647 by claudiu.cristea: Convert UserSaveTest to a kernel test. Remove useless test
|
2019-04-01 21:56:12 +01:00 |
Lee Rowlands
|
0b47db51aa
|
Issue #2998335 by tim.plunkett: [regression] \Drupal\user\ContextProvider\CurrentUserContext broken for anonymous users
|
2019-03-22 09:03:43 +10:00 |
Alex Pott
|
d05fe05421
|
Issue #3039081 by claudiu.cristea: Remove reset of user_role static cache in UserRoleAdminTest::testRoleWeightOrdering()
|
2019-03-16 14:06:42 +00:00 |
Nathaniel Catchpole
|
31fbee706e
|
Issue #3035825 by plach, larowlan, amateescu, jhedstrom: Make it easier to set up the current_user service in kernel tests
|
2019-03-01 14:10:30 +00:00 |
Gábor Hojtsy
|
bba5f2053a
|
Issue #3030929 by kiwimind, Kavichandran P, c.nish2k3, quietone: User migrations tests in wrong directory
|
2019-02-25 20:44:20 +01:00 |
Alex Pott
|
e69e249da0
|
Issue #3023981 by Berdir, larowlan, alexpott, xjm, catch: Add @trigger_error() to deprecated EntityManager->EntityRepository methods
|
2019-02-17 00:00:58 +00:00 |
Alex Pott
|
47dab9a4a9
|
Issue #1883744 by hchonov, tim.plunkett, borisson_, xjm, tstoeckler, joachim: Convert Entity to EntityBase for consistency with ContentEntityBase and ConfigEntityBase
|
2019-02-10 08:17:04 +00:00 |
Nathaniel Catchpole
|
df8b8a949b
|
Issue #3026264 by Wim Leers, cspitzlay: UserAccessControlHandler::checkFieldAccess() denies access to mail field without varying by the ‘user’ cache context
|
2019-02-08 12:36:11 +00:00 |
Nathaniel Catchpole
|
a3a1663bfc
|
Issue #2723593 by alexpott, Jo Fitzgerald, daffie, JacobSanford, rajeshwari10, chishah92, Saviktor, marvin_B8, valthebald, Mile23, Berdir: Properly deprecate entity_load() and friends
|
2019-02-05 12:08:32 +00:00 |
Nathaniel Catchpole
|
d74e36a43f
|
Issue #2859315 by quietone, heddn, jhodgdon: SQL error from profile_fields when migrating d6 (or d7) to d8 without Profile module
|
2019-02-04 14:28:27 +00:00 |
Nathaniel Catchpole
|
3cc8a612de
|
Issue #3015752 by alexpott, bnjmnm: Properly deprecate USERNAME_MAX_LENGTH and USER_REGISTER_* constants
|
2019-02-04 12:39:54 +00:00 |
Nathaniel Catchpole
|
447cdb78ed
|
Issue #3028657 by alexpott, Berdir: Properly deprecate entity_load_multiple()
|
2019-02-04 12:29:50 +00:00 |
xjm
|
b77bf6a978
|
Issue #3025867 by tim.plunkett, Kristen Pol, phenaproxima, alexpott, xjm, andypost: Provide a classed object for TempStore metadata
|
2019-02-03 11:57:11 -05:00 |
Alex Pott
|
f06b97e218
|
Issue #2949555 by quietone, ankitjain28may: Correct the documentation on method UserMigrationClassTest
|
2019-01-28 22:54:45 +00:00 |
Alex Pott
|
7dcda1f625
|
Issue #2977107 by Berdir, alexpott, jibran, larowlan: Use more specific entity.manager services in module .services.yml files
|
2019-01-11 14:13:39 +00:00 |
Nathaniel Catchpole
|
75a4213161
|
Issue #2845975 by quietone, Jo Fitzgerald, aleevas, maxocub, Gábor Hojtsy: Migrate Drupal 6 user profile field value option translations
|
2019-01-07 11:27:16 +00:00 |
Nathaniel Catchpole
|
31f9ebf7f5
|
Issue #3008446 by alexpott, jcnventura, fenstrat, quietone, voleger, andypost: Complete the deprecation of format_date()
|
2019-01-01 19:15:24 +00:00 |
Alex Pott
|
60505f3693
|
Issue #3019834 by Berdir, alexpott: Add @trigger_error() to deprecated url/link EntityInterface methods
|
2018-12-23 14:30:20 +01:00 |
Alex Pott
|
701be77194
|
Issue #2869426 by Wim Leers, dawehner, tstoeckler, alexpott, Berdir, larowlan: EntityResource should add _entity_access requirement to REST routes
|
2018-12-18 16:10:14 +00:00 |
Alex Pott
|
478177541c
|
Issue #2927768 by justinlevi, Lendude, pritish.kumar, Wim Leers, dawehner: Update RestRegisterUserTest to use the ResourceTestBase base class instead of the deprecated RESTTestBase
|
2018-12-15 22:21:22 +00:00 |
Nathaniel Catchpole
|
ae6c7444de
|
Issue #2578263 by Jo Fitzgerald, quietone, svendecabooter, yogeshmpawar, phenaproxima, imalabya, heddn, alexpott, xjm: Add helper functions to MigrateDrupal7TestBase
|
2018-12-04 12:58:29 +00:00 |
Alex Pott
|
c503bb6a93
|
Issue #3014950 by goodboy, mondrake, alexpott: Replace all db calls to file_managed table with Entity APIs
|
2018-11-23 21:08:40 +00:00 |
Lee Rowlands
|
bd6a7df248
|
Issue #2921114 by AdamPS, Berdir: Username formatter ignores entity access
|
2018-11-08 19:34:03 +10:00 |
Nathaniel Catchpole
|
d8a6a68bbf
|
Issue #2787871 by alexpott, yogeshmpawar, Insasse, Prashant.c, catch, hass: Properly deprecate getUserName() and use getAccountName() instead
|
2018-10-08 11:24:56 +01:00 |
Alex Pott
|
8c6c340fe6
|
Issue #2886547 by naveenvalecha, Mile23, longwave, impalash, Lendude, dawehner, Mixologic, xjm, borisson_, catch: Add trigger_error to deprecated TestBase base classes/traits that have none, reference CR
|
2018-10-01 15:40:09 +01:00 |
Alex Pott
|
dc23efb6d7
|
Issue #3001644 by Lendude: Convert \Drupal\user\Tests\UserSubAdminTest to BrowserTestBase
|
2018-09-24 10:58:24 +01:00 |
Alex Pott
|
400413fafa
|
Issue #2954825 by rakesh.gectcr, tresti88, gnuget, borisson_, DamienGR, Prashant.c, amietpatial, alexpott, joachim, Berdir: Update the user.api.php documentation and add the correct type hints in the user's hooks implementations
|
2018-09-24 08:55:20 +01:00 |
Nathaniel Catchpole
|
b48e1e7438
|
Issue #2873684 by voleger, longwave, jeetendrakumar, andypost, mondrake, catch: Replace all calls to db_select, which is deprecated
|
2018-09-21 14:01:49 +01:00 |
Alex Pott
|
618274b96f
|
Issue #2996789 by Mile23, Lendude, longwave, dawehner: Deprecate Drupal\field\Tests\EntityReference\EntityReferenceTestTrait
|
2018-09-21 13:05:21 +01:00 |
Alex Pott
|
6002e2dd9c
|
Issue #2854252 by AdamPS, agoradesign, alexpott, Berdir, borisson_, xjm, jhedstrom, joachim: User forms broken for admin without 'administer users'
|
2018-09-19 11:02:08 +01:00 |
Alex Pott
|
66f5091a5b
|
Issue #2887869 by navneet0693, ApacheEx, Lendude, Dinesh18, dawehner, naveenvalecha, borisson_: Convert web tests to browser tests for user module part-2
|
2018-09-19 10:34:18 +01:00 |
Alex Pott
|
57dfd4ba8c
|
Issue #2809543 by Lendude, Tessa Bakker: Convert AJAX part of \Drupal\user\Tests\UserPasswordResetTest to WebDriverTestBase
|
2018-09-12 16:33:17 +02:00 |
Nathaniel Catchpole
|
eadaeb9ac7
|
Issue #2848137 by gaurav.kapoor, voleger, hgunicamp, andypost, shashikant_chauhan, brahmjeet789, pk188, cilefen, daffie: Replace all calls to db_update, which is deprecated
|
2018-08-28 20:41:58 +09:00 |
Nathaniel Catchpole
|
fbe82f785b
|
Issue #2669984 by maxocub, masipila: Migrate Drupal 7 user entity translations data to Drupal 8
|
2018-08-21 20:15:13 +09:00 |
xjm
|
fa6b3d95dd
|
Revert "Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase"
This reverts commit 69501f3062 .
|
2018-08-16 18:12:22 -05:00 |
Nathaniel Catchpole
|
69501f3062
|
Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase
|
2018-08-15 19:55:23 +09:00 |
Alex Pott
|
bfb8a7da0f
|
Issue #2746065 by Berdir, yogeshmpawar, hlykos, xeM8VfDh: Profile page's title/heading does not fulfill hook_user_format_name_alter
|
2018-08-06 12:40:50 +01:00 |
Gábor Hojtsy
|
0f336ae86d
|
Issue #2975666 by maxocub, benjifisher, masipila, jcnventura, jigarius, phenaproxima, catch, quietone: Migrate Drupal 7 node entity translations data to Drupal 8
|
2018-07-27 21:41:20 +02:00 |
Alex Pott
|
9fc5c5965a
|
Issue #2895271 by navneet0693, ApacheEx, Lendude, ziomizar, larowlan, dawehner, pasan.gamage, alexpott, Mixologic: Convert web tests to JTB and KTB tests for user module part-3
|
2018-07-22 12:23:12 +01:00 |
Nathaniel Catchpole
|
163144a923
|
Issue #2973791 by alexpott, martin107, mairi, volkerk: Fix deprecation messages related to deprecated comment Action plugins
|
2018-07-12 13:01:47 +01:00 |
Alex Pott
|
646584b3f7
|
Issue #2946419 by vaplas, Lendude, Mile23: Entity: Convert system functional tests to phpunit
|
2018-06-25 13:51:30 +01:00 |
Nathaniel Catchpole
|
e7f061d5d4
|
Issue #2773645 by AdamPS, Xilis, yogeshmpawar, Wim Leers, Berdir: Allow hook_entity_field_access() to grant field-level access to User fields: 'forbidden' -> 'neutral'
|
2018-06-15 12:50:06 +01:00 |
Alex Pott
|
a3bb9d878f
|
Issue #2855054 by alexpott, LoMo, wesleydv, Artusamak, gawaksh, xjm: User cancel link doesn't redirect to the homepage
|
2018-06-11 18:39:46 +01:00 |
Nathaniel Catchpole
|
c00b97b2a5
|
Issue #2928710 by borisson_, dawehner, idebr: Eliminate usages of \Drupal::root() in tests
|
2018-06-07 21:55:18 +01:00 |
Alex Pott
|
d8029d7ee0
|
Issue #1596472 by catch, amateescu, claudiu.cristea, Berdir, Mile23, Sam152, pounard, fago, alexpott, fubhy, hchonov: Replace hard coded static cache of entities with cache backends
|
2018-05-31 12:07:30 +02:00 |
Nathaniel Catchpole
|
4373d115a5
|
Issue #2797047 by quietone, Olarin, Jo Fitzgerald, mradcliffe, niccottrell, heddn, maxocub, mikeryan: Problems creating a d6 user profile field storage with an name longer than 32 characters
|
2018-05-17 13:12:27 +01:00 |
Lee Rowlands
|
585e6338b5
|
Issue #2938035 by Wim Leers, alexpott: When PATCHing a field is disallowed, no reason is given for *why* this happens
|
2018-05-16 11:30:32 +10:00 |
Alex Pott
|
92be45b46f
|
Issue #2910883 by vaplas, ShawnB, Wim Leers: Move all entity type REST tests to the providing modules
|
2018-05-15 12:37:57 +01:00 |
Alex Pott
|
1b07d552de
|
Issue #2901653 by idebr, ankitjain28may, mfernea, borisson_: Add yml files to phpcs.xml.dist
|
2018-05-15 09:20:17 +01:00 |
Nathaniel Catchpole
|
c2585a1888
|
Issue #2961691 by alexpott, Berdir, timmillwood, idebr: Change SYMFONY_DEPRECATIONS_HELPER back to strict
|
2018-05-11 15:20:00 +01:00 |
Alex Pott
|
be6d515cad
|
Issue #2572613 by Malevi4, idebr, pfrenssen, Mile23, RajeevK: Fix 'Drupal.Array.Array.CommaLastItem' coding standard
|
2018-05-11 10:40:33 +01:00 |
Alex Pott
|
b8f93d5b61
|
Issue #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard
|
2018-05-11 10:26:36 +01:00 |
Alex Pott
|
07df228247
|
Issue #2926090 by vaplas, alexpott: Remove dead code from UserCancelTest::testUserCancelUid1()
|
2018-05-07 10:55:50 +01:00 |
Nathaniel Catchpole
|
45bc05523f
|
Issue #2958429 by alexpott: Properly deprecate SafeMarkup::format()
|
2018-05-01 16:14:09 +01:00 |
Alex Pott
|
b84b827d42
|
Issue #2935256 by Jo Fitzgerald, voleger, kim.pepper, ibustos, Yogesh Pawar, catch, jibran: Remove all usages of drupal_get_message and drupal_set_message in modules
|
2018-05-01 10:15:07 +01:00 |
Nathaniel Catchpole
|
d11bd5e7c4
|
Issue #2851736 by borisson_, fago, pritish.kumar, Yogesh Pawar, amateescu, alexpott: Language reference fields do not implement OptionsProviderInterface
|
2018-04-20 15:48:58 +01:00 |
Nathaniel Catchpole
|
d90ac78f3e
|
Issue #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files
|
2018-04-06 13:13:01 +01:00 |
Nathaniel Catchpole
|
77b3dbd2e2
|
Issue #2943646 by SylvainM: Translated user can not be deleted
|
2018-04-03 18:21:21 +01:00 |
Francesco Placella
|
2d503f7cc2
|
Issue #2942986 by alexpott, Lendude, chr.fritsch, larowlan, dawehner, catch: Views should be dependent on providers of table data via hook_views_data
|
2018-03-06 12:20:55 +01:00 |
Lee Rowlands
|
71550b1c61
|
Revert "Issue #2895271 by navneet0693, Lendude, dawehner, pasan.gamage, larowlan: Convert web tests to JTB and KTB tests for user module part-3"
This reverts commit 26aebd3d31 .
|
2018-01-27 11:47:40 +10:00 |
Lee Rowlands
|
26aebd3d31
|
Issue #2895271 by navneet0693, Lendude, dawehner, pasan.gamage, larowlan: Convert web tests to JTB and KTB tests for user module part-3
|
2018-01-27 07:17:05 +10:00 |
Alex Pott
|
0325ab6000
|
Issue #2936435 by Berdir, alexpott: Better BC for deprecated container parameter user.tempstore.expire
|
2018-01-14 07:10:36 +00:00 |
Nathaniel Catchpole
|
601593f06e
|
Issue #2935617 by alexpott, chr.fritsch: Move User module's temp stores to core
|
2018-01-12 10:04:36 +00:00 |
Nathaniel Catchpole
|
ff6908850e
|
Issue #2870465 by naveenvalecha, vaplas, Lendude, Jo Fitzgerald, michielnugter, Gábor Hojtsy: Convert web tests to browser tests for user module
|
2017-11-30 19:41:43 +00:00 |
xjm
|
91e668f575
|
Issue #2572795 by mfernea, zaporylie, pfrenssen, andypost, attiks, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie
|
2017-11-10 05:35:50 -06:00 |
xjm
|
6dc062eb45
|
Issue #2901562 by mfernea, Jo Fitzgerald, Yogesh Pawar, 3ssom, Mile23, borisson_: Fix 'Squiz.WhiteSpace.SuperfluousWhitespace' coding standard
|
2017-11-09 15:13:57 -06:00 |
xjm
|
edf57d8ab8
|
Revert "Issue #2572795 by mfernea, pfrenssen, attiks, andypost, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie"
This reverts commit c422bdfa53 .
|
2017-11-09 14:37:59 -06:00 |
xjm
|
c422bdfa53
|
Issue #2572795 by mfernea, pfrenssen, attiks, andypost, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie
|
2017-11-09 10:56:52 -06:00 |
Nathaniel Catchpole
|
2fc85e7f0f
|
Issue #2901572 by Jo Fitzgerald, bluccas, mfernea, klausi: Fix 'Drupal.Commenting.PostStatementComment' coding standard
|
2017-10-13 13:43:02 +01:00 |
Nathaniel Catchpole
|
9188516f1b
|
Issue #2572699 by rajeshwari10, andriyun, mfernea, pashupathi nath gajawada, marvin_B8, attiks, andypost, alexpott: Fix 'Drupal.ControlStructures.InlineControlStructure' coding standard
|
2017-10-10 16:14:44 +01:00 |
Nathaniel Catchpole
|
e394fff41d
|
Issue #2908832 by mr.baileys: Remove unused module dependency from UserEditedOwnAccountTest
|
2017-10-05 14:44:06 +01:00 |
webchick
|
5cfa420d7e
|
Issue #2853872 by heddn, maxocub, masipila, phenaproxima, quietone, andypost, larowlan: Migration for forum and article comments: duplicate comment types and incorrect comment_entity_statistics
|
2017-09-29 17:40:12 +02:00 |
Nathaniel Catchpole
|
3bc858ecf5
|
Issue #2782833 by Mile23, martin107, larowlan, effulgentsia: Remove usages of deprecated EntityManager from Entity class
|
2017-09-25 13:21:07 +01:00 |
Nathaniel Catchpole
|
4577185c9b
|
Issue #2572791 by Mile23, andriyun, attiks, RoSk0: Fix 'Drupal.WhiteSpace.OpenBracketSpacing' coding standard
|
2017-09-22 12:16:23 +01:00 |
Lee Rowlands
|
dff09a9d5c
|
Issue #2905527 by EclipseGc, amateescu, tim.plunkett, larowlan: Introduce a sample value entity method to ease plugin filtering via context
|
2017-09-21 07:36:14 +10:00 |
Nathaniel Catchpole
|
52477f6d8b
|
Issue #2901574 by Wim Leers: Requests to log in (cookie auth) via /user/login?_format=json result in 403 without helpful message
|
2017-09-11 14:20:07 +01:00 |
Nathaniel Catchpole
|
9ef92a408b
|
Issue #2905627 by Lendude, dawehner: Part-2: Convert UpdatePathTestBase to BrowserTestBase
|
2017-09-08 14:24:15 +01:00 |
Lee Rowlands
|
5f77cf76af
|
Issue #2803621 by Mile23: Break BrowserTestBase & children dependency on Simpletest, deprecate stub BC traits
|
2017-08-31 07:59:34 +10:00 |
Nathaniel Catchpole
|
98c68fdbfd
|
Issue #2803891 by Jo Fitzgerald, pfrenssen, mfernea, gaurav.kapoor: Fix 'Drupal.Commenting.FunctionComment.ReturnTypeSpaces' coding standard
|
2017-08-22 16:16:08 +09:00 |
Gabor Hojtsy
|
cf07252959
|
Issue #2889433 by pramodga, pk188, Chi: Fix incorrect plugin variable names in AddRoleUserTest
|
2017-06-28 15:01:46 +02:00 |
Nathaniel Catchpole
|
4342ca29c2
|
Issue #2847708 by arshadcn, tedbow, Wim Leers, ruloweb, larowlan: RPC endpoint to reset user password
|
2017-06-26 12:01:28 +01:00 |
xjm
|
9dfbd47a25
|
Issue #2886198 by acbramley: Refactor \UserLoginHttpTest::testLogin() to use a protected method and remove the nested loops
|
2017-06-15 18:31:30 -04:00 |
Nathaniel Catchpole
|
1105324af3
|
Issue #2747167 by michielnugter, dawehner, Lendude, mglaman, Mac_Weber, Jo Fitzgerald, klausi: Convert first part of web tests of views_ui
|
2017-06-07 11:37:34 +01:00 |
Alex Pott
|
d45312be48
|
Issue #2862885 by dagmar, Lendude, martin107, Jo Fitzgerald, dawehner, larowlan, alexpott: Batch: Convert system functional tests to phpunit
|
2017-05-29 23:41:14 +01:00 |
Nathaniel Catchpole
|
0653d6b67e
|
Issue #2868841 by erozqba, Sam152, kristiaanvandeneynde, mikeker: \Drupal\user\Plugin\views\filter\Roles::calculateDependencies breaks when using the empty/not empty operators
|
2017-05-02 12:18:55 +01:00 |
Nathaniel Catchpole
|
d318148091
|
Issue #2826047 by heddn, Jo Fitzgerald, mikeryan, catch, alexpott: 6-8 user picture migration must create new fids, which can conflict with fids used by other migrations
|
2017-03-27 15:39:52 +01:00 |
Alex Pott
|
4656717240
|
Issue #2822837 by vaplas, martin107, chiranjeeb2410, klausi, dawehner: Replace @expectedException @expectedExceptionMessage with $this->setExpectedException
|
2017-03-27 11:26:01 +01:00 |
Nathaniel Catchpole
|
01f8bd64ed
|
Issue #2854529 by alexpott, xjm, klausi, Chi, Mixologic: Fix Drupal.Scope.MethodScope - all methods should have scopes
|
2017-03-06 11:25:01 +00:00 |
xjm
|
72d65cc85c
|
Issue #2857822 by alexpott, klausi: Fix coding standards issues introduced mostly by array syntax conversion
|
2017-03-04 08:02:01 -06:00 |
xjm
|
52e3eec616
|
Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase
|
2017-03-03 19:20:24 -06:00 |
Nathaniel Catchpole
|
ef4f88376b
|
Issue #2561115 by michaellenahan, alexpott, Lendude, cilefen, lomasr, amit.drupal, Gábor Hojtsy, ifrik, dawehner: Rollback: Use 'Filter' for exposed filter button text in new views and new installations (instead of 'Apply')
|
2017-02-22 12:37:49 +00:00 |
Nathaniel Catchpole
|
4c64f7b840
|
Issue #2770921 by dawehner, klausi, Mile23, mpdonadio, xjm, claudiu.cristea: Feb 21st: Convert chunk of WTB to BTB by just moving classes, changing use statements adding traits
|
2017-02-21 12:07:44 +00:00 |
xjm
|
182edb2171
|
Issue #2854012 by vegantriathlete: Typo in Doc block for data provider
|
2017-02-20 01:18:02 -06:00 |
Alex Pott
|
fea11b6de2
|
Issue #2803779 by pfrenssen, klausi, Mile23, alexpott, dawehner: Update Coder to 8.2.10 and fix errors from improved sniffs
|
2017-02-11 22:02:19 +00:00 |
Alex Pott
|
1fcd3d5c56
|
Issue #2808233 by gnuget, dawehner, Wim Leers, tedbow, Chi, dysrama: REST 403 responses don't tell the user *why* access is not granted: requires deep Drupal understanding to figure out
|
2017-02-09 19:56:28 +00:00 |
Alex Pott
|
f5be97cbbf
|
Issue #2409129 by webflo, k4v, kgoel, claudiu.cristea, dawehner, tstoeckler: Enforce order of permissions in config export
|
2017-02-06 23:15:44 +00:00 |
Alex Pott
|
3a90d68967
|
Issue #2634156 by dpi, jian he, dawehner: Missing configuration schema and tests for "user_current" views filter handler
|
2017-01-26 17:08:28 +00:00 |
Alex Pott
|
b84471234f
|
Issue #2673960 by Jo Fitzgerald, hussainweb, phenaproxima, mikeryan, quietone, vasi: Unable to migrate D7 User cck fields
|
2017-01-17 11:33:15 +00:00 |
Alex Pott
|
ce7cf174eb
|
Issue #2561115 by michaellenahan, Lendude, cilefen, lomasr, amit.drupal, Gábor Hojtsy, dawehner, ifrik: Use 'Filter' for exposed filter button text in new views and new installations (instead of 'Apply')
|
2017-01-05 21:51:09 +00:00 |
Alex Pott
|
bc7d4f144f
|
Issue #2820888 by lhangea, Wim Leers: Cookie authentication: the user.login.http route never supports the 'hal_json' format or some other format, depending on module order
|
2016-11-26 21:24:19 +00:00 |
Nathaniel Catchpole
|
235bfca5ae
|
Issue #2795045 by legovaer, kmoll: Make SchemaCheckTestTrait available outside of the config module
|
2016-11-21 13:15:27 +00:00 |
Alex Pott
|
92a19bdf99
|
Issue #2721179 by catch, klausi, alexpott, dawehner, effulgentsia: Replace deprecated Symfony ExecutionContextInterface
|
2016-10-25 13:22:49 -07:00 |
Alex Pott
|
a7c5f10002
|
Issue #2807947 by maijs, svendecabooter, quietone: Convert User's Migrate source tests to new base class
|
2016-10-23 12:50:38 -07:00 |
Nathaniel Catchpole
|
0d526e9912
|
Issue #2716133 by quietone, kevinquillen, phenaproxima, mikeryan, Charlotte17: Roles are duplicated instead of updated existing roles
|
2016-10-21 16:19:56 +01:00 |
Nathaniel Catchpole
|
ee3544faf3
|
Issue #2810071 by mikeryan: d6_profile_field_values processes rows multiple times
|
2016-10-12 13:14:45 +01:00 |
Nathaniel Catchpole
|
50d30d975f
|
Issue #2751223 by maxocub, jeroenbegyn, Gábor Hojtsy, Jo Fitzgerald: D6 & D7 users are migrated into D8 with incorrect langcode
|
2016-10-12 11:59:25 +01:00 |
Alex Pott
|
eaaea5db8b
|
Revert "Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install"
This reverts commit 5571193f80 .
|
2016-09-28 17:22:20 +01:00 |
Nathaniel Catchpole
|
5571193f80
|
Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install
|
2016-09-28 11:38:34 +01:00 |
Nathaniel Catchpole
|
3d7c5304db
|
Issue #2674152 by Jo Fitzgerald, hussainweb: D7 User fields content not migrating first time
|
2016-09-27 12:50:29 +01:00 |
Alex Pott
|
27b61a9b03
|
Issue #2791119 by phenaproxima, quietone, chx, mikeryan, benjy: Write meaningful Migrate source tests
|
2016-09-27 09:17:08 +01:00 |
Nathaniel Catchpole
|
6c614cbf35
|
Issue #2459289 by Lendude, dhrjgpt2005, kalistos, dawehner, david_garcia: Boolean default values are not saved
|
2016-09-02 09:34:36 +01:00 |
Alex Pott
|
78714b90d6
|
Issue #2695297 by mikeryan, ohthehugemanatee, quietone, vasi, Sharique, chx, benjy, phenaproxima, heddn, benjifisher: Refactor EntityFile and use process plugins instead
|
2016-08-31 09:24:18 -05:00 |
Alex Pott
|
ae25829c54
|
Issue #2618332 by phenaproxima, jonhattan, rakesh.gectcr, mikeryan, neclimdul: Better handle replacement of missing filters with filter_null
|
2016-08-31 09:18:42 -05:00 |
Nathaniel Catchpole
|
f6ae58526c
|
Issue #2572801 by alexpott, vprocessor, andriyun, andypost, chishah92, Mile23, attiks, hussainweb, klausi, dawehner, pfrenssen: Fix 'Drupal.WhiteSpace.ScopeIndent' coding standard
|
2016-08-28 18:16:36 +01:00 |
Alex Pott
|
08b7a3fbc8
|
Issue #2783393 by Mile23: Fix 'Drupal.Commenting.FunctionComment.IncorrectParamVarName' coding standard
|
2016-08-18 10:38:31 +01:00 |
effulgentsia
|
79dfc068a0
|
Issue #2291055 by marthinal, tedbow, Wim Leers, kylebrowning, m1r1k, clemens.tolboom, jlbellido, vivekvpandya, snehal.brahmbhatt, dawehner, klausi, droti, alexpott, cloudbull, Berdir, heykarthikwithu, claudiu.cristea: REST resources for anonymous users: register
|
2016-08-03 10:28:52 -07:00 |
Alex Pott
|
27df05cd81
|
Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out
|
2016-07-28 18:54:03 +01:00 |
Alex Pott
|
1e770ce9f1
|
Revert "Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out"
This reverts commit 18feefc302 .
|
2016-07-28 18:53:42 +01:00 |
Alex Pott
|
18feefc302
|
Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out
|
2016-07-28 17:15:12 +01:00 |
Nathaniel Catchpole
|
ee76fe4ae9
|
Issue #2624822 by chgasparoto, Lars Toomre, markdorison, anish.a, joshi.rohit100, Mile23, alexpott: Remove unused variables in user.module
|
2016-07-12 12:17:16 +01:00 |
Alex Pott
|
9764ec4dbc
|
Revert "Issue #2403307 by dawehner, marthinal, clemens.tolboom, tedbow, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authenication: log in, check login status, log out"
This reverts commit da16ae5601 .
|
2016-06-14 12:59:19 +01:00 |
Alex Pott
|
da16ae5601
|
Issue #2403307 by dawehner, marthinal, clemens.tolboom, tedbow, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authenication: log in, check login status, log out
|
2016-06-14 11:43:13 +01:00 |
Nathaniel Catchpole
|
b8a61f2052
|
Issue #2598038 by alexpott, sethcardoza, quietone, Jaesin: Invalid passwords after D7 to D8 migration
|
2016-06-13 09:29:30 +01:00 |
Alex Pott
|
133c212ed9
|
Issue #2719695 by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard
|
2016-05-08 10:05:38 -05:00 |
Nathaniel Catchpole
|
c36ddb4ff5
|
Issue #2157963 by lokapujya, alexpott, biguzis, zniki.ru, dimaro, benjf, themic8, jenlampton, subhojit777, thtas, kpv, Noe_, Berdir, thijsvdanker, Cottser, dcam, jhodgdon: Allow + symbol in usernames
|
2016-05-06 13:52:40 +01:00 |