Marc Jauvin
3590571642
fix themes localization namespace ( #5348 )
2020-11-09 13:10:22 -06:00
Siarhei Karavai
061d35e5fd
Register theme backend localization files ( #4960 )
...
Closes #4308 .
2020-11-07 15:13:25 -06:00
Marc Jauvin
59d183b3b0
Add Sortable Behavior to ReorderController validateModel ( #5268 )
...
Checks for the newly added Sortable Behavior as well as the existing Sortable Trait. See b19deb853f
2020-11-04 11:18:22 -06:00
Ben Thomson
fffa6db8d8
Add Mockery as dev dependency, limit PHPUnit versions
2020-11-03 09:51:23 +08:00
Salvatore Brosio
df91c529a1
Improved Italian translations ( #5338 )
...
Co-authored-by: salvatore brosio <salvatore.brosio@gmail.com>
2020-10-29 11:25:19 -06:00
Ben Thomson
866af34b1a
Use number literals for booleans in filter conditions.
...
SQL Server treats literal "false" and "true" as column names. This is probably the same for any other database type that does not have a true "boolean" storage.
Refs: https://github.com/rainlab/blog-plugin/pull/526#issuecomment-716299459
2020-10-26 15:32:13 +08:00
Senuros
5dfe1ff748
Improve German translation ( #5331 )
2020-10-25 20:10:08 -06:00
Ben Thomson
38a21365db
Change branches to test code quality on push
2020-10-25 09:54:41 +08:00
Ben Thomson
ccd75e3e9c
Fix Composer constraint in tests, test 1.0, 1.1 and develop branches
2020-10-25 09:52:34 +08:00
Ben Thomson
34e9bea7cb
Force Composer v1 to be installed for tests
...
Until such a time that `wikimedia/composer-merge-plugin` supports Composer 2.
Refs: https://github.com/octobercms/october/pull/5330#issuecomment-715988820
2020-10-25 09:50:13 +08:00
Senuros
e1ba909b65
Improve German translation ( #5329 )
2020-10-23 23:05:40 -06:00
Bertware
6fb3708440
Improve Dutch translation ( #5328 )
...
Sources:
https://www.vandale.nl/gratis-woordenboek/nederlands/betekenis/component
http://de-of-het.nl/component/
2020-10-23 14:14:59 -06:00
Luke Towers
fbb470c7ee
UX improvements for managing plugins.
...
Fixes #5127 , also will force a page reload after changing the status of a plugin (remove, disable, enable, etc) so that the menu structure is accurately reflected.
2020-10-22 16:14:14 -06:00
Luke Towers
86496ff818
Support disks that can't be serialized in ImageResizer. ( #5324 )
...
Requires https://github.com/octobercms/library/pull/532
2020-10-22 13:20:19 -06:00
TimFoerster
bd83f34ac4
Minor UX tweak ( #5325 )
...
Change order to plugin, theme to match the install page.
2020-10-22 09:02:22 -06:00
Luke Towers
a9a2c6e83b
Improve handling of custom editor styles in the backend
2020-10-20 15:35:27 -06:00
Igor
baecc2c1e6
Fix codestyle ( #5323 )
2020-10-20 15:02:53 -06:00
Luke Towers
51d1c16369
More tweaks to the default publisher permissions, added separate permission for users to manage their own personal editor preferences.
2020-10-20 09:20:16 -06:00
Marc Jauvin
aa9c209e76
Hide stripe load indicator when a redirect response is returned ( #5321 )
...
Fixes #5055
2020-10-19 11:08:37 -06:00
Mehul
cbcb3894b0
Code tweak to server.php ( #5317 )
2020-10-16 15:01:57 +08:00
Luke Towers
a9d54eaa97
Warn about unsupported cache drivers being used for image resizing
2020-10-15 09:48:46 -06:00
Samuel Georges
3dc105173a
Only allow local files via view engine
...
The Laravel view engine wants to supply the Twig engine with an absolute path, even though this is outside the inclusion rules. This implements a temporary exception to wave it through. It seems like a suitable alternative instead of implementing a reverse lookup to ensure the path is a valid view file, since we can trust the source engine has passed the value through its resolver already
Fixes previous fix
2020-10-13 19:14:49 +11:00
4NIK3T
463cd57bc0
Add removeSideMenuItems function ( #5285 )
...
Similar to addSideMenuItems, add a helper function to removeSideMenuItems
2020-10-13 15:51:59 +08:00
Salvatore Brosio
8a9775428b
Improve Italian translation ( #5310 )
2020-10-12 12:11:24 -06:00
Ayumi
df4c2cf86e
Default session.same_site to Lax ( #5293 )
2020-10-12 12:10:17 -06:00
Marc Jauvin
20181b16de
Remove hidden CMS pages from menus ( #5309 )
2020-10-12 11:35:33 -06:00
Samuel Georges
11c93f0a3b
Fixes View::make recursion
...
This logic is called via {% include %} (fixed) and as a custom .htm driver for View::make (broken). The previous change was too aggressive and broke the latter. This still fixes arbitrary file inclusion whilst retaining the original design. Both logic paths are now fixed and have been tested
2020-10-11 19:05:38 +11:00
Gary Houbre
08de0c9929
Fix links to the coding standards ( #5307 )
2020-10-10 13:56:22 -06:00
Ben Thomson
af6db51b79
Allow "no records" message to be defined for relation widgets.
...
Both the "view" and "manage" widgets, in list mode, now support a custom message when no records are available. To maintain BC, if "emptyMessage" is provided in the relation config, this is still used for the "view" widget in list mode.
Fixes https://github.com/octobercms/october/issues/3594
2020-10-07 14:05:17 +08:00
Nick Khaetsky
f8f5e6e022
Changing translation of "layout" word in Russian ( #5291 )
...
Last commit changed translation of word "layout" from 'Шаблон' to 'Макет'. By "straightforward" translation this was maybe correct, but contextually not. We decided to make a poll, to vote for new translation.
2020-10-02 02:38:10 -06:00
Blaž Oražem
4d25ec6813
Improve Slovenian translation ( #5292 )
2020-10-02 02:35:39 -06:00
Samuel Georges
f9e14b02f5
Only allow view files in system twig
...
This no longer allows arbitrary inclusions, only views from the native Laravel view engine. Note this also affects the cms twig loader
2020-09-30 11:11:03 +10:00
Jukka
d4ac1595ad
Update auth.php ( #5289 )
...
typo fix
2020-09-29 11:56:51 -06:00
Pierre-André Vullioud
b6ee7d9bca
Improve French translation ( #5283 )
2020-09-24 09:47:38 -06:00
Ben Thomson
789de0217d
Add styling for fancy breadcrumb based on Backend brand colors
2020-09-24 16:52:59 +08:00
Luke Towers
0101e1f96b
Fix issue with image resizer URLs that contain URL-encoded characters (i.e. spaces)
...
Don't double decode the URL when validating it because the routing engine already decoded it once
2020-09-19 14:07:23 -06:00
Luke Towers
15ca68c22d
No need to throw exceptions when generating MediaLibrary URLs
2020-09-18 16:01:02 -06:00
Luke Towers
fe2ca6c15e
Fix issue where resized images were not correctly identified as already having been resized when atomic (blue/green) deployment strategies are used in conjunction with files being stored on the local filesystem in a shared symlinked storage folder.
2020-09-18 00:11:11 -06:00
Luke Towers
618e2b58ab
Ignore images that can't be processed by the resizer
2020-09-17 22:53:49 -06:00
Ben Thomson
ed06a6f1ac
Do minItem initialization before checking current value in repeater prep
...
Fixes https://github.com/octobercms/october/issues/5274
2020-09-17 12:45:55 +08:00
Ben Thomson
216b0d6004
Remove errors from october:fresh
and indicate which demo files were moved
...
Follow-up work to fc9d6233a8da738b5b8bbdf2fb7e6fd67da12b66.
2020-09-14 08:09:00 +08:00
Marc Jauvin
fc9d6233a8
Allow october:fresh to remove remove the demo plugin even when the demo theme has already been removed ( #5275 )
2020-09-13 16:51:09 -06:00
Luke Towers
dca6128501
Change Twig template loading fallbacks
...
Previously:
- registered Laravel view file
- attempt to load file as a CMS partial
Now:
- registered Laravel view file
- valid CMS partials
- any file that Twig can access (from the project root) rendered as a plain twig template (but with support for the CMS twig environment)
Fixes 80aab47f04 (commitcomment-42223643)
, https://github.com/octobercms/october/issues/5261#issuecomment-691235167
2020-09-11 15:47:49 -06:00
Luke Towers
9dca130fae
Add unit tests for the different ways of providing field options
2020-09-11 11:33:44 -06:00
Luke Towers
92fda9ce2d
Merge branch '1.0' into develop
2020-09-11 02:13:14 -06:00
Luke Towers
78a37298a4
Tightened up the default permissions granted to the "Publisher" system role out of the box
...
(cherry picked from commit 8a785e439395aa901d2b9d7bcb6a343a071c7870)
2020-09-11 02:12:28 -06:00
Luke Towers
8a785e4393
Tightened up the default permissions granted to the "Publisher" system role out of the box
2020-09-11 02:10:59 -06:00
Ben Thomson
ce361cae67
Fix UpdatesController test
2020-09-11 15:34:24 +08:00
Ben Thomson
e7b1862c44
Add unit tests for #5271
2020-09-11 15:26:58 +08:00
serega-kasyanow
4c41eee1b3
Update module facade docblocks ( #5273 )
2020-09-11 10:49:16 +08:00