1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 12:31:17 +02:00

2289 Commits

Author SHA1 Message Date
Ryan Cramer
6ff498f503 Happy New Year 2023-01-06 13:28:52 -05:00
Ryan Cramer
cc43f8e676 Bump version to 3.0.210, plus some minor documentation updates 2023-01-06 13:22:30 -05:00
Ryan Cramer
d45a6be4df Fix issue processwire/processwire-issues#1642 2023-01-06 08:50:10 -05:00
Ryan Cramer
834f3507d5 Fix issue processwire/processwire-issues#1662 2023-01-06 07:56:27 -05:00
Ryan Cramer
e7edfad27a Update for processwire/processwire-issues#1651 2023-01-04 10:38:42 -05:00
Ryan Cramer
68feea5d4e Fix issue processwire/processwire-issues#1661 2023-01-04 09:51:55 -05:00
Ryan Cramer
5ba7706747 Bump version to 3.0.209 2022-12-30 13:50:45 -05:00
Ryan Cramer
483b63d496 Various minor updates 2022-12-30 12:24:04 -05:00
Ryan Cramer
28bd6cdeec Minor code optimizations to InputfieldImage 2022-12-30 12:00:35 -05:00
Ryan Cramer
77c7e401da Attempt fix for processwire/processwire-issues#1600 2022-12-30 11:47:45 -05:00
Ryan Cramer
f57a07e15a Attempt fix for processwire/processwire-issues#1299 using @adrianbj suggestion 2022-12-29 12:20:20 -05:00
Ryan Cramer
1b76b92f8c Update CKEditor links per processwire/processwire-issues#797 @napengam 2022-12-29 10:13:09 -05:00
Ryan Cramer
90fc86f7cb Updates for processwire/processwire-issues#1588 2022-12-29 09:55:12 -05:00
Ryan Cramer
d6c54bda6a Attempt fix for processwire/processwire-issues#1467 maxFilesize PHP 8.2 notice per @matjazpotocnik 2022-12-29 09:31:59 -05:00
Ryan Cramer
b7e5d338f7 Fix issue processwire/processwire-issues#1651 2022-12-29 08:51:13 -05:00
Ryan Cramer
7e25c73728 Fix issue processwire/processwire-issues#1658 using solution suggested by @netcarver 2022-12-29 08:24:17 -05:00
Ryan Cramer
6018c1fbc4 Fix issue processwire/processwire-issues#1653 2022-12-09 13:35:50 -05:00
Ryan Cramer
adcee84904 Fix issue processwire/processwire-issues#1652 2022-12-09 13:16:04 -05:00
Ryan Cramer
a3cc73bd87 Bump version to 3.0.208, plus minor optimizations in FieldtypePage 2022-12-02 14:55:29 -05:00
Ryan Cramer
adf43d28df Several improvements to Notices: 1) now you can include separate label and notice text by calling message/warning/error like this: $this->message([ 'Notice label' => 'Notice text' ]); 2) new support for a Notice::allowDuplicate flag which allows duplicate notices to appear when rendered. To use, specify it in the flags argument: $this->message('notice text', 'duplicate'); or $this->message('notice text', Notice::duplicate); 3) improved debugging output when passed object or array values for message text. 4) notice icon can now be specified in the notice flags, if using a flags string, i.e. $this->message('notice text', 'icon-eye-slash'); These can be combined with other flags of course, i.e. $this->message('notice text', 'markdown duplicate icon-home'); 2022-12-02 14:07:41 -05:00
Ryan Cramer
a8b3c772d9 Add a Debug::toStr() method for dumping any variable to a string (for debugging purposes) 2022-12-02 14:04:53 -05:00
Ryan Cramer
b85c1c48b0 Fix issue processwire/processwire-issues#1649 2022-12-02 10:45:13 -05:00
Ryan Cramer
bceb0160b7 Attempt fix for processwire/processwire-issues#1645 2022-12-02 08:13:06 -05:00
Ryan Cramer
56e999dddb Updates for processwire/processwire-issues#1643 2022-12-02 08:02:49 -05:00
Ryan Cramer
b18ce642ef Add hookable getPage() method to PageFrontEdit module 2022-11-30 09:42:08 -05:00
Ryan Cramer
9c3d03c4a1 Various minor updates 2022-11-25 14:27:36 -05:00
Ryan Cramer
9bb9d71729 Update $sanitizer->email() method to add IDN, UTF-8, ASCII, and DNS support options. Also updates for processwire/processwire-issues#1647 2022-11-24 10:58:15 -05:00
Ryan Cramer
3e9d8e95da Fix issue processwire/processwire-issues#1648 2022-11-23 12:07:31 -05:00
Ryan Cramer
59cf5040f1 Update PageFrontEdit module to add support for InputfieldTinyMCE. Requires v6.0.7+ of InputfieldTinyMCE. cc @BernhardBaumrock 2022-11-22 12:15:40 -05:00
Ryan Cramer
c36adc9397 Minor updates to ProcessTemplate, with the most noticable addition being that when you add one (1) new template, it now goes straight to edit the template, rather than back to the template list. 2022-11-18 15:21:30 -05:00
Ryan Cramer
b0d5f14a27 Fixes for processwire/processwire-issues#1467 2022-11-18 12:42:02 -05:00
Ryan Cramer
2aedd2b6f5 Docs typo fixes per processwire/processwire-issues#797 2022-11-18 12:17:23 -05:00
Ryan Cramer
3d1c64f7e0 Update core dev JqueryCore version from 1.11.1 to 1.12.4 per processwire/processwire-issues#1643 2022-11-18 11:39:50 -05:00
Ryan Cramer
880ead3521 Bump version to 3.0.207 2022-11-11 14:06:16 -05:00
Ryan Cramer
ca344c838d Update $templates->delete($template) method to also delete fieldgroup (when not used elsewhere) 2022-11-11 14:04:56 -05:00
Ryan Cramer
eb94a38f75 Minor code updates in PagefilesManager 2022-11-11 13:59:27 -05:00
Ryan Cramer
aa842d8741 Fix issue processwire/processwire-issues#1638 2022-11-10 11:52:59 -05:00
Ryan Cramer
5aa0126b39 Fix issue processwire/processwire-issues#1637
Co-authored-by: BernhardBaumrock <office@baumrock.com>
2022-11-10 11:44:29 -05:00
Ryan Cramer
78c2ca736d Fix issue processwire/processwire-issues#1629 2022-11-10 11:05:05 -05:00
Ryan Cramer
9f39514376 Attempt fix for processwire/processwire-issues#1610 2022-11-10 10:40:53 -05:00
Ryan Cramer
c2eaa0a8da Fix issue processwire/processwire-issues#1632 with suggestion by @Notanotherdotcom 2022-11-04 15:42:27 -04:00
Ryan Cramer
d9bfba5c74 Fix issue processwire/processwire-issues#1630 2022-11-04 15:34:27 -04:00
Ryan Cramer
3d5561c7af Minor adjustment in LanguageTabs.js 2022-11-04 14:50:53 -04:00
Ryan Cramer
b4124435e4 Remove/comment-out some old code referring to TinyMCE 3.x in InputfieldRepeater.js 2022-11-04 14:34:01 -04:00
Ryan Cramer
715f029657 Minor code optimizations in Modules class plus fix processwire/processwire-issues#1634 as mentioned by @Toutouwai 2022-11-04 14:30:51 -04:00
BernhardBaumrock
701d24258c Updates to rock.less per PR #245 2022-10-13 10:29:41 -04:00
Ryan Cramer
050c9c19c3 Bump version to 3.0.206 2022-10-09 09:30:38 -04:00
Ryan Cramer
ec8555545e Update ProcessLogin to auto-refresh the login form every 5 minutes of non-activity. This helps to avoid cases where a login form sits for a long period and has its CSRF key expire. It can prevent this error at login: "This request was aborted because it appears to be forged." 2022-10-06 13:31:51 -04:00
Ryan Cramer
47f24e6ff0 Add allowProcessInput() hook to InputfieldWrapper class. This enables hooks to control whether a given Inputfield can be excluded from input processing at runtime 2022-10-06 13:21:09 -04:00
Ryan Cramer
d2bdf70ecd Minor JS adjustments 2022-10-06 13:20:17 -04:00