Commit Graph

4264 Commits

Author SHA1 Message Date
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
Andy Miller
e14e72958f Merge tag '1.10.8' into develop
Release 1.10.8
2021-03-19 14:12:06 -06:00
Andy Miller
6546f1255b Merge branch 'release/1.10.8' 1.10.8 2021-03-19 14:12:05 -06:00
Andy Miller
a327e723ac prepare for release 2021-03-19 14:11:58 -06:00
Matias Griese
b3d66b3d3a Rename internal save methods 2021-03-19 18:06:24 +02:00
Djamil Legato
43f16f6491 Fixed issue where Add New modal would close if selecting an item outside of the modal window. It is now necessary go through the Cancel button and clicking the overlay won't trigger the closing of the modal (fixes #2089, fixes #2065) 2021-03-18 16:09:32 -07:00
Djamil Legato
6ff6e9b54a Fixed legacy Pages having old modular reference instead of module (fixes #2093) 2021-03-18 15:39:23 -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
Andy Miller
362792371e Merge branch 'release/1.10.7' 1.10.7 2021-03-17 11:43:19 -06:00
Andy Miller
6f3a78eda0 Merge tag '1.10.7' into develop
Release v1.10.7
2021-03-17 11:43:19 -06:00
Andy Miller
8ed1fd4e52 prepare for release 2021-03-17 11:43:09 -06:00
Andy Miller
46838a62a7 Updated langauges again 2021-03-17 11:42:10 -06:00
Matias Griese
d56a4ba922 Better field type definitions for file, pagemedia, filepicker and pagemediafield 2021-03-17 19:12:18 +02:00
Matias Griese
6dede2fa4a Composer update 2021-03-16 09:12:39 +02:00
Matias Griese
63db654392 Add translations to the new redirect options 2021-03-11 16:26:35 +02:00
Andy Miller
37ffcff03f updated changelog 2021-03-08 10:24:33 -07:00
Andy Miller
d57447a970 Language updates 2021-03-08 10:23:55 -07:00
Miguel Sales Pereira
fdb5e5bb71 Added translation string to new assets admin option (#2091) 2021-03-08 10:17:28 -07:00
Matias Griese
1e67bb8011 Fixed error when checking missing log file [#2088] 2021-03-04 15:50:35 +02:00
Andy Miller
8a63dc9abf update changelog 2021-02-25 10:37:01 -07:00
Andy Miller
a8116b5431 better fix for flexpage height 2021-02-25 10:35:26 -07:00
Mohammad Anbarestany
eacc62e0d5 Update rtl.css (#2083) 2021-02-24 08:37:56 -08:00
Andy Miller
3bb1b73a0d Merge branch 'release/1.10.6' 1.10.6 2021-02-23 14:43:35 -07:00
Andy Miller
96734d7f83 Merge tag '1.10.6' into develop
Release v1.10.6
2021-02-23 14:43:35 -07:00
Andy Miller
db1b8d3cad prepare for release 2021-02-23 14:43:25 -07:00
Matias Griese
e115eba2cc Fixed wrong language in Admin Tools [#2077] 2021-02-23 21:05:20 +02: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
Matias Griese
b7271bc424 Regression: Fixed enabling/disabling plugin or theme corrupting configuration 2021-02-19 22:04:04 +02:00
Matias Griese
233c7db74f Fix changelog 2021-02-19 17:21:29 +02:00
Andy Miller
95a7665e9f changed issue number after move 2021-02-19 06:49:55 -07:00
Andy Miller
40286bd46e flex pages admin better uses available space - fixes #3232 2021-02-19 06:48:53 -07:00
Andy Miller
818885aa6b Merge branch 'release/1.10.5' 1.10.5 2021-02-18 11:57:25 -07:00
Andy Miller
16b097f3f3 Merge tag '1.10.5' into develop
Release v1.10.5
2021-02-18 11:57:25 -07:00
Andy Miller
2d009e6dd6 Prepare for release 2021-02-18 11:57:13 -07:00
Matias Griese
7832d6992e Fixed ACL for users with mixed case usernames [#2073] 2021-02-18 16:22:55 +02:00
Matias Griese
b4d70ecd30 Changelog update 2021-02-18 15:42:05 +02:00
Matias Griese
2cd783dfa6 Fixed Admin creating empty user/config/info.yaml file (the file can be safely removed, it is not in use) 2021-02-18 15:38:49 +02:00
Matias Griese
64e41b034e Fixed fatal error in admin if POST request has data in it [#2074] 2021-02-18 15:33:38 +02:00
Andy Miller
6e75b2afb3 Merge branch 'release/1.10.4' 1.10.4 2021-02-17 11:31:30 -07:00
Andy Miller
1a2a2c52c9 Merge tag '1.10.4' into develop
Release v1.10.4
2021-02-17 11:31:30 -07:00
Andy Miller
cc00da89db prepare for release 2021-02-17 11:31:18 -07:00
Andy Miller
17f8bfc7c0 Updated lang strings again 2021-02-16 17:59:58 -07:00
Andy Miller
0bd3c59b72 updated changelog 2021-02-16 14:49:14 -07:00
Andy Miller
820827cfff updated languages from crowdin 2021-02-16 14:47:54 -07:00
Andy Miller
609692a622 minor vendor updates 2021-02-16 14:40:27 -07:00
Andy Miller
a60b98932a fixed max backups of zero #2070 2021-02-16 12:48:59 -07:00