Commit Graph

1520 Commits (934a4b402d0ef9a2c5fcdb2117f2cd979f99eeb0)

Author SHA1 Message Date
Nathaniel Catchpole 8e4fe5c0f9 Issue #2641584 by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create() 2016-02-16 20:13:36 +09:00
Nathaniel Catchpole 854649c923 Issue #2641624 by heykarthikwithu, Mac_Weber, kostyashupenko: Replace deprecated usage of entity_create('user') with a direct call to User::create() 2016-02-16 16:54:49 +09:00
Nathaniel Catchpole 4f76cde461 Issue #2669010 by Lendude: Views User ID filter title and description are very confusing 2016-02-16 13:01:25 +09:00
Nathaniel Catchpole 1e8c0d387b Issue #2663290 by edurenye, Berdir, dawehner: Argument validator schemas are broken 2016-02-16 10:20:17 +09:00
Nathaniel Catchpole 68e9f22667 Issue #2609504 by Lendude, mohit_aghera, ibustos: Default People display shows date since unix timestamp 0 as 'Last access' 2016-02-15 21:36:17 +09:00
Nathaniel Catchpole 55e3b42546 Issue #2667346 by mohit_aghera: EntityViewsData extending classes should use $this->t() but many use t() 2016-02-15 20:45:25 +09:00
Nathaniel Catchpole a79891dadf Issue #2503411 by DuaelFr, Mac_Weber: Replace deprecated usage of entity_create('comment*') with a direct call to Comment/CommentType::create() 2016-02-15 08:43:00 +09:00
Jennifer Hodgdon d87ade36a4 Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard 2016-02-11 12:54:33 -08:00
Nathaniel Catchpole d4e7281f28 Issue #2641586 by Mac_Weber, marvin_B8: Replace deprecated usage of entity_create('field_storage_config') with a direct call to FieldStorageConfig::create() 2016-02-09 08:52:18 +09:00
Nathaniel Catchpole 0c127c5491 Issue #2500525 by dawehner, catch, pjonckiere, mpdonadio, Wim Leers, jhodgdon: Time ago/hence date/time formatting breaks caching; needs appropriate max age or javascript 2016-02-03 16:04:04 +09:00
Alex Pott 130f8c1ab9 Issue #2633308 by dawehner, mparker17, Wim Leers, Fabianx: Views cache contexts are lost (and thus do not bubble) when rendering a view's block display 2016-02-01 16:35:16 +00:00
Nathaniel Catchpole 260b6e3780 Issue #2587275 by swentel, Sharique, cilefen, ivanjaros, Dave Reid, Berdir: Invalid token used in user email notification 2016-02-01 19:08:41 +09:00
Alex Pott aab13baef6 Issue #2656260 by swentel: Cannot edit system mail "Admin (user awaiting approval)" 2016-01-29 13:28:53 +00:00
Nathaniel Catchpole fcacf8c720 Issue #2463113 by pwolanin, Berdir, alexpott, keith.smith, swentel: Plain text passwords can be accidentally dumped to the database by code that doesn't intend to do that 2016-01-22 14:32:05 +09:00
Alex Pott af54540567 Issue #2510150 by tduong, Berdir: AccountProxy is not calling date_set_default_timezone() for anonymous users 2016-01-19 14:57:43 +00:00
Alex Pott 46841601a7 Issue #2540568 by Lendude, mikeyk, geertvd, DuaelFr, pjonckiere, dawehner: ManyToOne 'not' operator throws InvalidArgumentException ("Is none of" choice in UI) 2016-01-19 10:42:42 +00:00
Nathaniel Catchpole 4a320ea0d1 Issue #1494670 by Liam Morland, jhedstrom, Wim Leers, mfb: References to CSS, JS, and similar files should be root-relative URLs: avoids mixed content warnings & fewer bytes to send 2016-01-15 13:20:55 +09:00
Alex Pott 027c0d82d1 Issue #2643570 by gnuget: Correct $lockBackend local variable use 2016-01-05 16:47:31 +00:00
Alex Pott 9f4034ac98 Issue #2642236 by TR: Various setUp() and tearDown() methods are not protected (the sequel) 2016-01-05 10:53:08 +00:00
Alex Pott 1546d71f80 Issue #2605214 by Gábor Hojtsy, ChuChuNaKu, EclipseGc, dawehner: Views InOperator::getValueOptions() children do not return values like InOperator::getValueOptions() 2016-01-04 11:58:51 +00:00
Nathaniel Catchpole 27daa8c3b6 Issue #2641692 by Mac_Weber: Replace deprecated usage of entity_create('user_role') with a direct call to UserRole::create() 2016-01-04 15:02:02 +09:00
Nathaniel Catchpole 7a4f6f5802 Issue #2494775 by DuaelFr: Replace deprecated usage of entity_create('action') with a direct call to Action::create() 2016-01-01 13:26:26 +09:00
Nathaniel Catchpole 7a2970f7ac Issue #2642748 by shabirahmad: \Drupal\user\RegisterForm has unnecessary __construct 2016-01-01 10:24:58 +09:00
Alex Pott 2c03b9f0ff Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard 2015-12-23 14:28:29 +00:00
Alex Pott 05b3abf260 Issue #2401953 by Lendude, dawehner: Database exception for View with Combined field filter with fields with no query alias 2015-12-21 13:52:38 +00:00
Nathaniel Catchpole 4ad9cf7660 Issue #2598376 by quietone: d6_user_settings migration user_register constants don't seem to line up 2015-12-16 20:37:57 +00:00
Nathaniel Catchpole dd8c0e6b6c Issue #2625258 by alexpott: LocaleConfigManager::updateConfigTranslations() deletes translations if a config object's name happens to match that of a shipped configuration object 2015-12-11 11:03:17 +00:00
Alex Pott 2d76033105 Issue #2588373 by chhavik, Cottser: Remove unused image files from core 2015-12-10 16:18:25 +00:00
Jennifer Hodgdon c5eb4480bb Issue #2607870 by Lars Toomre: Some docblock fixes for PHP type 'integer'
(cherry picked from commit e0516e391a)
2015-12-08 09:48:25 -08:00
Jennifer Hodgdon 501f18ebbe Issue #2604018 by heykarthikwithu, snehi, kaushalkishorejaiswal, pjonckiere: Add @param documentation in __construct() of User module
(cherry picked from commit cbe1e395c1)
2015-12-03 11:14:29 -08:00
Jennifer Hodgdon 0fb0add63c Issue #2606724 by Lars Toomre, malavya: Few {@inheritdoc} formatting fixes 2015-12-02 12:57:45 -08:00
Alex Pott f730e579b4 Issue #2572695 by marvin_B8, attiks, pfrenssen, xjm: Fix 'Drupal.ControlStructures.ElseIf' coding standard 2015-11-28 16:50:23 +01:00
effulgentsia 2090a96a21 Issue #2382675 by plach, yched, alexpott: hook_entity_create() affects the data of new translations of existing entities in unexpected and undocumented ways 2015-11-18 13:17:37 -08:00
effulgentsia 71142958f9 Issue #2600666 by tim.plunkett: Route definitions using entity type paramconverters with serial IDs should add an integer requirement 2015-11-12 17:47:26 -08:00
Alex Pott fbe0991b98 Issue #2577963 by yched, amateescu, klausi: Let entity_ref Selection handlers be in charge of the field validation 2015-11-12 22:41:33 +00:00
webchick aa4885c8e2 Issue #2605618 by zsofi.major: Fix typo in user.source.schema.yml 2015-11-12 12:55:42 -08:00
webchick de14b6d199 Issue #2590993 by mikeryan, webflo, svendecabooter, dixon_, phenaproxima: Create stub entities with proper default values 2015-11-12 12:34:55 -08:00
webchick b841a56331 Issue #2606466 by mikeryan, Wim Leers, phenaproxima, quietone: Migration of uid 1 breaks batch upgrade process 2015-11-05 15:45:28 -08:00
webchick d934d53d28 Issue #2598696 by mikeryan, effulgentsia, quietone: Rollback should not delete uid 1 2015-10-27 20:22:37 -04:00
Alex Pott 0a8d97ec91 Issue #2600538 by rakesh.gectcr, anil280988, justAChris, jhodgdon: Incorrect @file description in core/ classes - wrong namespace or class name 2015-10-27 15:28:29 +00:00
Alex Pott 6dd4b186ad Issue #2400197 by pwolanin, fgm, znerol, neclimdul, mpdonadio, thekevinday, Fabianx: Harden the security where hash values are compared 2015-10-25 20:57:21 -07:00
xjm a0920018d6 Issue #2600328 by aanschut, brandenlhamilton, dawehner, pjonckiere: Argument default plugin docblocks 2015-10-24 16:34:14 -07:00
xjm 049d6b0ddf Issue #2595605 by snehi, kiamlaluno, cilefen: Wrong comment in User module in user.module file 2015-10-23 20:12:47 -07:00
xjm 639272360e Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag 2015-10-23 13:59:43 -07:00
webchick da7ad2ed19 Issue #2596465 by nicrodgers: Incorrect param docblock comment / typo in user.module 2015-10-19 11:15:04 -07:00
webchick 5e5738dcdd Issue #2560637 by phenaproxima, benjy, quietone, mikeryan, chx, neclimdul: Improve handling of uid 1 during migration 2015-10-19 10:44:31 -07:00
Alex Pott 1de7ae28e0 Issue #2594377 by krknth: Undefined variable 'user' in user.api.php change to 'account' ? 2015-10-16 17:50:16 +01:00
Alex Pott 93088f8720 Issue #2590059 by Sagar Ramgade, GoZ, sdstyles, jhodgdon: Fix double occurrence of prepositions 2015-10-15 11:02:38 +01:00
Alex Pott b0e82e5871 Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use single quotes in JavaScript and update .eslintrc 2015-10-13 23:37:56 +01:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
effulgentsia 190032b775 Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends 2015-10-07 12:30:24 -07:00
Alex Pott 97823b5a54 Issue #2429191 by claudiu.cristea, amateescu, yched, nlisgo, Berdir, alexpott, klausi, Wim Leers, xjm, catch: Deprecate entity_reference.module and move its functionality to core 2015-10-06 12:02:22 +01:00
webchick e55a7d8dc3 Issue #2578561 by tim.plunkett, joelpittet, Bojhan, Fabianx, xjm, cilefen, David_Rothstein, DamienMcKenna: Move "Inline Form Errors" functionality to optional module and restore D7-style form errors by default 2015-10-05 22:32:45 -07:00
Alex Pott 4ea2fc71c0 Issue #2578559 by yched: Have ViewsSelection no longer extend SelectionBase 2015-10-06 03:15:38 +01:00
Alex Pott 2e198fdad2 Issue #2580697 by Wim Leers: UserLoginBlock has max-age=0, is not necessary 2015-10-06 01:28:51 +01:00
webchick 2b8e559040 Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, Bojhan, dawehner, Gábor Hojtsy, alexpott, tstoeckler, yoroy: Switch from user login block to login menu link and search block in standard profile 2015-10-05 14:46:10 -07:00
Alex Pott 641eb3f8d7 Issue #2571647 by mpdonadio, joelpittet, pjonckiere: Create DateFormatterInterface 2015-10-05 22:00:23 +01:00
Nathaniel Catchpole 299d920d51 Revert "Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, dawehner, Bojhan, tstoeckler, alexpott, yoroy: Switch from user login block to login menu link and search block in standard profile"
This reverts commit 1cdbe865bc.
2015-10-05 18:37:04 +01:00
webchick f49a8a48d2 Issue #827468 by paulmartin84, latikas, aburrows, alimac, fatfish, rocket_nova, Truptti, pektinasen, DuaelFr, YesCT, ifrik, John Cook, danylevskyi, dcam, anil.gangwal, gajendra sharma, danharper, mgriego, realityloop, bleen18, alvar0hurtad0, dddave, droplet, susanb, nlisgo, webchick, meeli: Fix the allowed punctuation wording in user_edit_form 2015-10-05 10:30:45 -07:00
xjm 176d9947e0 Issue #2560049 by hass, chrisfree, cilefen, Wim Leers, Gábor Hojtsy: Incorrect capitalisation of translatable strings 2015-10-05 11:28:57 -05:00
Nathaniel Catchpole 6e0225e304 Issue #2520540 by alexpott: Enforced configuration dependencies shouldn't have to be repeated in the calculated dependencies 2015-10-05 16:26:08 +01:00
Nathaniel Catchpole 72b0180f59 Issue #2454649 by Aki Tendo, dawehner: Cache Optimization and hardening -- [PP-1] Use assert() instead of exceptions in Cache::merge(Tags|Contexts) 2015-10-05 14:12:02 +01:00
webchick 1cdbe865bc Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, dawehner, Bojhan, tstoeckler, alexpott, yoroy: Switch from user login block to login menu link and search block in standard profile 2015-10-04 23:48:45 -07:00
webchick 5c2bf5d3ab Issue #2578989 by ifrik, alvar0hurtad0, jhodgdon, Bojhan, snehi, mairi, rachel_norfolk: Update link descriptions on the Configuration page that are not correct for D8 2015-10-04 23:38:58 -07:00
Alex Pott 6b0840d9f1 Issue #2464409 by borisson_, Wim Leers, jhodgdon, Fabianx, catch, swentel: Search results should bubble rendered entity cache tags and set list cache tags 2015-10-03 22:15:01 +01:00
webchick 0e4c0f30d4 Issue #2576037 by unqunq, er.manojsharma, sdstyles, martins.kajins, Devaraj johnson, cilefen, Bojhan, Wim Leers: "Sorry" in user-facing errors violates the User Interface Standards 2015-10-02 14:43:24 -07:00
webchick b78a2779a5 Issue #812810 by Kuldip Gohil, kiamlaluno, akozma, cilefen, rocket_nova, JulienD: Replace "copying and pasting it to" with "copying and pasting it into" 2015-10-02 14:38:16 -07:00
webchick e882762b06 Issue #2562695 by phenaproxima, neclimdul, mikeryan, benjy: migrate-db.sh skips uid 1 but shouldn't 2015-10-02 11:50:13 -07:00
Nathaniel Catchpole 400baf1609 Issue #2464427 by jibran, Wim Leers, Berdir, borisson_: Replace CacheablePluginInterface with CacheableDependencyInterface 2015-10-02 09:26:50 +01:00
effulgentsia 708ce0a998 Issue #2576533 by alexpott, stefan.r, Wim Leers, dawehner, xjm, effulgentsia, catch: Rename SafeStringInterface to MarkupInterface and move related classes 2015-10-01 16:25:03 -07:00
Alex Pott 6b4e81ad57 Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 14:01:21 +01:00
Alex Pott de0bbdd952 Revert "Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements"
This reverts commit 542a1663cf.
2015-10-01 12:45:11 +01:00
Alex Pott 542a1663cf Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 12:42:36 +01:00
webchick 5cb07837f8 Issue #2566771 by Cottser, mortendk, jstoller, LewisNyman, mdrummond, Gints Ērglis, sqndr, Chernous_dn, Manjit.Singh, axe312, emma.maria, davidhernandez, lauriii, jaxxed, akalata: [Voltron patch] Move all remaining *.theme.css to Classy 2015-09-30 13:56:54 -07:00
webchick 9fc8bba35e Issue #2573559 by phenaproxima, mikeryan: Remove MigrateDrupalTestBase::testSourcePlugin() 2015-09-30 11:43:24 -07:00
webchick eb93c68b27 Issue #2573895 by johnstorey, phenaproxima, svendecabooter, benjy: ConvertTokens.php cannot handle NULL values 2015-09-30 11:02:55 -07:00
Nathaniel Catchpole a6c2e2b1c5 Issue #2506213 by hchonov, mkalkbrenner: Update content entity changed timestamp on UI save 2015-09-28 22:08:45 +01:00
webchick 8477f6b786 Issue #2554321 by phenaproxima, mikeryan, quietone, neclimdul, benjy: Clean up Migrate's test suite 2015-09-28 10:19:56 -07:00
Alex Pott 3904439786 Issue #2571695 by dawehner, plach, stefan.r, jaredsmith, lauriii, YesCT, xjm, catch, alexpott, joelpittet, Ryan Weal, Sutharsan, subhojit777, justAChris, nlisgo, effulgentsia, rpayanm, larowlan, chx, geertvd: Remove !placeholder and unsafe string return from SafeMarkup::format() 2015-09-27 19:23:34 +02:00
Alex Pott 136b01ca5d Issue #2561685 by markpavlitski: Follow up to: One-time login link failure messages are misleading because they are not marked as errors 2015-09-27 14:35:20 +02:00
Alex Pott 91b4ae582d Issue #2508884 by EclipseGc, tim.plunkett, dsnopek, japerry, sravya_12, swathin, Wim Leers, Fabianx, dawehner, yched: Make contexts immutable 2015-09-27 14:28:51 +02:00
Alex Pott d0c13760c6 Issue #2543258 by LKS90, hchonov, tassilogroeper, sasanikolic, Berdir, yched, plach: Entity references of untranslatable fields are not displayed in the correct translation 2015-09-27 13:13:18 +02:00
catch e54454a346 Issue #2572667 by claudiu.cristea: Deleting a role doesn't invalidate user_roles() static cache 2015-09-27 09:54:25 +01:00
Alex Pott c73fdfce64 Issue #2483869 by almaudoh, stefan.r, swentel, Berdir: Make Unique Field constraints generic 2015-09-26 15:54:04 +02:00
Alex Pott fb8e894caf Issue #2563751 by borisson_, rocketeerbkw, cilefen, NikitaJain, imanol.eguskiza, pjonckiere: Password field errors on user create/edit/login when password is (literally) 0 2015-09-26 14:59:01 +02:00
Alex Pott 18802aaa64 Issue #893868 by ericbroder, jaxxed, iMiksu, yogen.prasad, a.ross, mrfelton, VM, lauriii, Jasu_M: Login block not shown on user/register 2015-09-26 14:10:52 +02:00
webchick 4efd3aaa25 Issue #2551453 by LoMo, Ayesh, jaxxed, LinL, madhavvyas, Miraya: Follow-up: Consistently use "email" instead of "e-mail" in Drupal 2015-09-25 06:27:23 -07:00
webchick 1d1fe19702 Issue #2112679 by Berdir, damiankloip, nlisgo, krlucas, lokapujya, m1r1k, piyuesh23, blueminds, stefan.r, subhojit777, dawehner, kerby70, Dustin LeBlanc, znerol, JeroenT, borisson_, scor, amitgoyal, s_leu: getUsername() should return the username getDisplayName() for the formatted user name 2015-09-23 17:26:38 -07:00
catch c1aa46fbe6 Issue #2567183 by dawehner, pfrenssen, hussainweb: Re-export all built-in configuration in core 2015-09-23 12:37:12 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
Alex Pott 30ac20be7b Issue #2572023 by swentel: Remove !placeholder in modules/user/user.api.php 2015-09-21 16:22:55 +02:00
Alex Pott 7a25f513f5 Issue #2560783 by stefan.r, joelpittet, lauriii, Cottser, Sutharsan, kgoel, justAChris, Gábor Hojtsy, dawehner, jhodgdon, effulgentsia, xjm, andypost, googletorp: Replace !placeholder with :placeholder for URLs in hook_help() implementations 2015-09-21 12:38:19 +01:00
Alex Pott 13ae3e14ab Issue #2569281 by iMiksu, dawehner, lauriii, alexpott, joelpittet, xjm: Change translatable string with !placeholder AccountForm to use a URL instead of a generated link and provide better context 2015-09-20 14:13:23 +01:00
Alex Pott 108e038eda Issue #2563955 by bruvers, sushantpaste, shwetaneelsharma, LewisNyman: Confirm Password "Passwords match" text color 2015-09-19 19:54:34 +01:00
effulgentsia e7a7de9f8c Issue #2557113 by stefan.r, alexpott, dawehner, joelpittet, cilefen, lauriii, plach, catch, chx, xjm: Make t() return a TranslationWrapper object to remove reliance on a static, unpredictable safe list 2015-09-18 21:33:21 -07:00
Nathaniel Catchpole 8691e08fdf Issue #2545972 by alexpott, joelpittet, ericjenkins, stefan.r, Wim Leers, Cottser: Remove all code usages SafeMarkup::checkPlain() and rely more on Twig autoescaping 2015-09-17 15:55:30 +01:00
Nathaniel Catchpole cc574ff23c Issue #2560863 by alexpott, stefan.r, lauriii: #options for radios and checkboxes uses SafeMarkup::checkPlain() to escape - use Html::escape() instead 2015-09-15 13:42:04 +01:00
Alex Pott efeb597126 Issue #2513576 by willzyx, manauwarsheikh, zakir.gori, masipila: User edit form status radio buttons empty if user status is blocked 2015-09-15 11:48:30 +01:00
Alex Pott 767077f464 Issue #2177769 by jbrauer, alansaviolobo, anavarre, am_Sreenivasan, greggles: User module should recommend longer password 2015-09-15 11:02:45 +01:00
Alex Pott 6a2778f406 Issue #2568427 by neclimdul: Fix migration yaml 2015-09-15 09:43:02 +01:00