29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-04 10:10:29 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Brian Teeman
8507bfaa64 [4.0] Switcher Field (#24463) 2019-05-04 18:41:42 +02:00
dGrammatiko
8e62eb169f [4.0] Field media custom element clean up (#23882) 2019-02-28 10:23:54 +00:00
George Wilson
effacb8e1e
Some webcomponents already pass linting (#23789) 2019-02-08 00:45:58 +00:00
dGrammatiko
dec68e1cf8 [4.0][NO CACHE] Refactor the build tools (#23723) 2019-02-07 23:00:05 +00:00
wilsonge
85c614a79f
Fix javascript linter 2018-10-21 22:52:46 +01:00
George Wilson
9e312e397f
Update .eslintignore 2018-07-19 13:33:25 +01:00
wilsonge
ea51900f81
Fix the ignore 2018-07-09 01:50:02 +01:00
wilsonge
752ab1194b
Ignore another admin file 2018-07-09 01:33:10 +01:00
wilsonge
f60e6dc7b4
Exclude another js file 2018-07-09 01:30:20 +01:00
dGrammatiko
1fbe6fe54d
Update .eslintignore 2018-07-06 17:46:09 +02:00
dGrammatiko
c6946c0f33 [4.0] Transpile es6 files (#20954)
* Transpile es6 files 

as part of the --compilejs command

* Update compile-es6.js

* Update compilejs.js

* Update compilejs.js

* Update compilejs.js

* fix all

- Es6 everywhere (CLI)
- Fix the incompatible html page for sub folders
- ES6 transpiling when using —compilejs

* again

* m

* mm

* mmm
2018-07-05 20:09:34 +01:00
Geetanshu Mathur
b32eb2a17a Confirm delete modal (#540)
* Search Functionality - Media Manager

* search using vuex

* added mutation type and changed filter variable

* corrections

* Changed SEARCH_QUERY TO SET_SEARCH_QUERY and solved the issue

* Resolved merge conflicts

* Added translation string

* Type correction

* select all toggle correction

* removed extra fa

* Added Confirm Delete Modal

* added to directory/file/video

* changeing file to item

* renameing

* build

* build

* added new line

* rearrange state variable

* alpha ordering

* regenerated assets

* deleted unwanted JS files

* ignore vue linting

* Update .eslintignore

* Update en-GB.com_media.ini
2018-05-31 08:52:26 +02:00
David Neukirchen
8d194a9ab8 [4.0] Feature/compile es6 (#19650)
* Improve eslint IDE support (ignore .js, lint *.es6.js)

* Adjust eslint rules: allow usage of dev dependencies in build directory

* Add babelrc

* Install glob and babel-core

* Add simple script to compile es6 to es5 using babel-core

* Disable module transformation

By default babel transforms to commonjs.

* CS

* Example-1: Copy old file and suffix it with .es6.js

* Example-2: Fix code style according to new style guide

* Example-3: Execute compiler

* Add do-not-modify message

* Change browser targets

* Use literals

* Use arrow function

* CS

* Update target browsers

* Allow „use-strict“

* Remove & Revert example

* Revert CS
2018-02-20 14:07:42 -06:00
David Neukirchen
6303456bd3 Setup eslint for es6 (#19638)
* Use airbnb eslint config
* Rename scripts
2018-02-11 22:15:55 +00:00