Nathaniel Catchpole
|
f33c6be7b5
|
Issue #2559697 by theMusician, eiriksm, AjitS, dimaro: JSDoc misc/
|
2016-02-22 10:51:47 +09: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
|
44e0f2f926
|
Issue #2473945 by Cottser, rachel_norfolk, axe312, davidhernandez, yannickoo, emma.maria, cilefen, akalata, jaxxed, LewisNyman: Prefix form-item classes with js-
|
2015-09-09 16:00:24 +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
|
a9f2eead74
|
Issue #2456225 by nod_, drupaldrop, droplet: Improve formUpdated event
|
2015-05-28 23:21:38 +01:00 |
webchick
|
1a62e3c66d
|
Issue #2488884 by pixelmord, tim.plunkett, droplet: Machine name HTML5 validation fails when field is hidden
|
2015-05-24 20:46:41 -07:00 |
Alex Pott
|
77e8f3095b
|
Issue #2490146 by droplet: Prevent empty request on machine name transliterate
|
2015-05-18 14:51:07 +01: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
|
58a891faa7
|
Issue #2360175 by zaporylie, gaurav.goyal, droplet, sivaji@knackforge.com, mcdruid, nod_, er.pushpinderrana, brahmjeet789: Change .append(' ') with CSS style in system.admin.css
|
2015-02-03 08:55:41 +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
|
8a9a3b76e5
|
Issue #2333053 by dsnopek, mradcliffe: JavaScript for #type => 'machine_name' registers key presses on 'source' slowly later, when label has spaces, special or international characters in it
|
2014-11-18 22:35:32 +00:00 |
Alex Pott
|
59fee1922b
|
Issue #2264241 by _nod: Fix ESLint errors and fix js bugs.
|
2014-05-24 14:59:54 +01: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 |
Nathaniel Catchpole
|
5d4d6b1c80
|
Issue #1979468 by Wim Leers, nod_, pwolanin, longwave, thedavidmeister, jessebeach, larowlan | catch: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-23 18:04:41 +00:00 |
Nathaniel Catchpole
|
d4dcb5c357
|
Issue #1342198 by nod_, droplet, cosmicdreams, RobLoach, aspilicious: Use .on and .off instead of .bind, .unbind and .delegate.
|
2013-12-04 14:28:18 +00:00 |
webchick
|
6085b34907
|
Issue #1842718 by alippai, andypost, alexpott, nod_: Use new Transliteration functionality in core for machine names.
|
2013-05-02 00:51:45 -07:00 |
webchick
|
17a2aa62ff
|
Issue #1719640 by nod_, droplet, Wim Leers, SebCorbin: Use 'button' element instead of empty links.
|
2013-04-12 20:25:44 -07:00 |
webchick
|
689dc727c0
|
Issue #946118 by droplet, lyricnz: Fixed The machine name isn't updating correctly when the user selects a previous input value.
|
2013-03-24 11:59:29 -07:00 |
webchick
|
5d6161202c
|
Issue #1700210 by nod_, aaronbauman: Fixed After editing a field machine name, then re-ordering the field, machine name field disappears.
|
2012-09-01 21:44:55 -07:00 |
webchick
|
fcb07d584a
|
Issue #1684804 by Jelle_S, nod_, droplet: Fixed JSHint machine-name.js.
|
2012-07-28 12:00:12 -05:00 |
Dries
|
ac981fcc10
|
- Patch #1684804 by droplet, nod_: JSHint machine-name.js.
|
2012-07-15 06:02:00 -07:00 |
Dries
|
675803d885
|
- Patch #1428534 by nod_: Use === and !==
|
2012-06-23 09:50:41 -07:00 |
catch
|
bd30dbfc09
|
Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce clean code.
|
2012-05-08 11:57:33 +09:00 |
catch
|
eab6f127ad
|
Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace $('selector', domelement) with $(domelement).find('selector').
|
2012-04-07 16:19:30 +09:00 |
catch
|
f1d90a0c65
|
Issue #1428524 by nod_, katbailey: Replace all $.each() with filtered for loop.
|
2012-03-21 14:40:42 +09:00 |
catch
|
d4442020dd
|
Issue #1164812 by Niklas Fiekas, xjm: Improve UX for machine names for fields.
|
2012-03-12 12:00:51 +09:00 |
Nathaniel
|
ef7f375d91
|
Issue #1065626 by Heine, droplet, xjm: Fixed Machine name not editable if every character is replaced.
|
2012-02-24 13:01:17 +09:00 |
Dries
|
f5563bf877
|
- Patch #1400310 by nod_: Fixed Use of .parents() is really .closest().
|
2012-01-24 13:54:39 -05:00 |
Nathan Haug
|
06fb770bd3
|
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
|
2011-11-01 12:48:40 +09:00 |
Nathaniel
|
906a6db347
|
Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4 .
|
2011-11-01 12:32:15 +09:00 |
Nathaniel
|
f0a16bf2a4
|
Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades.
|
2011-11-01 12:25:12 +09:00 |