Samuel Georges
6daea258b9
Tidy up checkbox list - refs #4599
...
Also had to revert the 100vw improvement on tabs because it causes unnecessary scroll/drag activation. Also reverted change in form.base.less that had no reasoning.
2019-09-21 12:36:31 +10:00
Samuel Georges
202d1f6b04
Update the checkbox list widget ( #4599 )
2019-09-21 11:57:53 +10:00
Samuel Georges
db20bb3359
Fix the Primary tabs overflow error ( #4587 )
...
* Fix the overflow on the primary tabs
2019-09-21 10:39:46 +10:00
Samuel Georges
99db7132e6
Add a working checkbox list doc code example to october website ( #4600 )
2019-09-21 10:07:01 +10:00
Ben Thomson
e2f23eb184
Fix Travis unzip
and mv
Rain library
2019-09-20 08:40:09 +08:00
Ben Thomson
f951f92b1c
Diagnose Travis mv
issue
2019-09-20 08:34:20 +08:00
Ben Thomson
bbdad61555
Use develop branch of Rain library in Travis CI
2019-09-20 08:21:32 +08:00
Luke Towers
7e6c1aed84
Added ability to specify a LESS file to be used as a default backend brand CSS override with the config item "brand.customLessPath"
2019-09-18 18:27:18 -06:00
Luke Towers
fafd05f7c0
Cleaning up spacing
2019-09-14 06:27:24 -06:00
Dan Harrin
7b8fecaa51
Replace use of parseJSON with JSON.parse ( #4517 )
...
Credit to @DanHarrin
2019-09-14 06:25:18 -06:00
Samuel Georges
2962f75221
Include the JSON parser natively in framework.js
...
We've also included it as a separate framework.parser.js file in case its needed by some external lib, such as Storm UI
2019-09-14 17:56:18 +10:00
Samuel Georges
68f0cd640d
Recompile assets
2019-09-14 17:41:13 +10:00
Samuel Georges
2e6347718a
Update jQuery mousewheel from v3.1.9 to v 3.2.0 ( #4574 )
...
* Update jQuery mousewheel
2019-09-14 17:38:52 +10:00
Samuel Georges
ebcb7ee6fd
Add a small JSON Parser to October framework lib ( #4527 )
...
* Add a small JSON Parser to October framework lib
2019-09-14 17:29:31 +10:00
Samuel Georges
35a6fb99b8
Add keyboard support to list items
2019-09-14 16:33:21 +10:00
Samuel Georges
8471c73054
Fixes keyboard support on checkboxes
...
The keydown/keyup/input events were not working correctly. Also the $cb selector was not specific enough and was picking up on the hidden input used to define the default state.
2019-09-14 16:11:16 +10:00
Ben Thomson
5f0da7e6f6
Revert c5d0a467 ( #3834 )
...
Reported issues with tables with constrained widths breaking content too much.
Refs: https://github.com/octobercms/october/issues/4618
2019-09-12 22:34:54 +08:00
pavelmgn
4684312cee
Pass path by reference in media.file.upload ( #4616 )
...
Credit to @pavelmgn. Refs: https://github.com/octobercms/october/issues/3124#issuecomment-529577947
2019-09-11 22:22:08 -06:00
Samuel Georges
52e2a838eb
Fixes typo, recompile assets
2019-09-11 21:42:02 +10:00
Samuel Georges
3291e07191
Update Deprecated code in October into (event.key) ( #4489 )
...
Update Deprecated code in October into (event.key)
2019-09-11 21:35:18 +10:00
Samuel Georges
72123943de
Merge pull request #4352 from ghost/modernizr3.7.1
...
Update Modernizr V3.6.0 to V3.7.1
2019-09-11 21:30:39 +10:00
Samuel Georges
31145a3eb7
Peer review visibility changes
...
It makes more sense to use a consistent UI for all modes, the CSS is cleaner as a result. The code editor toolbar has been moved to the bottom across all instances. This is favourable to it bleeding outside of its perimeter.
Refs #3947
Refs #3948
2019-09-11 20:54:14 +10:00
Samuel Georges
96537033c8
Recompile assets
2019-09-11 20:02:43 +10:00
Samuel Georges
86ff037221
Merge pull request #4279 from ghost/dropzone
...
Update Dropzone V4.0.1 to V5.5.1
2019-09-11 20:00:16 +10:00
Luke Towers
882ca6019c
Merge branch 'master' into develop
v1.0.459
2019-09-10 12:21:51 -06:00
Luke Towers
0b71a4bf2f
Revert "Pass $path by reference in media.file.upload event ( #4612 )" ( #4613 )
...
This reverts commit 868c7ec11c6dac49d42fa8622aa71048c32ad214.
2019-09-10 12:20:27 -06:00
pavelmgn
868c7ec11c
Pass $path by reference in media.file.upload event ( #4612 )
...
Credit to @pavelmgn
2019-09-10 12:20:05 -06:00
Ben Thomson
9bade6ddea
Merge branch 'master' into develop
2019-09-10 17:42:23 +08:00
Ben Thomson
0b3db09935
Exclude deleted files from PHPCS tests
2019-09-10 17:42:04 +08:00
Samuel Georges
3212fc5b35
Merge pull request #4503 from ghost/role-form
...
Add role-form to all forms
2019-09-10 17:55:40 +10:00
Luke Towers
564e127ec5
Merge branch 'master' into develop
2019-09-09 12:51:50 -06:00
Luke Towers
48d8f4f089
Updated issue templates
2019-09-09 12:50:56 -06:00
Daniel Ramirez
f7b857cc88
Ignore IDE helper file ( #4608 )
...
Credit to @drmzio
2019-09-08 06:51:28 -06:00
COTE
01aa5b27a3
Fix poorly formatted link ( #4596 )
...
Credit to @GrCOTE7
2019-09-06 08:29:29 -06:00
Ben Thomson
0240c21af6
Fail CSRF token checks if the session expires. ( #4598 )
...
Fixes #4595 . Credit to @bennothommo
2019-09-04 21:33:10 -06:00
Ben Thomson
5723cd4b2a
Match save method signature in Theme Export/Import
2019-09-05 10:58:22 +08:00
Ayumi Hamasaki
61af6384d2
Add documentation for testing pull requests ( #4577 )
...
Credit to @ayumihamsaki & @bennothommo
2019-09-04 09:34:12 -06:00
Ayumi Hamasaki
6942e38615
Remove the IE5 - IE7 Holly Hack support ( #4594 )
...
Credit to @ayumihamsaki
2019-09-04 09:32:29 -06:00
Ayumi Hamasaki
92e975ffa3
Make the Code editor fullscreen button easier to see ( #4546 )
...
Credit to @ayumihamsaki
2019-09-03 11:13:41 -06:00
Larry Barker
0766be8ecb
Move translations for plugin author to system module ( #4583 )
...
Credit to @LarBearrr
2019-09-03 11:10:42 -06:00
Luke Towers
477502d333
Merge branch 'master' of https://github.com/octobercms/october
2019-09-02 13:03:01 -06:00
Luke Towers
02d894f52b
Fix use of Storage::url() for local disks that haven't been configured correctly. Fixes #4581
2019-09-02 12:33:36 -06:00
Samuel Georges
1f47846832
Merge remote-tracking branch 'remotes/origin/master' into develop
2019-08-31 09:38:41 +10:00
Luke Towers
91d7b980a9
Created a security policy
2019-08-31 09:35:26 +10:00
Luke Towers
de3f8142fb
Support multiple instances of the PermissionEditor on a single page
2019-08-29 17:51:52 -06:00
alekseyp
5afb1ee04f
Include file extension in combiner URLs ( #4567 )
...
Credit to @alekseyp.
2019-08-25 19:52:14 -06:00
Mohamed Ali Behiry
e0e23c1fdf
Improved Arabic translation ( #4555 )
...
Credit to @mabehiry
2019-08-19 09:14:00 -06:00
Ben Thomson
a67ccfe993
Allow decompiled Backend JS assets ( #4549 )
...
This change will allow the individual JS assets that are compiled into a full compilation file to be loaded individually instead, allowing the developer to see their changes immediately. It introduces a new configuration variable, `cms.decompileBackendAssets`, that controls this functionality. By default, it is false and not tied to the debug value, requiring it to be explicitly enabled.
2019-08-16 16:19:16 +08:00
Dan Harrin
3365820178
Use selected dropdown item as repeater title ( #4544 )
...
Credit to @DanHarrin. Initial implementation by @MattPurland. Finishes https://github.com/octobercms/october/pull/2956
2019-08-16 16:13:35 +08:00
Saifur Rahman Mohsin
ecf75e7e46
Mention the lang dependency ( #4551 )
...
Credit to @SaifurRahmanMohsin.
2019-08-15 16:55:07 -06:00