Commit Graph

418 Commits

Author SHA1 Message Date
Djamil Legato
c45e9bd45e Fixed and enhanced Range field to be Lists compatible (fixes #2062) 2021-03-22 17:59:13 -07:00
Djamil Legato
c61d91c7a8 Fixed issue where Adding a new page and canceling from within Editing would alter the Parent location of the edited page (fixes #2067) 2021-03-22 17:12:37 -07:00
Djamil Legato
ea64270d9b Include alt text and title for images added to the editor (#2098) 2021-03-18 15:21:53 -07:00
Djamil Legato
c33c033372 Updated changelog (#2092) 2021-03-18 14:53:19 -07:00
Frederik Schubert
11737be3a9 Fixed issue with replacing * in page flex collections (#2092)
Co-authored-by: Frederik <frederik@ferdynator.de>
2021-03-18 14:47:19 -07:00
Djamil Legato
d962316740 Recompiled JS and update Changelog (#2078) 2021-02-23 10:22:17 -08:00
Mohammad Anbarestany
d87233c630 Support for RTL languages (#2078)
* RTL-Support

* Standard Format

* shorter code

* default Arabic font

* fix for Configuration section

for "system>Assets>Collections" section to support RTL we should change inline style element created by admin.min.js so i've added an if statement to check <body> direction is RTL or not...

* Update rtl.css

* Multi level fix for RTL

in admin config under system>assets there is an input text which you can add child(s) under it... i've added several if statements to check Page direction and put margin-right instead of margin-left for RTL languages... i also wrote an style to override margin-left just in case ;)

* improvements

* fixes

* fix

* fix

* fix

* Update rtl.css

* first complete RTL style 👍

* Faster computation of direction

* Faster evaluation for margin direction (and simplified)

Co-authored-by: Djamil Legato <djamil+github@djamil.it>
2021-02-23 10:16:33 -08:00
Djamil Legato
8d80d0f75e Fixed unnecessary closing bracket cuasing JS error (fixes #2079) 2021-02-22 09:24:33 -08:00
Djamil Legato
72116dcbca Fixed notifications that would not be remembered as hidden + various improvements 2020-12-21 15:29:42 -08:00
Djamil Legato
2f737d2771 Recompiled JS 2020-12-14 17:47:57 -08:00
Djamil Legato
6ab274466c Cookies now explicitly set SameSite to Lax unless otherwise specified (fixes #1998) 2020-12-10 12:13:21 -08:00
Djamil Legato
bd87db1931 Fixed KeepAlive issue where too large of a session value would fire the keep alive immediately (fixes #1860) 2020-11-20 17:27:01 -08:00
Djamil Legato
296ded003a Added modal to confirm updating Grav as well as cool down counter before enabling Update button (fixes #1257) 2020-11-18 16:17:18 -08:00
Djamil Legato
5cc2216185 Upgraded node dependencies to latest version. Improved speed of JS compilation. 2020-11-18 13:36:30 -08:00
Djamil Legato
3bf8642cb9 Recompiled JS 2020-11-17 09:36:29 -08:00
Djamil Legato
39796e8136 Updated some node modules dependencies 2020-11-16 22:57:40 -08:00
Djamil Legato
45e48b9f87 Fixed folder auto-naming in Add Module (fixes #1937) 2020-11-16 21:21:10 -08:00
Djamil Legato
9f4e480b90 Remember the open state of the sidebar (fixes #1973) 2020-11-16 21:14:48 -08:00
Djamil Legato
ed8f24a8e7 Better support for array field key/value when either key or value is empty (fixes #1972) 2020-11-16 20:46:00 -08:00
Djamil Legato
01dfc8415e Stop propagation of ACL add button in ACL picker (fixes flex-objects#83) 2020-11-12 10:32:37 -08:00
Djamil Legato
69610907bf Fixed Safari issue with new ACL picker field (fixes #1955) 2020-10-08 12:20:30 -07:00
Djamil Legato
3e0bd9b450 Recompiled JS 2020-09-04 20:40:00 -07:00
Djamil Legato
b13d3aa2df Fixed issue that would force a page reload when failing to install/update a plugin or theme.
# Conflicts:
#	CHANGELOG.md
#	themes/grav/js/admin.min.js
#	themes/grav/js/vendor.min.js
2020-09-03 21:28:55 -07:00
Andy Miller
386316796f Premium style fixes 2020-09-02 17:01:22 -06:00
Djamil Legato
d3011181f0 Fixed URI encode for the preview of images names 2020-07-22 09:44:10 -07:00
Djamil Legato
a2a3fe731c Forked Dropzone fo fix issue with Resize + Exif orientation (#1923) 2020-07-21 15:18:02 -07:00
Djamil Legato
73fde930a9 Disabled the EXIF library for Dropzone for fixing the orientation as it was getting applied twice (fixes #1923) 2020-07-20 16:47:58 -07:00
Andy Miller
9998acb7fe Feature/new scrollbars (#1883)
* reworked scrollbars to use simplebar + native styling

* Fix ajax in flexobject pages

* stub scrollbar object

* various fixes
2020-05-09 17:43:03 -06:00
Andy Miller
8fe8d4b1d8 much new custom admin stuff 2020-05-08 17:50:03 -06:00
Andy Miller
4d32db02ec fixed recompile outside of page admin config 2020-05-07 22:44:55 -06:00
Andy Miller
a07800908f proper fix for recompile 2020-05-07 21:54:12 -06:00
Andy Miller
26d3995f05 quicktray support + fix recompile 2020-05-07 21:48:33 -06:00
Andy Miller
4815a1da44 cleaner color picker 2020-05-07 19:41:19 -06:00
Andy Miller
38c4dbfece various preset fixes 2020-05-07 16:48:45 -06:00
Ricardo
c272de0b48 compile 2020-05-07 21:38:30 +01:00
Ricardo
0a83e26d53 Added theme whitelabel export functionality 2020-05-07 21:20:08 +01:00
Andy Miller
4b83ffcc58 new themes! 2020-05-06 18:39:28 -06:00
Ricardo
17f2171380 fix for horizontal scrolling 2020-05-05 20:25:10 +01:00
Andy Miller
06ecacb4a2 started on horizontal scroller for theme previews 2020-05-05 11:29:41 -06:00
Ricardo
6bfbaf5ce4 updating whitebox to whitelabel 2020-04-20 17:01:57 +01:00
Ricardo
fe9024de3a removed unused fonts 2020-04-20 13:09:55 +01:00
Ricardo
b32b62d076 update the response for proper references 2020-04-20 01:30:39 +01:00
Ricardo
212922d094 update input name references in js 2020-04-19 23:53:49 +01:00
Ricardo
b303f641cd minor fix 2020-04-19 23:01:38 +01:00
Ricardo
86c40bd77c added js for whitebox 2020-04-19 22:49:53 +01:00
Djamil Legato
4921ac638e Added badge count for children in the Parents field and prevent loading Pages in Parents field if they don't have children 2020-03-22 14:55:10 -07:00
Andy Miller
33ea4e4fa1 padding alignment 2020-02-24 11:04:10 -07:00
Djamil Legato
6658a31fc0 Properly target parent from child 2020-01-31 14:17:57 -08:00
Djamil Legato
3765f10b71 Added logic to handle parents in permissions field 2020-01-31 12:56:56 -08:00
Djamil Legato
f847d9430a Updated admin dependencies. Brought in datetime picker and upped the bootstrap dep (fixes #1807) 2020-01-31 11:53:58 -08:00