2110 Commits

Author SHA1 Message Date
WebVPF
735e72a641
Update Russian language (#292) 2021-08-30 14:20:55 +08:00
rezalaal
5c27bd65c6
Improve Persian translation (#293)
Credit to @rezalaal
2021-08-25 09:36:06 -06:00
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
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
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
datune
ae0e89b8a6
Complete translation 2021-07-20 18:06:21 +02: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
RickAcb
d1180d04d1
Return 404 for asset combiner resources that don't exist (#222)
Credit to @RickAcb
2021-07-05 15:59:52 -06:00
LucianDex
087bd2b6ff
Updated all RO translations for Winter CMS modules. (#198) 2021-06-17 16:15:27 +08:00
LucianDex
bf91db6e9e
Updated RO language for System module (#185) 2021-05-27 17:33:05 +08: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
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
jaxwilko
70bb72901b
Ensure all plugins are uninstalled when the system is uninstalled (#114) 2021-04-25 14:58:40 -06:00
Marc Jauvin
029ec9f0c0
Add history of replacement plugins to the system_plugin_history table (#115) 2021-04-25 14:22:42 -06:00
jaxwilko
59ee7c1cc3
Warn when replaced plugins are still present (#109) 2021-04-25 10:18:31 -06:00
Luke Towers
89ebc52802 Improve handling for null being passed to the ImageResizer 2021-04-23 16:20:40 -06:00
Luke Towers
c100059a56 Fix registering of namespace aliases 2021-04-21 15:58:27 -06:00
Luke Towers
c80062f8af Use the database version of the plugin when determining database replacement actions
This fixes an issue where composer dependencies on replaced plugins are directly swapped with the replacement plugins meaning that the replaced plugin files are no longer present in the filesystem when the replacement plugin tries to register for the first time.
2021-04-21 14:09:20 -06:00
Luke Towers
4a6bc4df6a
Add support for plugin replacement / forking (#41)
Documented by https://github.com/wintercms/docs/pull/11

Co-authored-by: @jaxwilko Jack Wilkinson <me@jackwilky.com>
Co-authored-by: @mjauvin Marc Jauvin <marc.jauvin@gmail.com>
Co-authored-by: @bennothommo Ben Thomson <git@alfreido.com>
Co-authored-by: @LukeTowers  Luke Towers <github@luketowers.ca>
2021-04-21 13:50:59 -06:00
Luke Towers
c04ea9e104
Add dependency required for the plugin replacement
See https://github.com/wintercms/winter/pull/41#issuecomment-821749984
2021-04-17 01:36:55 -06:00
Luke Towers
b2161ef429 Improve display of changelog 2021-04-14 14:16:02 -06:00
Marc Jauvin
04014b628f
Trigger a new ajaxRedirected event and handle it in the loading indicator (#70)
Fix issue with premature hiding of loading indicators during a redirect response via AJAX.

Fixes: https://github.com/octobercms/october/issues/5555

Tested by 9fb25e233e

Refs:
- https://github.com/octobercms/october/issues/5055 (original issue attempted to solve with previous code)
- https://github.com/octobercms/october/pull/5321 (solution to octobercms/october#5055)
- https://github.com/octobercms/october/issues/2780 (original issue regarding the hash change redirect not closing the loading indicator)
- 99a08616bb (October's solution to the issue)
2021-04-08 20:55:09 -06:00
Luke Towers
799fb0eecb Improve support for auto aliasing october* assets 2021-04-06 23:02:11 -06:00
Luke Towers
4f79b440c3 Alias winter:* commands to october:* commands for backwards compatibility 2021-04-03 08:39:45 -06:00
Luke Towers
7fcd3a4588 Improve handling of dates by the Filter widget
Refs: https://github.com/octobercms/october/pull/5548 & https://github.com/octobercms/october/pull/5549. Credit to @KonstantinObuhov
2021-04-02 12:05:45 -06:00
Ben Thomson
2835a0cc0b Remove unneeded property 2021-04-02 11:29:10 +08:00
Ben Thomson
a3d40d4067 Add description of some Winter commands, add attribution 2021-04-02 10:27:48 +08:00
Ben Thomson
906d4d65c0
Add support for version forks in "winter:version" command (#1) 2021-04-01 09:05:15 -06:00
Luke Towers
0ebe3bc074 Revert "Add version.yaml processing for Symfony/Yaml v4 support (#65)"
This reverts commit 181f2130797a1c19db4ce176c0f79d5b3de546ee.
2021-03-28 20:31:19 -06:00
Marc Jauvin
672dfef507
Only engage system mailer modifications on string template names (#64)
Credit to @mjauvin
2021-03-27 21:27:38 -06:00
Ben Thomson
181f213079
Add version.yaml processing for Symfony/Yaml v4 support (#65)
Fixes #13
Follows on from wintercms/storm#16

Moves the version.yaml processing into the System module and updates all version file parsing to use this new processor.
2021-03-27 21:25:42 -06:00
Luke Towers
2ddfd28c65 Improve media library path validation 2021-03-25 14:43:51 -06:00
Luke Towers
596c6901e6 Fix issues with PluginManager->getRegistrationMethodValues()
On PHP 7.4 method_exists can return true for protected (i.e. not callable) methods. Additionally, some plugins already implemented their own registerValidationRules method not implementing the expected return type, so that needed to be handled more gracefully
2021-03-24 11:27:08 -06:00
Luke Towers
1992e9de84 Improve Dutch translations 2021-03-24 11:21:30 -06:00
Luke Towers
61b974a76a
Support specifying step, min, and max attributes on number inputs for list filters (#63)
Documented by https://github.com/wintercms/docs/pull/6, credit to @zaxbux
2021-03-23 11:19:38 -06:00
Marc Jauvin
dd290243f6
Add support for registerValidationRules in Plugin.php (#46)
Credit to @SaifurRahmanMohsin. Originally octobercms/october#5513.
2021-03-22 16:29:43 -06:00
Luke Towers
2e511f7b8f
Add support for configuring the default backend locale & timezone in winter:install (#12)
Related: octobercms/october#5366
2021-03-22 15:59:10 -06:00
Marc Jauvin
4e2fa8d047
Implement artisan winter:util purge orphans (#44)
Credit to @mjauvin
2021-03-22 14:36:05 -06:00
Luke Towers
06b91d16f2 Merge branch 'october-develop' into develop
# Conflicts:
#	.github/FUNDING.yml
#	.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md
#	LICENSE
#	README.md
#	SECURITY.md
#	composer.json
#	modules/backend/composer.json
#	modules/backend/helpers/Backend.php
#	modules/cms/composer.json
#	modules/system/assets/ui/js/popup.js
#	modules/system/assets/ui/less/checkbox.less
#	modules/system/assets/ui/storm.css
#	modules/system/composer.json
#	modules/system/console/WinterInstall.php
#	modules/system/console/WinterVersion.php
#	modules/system/database/migrations/2021_10_01_000025_Db_Add_Pivot_Data_To_Deferred_Bindings.php
#	package.json
#	tests/fixtures/plugins/database/tester/updates/create_tags_table.php
2021-03-22 14:35:20 -06:00
Web-VPF
1af6d2024a
Update Russian language (#5540) 2021-03-22 10:35:27 +11:00