5883 Commits

Author SHA1 Message Date
Ben Thomson
eb76a7504a
Allow for local source manifests 2021-08-10 11:35:44 +08:00
Ben Thomson
e7c43c5aa1
Use Http to retrieve JSON data for version checks
Hat tip to @meinmotion for fix.

Fixes https://github.com/wintercms/winter/issues/267
2021-08-10 11:27:24 +08:00
Ben Thomson
6393846179
Add body class for restore/reset pages
Allows skin developers to target the body class in the auth layout for specific pages within the Auth controller. The sign in page already specified a "signin" class, so this brings the other pages into parity.
2021-08-03 12:01:57 +08:00
Luke Towers
dad1295aee
Add support for default for image list columns 2021-08-01 20:57:25 -06:00
Luke Towers
750e21ee81
Support '0' for number field min and max values 2021-07-29 22:18:33 -06:00
Luke Towers
bfed0e67b2
Tweaks to issue template 2021-07-29 20:51:17 -06:00
Ben Thomson
a56eb1bb5b
Further adjustments to issue templates 2021-07-30 10:18:44 +08:00
Ben Thomson
e7e2647337
Rename issue config file 2021-07-30 10:04:28 +08:00
Ben Thomson
d41a280477
Update GitHub issue templates 2021-07-30 10:03:40 +08:00
Ben Thomson
6893d56416
Fix bug report form 2021-07-30 09:49:21 +08:00
Ben Thomson
a63c68fbee
Delete old bug report template 2021-07-30 09:41:42 +08:00
Ben Thomson
768d5043d9
Create bug report form 2021-07-30 09:41:08 +08:00
Ben Thomson
49a49d216d
Add trusted proxy configuration variables (#235)
Fixes #232.

Related Storm PR: wintercms/storm#42
Related Storm commit: c8db154037
2021-07-29 15:30:20 +08:00
Luke Towers
4be654b6a8 Support providing Twig configuration options when registering custom Twig filters & functions
Documented by 4185118f29
2021-07-26 02:35:42 -06:00
Ben Thomson
0f1ca8a362
Tweak GitHub Actions
- Combine the PR and push code quality check.
- Remove the Commander action, as we don't use it.
- Remove Splitsh executable - we were going to use it for automated split builds, but this is now done through the Winter CLI.
2021-07-23 10:29:00 +08:00
Luke Towers
c9bd17c223 Fix composer issues 2021-07-22 16:02:26 -06:00
Marc Jauvin
614e51ecac
add compiled client lang files (#246)
we need to include the compiled language file after a change.

related to #245
2021-07-20 17:30:33 -04:00
Marc Jauvin
66bf81316f
Merge pull request #245 from datune/patch-1
Add client-side localization strings for german locale
2021-07-20 12:52:41 -04:00
datune
ae0e89b8a6
Complete translation 2021-07-20 18:06:21 +02:00
Luke Towers
6e8507c426 Missed some swaps 2021-07-20 01:21:16 -06:00
Luke Towers
fcf91249b6 incorrect path to class 2021-07-19 17:26:52 -06:00
Luke Towers
8515a3fa2f fix tests 2021-07-19 17:15:19 -06:00
Luke Towers
0c5099f0b1 Throw SystemException for critical not-found code paths
Throws SystemException (therefor creating critical logged errors) for code paths resulting in not found exceptions (AJAX handlers, partials, content, components, etc) to make it easier to identify and result issues before end users are affected.
2021-07-19 17:11:29 -06:00
Jack Wilkinson
32440b19b9
Added fix when setting plugin status replacements were overriding originals (#226) 2021-07-14 10:31:25 -06:00
Ben Thomson
00c4b1cccd
Make shields on README consistent, add version shield 2021-07-13 13:38:07 +08:00
Luke Towers
d99bdb716f Merge branch 'develop' of github.com:wintercms/winter into develop
* 'develop' of github.com:wintercms/winter:
  Return 404 for asset combiner resources that don't exist (#222)
2021-07-05 16:05:45 -06:00
Luke Towers
b6b127eedd Allow for order: 0 in menu items
Follow up to 763db7eb80
2021-07-05 16:05:32 -06:00
RickAcb
d1180d04d1
Return 404 for asset combiner resources that don't exist (#222)
Credit to @RickAcb
2021-07-05 15:59:52 -06:00
Luke Towers
763db7eb80 Improve NavigationManager handling of default item orders
Replaces #231, fixes #229 & wintercms/wn-builder-plugin#7
2021-07-05 08:18:28 -06:00
Marc Jauvin
dc0d6aa0e2
Reset column order for lists when using "Reset to Default" action (#217) 2021-06-28 10:55:26 +08:00
LucianDex
087bd2b6ff
Updated all RO translations for Winter CMS modules. (#198) 2021-06-17 16:15:27 +08:00
Jack Wilkinson
84a1fcce5c
Fixed typo in model comment (#206) 2021-06-16 21:39:29 +08:00
LucianDex
bf91db6e9e
Updated RO language for System module (#185) 2021-05-27 17:33:05 +08:00
WebVPF
5eeee5d709
Update .htaccess (#191)
Co-authored-by: Luke Towers <github@luketowers.ca>
2021-05-26 14:27:54 -06:00
Ben Thomson
fdc8a7a993
Synchronise config files with Laravel 6 (#179) 2021-05-17 16:17:17 +08:00
Luke Towers
801c323297
Switch default db host to 127.0.0.1
This reverts 1ec2b69924 (bringing back 6c5a83de89) as it is more important for the default configuration to be in a working state for most environments than to optimize for performance for some environments. Having the default be `localhost` has caused issues for a large number of people (see https://github.com/octobercms/october/issues/3411, https://github.com/wintercms/winter/discussions/157, and probably many more). 

Additionally, this has been the default in Laravel since 5.2 (https://github.com/laravel/laravel/pull/3641) & 5.3 (fd42e10a5f).
2021-05-15 11:01:09 -06:00
Luke Towers
ff9c934853
Revert "Add class alias registration method to plugins (#152)" (#176)
This reverts commit 203d2c4ebac696d39d3dbd92137077db3fb82978 as it was causing issues with classes that didn't exist.

> The class that is not found is: Winter\User\Classes\UserEventBase
2021-05-14 09:15:40 -06:00
Marc Jauvin
203d2c4eba
Add class alias registration method to plugins (#152) 2021-05-06 12:31:24 +08:00
Arvis Lācis
0af791d2c7
Improved Latvian translation (#142)
Credit to @arvislacis
2021-05-03 01:39:34 -06:00
WebVPF
1b1161c961
Fixing styles for custom checkbox (#140)
Credit to @WebVPF
2021-05-02 00:08:50 -06:00
Helmut Kaufmann
4bf6f3289e
ImageResizer should support uppercase file extensions (#135)
Fixes #133
2021-05-01 21:03:41 -06:00
Serena Villa
a5233ca57e
Improved Italian Translations (#134)
Credit to @josieit
2021-05-01 20:34:57 -06:00
Arvis Lācis
9e53549bc4
Improved Latvian translation (#128) 2021-04-29 09:45:30 -06:00
Marc Jauvin
4f953107ce
Merge pull request #126 from najbo/patch-2
French translations corrections.
2021-04-28 11:02:16 -04:00
Jan Boech
2aa3f66b96
Update lang.php
Minor corrections (typos)
2021-04-28 16:47:40 +02:00
jaxwilko
812f524101
Only show plugin warnings for active replacements (#122) 2021-04-26 09:10:59 -06:00
Luke Towers
7d8117dd67 Fix unit tests 2021-04-25 21:49:38 -06:00
Luke Towers
88bbf232c7 Ensure route attributes from plugins are properly loaded
Fixes wintercms/winter#106.
See https://stackoverflow.com/questions/42984295/laravel-named-routes-not-working/67258851#67258851
2021-04-25 16:38:49 -06:00
Luke Towers
9b0cba85a0 Revert "Support ReportContainers that are aliases of real ReportContainers"
This reverts commit 50382778fecd1dd665764d30b5e3fa121148f87a.
2021-04-25 15:03:39 -06:00
jaxwilko
70bb72901b
Ensure all plugins are uninstalled when the system is uninstalled (#114) 2021-04-25 14:58:40 -06:00