summaryrefslogtreecommitdiffstatshomepage
path: root/core/misc/form.js
Commit message (Collapse)AuthorAge
* Issue #3419763 by Tom Konda: Replace deprecated String.prototype.substr() ↵nod_2024-02-10
| | | | with String.prototype.substring()
* Issue #3406109 by Drupaler_Kushal, KarimB, Lenenba, smustgrave, quietone: ↵Dave Long2024-02-09
| | | | Correct 'milli' in core/form.js
* Issue #3238922 by omkar-pd, hooroomoo, smustgrave: Refactor (if feasible) ↵catch2023-12-21
| | | | uses of the jQuery serialize function to use vanillaJS
* Issue #3291587 by joseph.olstad, lauriii, longwave: Regression fix for (if ↵Lee Rowlands2023-09-11
| | | | feasible) uses of the jQuery trim function to use vanillaJS
* Issue #3238849 by mstrelan, hooroomoo, smustgrave, bnjmnm, larowlan: ↵Lee Rowlands2023-06-26
| | | | Refactor (if feasible) use of jquery is function to use vanillaJS
* 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 #3239134 by hooroomoo, bnjmnm, yogeshmpawar, nod_, Theresa.Grannum, ↵Lauri Eskola2022-01-17
| | | | larowlan: Refactor (if feasible) uses of the jQuery val 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 #3238860 by mstrelan, Theresa.Grannum, hooroomoo, bnjmnm, larowlan: ↵Lauri Eskola2021-11-16
| | | | Refactor (if feasible) use of jquery map to use vanillaJS
* Issue #3239132 by hooroomoo, larowlan, nod_, bnjmnm: Refactor (if feasible) ↵hooroomoo2021-10-12
| | | | uses of the jQuery trim function to use vanillaJS
* Issue #3183149 by nod_, droplet, jptaranto: Deprecate jquery.once and use ↵Lauri Eskola2021-08-10
| | | | the new once lib
* 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 #2983373 by ApacheEx, drpal, m1r1k: JS codestyle: no-restricted-globalsLauri Eskola2018-07-16
|
* Issue #2914717 by droplet: JS codestyle: array-callback-returnAlex Pott2017-10-11
|
* Issue #2898261 by droplet, effulgentsia, nod_, andrewmacpherson, cilefen, ↵Lauri Eskola2017-08-01
| | | | dmsmidt, drpal, larowlan: In jQuery 3, $('#') throws syntax errors
* Issue #2531700 by dmsmidt, alexrayu, cboyden, finne, tameeshb, kattekrab, ↵Lee Rowlands2017-07-26
| | | | andrewmacpherson, hass, droplet, drpal, dsnopek, nod_: Fragment links to children elements in closed grouping elements don't work
* 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 #2559697 by theMusician, eiriksm, AjitS, dimaro: JSDoc misc/Nathaniel Catchpole2016-02-22
|
* Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use ↵Alex Pott2015-10-13
| | | | single quotes in JavaScript and update .eslintrc
* Issue #2493677 by nod_, dawehner, Wim Leers: JSDoc for misc/ filesJennifer Hodgdon2015-06-08
|
* Issue #2456225 by nod_, drupaldrop, droplet: Improve formUpdated eventAlex Pott2015-05-28
|
* Issue #2389515 by nod_: Update ESLint rulesAlex Pott2015-01-10
|
* Issue #749748 by Bès, penyaskito, sun, hefox, Dave Reid, mavimo | c960657: ↵Alex Pott2014-08-06
| | | | Fixed Contact, register and comment forms do not prefill with user info from browser.
* Issue #2298665 by nod_: Fixed Remove dead code in form.js.Alex Pott2014-07-15
|
* 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 #1636992 follow-up by nod_, droplet: Follow-up: form.js' formUpdated ↵webchick2014-01-24
| | | | event is unreliable/incomplete.
* Issue #1636992 by nod_, Wim Leers: Form.js' formUpdated event is ↵Nathaniel Catchpole2014-01-23
| | | | unreliable/incomplete.
* Issue #1705618 by nod_, sun, clemens.tolboom, Wim Leers: Double click ↵Dries2014-01-10
| | | | prevention on form submission.
* Issue #1342198 by nod_, droplet, cosmicdreams, RobLoach, aspilicious: Use ↵Nathaniel Catchpole2013-12-04
| | | | .on and .off instead of .bind, .unbind and .delegate.
* Issue #1684802 by nod_: JSHint form.js.Alex Pott2013-05-22
|
* Issue #1937924 by droplet: Remove jQuery deprecated function.Dries2013-03-09
|
* - Patch #1428534 by nod_: Use === and !==Dries2012-06-23
|
* Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce ↵catch2012-05-08
| | | | clean code.
* Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace ↵catch2012-04-07
| | | | $('selector', domelement) with $(domelement).find('selector').
* Issue #1428524 by nod_, katbailey: Replace all $.each() with filtered for loop.catch2012-03-21
|
* Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core ↵Nathan Haug2011-11-01
| | | | Drupal files under a core subdirectory.
* Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, ↵Nathaniel2011-11-01
| | | | | | tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades." This reverts commit f0a16bf2a4d1524aa33b656533e37d977cca4802.
* Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, ↵Nathaniel2011-11-01
kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades.