Commit Graph

5549 Commits

Author SHA1 Message Date
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 fc9d6233a8.
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 8a785e4393)
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
Luke Towers b407f26e02 Add support for \Path\To\Class::staticMethodName for defining field options.
Related: 95d0b61a29
2020-09-10 12:12:46 -06:00
Ben Thomson 619be11d23
Make "october:env" command privileged.
This allows developers to use the command even if plugins are failing to boot due to missing configuration options (such as the DB configuration being incorrect). Previously, plugins which use the database in boot would prevent the command from running if the database details were incorrect.

This change removes a barrier from configuring your site correctly.
2020-09-09 17:47:18 +08:00
Ben Thomson b251867f56
Use path.config binding in "october:env" to allow unit test to work 2020-09-09 12:38:48 +08:00
Raja Khoury 561815cac1
Define beforeAddAsset properties as references in docs. (#5269) 2020-09-09 10:18:51 +08:00
Luke Towers 67cabdcb28 fix broken media tests 2020-09-08 16:11:12 -06:00
Luke Towers 2c4d3c9f98 Fix issue where URLs generated by the ImageResizer were not correctly encoded.
Related https://github.com/laravel/framework/issues/34199
2020-09-08 16:04:40 -06:00
Luke Towers ce47c0248f Fix issue displaying protected file thumbnails when width or height is empty.
Related #5267
2020-09-07 15:23:00 -06:00
lctoan 1ef50d4751
Improve Taiwanese translations (#5264) 2020-09-07 09:48:12 -06:00
Luke Towers 4340b6584e Merge branch '1.1' into develop 2020-09-06 21:44:16 -06:00
Luke Towers 6389554935 fix composer for 1.1 2020-09-06 21:43:20 -06:00
Luke Towers fa9417dd95
Fix broken links 2020-09-06 21:14:58 -06:00
Luke Towers 9bad3802af Merge branch 'develop' into 1.1 2020-09-06 21:07:25 -06:00
Luke Towers 79cbfa34a6 Composer updates for 1.1.0 2020-09-06 21:07:10 -06:00
Luke Towers fd2d634b5e Composer updates for 1.0.469 2020-09-06 21:05:00 -06:00
Luke Towers 3a7bf60eaa tweak .htaccess 2020-09-06 13:36:28 -06:00
Luke Towers 482167d1d1 Merge branch '1.0' into develop 2020-09-04 15:23:02 -06:00
Luke Towers e9e4210842 Allow infinitely nested CmsObjects that may have been permitted to load previously through the filesystem continue to load. 2020-09-04 15:22:48 -06:00
Luke Towers 91e4e96929 Allow the Filter widget container to be targeted by the AJAX framework 2020-09-04 14:29:06 -06:00
Luke Towers 3d4b451744 Fix unit tests 2020-09-04 12:15:00 -06:00
Romain 'Maz' BILLOIR c49e9411dc
Create a link to the backend in the demo theme (#5100) 2020-09-04 10:41:12 -06:00
Luke Towers dd5fd34ae7 Merge branch '1.0' into develop 2020-09-04 01:27:53 -06:00
Luke Towers 7cb148c167 minor cleanup and docblocks 2020-09-04 01:23:03 -06:00
Samuel Georges ceb2ff8a6e Clean up redundancies 2020-09-04 13:35:21 +10:00
Samuel Georges 4c650bb775 Security fixes for v1.0.469
Introduces sandbox policy to block extendable methods allowing arbitrary code execution
2020-09-04 13:02:01 +10:00
Ben Thomson 106daa2930
Fix unit tests for source manifest 2020-09-03 11:52:03 +08:00
Ben Thomson 5bceda9496
Add "changes" option for "october:version" command.
Will include a list of added/modified/removed files when detecting the October CMS build.
2020-09-03 11:48:35 +08:00
Ben Thomson 4141646105
Implement improved "set build" replacement (#5087)
This change implements an improved "set build" utility through the "october:version" Artisan command that, instead of checking the October CMS server for the latest build, checks the module files against a source manifest kept on GitHub.

This check allows us to accurately determine the build based on the module files in the October CMS installation, and can even detect versions if the module files are modified (except in the cases of extreme modification).

An additional utility has been implemented, "october:manifest", which will build the manifest JSON file in order to provide the maintainers with a way of generating this manifest file as required.

Replaces #4615.
2020-09-02 14:48:08 +08:00