Ben Thomson
40f9d7e40c
Revert "Update content of script fixture files"
...
This reverts commit 3051018aff10179c2188696d23a17bea997e1e71.
2020-08-03 23:17:10 +08:00
Ben Thomson
3051018aff
Update content of script fixture files
2020-08-03 23:11:30 +08:00
Luke Towers
c3fbc130dc
wip dump on image resizing functionality
2020-08-03 03:01:33 -06:00
Luke Towers
0a9c751e1b
Merge branch 'develop' into wip/laravel-6
2020-08-03 01:49:06 -06:00
Ben Thomson
df2b8b5817
Recompile Storm UI JS asset
2020-08-03 11:07:55 +08:00
Luke Towers
18af35d928
Prevent error from occurring when the active sorting column is hidden from the results.
...
Fixes #5227
2020-07-30 10:54:09 -06:00
Luke Towers
b1954e9258
Fix creating asset files
...
Fixes #5228
2020-07-30 10:35:02 -06:00
Ben Thomson
7f7bc04288
Merge remote-tracking branch 'origin/develop' into wip/laravel-6
2020-07-26 15:02:08 +08:00
Ben Thomson
d49266ad90
Make popup textarea HTML5-compliant in Inspector editor.
...
Previously, this was a self-closing tag with a value attribute. Neither are supported for the textarea tag in HTML5. It appears that browsers now are actually checking this and/or won't work with it.
Fixes #5222 .
v1.0.468
2020-07-25 22:52:23 +08:00
Ben Thomson
0dee0e54b1
Alias Illuminate\Support\Debug\HtmlDumper to Symfony's HtmlDumper
2020-07-20 10:40:50 +08:00
Luke Towers
6ea06b3d8e
restore original password min length value
2020-07-19 02:07:09 -06:00
Luke Towers
18714ae9f0
Add L6 as a dep to the modules to prevent people with older Laravel versions from accidentally pulling in the L6 update
2020-07-19 01:42:58 -06:00
Luke Towers
1aab58d1e4
Merge branch 'develop' into wip/laravel-6
2020-07-19 01:35:37 -06:00
Luke Towers
a56e0cdf61
Use Arabic numerals instead of Indic ones for Arabic date translations.
...
Fixes #5213
2020-07-19 01:15:07 -06:00
Luke Towers
5a5208bd0b
Document caveat with uploaded file URL generation when installing October in a subfolder
...
Fixes #5204
2020-07-19 01:08:01 -06:00
Luke Towers
c1fd1b9346
Fix support for ignoreTimezone in date filter types
...
Fixes #5197
2020-07-19 01:01:09 -06:00
Klaas Poortinga
517c588ef7
Fix filter type "group" when 500+ options are available ( #5141 )
...
When 500 options or more are presented in a group filter, PHP `max_input_vars` limits may prevent the filter from working. This fix passes selected options through as a JSON string to get around the limits.
2020-07-17 17:12:41 +08:00
Luke Towers
d17b6eaf32
Merge branch 'develop' into wip/laravel-6
2020-07-17 00:47:32 -06:00
Ben Thomson
70eac9b0e2
Recompile assets
2020-07-16 18:00:19 +08:00
Patrick Boivin
987dfa4eb7
Add Paragraph Formats to Editor Settings ( #4861 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <ben@abweb.com.au>
2020-07-16 17:54:21 +08:00
Ruben van Erk
3be6e26e84
Clear input after creating tag ( #5053 )
...
When using the taglist field type, the input isn't cleared after a tag has been created. This problem is described here: https://github.com/select2/select2/issues/4698
This change fixes that issue.
2020-07-16 17:26:49 +08:00
Romain 'Maz' BILLOIR
745bdf9022
Add missing French translations ( #5210 )
2020-07-16 16:42:28 +08:00
Ben Thomson
8fd1ddf7aa
Provide an accessor for the form widget of the Settings controller ( #5212 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
2020-07-15 14:04:01 +08:00
Ben Thomson
4fb4e318f1
Add "develop.allowDeepSymlinks" configuration option.
...
Refs: https://github.com/octobercms/library/pull/491
2020-07-14 12:25:35 +08:00
Ben Thomson
327d7be604
Merge remote-tracking branch 'origin/develop' into wip/laravel-6
2020-07-10 16:02:01 +08:00
Ben Thomson
bb3d018590
Add fallback alias for Illuminate\Support\Facades\Input
...
This will redirect any instances of the now-removed Input facade from Laravel to the Rain library's Input facade.
2020-07-10 15:56:11 +08:00
Luke Towers
c1bb695f4b
Fix "use statement with non-compound names has no effect" ( #5206 )
...
Fixes #5205 .
2020-07-09 02:19:36 -06:00
Ben Thomson
4950edc196
Add sensitive field input ( #5201 )
...
A field widget that allows for entering of sensitive information that can be revealed at the user's request - ie. API keys, secrets.
When a sensitive field that has been previously populated is loaded again, a placeholder is used instead of the real value, until the user opts to reveal the value. The real value is loaded via AJAX.
Credit to @tomaszstrojny for the original implementation.
Replaces #5062 . Fixes #5061 , #1850 , perhaps #1061 .
Co-authored-by: Tomasz Strojny <tomasz@init.biz>
Co-authored-by: Luke Towers <github@luketowers.ca>
2020-07-08 16:26:38 +08:00
Ben Thomson
b5dcc42ed2
Namespace the authentication in tests under 'backend.auth'
...
Prevents conflicts with unit tests that might use another auth system, ie. Passport.
Hat tip to @LukeTowers for pointing out my shame.
2020-07-01 10:52:55 +08:00
Ben Thomson
9412a2bb20
Merge remote-tracking branch 'origin/develop' into wip/laravel-6
2020-07-01 10:42:33 +08:00
Meysam
9082a231a6
Document Select2's dynamic option creation ( #5052 )
v1.0.467
2020-07-01 10:11:16 +08:00
Luke Towers
dea03a698c
Use the Lang facade rather than the trans helper function
2020-06-28 11:14:35 -06:00
Luke Towers
c84c51c820
Improve error message when attempting to fork an unforkable component.
...
Fixes #5142 and rainlab/forum-plugin#141
2020-06-28 10:57:47 -06:00
Luke Towers
dd8ceaa106
Merge branch 'develop' into wip/laravel-6
2020-06-27 20:06:39 -06:00
Saifur Rahman Mohsin
869625aef2
Minor code standards fix ( #5138 )
2020-06-25 10:18:21 -06:00
Luke Towers
b2d88d6da9
Fix issue when refreshing an entire form that occurs because the toggleEmptyTabs timer runs after the elements it was based on have all been replaced.
2020-06-24 11:33:44 -06:00
Luke Towers
e7b6917ad5
Update config/app.php
2020-06-22 21:58:08 -06:00
Ben Thomson
83137dafb8
Remove Dusk "don't discover" flag
...
Will be fixed instead by https://github.com/octobercms/library/pull/492 when it is merged.
2020-06-23 11:04:25 +08:00
Ben Thomson
47ca69e1f4
Merge remote-tracking branch 'origin/develop' into wip/laravel-6
2020-06-23 11:01:21 +08:00
Ben Thomson
0317ecec3c
Add app.loadDiscoveredPackages config item
...
Refs: https://github.com/octobercms/library/pull/492
2020-06-23 10:40:36 +08:00
Giuseppe Montuoro
cbbc82ac86
Use the current context when making redirects in FormController onSave handlers ( #5132 )
...
Related: d0546599d1
2020-06-20 16:04:57 -06:00
Luke Towers
ef36399cf7
Improve error handling for invalid counter properties on backend menu items
2020-06-19 23:54:44 -06:00
Luke Towers
1b8fae0ef0
Fix visual glitch on inspector autocomplete fields.
...
Fixes #5085
2020-06-18 11:55:14 -06:00
Luke Towers
dc400a0e20
Fix issue where the throttle feature was no longer logging IP addresses.
...
Fixes #5128
2020-06-18 11:27:53 -06:00
Luke Towers
b384954a29
Improve Froala sanitization of pasted content.
2020-06-18 11:03:48 -06:00
Luke Towers
9c6c6b5a12
Merge branch 'develop' into wip/laravel-6
2020-06-17 03:37:55 -06:00
Luke Towers
0cdda52eb8
Fix bug where a field with @context
in the name would completely break forms if it also depended on other fields.
...
The bug occurred because if specific fields aren't detected in onRefresh(), the entire Form widget HTML will be returned as the result instead of specific fields. This created a problem because the october.form.js JS is not setup to gracefully handle having the entire root form DOM node completely replaced in the middle of a request being completed. Specifically, this would cause problems when trying to detect empty tabs, and then the problems would cascade from there as there would be an instance of october.form.js attached to the page with broken references to no-longer existing DOM nodes.
This fix solves the immediate issue of `field@context` using the `dependsOn` feature breaking by ensuring that the actual final field name for a given field is used instead of the name used in the configuration of the field. Future work should probably be done to better support an entire form being re-rendered if no fields are detected in onRefresh however.
2020-06-17 03:05:40 -06:00
Tomasz Strojny
68d0667bd4
Updated Polish translation ( #5129 )
2020-06-17 16:10:37 +08:00
Romain 'Maz' BILLOIR
81a11f70c4
Fix Froala strip empty tags issue ( #5126 )
...
Co-authored-by: Ben Thomson <git@alfreido.com>
2020-06-16 14:59:40 +08:00
Luke Towers
24f87ae10e
Also remove custom sorts from relationcontroller lists / pivot manage modes.
...
Fixes https://github.com/octobercms/october/issues/4335#issuecomment-643706004 , refs: 5f8a5454ee
2020-06-14 14:29:21 -06:00