2371 Commits

Author SHA1 Message Date
Andy Miller
e7fb97ca3a fix: scheduler status display to match runtime enabled logic
When a job entry is absent from scheduler.yaml status map, the PHP
runtime correctly treats it as enabled, but the Twig template was
incorrectly showing it as disabled due to Twig's `null is defined`
evaluating to true. Simplified the check to only disable when
explicitly set to 'disabled'.

Fixes getgrav/grav#4047

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 11:17:33 -06:00
Andy Miller
df64b8f57b fix: ensure underscore prefix is preserved for module folders
- Enforce leading underscore in folder slug when adding/editing modules
- Also handle modal-page-copy when duplicating a module (detected via
  initial folder value starting with underscore on modal open)
- Fix cursor position offset when underscore is prepended or stripped

Closes #2451
Fixes #2341
2026-03-17 15:28:19 -06:00
Xoriander
fbbf12ad8f Improve log date handling in tools-logs.html.twig (#2497)
Added conditional check for log date to handle missing values.
2026-03-17 15:15:16 -06:00
Rotzbua
df2b9ad8c0 Enhance backup date display with title attribute (#2499)
Add title attribute to backup date for better accessibility.
2026-03-17 15:11:37 -06:00
Andy Miller
35af3ea524 fixes for scheduler-webhook plugin
Signed-off-by: Andy Miller <rhuk@mac.com>
2026-02-22 22:54:43 -05:00
Andy Miller
069a866a7f fixes for 2fa getting extra spaaces #2489
Signed-off-by: Andy Miller <rhuk@mac.com>
2026-02-03 21:29:04 -07:00
Andy Miller
3bf8332f98 fix buy buttons to use new licensing server
Signed-off-by: Andy Miller <rhuk@mac.com>
2026-01-27 13:20:30 -07:00
Andy Miller
823d8777e2 support for new checkout_url if populated in gpm.premium
Signed-off-by: Andy Miller <rhuk@mac.com>
2026-01-20 19:38:18 -07:00
Andy Miller
7135c34005 sanity checks for JS fetch errors
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-09-03 18:32:58 -06:00
Andy Miller
377da15ec1 fix for broken GPM + fix for intermitten ajax error
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-09-03 18:22:47 -06:00
Andy Miller
25f17ad9b1 enhanced scheduler fixes
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-25 14:05:19 +01:00
Andy Miller
04c761142d alignment
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-25 10:18:05 +01:00
Andy Miller
aec62290d4 more scheduler improvements
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-25 10:05:19 +01:00
Andy Miller
8e2a54f2c4 upgrade to fontawesome 7
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-25 10:05:10 +01:00
Andy Miller
87b50f94a2 fix for fully turning off notifications JS
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-17 19:30:19 +01:00
Andy Miller
172bfa9069 some missing shim icons
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-07-08 10:04:42 -06:00
Andy Miller
3ae992d044 remove old forkawesome
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-07-07 22:39:46 -06:00
Andy Miller
016ed52f5c toggles
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-07-07 22:35:32 -06:00
Andy Miller
5e1afe22ef font awesome 6.7 + forkawesome shim
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-07-07 22:35:32 -06:00
Andy Miller
12bdb5af4b use spaceless filter 2024-10-30 19:32:09 -06:00
Andy Miller
1680968442 support AVIF image drag/dropping 2024-10-25 14:57:44 +01:00
Andy Miller
33d1c7ffcf use plugin’s icon 2024-09-24 16:20:42 -06:00
Andy Miller
5904414cc4 show_label logic missing on list field 2024-09-21 13:51:37 -06:00
pmoreno.rodriguez
d4706064fb Improved class assignment for form fields in the plugin's default template (#2399)
* Added images decoding spanish translation

* Improved class assignment for form fields in the plugin's default template

* Fixed extra field.classes added

* Added Syslog tag

---------

Co-authored-by: pmoreno.rodriguez <pmoreno.rodriguez@outlook.com>
2024-02-15 21:20:43 -07:00
Sebastian Laube
14dc3a6e01 Set document language to user preference (#2369) 2024-02-03 13:23:51 -07:00
pmoreno.rodriguez
795585db6a Added sublabel, label classes and icon help to list field (#2384)
* Added descriptioin option and icon help to list field

* Changed description by sublabel in the list field. Added label classes

* Changed description by sublabel in the list field. Added label classes

* Options to add description, sublabel and help to the list field.

* Added description, sublabel and icon help to field. Field classes are also added

* Removed duplicate description
2024-01-27 12:06:57 -07:00
pmoreno.rodriguez
873d5791e3 Fixed some 'medium' tags in select fields and fixed fa-question-circle icon in blueprint with markdown option and some text in help option (#2376)
* Fixed some select medium size

* question-circle icon added to fields with markdown option

In blueprints.yaml, when a field has the mardown option defined and the help with some text option, the fa-question-circle icon is not displayed.
2023-11-08 12:18:30 +00:00
Andy Miller
54bf66ef50 recompile css + changelog 2023-03-22 10:33:48 -06:00
Artyom Mezin
997b25d2ca fix more than one file upload field (#2317) 2023-03-22 10:25:20 -06:00
Andy Miller
09f98e6dad removed gumroad’s new styling 2022-10-08 10:34:45 -06:00
Iain Gillis
8a193fa55f Update fieldset.html.twig (#2313)
Fix `fieldset.text` not rendering when `markdown` falsy.
2022-09-05 12:32:54 -06:00
Yankl-Peretz Blum
a3deb71016 Enable RTL mode for codemirror editor (#2297)
This is the missing piece of this commit: 
3c18925bc6 (diff-af6b8871a31183cf87b727db7afb5c0a2800f27df16280eaa0f4e8d30fe6b111)
2022-07-25 21:21:19 -07:00
Pawel Boguslawski
9b00cd85c7 Access to Latest Page Updates for users with admin.pages.list privilege
This mod allows users with admin.pages.list provilege to see
Latest Page Updates on Dashboard (user can see page list so
there is no point in disallowig them to see list of recently
updated pages).

It also removes unnecessarry and misleading message about dashboard
access denied instead of Latest Page Updates area (user still may
have access to stats on Dasboard for example; printing such
messages should be avoided for cleaner UI).

Author-Change-Id: IB#1120576
2022-06-13 15:31:59 +03:00
Djamil Legato
d2b75dc4ee Exposed UriToMarkdown util (Grav.default.Utils.UriToMarkdown) in admin, to convert links/images. 2022-06-06 15:02:46 -07:00
Andy Miller
8e18fac95b Revert "Move blueprint section headings and any section text within .form-section to simplify CSS selectors for custom admin styling (#2265)"
This reverts commit c11594dd79.
2022-04-25 20:09:51 -06:00
Hugh Barnes
c11594dd79 Move blueprint section headings and any section text within .form-section to simplify CSS selectors for custom admin styling (#2265) 2022-04-25 09:52:54 -06:00
Djamil Legato
36e9687628 More fixes towards independency of media resizer/collapser 2022-04-08 11:19:08 -07:00
Djamil Legato
1714065b33 Allow new media collapser logic to configure different cookie storage name location via data-storage-location 2022-04-08 10:06:31 -07:00
Djamil Legato
87cd7c0129 Fixed initial elements state not being restored 2022-04-01 15:08:30 -07:00
Matias Griese
372713a8f1 Fixed columns and column fields with .dotted variables inside to ignore columns and column names 2022-04-01 17:25:26 +03:00
Matias Griese
22f9c15112 Added support for a single field: vs fields: in element form field to store a single value to the option field, fixed nested element form fields 2022-04-01 12:58:13 +03:00
Andy Miller
e7bb2edca4 minor fix 2022-03-27 13:58:34 -06:00
Andy Miller
74b9984586 styling for hint icon 2022-03-26 21:08:21 -06:00
Jeremy Gonyea
cc71997a37 Added info-circle to admin fields with help text (#2261)
Solid idea, i'm going to tweak it a bit as i think its a bit chunky looking..
2022-03-25 19:40:00 -06:00
Andy Miller
2d107362d8 typo 2022-03-25 16:59:20 -06:00
Andy Miller
eedbf857e5 more originalValue fixes 2022-03-25 13:56:42 -06:00
Andy Miller
41debe7232 fix nested toggleables 2022-03-25 13:03:14 -06:00
xaver
4c0cb4d4e6 Support random default values for list child fields (#2255)
* Support default values for list child fields

* Update CHANGELOG.md

Co-authored-by: Djamil Legato <djamil+github@djamil.it>
2022-03-18 15:59:13 -07:00
Andy Miller
0c0cb6db37 typo 2022-03-08 12:56:02 -07:00
Andy Miller
5b709d7c1e Alternative Multiavatar Approach (#2246)
* multiavatar support

* Update lang strings

* more generic description
2022-03-08 09:45:53 -07:00