summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/comment/js
Commit message (Collapse)AuthorAge
* Issue #3492582 by tom konda, alexpott, nod_, zaryab_drupal, smustgrave: ↵nod_2025-01-09
| | | | Replace some of obj && obj.prop with optional chaining
* Revert "Issue #3492582 by tom konda, zaryab_drupal, nod_, smustgrave: ↵Alex Pott2024-12-30
| | | | | | Replace some of obj && obj.prop with optional chaining" This reverts commit c4c4de2149911b97555a6b53b824391e6a9b8fd2.
* Issue #3492582 by tom konda, zaryab_drupal, nod_, smustgrave: Replace some ↵nod_2024-12-30
| | | | of obj && obj.prop with optional chaining
* Issue #2484623 by quietone, anavarre, nod_, Manuel Garcia, rteijeiro, ↵Alex Pott2024-09-13
| | | | kostyashupenko, ankithashetty, smustgrave, jeroent, xjm, droplet, cilefen, travis-bradbury, catch: Move all JS in modules to a js/ folder
* Issue #3278415 by nod_, lauriii, catch, Wim Leers, longwave, xjm, ↵catch2022-09-09
| | | | claudiu.cristea: Remove usages of the JavaScript ES6 build step, the build step itself, and associated dev dependencies
* Issue #3239123 by hooroomoo, bnjmnm, nod_: Refactor (if feasible) uses of ↵Lauri Eskola2022-01-28
| | | | the jQuery text function to use vanillaJS
* Issue #3253148 by mherchel, longwave, ckrina, droplet: Remove IE from core's ↵Alex Pott2021-12-18
| | | | browserlist, remove non-essential CSS importing and recompile assets
* Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to ↵catch2021-10-27
| | | | 9.3.0
* Issue #3183149 by nod_, droplet, jptaranto: Deprecate jquery.once and use ↵Lauri Eskola2021-08-10
| | | | the new once lib
* Issue #3174884 by raman.b, alexpott, lauriii, zrpnr, nod_: Update yarn ↵catch2020-10-21
| | | | dependencies for Drupal 9.1.0
* Issue #3136604 by lauriii, xjm, effulgentsia, justafish: Update to jQuery 3.5.1catch2020-05-15
|
* Issue #3101543 by lauriii, bnjmnm, ravi.shankar, alexpott: Update core ↵Alex Pott2020-01-30
| | | | JavaScript dependencies listed in package.json
* Revert "Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core ↵Alex Pott2020-01-28
| | | | | | JavaScript dependencies listed in package.json" This reverts commit 2dadb738bfd48510db2174323528fe769731c05a.
* Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript ↵Alex Pott2020-01-28
| | | | dependencies listed in package.json
* Issue #2981652 by ApacheEx, corbacho, drpal, dawehner, xjm, alexpott, ↵Lauri Eskola2018-08-09
| | | | lauriii: Format core JavaScript using recently add Prettier
* Issue #2983355 by ApacheEx, drpal: JS codestyle: indentAlex Pott2018-07-05
|
* Issue #2946603 by drpal, alexpott, dawehner: JS codestyle: no-use-before-defineAlex Pott2018-03-05
|
* Issue #2925064 by drpal, dawehner, droplet, xjm, webchick, justafish: [1/2] ↵webchick2018-01-03
| | | | JS codestyle: no-restricted-syntax
* Revert "Issue #2925064 by drpal, dawehner, xjm, justafish, droplet: [1/2] JS ↵xjm2017-12-01
| | | | | | codestyle: no-restricted-syntax" This reverts commit b0a4d7e0173be1f91e6bb6001e6186d2b580861d.
* Issue #2925064 by drpal, dawehner, xjm, justafish, droplet: [1/2] JS ↵webchick2017-11-28
| | | | codestyle: no-restricted-syntax
* Issue #2914719 by nod_, droplet: JS codestyle: newline-per-chained-callAlex Pott2017-10-11
|
* Issue #2880007 by drpal, nod_, droplet: Auto-fix ESLint errors and warningsLauri Eskola2017-07-06
|
* Issue #2880560 by alexpott, droplet: Fix comment added to top of .js files ↵Nathaniel Catchpole2017-05-23
| | | | by build process
* Issue #2818825 by drpal, nod_, droplet, cilefen: Rename all JS files to ↵Alex Pott2017-05-19
| | | | *.es6.js and compile them
* Issue #2672200 by Sweetchuck, gauravjeet: Wrap Drupal with closure variableNathaniel Catchpole2016-02-29
|
* Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use ↵Alex Pott2015-10-13
| | | | single quotes in JavaScript and update .eslintrc
* Issue #2505905 by eiriksm, nod_, nidaismailshah, mikebell_, jhodgdon: JSDoc ↵webchick2015-08-28
| | | | comment module
* Issue #2031883 by mortendk, rachel_norfolk, andypost, zestagio, epari.siva, ↵Alex Pott2015-07-30
| | | | nguerrier, Manjit.Singh, rteijeiro, MathieuSpil, pablo.guerino, HOG, lauriii, LewisNyman, joelpittet, Wim Leers, Cottser, minneapolisdan: Markup for: comment.html.twig
* Issue #2493691 by nod_, eiriksm, dawehner: Add JSDoc for core modules JSJennifer Hodgdon2015-06-05
|
* Issue #2389515 by nod_: Update ESLint rulesAlex Pott2015-01-10
|
* Issue #2318813 by Devin Carlson, Lowell: Comment module: Fix documentation ↵Nathaniel Catchpole2014-11-27
| | | | that refers to enabling/disabling of modules
* Issue #2212283 by nod_: Auto-format JS files.webchick2014-07-02
|
* Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript ↵Alex Pott2014-01-27
| | | | Files Not Using Standard Indentation.
* Issue #2073535 by Wim Leers: Node history markers require an HTTP request .Nathaniel Catchpole2014-01-16
|
* Issue #2113087 by rteijeiro: Incorrect use of Drupal.displace in comment module.Nathaniel Catchpole2013-10-31
|
* Issue #731724 by larowlan, andypost, dixon_, tsvenson: Convert comment ↵Alex Pott2013-09-27
| | | | settings into a field to make them work with CMI and non-node entities.
* Issue #1991684 by Wim Leers, rcaracaus, amateescu, msonnabaum: Fixed Node ↵Nathaniel Catchpole2013-09-11
history markers (comment & node 'new' indicator, 'x new comments' links) forces render caching to be per user.