Commit graph

1387 commits

Author SHA1 Message Date
XhmikosR ad11109b2f
Improve LGTM configuration (#2777)
* Testing LGTM

* Update .lgtm.yml

* Update .lgtm.yml

* Update .lgtm.yml

* Update .lgtm.yml
2020-06-02 16:38:46 +02:00
REJack 2eec6fe614
fix nav-link fadeIn (#2776) 2020-06-02 15:26:19 +02:00
XhmikosR e848621b32
Remove unneeded IIFEs (#2774) 2020-06-02 15:23:22 +02:00
REJack bbfcc0639e
fix sidebar item icon transition (#2775)
* fix sidebar item icon transition

* rename menu-opens to menu-is-opening
2020-06-02 13:37:16 +02:00
XhmikosR 47e653bfbf
Remove the executable permission. (#2768) 2020-06-02 13:25:34 +02:00
XhmikosR dee12de0f7
Update .gitignore (#2773)
* Update .gitignore

* Update .gitignore
2020-06-02 12:21:48 +02:00
REJack 2bc9d56f62
Merge pull request #2771 from XhmikosR/pages
Minor pages cleanup
2020-06-02 11:29:47 +02:00
XhmikosR feb42f852e
Clean up more plugins' files. (#2767) 2020-06-02 11:29:28 +02:00
REJack bbb22a16de
Merge pull request #2751 from XhmikosR/js-tweaks
JS tweaks
2020-06-02 11:27:47 +02:00
XhmikosR 86d5d9b038 Remove trailing spaces 2020-06-02 12:16:43 +03:00
XhmikosR d331b5f913 calendar.html: remove unused variable 2020-06-02 12:12:03 +03:00
XhmikosR be58e635f6
Update lint.yml (#2770) 2020-06-02 10:41:53 +02:00
XhmikosR 04981d1770
Add missing shebang (#2769) 2020-06-02 10:39:15 +02:00
XhmikosR 2622f5ce56
Fix .gitignore comments (#2766)
Comments start with `#`
2020-06-02 10:38:43 +02:00
XhmikosR ad03a31ffb
Remove unused doc assets. (#2765) 2020-06-02 10:38:23 +02:00
XhmikosR be3631930d Fix regression after 27ff009 2020-06-02 06:30:40 +03:00
XhmikosR 7853dcbd6e Use the document ready shorthand. 2020-06-02 06:30:39 +03:00
XhmikosR 3478837aab Layout.js: Simplify else 2020-06-02 06:30:39 +03:00
XhmikosR cb85af826e Reuse variable 2020-06-02 06:30:39 +03:00
XhmikosR e56939983d Remove variables only used once. 2020-06-02 06:30:39 +03:00
XhmikosR 187a01a8ee Return early. 2020-06-02 06:30:39 +03:00
XhmikosR 3528b6c1f8 Remove that workaround 2020-06-02 06:30:38 +03:00
REJack c8feb99dc2
resolve lgtm alerts (#2764) 2020-06-01 21:49:17 +02:00
REJack 0641a8442d
Fix ESLint errors (#2763)
* fix dist/js/demo.js eslint error

* fix Layout.js eslint error

* remove unnecessary semicolon

* remove unexpected token

* add missing radix for parseInt in Layout.js
2020-06-01 21:21:43 +02:00
XhmikosR 023ede7ded
Update .bundlewatch.config.json (#2762) 2020-06-01 20:40:13 +02:00
XhmikosR 092028bb49
Run CI for master too. (#2761) 2020-06-01 20:32:29 +02:00
XhmikosR cfe81189f5
Add bundlewatch (#2754) 2020-06-01 20:27:25 +02:00
XhmikosR 82b6f062d3
Remove docs-clean script (#2760)
Jekyll removes files by default
2020-06-01 20:14:30 +02:00
XhmikosR 0850fd8cb5
Update .eslintignore (#2759) 2020-06-01 20:14:13 +02:00
XhmikosR 7a7bea0be9
Update plugins. (#2756) 2020-06-01 20:13:38 +02:00
XhmikosR 569bddbf4d
Rename install script to postinstall (#2757) 2020-06-01 20:11:09 +02:00
XhmikosR 48685382d3
Merge .npmignore files. (#2758) 2020-06-01 20:10:43 +02:00
XhmikosR c4dae3e269
Add a separate prefix script for splits (#2755) 2020-06-01 20:09:37 +02:00
REJack 66f8bb1bbd
Merge pull request #2752 from XhmikosR/plugins
Plugins
2020-06-01 14:09:20 +02:00
XhmikosR 1451820057
Remove glyphicon leftovers. (#2753) 2020-06-01 14:07:35 +02:00
XhmikosR 1af43bd9ea Remove outdated plugin files 2020-06-01 14:47:15 +03:00
XhmikosR 870df4406d Update plugins. 2020-06-01 14:45:27 +03:00
REJack a26f303c69
Merge pull request #2728 from XhmikosR/eslint
Add ESLint support
2020-06-01 13:43:13 +02:00
XhmikosR 6dbfd55091 build/npm: don't copy dot files. 2020-06-01 14:26:08 +03:00
XhmikosR 27ff009494 Comply to the ESLint rules. 2020-06-01 14:26:08 +03:00
XhmikosR 5ba59f1454 Add ESLint support.
Used the Bootstrap master branch config and adapted it.

Also, remove the `babel-eslint` package since we don't use it.
2020-06-01 14:26:07 +03:00
REJack ae1c128e04
Merge pull request #2727 from XhmikosR/stylelint
Add stylelint support
2020-06-01 13:24:44 +02:00
XhmikosR ffcbdb2029 Add lint and compile tests to CI. 2020-06-01 14:09:56 +03:00
XhmikosR ff66f38cee Convert hsla colors to rgba for consistency 2020-06-01 14:09:56 +03:00
XhmikosR 3d87e3c4cb Adhere to the Stylelint rules.
Also, re-use some of the color variables while at it.
2020-06-01 14:09:56 +03:00
XhmikosR 24bc6165bc Add Stylelint. 2020-06-01 14:09:56 +03:00
XhmikosR 8350264bd2
Update dependencies (#2748)
* @fullcalendar/bootstrap             ^4.4.0  →    ^4.4.2
* @fullcalendar/core                  ^4.4.0  →    ^4.4.2
* @fullcalendar/daygrid               ^4.4.0  →    ^4.4.2
* @fullcalendar/interaction           ^4.4.0  →    ^4.4.2
* @fullcalendar/timegrid              ^4.4.0  →    ^4.4.2
* @ttskch/select2-bootstrap4-theme     ^1.3.2  →   ^1.4.0
* bootstrap4-duallistbox              ^4.0.1  →    ^4.0.2
* datatables.net                    ^1.10.20  →  ^1.10.21
* datatables.net-autofill-bs4         ^2.3.4  →    ^2.3.5
* datatables.net-bs4                ^1.10.20  →  ^1.10.21
* datatables.net-buttons-bs4          ^1.6.1  →    ^1.6.2
* datatables.net-fixedcolumns-bs4     ^3.3.0  →    ^3.3.1
* datatables.net-fixedheader-bs4      ^3.1.6  →    ^3.1.7
* datatables.net-keytable-bs4         ^2.5.1  →    ^2.5.2
* datatables.net-responsive-bs4       ^2.2.3  →    ^2.2.5
* datatables.net-rowgroup-bs4         ^1.1.1  →    ^1.1.2
* datatables.net-rowreorder-bs4       ^1.2.6  →    ^1.2.7
* datatables.net-scroller-bs4         ^2.0.1  →    ^2.0.2
* filterizr                           ^2.2.3  →    ^2.2.4
* flot                                ^4.2.0  →    ^4.2.1
* jquery-validation                  ^1.19.1  →   ^1.19.2
* jszip                               ^3.3.0  →    ^3.4.0
* overlayscrollbars                  ^1.11.0  →   ^1.12.0
* summernote                         ^0.8.16  →   ^0.8.18
* sweetalert2                        ^9.10.8  →   ^9.14.0
2020-06-01 13:05:25 +02:00
XhmikosR bbfae627a2
Doc gems (#2716)
* docs: specify the gems.

This saves 59 gems. Also, commit Gemfile.lock.

* Clean up docs/_config.yml

* Add jekyll-sitemap.

* Update Jekyll to v4.1.0.
2020-06-01 12:42:14 +02:00
XhmikosR 8bc05ad6b0
Update .editorconfig (#2749) 2020-06-01 10:33:50 +02:00
XhmikosR 7edd752b6b
Assorted Markdown tweaks (#2750) 2020-06-01 10:33:08 +02:00