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
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
96537033c8
Recompile assets
2019-09-11 20:02:43 +10: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
Ayumi Hamasaki
6942e38615
Remove the IE5 - IE7 Holly Hack support ( #4594 )
...
Credit to @ayumihamsaki
2019-09-04 09:32:29 -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
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
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
9521dd795c
Minor Formatting Corrections in Usage Comments ( #4541 )
...
Credit to @DanHarrin
2019-08-15 09:14:54 -06:00
Samuell
60a235e000
Add warning in status widget when debug mode is enabled ( #4500 )
...
Debug mode is now shown as a warning in the Status report widget to indicate that its use is discouraged for production websites.
Credit to @Samuell1.
2019-08-15 11:44:22 +08:00
Dan Harrin
67c9decb20
Standardise use of [] vs array() ( #4548 )
...
Credit to @DanHarrin
2019-08-14 20:46:36 -06:00
Ben Thomson
199407f1a0
Revert #4401 for build 458.
...
Reverts commit 22847e7892 . Will be redeployed in build 459.
2019-08-09 16:07:32 +08:00
Ayumi Hamasaki
432dd5d91a
Add role-form to all forms
2019-07-31 15:46:20 +01:00
Anurat Chapanond
02ba765a9e
Added Thai translation ( #4472 )
...
Credit to @anurat.
2019-07-26 14:52:52 -06:00
Ben Thomson
a59d3b83eb
Code quality clean up ( #4449 )
...
Credit to @bennothommo
2019-07-18 08:50:37 -06:00
Ayumi Hamasaki
22847e7892
Improve backend accessibility ( #4401 )
...
Credit to @ayumihamsaki. Fixes #4400 .
- Added WAI-ARIA to the layout templates files.
- Added Focus-ring polyfill to allow better keyboard navigation and screen reader support.
- Added WAI-ARIA to tabs and created keyboard arrow controls for tabs.
- Added event.key polyfill to allow removal of deprecated event.keyCode, event.charCode and event.which.
- Fixed all the whitespace, tabbing and indent issues with all the lang files.
- Keyboard navigation now allows the following key actions: Tab, Up Arrow, Down Arrow, Left Arrow, Right Arrow, Home and End buttons.
- Added keyboard navigation for tab panels.
2019-07-17 15:07:45 -06:00
Aleksey Sannikov
0df2e4e776
Update lang.php (Russian) ( #4455 )
...
Credit to @jexme.
2019-07-16 13:44:11 +03:00
Alexander Voronin
f4240d7e2c
Fix: Disabled global AJAX events ( #4282 )
...
Credit to @VoroninWD.
2019-07-14 23:41:35 +03:00
Kallef Alexandre
94a71ff3da
Improved Brazilian Portuguese translations ( #4450 )
...
Credit to @prhost
2019-07-13 16:42:43 -06:00
Long Wen
2613141870
Update zh-cn/lang.php file ( #4447 )
...
Credit to @wenlong-date.
2019-07-11 17:21:24 +03:00
Tobias Kündig
604f0d060d
Make plugin dependency checks case-insensitive ( #4337 )
...
Normalize the plugin identifier before lookup in the `hasPlugin` call, which should allow plugin dependencies to resolve if mis-cased in the Plugin `$require` property.
Credit to @tobias-kuendig.
2019-07-02 22:12:29 +08:00
Dan Harrin
7f29cbe13c
Fix support for custom Select2 options via the AJAX framework ( #4414 )
...
Fixes #4413 . Credit to @DanHarrin
2019-07-01 09:04:15 -06:00
Kallef Alexandre
31b6a1f471
Improved Brazilian Portuguese translation ( #4415 )
...
Credit to @prhost
2019-06-27 10:34:26 -06:00
Luke Towers
ae7da9f957
Retain support for PHP < 7.3, fixes #4405
2019-06-22 23:29:14 -06:00
Petr Popov
ba0da07c46
Fix FormData initialization ( #4391 )
...
Credit to @Air-Petr.
2019-06-19 12:59:13 +03:00
Rike-cz
acf4577255
Add preview mode for taglist widget ( #4349 )
...
Credit to @Rike-cz.
2019-06-19 08:22:36 +08:00
Denis Denisov
882f317cd8
Use default options when generating thumbnails for private files ( #4353 )
...
Fixes #4351 . Credit to @w20k @redmarlin.
2019-06-11 23:15:19 -07:00
Ben Thomson
19846037f8
Hide popup loading indicator if an error/flash is thrown from an AJAX handler ( #4364 )
...
Fixes rainlab/builder-plugin#283 . Credit to @bennothommo
When using the popup widget with an AJAX handler, a loading indicator appears whilst the AJAX handler is being run. If an exception or error occurs at this point in time, the exception is shown, but neither the loading indicator nor the backdrop are removed as the popup is technically not 'open' at this stage. This fix should resolve this by tracking the loading state of the popup and removing the backdrop and loading indicator if needed.
2019-06-11 07:52:00 -07:00
Ben Thomson
8768e0a54c
Support environment variable for database templates
2019-06-06 21:22:05 +08:00
Luke Towers
15e3bd131a
Merge pull request #4358 from octobercms/wip/file-improvements
...
Use temporaryUrls for protected files if the storage driver supports them. Related: octobercms/library#406
2019-06-02 20:49:12 -06:00
Samuel Georges
e7ec0be0c1
Merge pull request #3908 from octobercms/wip/halcyon-db-datasource
...
Database layer for the CMS objects
2019-06-01 14:28:34 +10:00
Samuel Georges
6f021d5f20
Refactor ThemeSync console command
2019-06-01 13:42:29 +10:00
Samuel Georges
17cea816d8
enableDatabaseLayer -> databaseTemplates
2019-06-01 12:40:17 +10:00
Luke Towers
aea4857eba
Use temporaryUrls for protected files if the storage driver in use supports them
2019-05-30 17:47:01 -06:00
Ayumi Hamasaki
48a78bd918
Remove the extra head info
...
Remove these extra lines of code - not needed
2019-05-27 17:12:52 +01:00
Ayumi Hamasaki
6b5eaf42df
Fixed the CSP Issue
...
Have removed all the Data: elements and will now pass with a basic CSP Policy
2019-05-27 16:52:08 +01:00
Luke Towers
019b0a3a6c
Added maintenance mode view.
...
Refs: https://github.com/octobercms/october/issues/2830
2019-05-15 19:20:25 -06:00
Luke Towers
f861b2ca5d
Added disabled style for switch field types
2019-05-10 18:30:52 -06:00
Luke Towers
9f08086c27
Open `rowlink` rows in a new tab when the Command or Ctrl key is held down (previously only did it for the Ctrl key)
2019-05-10 17:46:20 -06:00
Luke Towers
a1e6849a71
Implemented easy impersonation of backend users controlled by the backend.impersonate_users permission
2019-05-09 10:36:46 -06:00
Klaas Poortinga
de8004169a
Improved Dutch translation ( #4321 )
...
Credit to @Klaasie.
2019-05-06 23:11:36 -06:00
HOOP Mediaclinic
5055c830e9
Finnish language update ( #4177 )
...
* Finnish language update
* Fixed missing ] and added 'scopes'
* Tabs to spaces, removed comma
* Translation file fixes
Removed tabs, fixed indentation
2019-05-03 18:51:44 +03:00
joseph-d
7694865647
Fix backend list scrolling on mobile ( #4304 )
2019-04-30 15:36:36 +03:00
Samuel Georges
7a4052be60
Recompile assets
...
build-oc-plugins.js -> build-plugins.js
Refs #4075
2019-04-30 16:24:00 +10:00