Commit Graph

78 Commits (fece4f7adaa2b2f293b121ca2e6629f70902c7ec)

Author SHA1 Message Date
nod_ 05b6144bd0
Issue #3439646 by Tom Konda, smustgrave: Some of string comparisons should use String.prototype.startsWith() or String.prototype.endsWith()
(cherry picked from commit f5cc65456a)
2024-05-09 05:42:16 +09:00
nod_ ffcce9c696
Issue #3418332 by Tom Konda: Replace uncommon HTMLDocument with Document in JSDoc 2024-02-10 15:52:58 +01:00
Dave Long 224c67343b
Issue #2921133 by quietone, VladimirAus, xjm, ankithashetty, longwave, Prem Suthar, smustgrave, benjifisher, AaronMcHale: Remove "Please" from the codebase 2023-07-23 17:33:54 +01:00
Lee Rowlands cd9fed87f0
Issue #3238849 by mstrelan, hooroomoo, smustgrave, bnjmnm, larowlan: Refactor (if feasible) use of jquery is function to use vanillaJS 2023-06-26 17:01:04 +10:00
catch 8c2256b7fe Issue #2894269 by droplet, Akram Khan, _pratik_, dylf, nod_, Cottser: `bool` in JSDoc should be `boolean` 2022-11-28 11:34:18 +00:00
Dave Long ec98618034
Issue #3304267 by donquixote, nod_: Mark {Drupal~behaviorDetach} as optional in jsdoc 2022-11-22 14:00:51 +00:00
catch 8aa8ce1ffb Issue #3278415 by nod_, lauriii, catch, Wim Leers, longwave, xjm, claudiu.cristea: Remove usages of the JavaScript ES6 build step, the build step itself, and associated dev dependencies 2022-09-09 07:26:42 +01:00
xjm 8a0b901de2 Issue #3262573 by longwave, nod_, xjm, alexpott, lauriii: Update our yarn dev dependencies to the extent allowed by current constraints 2022-02-18 19:53:44 +00:00
Alex Pott f1e57201c2
Issue #3253148 by mherchel, longwave, ckrina, droplet: Remove IE from core's browserlist, remove non-essential CSS importing and recompile assets 2021-12-18 06:12:16 +00:00
Alex Pott 4577772da0
Issue #3101543 by lauriii, bnjmnm, ravi.shankar, alexpott: Update core JavaScript dependencies listed in package.json 2020-01-30 09:08:38 +00:00
Alex Pott 5b657b15b8
Revert "Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json"
This reverts commit 2dadb738bf.
2020-01-28 13:14:16 +00:00
Alex Pott 2dadb738bf
Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json 2020-01-28 11:36:14 +00:00
Lee Rowlands 1b0c006ac9
Issue #3070521 by lauriii, tedbow, Wim Leers, larowlan, justafish, zrpnr, alexpott, catch: Trigger deprecation notifications on JavaScript deprecations to notify developers that deprecated code is being used 2019-10-11 10:34:41 +10:00
Lauri Eskola 258a27b635 Issue #2983373 by ApacheEx, drpal, m1r1k: JS codestyle: no-restricted-globals 2018-07-16 09:00:57 +03:00
xjm a2ae6fd09c SA-CORE-2018-001 by cashwilliams, catch, cilefen, droplet, dawehner, bonus, agentrickard, David_Rothstein, Chi, Gábor Hojtsy, Heine, Wim Leers, Schnitzel, drpal, effulgentsia, tedbow, tim.plunkett, tstoeckler, xjm, will_c, stefan.r, samuel.mortenson, larowlan, greggles, logaritmisk, mpdonadio, pwolanin, plach 2018-02-21 10:59:15 -06:00
webchick f1e33ca3d8 Issue #2925064 by drpal, dawehner, droplet, xjm, webchick, justafish: [1/2] JS codestyle: no-restricted-syntax 2018-01-03 15:27:55 -08:00
xjm dcfee314ad Revert "Issue #2925064 by drpal, dawehner, xjm, justafish, droplet: [1/2] JS codestyle: no-restricted-syntax"
This reverts commit b0a4d7e017.
2017-12-01 13:28:53 -06:00
webchick b0a4d7e017 Issue #2925064 by drpal, dawehner, xjm, justafish, droplet: [1/2] JS codestyle: no-restricted-syntax 2017-11-28 15:40:07 -08:00
Alex Pott cf52b419be Issue #2915534 by drpal, nod_: JS codestyle: prefer-rest-params 2017-10-18 17:15:08 +01:00
Lauri Eskola 612c1fa68c Issue #2880007 by drpal, nod_, droplet: Auto-fix ESLint errors and warnings 2017-07-06 09:21:40 +03:00
Nathaniel Catchpole f3cf9c43b5 Issue #2880560 by alexpott, droplet: Fix comment added to top of .js files by build process 2017-05-23 15:31:29 +01:00
Alex Pott 8287017e03 Issue #2818825 by drpal, nod_, droplet, cilefen: Rename all JS files to *.es6.js and compile them 2017-05-19 23:12:53 +01:00
Nathaniel Catchpole 765c10b69f Issue #2422017 by penyaskito, MobliMic, nod_: Split drupal.js 2016-12-13 17:15:23 +00:00
Nathaniel Catchpole f33c6be7b5 Issue #2559697 by theMusician, eiriksm, AjitS, dimaro: JSDoc misc/ 2016-02-22 10:51:47 +09:00
Alex Pott 04966aa03b Issue #2578377 by YesCT, jhodgdon, Gábor Hojtsy, alexpott, herom, xjm: Make translatable docs consolidated and better for developers 2015-10-27 12:46:40 +00: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
Alex Pott c8f469036e Issue #2118663 by cdog, nod_: Remove the Drupal.checkWidthBreakpoint method from drupal.js; replace with window.matchMedia where appropriate 2015-10-06 03:08:03 +01:00
webchick c8b9ed6f45 Issue #2501913 by nod_, jhodgdon: JSDoc drupal.js 2015-08-31 09:18:04 -07:00
effulgentsia 3e82ee5def Issue #2554219 follow-up: Fix usage of obsolete drupalSettings.basePath 2015-08-26 18:03:29 -07:00
effulgentsia ce6f3ec82b Issue #2554219 by nod_, larowlan, tim.plunkett, regilero, droplet, japerry, samuel.mortenson, Pere Orga, effulgentsia, benjy, Gábor Hojtsy, greggles, Wim Leers, David_Rothstein, pwolanin, neclimdul, EclipseGc, znerol: Port Cross-site Scripting - Ajax system fixes from SA-CORE-2015-003 to Drupal 8 2015-08-26 15:02:58 -07:00
Alex Pott f914ac3500 Issue #1639012 by nod_, corbacho, sun, droplet, seutje, tim.plunkett: Guard against broken behaviors 2015-08-06 13:09:40 +01:00
Nathaniel Catchpole c3e2000be2 Revert "Revert "Issue #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future""
This reverts commit e8e883f9c8.
2015-08-06 11:01:02 +01:00
Alex Pott e8e883f9c8 Revert "Issue #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future"
This reverts commit 94615a137b.
2015-07-23 10:13:45 +01:00
Alex Pott 94615a137b Issue #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future 2015-07-13 12:39:16 +01:00
Jennifer Hodgdon 1daf8de1b6 Issue #2493677 by nod_, dawehner, Wim Leers: JSDoc for misc/ files 2015-06-08 07:04:39 -07:00
Alex Pott 49a1b846ec Issue #2461531 by nod_, lauriii, pguillard: ESlint 0.18.0 compatibility and new rule 2015-04-19 17:30:43 +02:00
Alex Pott 7f5bc4e96e Issue #2397225 by Chi, ufku: Drupal.formatPlural does not work 2015-04-08 13:45:05 +01:00
Alex Pott cbd01844a2 Issue #2348321 by RobLoach, nod_: Upgrade to jQuery Once 2.x 2015-03-23 10:29:17 +00:00
Alex Pott bda206637d Issue #2419897 by penyaskito, Wim Leers, webflo: Javascript translations are loaded in the wrong order due to missing dependencies 2015-02-19 09:56:00 +00:00
Alex Pott aff95777ed Issue #2309737 by rpayanm, hussainweb, max-kuzomko, herom, millerbennett, ianthomas_uk, quietone, Sutharsan, sumitmadan, toddmbloom: Remove deprecated format_plural usage 2015-01-10 13:56:47 +00:00
Alex Pott a3efcb6fb3 Issue #2389515 by nod_: Update ESLint rules 2015-01-10 01:36:01 +00:00
Alex Pott 58480ee670 Issue #2362227 by dawehner, mpdonadio, znerol, tim.plunkett, skipyT: Replace all instances of current_path() 2014-11-28 13:38:17 +00:00
Alex Pott 22ca7bc3d8 Issue #2146035 by olli, mondrake: Fixed drupalSettings.path.pathPrefix does not contain the language identifier. 2014-07-21 12:52:44 +01:00
webchick 9c16305b36 Issue #2212283 by nod_: Auto-format JS files. 2014-07-02 11:48:06 -07:00
Alex Pott 0ac4b9108c Issue #1273968 by Sutharsan, Sweetchuck, penyaskito, chx: Remove eval from locale.module. 2014-04-06 22:20:00 +01:00
webchick bc11c5e5b2 Issue #2224691 by Sweetchuck: JavaScript Drupal.t and Drupal.formatPlural only works for non-english languages. 2014-03-26 22:03:11 -07:00
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
Nathaniel Catchpole c65c886651 Issue #2192809 by andrejsmuzikovs: Drupal.formatString() doesn't properly replace all placeholders. 2014-02-11 10:35:09 +00:00
Nathaniel Catchpole b3e112fe67 Issue #2182265 by Sweetchuck, nod_: Javascript file translations are several bugs away from working at all. 2014-02-03 14:25:26 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00