WebVPF
3b551aed80
Update Russian language ( #349 )
2021-11-16 07:13:24 +08:00
Luke Towers
bd343c3936
Support embedded data URIs in the list image column type
2021-11-12 15:11:59 -06:00
WebVPF
5ac5bb2111
Documentation with icons ( #347 )
...
Correction of the display of icon library in UI-documentation on site page: https://wintercms.com/docs/ui/icon
2021-11-07 12:30:51 -06:00
Ben Thomson
4847f8bc92
Limit options shown in group filter, apply scope when retrieving filtered options
...
Implements original fix by @danielbidala (with permission) for https://github.com/octobercms/october/pull/5470
Fixes https://github.com/wintercms/winter/issues/27
Refs: https://github.com/wintercms/winter/discussions/301
Credit to @danielbidala for fix.
2021-10-27 14:22:36 +08:00
Romain 'Maz' BILLOIR
1aa8fe08b8
Add Exception on wrong relation type in relation formwidget ( #334 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <ben@abweb.com.au>
2021-10-27 14:04:55 +08:00
Ben Thomson
6a2f234d63
Redesigned color picker widget ( #324 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
2021-10-25 11:19:39 +08:00
Romain 'Maz' BILLOIR
345f02e8e1
Add winter:test command ( #202 )
...
Credit to @RomainMazB. Documented in https://github.com/wintercms/docs/pull/34 . Proposed in #201 .
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <ben@abweb.com.au>
Co-authored-by: Jack Wilkinson <me@jackwilky.com>
2021-10-21 14:23:25 -06:00
Mantas Šimkūnas
e69f4f7ce9
Use the correct backend timezone config key ( #337 )
...
Credit to @msimkunas
2021-10-21 10:16:45 -06:00
Ben Thomson
4293141a6b
Get changelog only of the current branch
...
We'll prompt people to upgrade to the next major version, but if they opt to stay on their current branch, to ensure that they don't end up filled with extraneous info, we'll just show the changelog of their current branch and those branches below the current one.
2021-10-11 13:48:35 +08:00
Ben Thomson
7aea162fe2
Fix Markdown editor sizing issue on Chrome.
...
Chrome exhibits an issue in stretch mode with the double min-height definition of the surrounding field container and the editor writing area where the height is interpreted incorrectly and the editor content is clipped if the viewport shrinks the editor below the minimum height.
This fix will define a minimum height just for the editor writing area based on the "size" option, and will still allow stretch to increase the height of the editor further as required.
Partially reverts the "improvements" in d7117f9cb2
Fixes https://github.com/wintercms/winter/issues/322
2021-09-30 09:42:46 +08:00
Marc Jauvin
4f43dfd7fc
Check overrides for parent locale when compiling language files ( #242 )
...
Credit to @mjauvin and @jaxwilko
2021-09-28 16:50:31 -06:00
Arvis Lācis
affdcce339
Fixing commas in English translation files ( #305 )
2021-09-09 09:54:41 -06:00
Arvis Lācis
b1fdf0745a
Added Latvian translations for Allowed IP messages ( #304 )
2021-09-09 21:22:13 +08:00
datune
f08e581b6d
Add missing filter translations ( #303 )
2021-09-08 14:51:51 +08:00
Luke Towers
a27b6c470c
Clean up newlines
2021-09-07 13:56:01 -06:00
WebVPF
6496eb3ced
Update Russian language ( #302 )
...
Translating new lines from a commit 26c8995. Credit to @WebVPF
2021-09-07 13:51:42 -06:00
Luke Towers
5050906fe6
Fix issue present in overriding RelationController partials using the default code
...
Reported by @datune. Issue was introduced in 158fc43f62
2021-09-07 10:28:19 -06:00
Jack Wilkinson
26c8995bba
Maintenance Allowed IP list ( #147 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <git@alfreido.com>
2021-09-07 16:45:25 +08:00
WebVPF
735e72a641
Update Russian language ( #292 )
2021-08-30 14:20:55 +08:00
Arvis Lācis
9837f1b37a
Changes in user impersonating messages ( #294 )
2021-08-30 08:58:55 +08:00
rezalaal
5c27bd65c6
Improve Persian translation ( #293 )
...
Credit to @rezalaal
2021-08-25 09:36:06 -06:00
Luke Towers
47970b14d0
Revert the CSS sticky fix as it breaks on pages that are smaller than 100% of the viewport height
2021-08-25 01:46:27 -06:00
Luke Towers
d9da2b08dd
CSS fix for position: sticky
2021-08-24 14:46:53 -06:00
Luke Towers
fd28ffb9c1
Log the real user for a CMS theme change
2021-08-24 14:36:21 -06:00
Luke Towers
857d42101e
Added global notice to backend when the user is being impersonated
2021-08-24 14:14:36 -06:00
Luke Towers
806d073bee
Improve typehint and clear mergedPermissions on impersonation
2021-08-24 09:40:00 -06:00
Luke Towers
53fc77778a
Prevent user from impersonating self
2021-08-21 02:44:32 -06:00
Luke Towers
3e81da9f32
WIP on impersonation improvements
...
Prevents impersonators from having access to any permissions on the impersonated user's account that they don't already have access to
Prevents super users from being impersonated
2021-08-21 02:25:35 -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
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
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
6e8507c426
Missed some swaps
2021-07-20 01:21:16 -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
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
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