Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot 896b68514b Add latest changes from gitlab-org/gitlab@master 2020-05-07 12:09:46 +00:00
Fabian Schneider 27f7771ae1 Add setting for first day of the week 2019-02-06 17:33:56 +01:00
Kushal Pandya 886e5d47ad Update pikaday method import path
Updates path for pikaday parsing methods
to import from `datetime_utility.js`
2018-10-25 15:10:35 +05:30
Mike Greiling c559bcca03
Prettify additional modules (I through Z) 2018-10-16 13:01:19 -05:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Filipa Lacerda 941c11824a Fix Pikaday 2017-10-18 11:31:01 +00:00
Filipa Lacerda 697967c177
Remove members and memberExpirationDate from window object 2017-10-12 10:42:13 +01:00
Phil Hughes 02853ebc1e
Fix pikaday being undefined
Closes #36207
2017-08-09 13:19:33 +01:00
Nur Rony b8a6338032 Adding animation for all dropdown 2017-04-21 15:05:38 +00:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Jose Ivan Vargas 99c263ad10 Updated some tests descriptions to represent the correct settings path
Updated the js from the member_expiration_date to es6
2017-01-03 10:52:14 -06:00
Jose Ivan Vargas ad58dec2e1 Added groups to members section, added a members finder 2017-01-03 10:52:14 -06:00
Luke "Jared" Bennett 7cefaea876
explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
winniehell 02f94cf038 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
Phil Hughes 87a0501ded Updates the member row when values changed 2016-09-13 08:44:59 +01:00
Douwe Maan 4d07319b38 Don’t add events in loop 2016-08-18 19:41:18 -05:00
Douwe Maan 1f3a0d52a3 Use `gl` namespace and explicitly check that string is empty 2016-08-18 19:02:36 -05:00
Sean McGivern 21a73302e8 Add MemberExpirationDate JS helper
This helper adds a datepicker to all `js-access-expiration-date`
elements. If that element is a child of a `clearable-input` element and
has a sibling `js-clear-input` element, then it will show a working
clear button to the right of the input field.
2016-08-18 15:04:30 +01:00
Sean McGivern dd4784f3b1 Add MemberExpirationDate JS helper
This helper adds a datepicker to all `js-access-expiration-date`
elements. If that element is a child of a `clearable-input` element and
has a sibling `js-clear-input` element, then it will show a working
clear button to the right of the input field.
2016-08-18 14:14:22 +01:00