1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-19 04:51:22 +02:00

1288 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
68feea5d4e Fix issue processwire/processwire-issues#1661 2023-01-04 09:51:55 -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
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
7e25c73728 Fix issue processwire/processwire-issues#1658 using solution suggested by @netcarver 2022-12-29 08:24:17 -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
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
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
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
c2eaa0a8da Fix issue processwire/processwire-issues#1632 with suggestion by @Notanotherdotcom 2022-11-04 15:42: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
BernhardBaumrock
701d24258c Updates to rock.less per PR #245 2022-10-13 10:29:41 -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
d2bdf70ecd Minor JS adjustments 2022-10-06 13:20:17 -04:00
Ryan Cramer
32d7a09cfd Add JS events to InputfieldRepeater: 'repeaterdelete' and 'repeaterundelete' 2022-09-30 12:04:44 -04:00
Ryan Cramer
c1e1cecf93 Minor code updates in FieldtypeOptions and supporting classes 2022-09-30 12:04:03 -04:00
Ryan Cramer
cce5073969 Fix example in InputfieldTextTags for cases where it is used without a Fieldtype 2022-09-30 12:02:53 -04:00
Ryan Cramer
5d86dc8dec Add support for a $page->getPageListLabel(); method which enables custom page classes to return custom markup for the page's label in the page-list. 2022-09-30 12:01:46 -04:00
Ryan Cramer
b87566d0b3 Minor code improvements and housekeeping for various core classes and modules 2022-09-23 11:19:51 -04:00
Ryan Cramer
d6d68d8cc0 Also add memory_limit check to SystemUpdaterChecks (system checks performed after superuser login) related to processwire/processwire-requests#449 2022-09-23 09:45:44 -04:00
Ryan Cramer
df3a603d66 Bump version to 3.0.205, plus additional minor code updates/improvements in multiple classes 2022-09-16 14:08:57 -04:00
Ryan Cramer
8748c72696 Minor code and phpdoc improvements to various core classes 2022-09-16 13:14:54 -04:00
FlipZoomMedia
5fecec74ec Add PR #244 - remember language tabs focus between requests after a double-click on a language tab 2022-09-16 11:46:32 -04:00
pine3ree
a2614b1a46 Add PR #240 fix phpdoc return type in LanguagesPageFieldValue::getLanguageValue() method 2022-09-16 10:31:19 -04:00
dadish
d02efe55f2 Add PR #241 support pages.find() joinFields option for FieldtypeOptions fields 2022-09-16 09:24:34 -04:00
Ryan Cramer
2d29cf935e Fix issue processwire/processwire-issues#1619 by improving the error message when encountering an unsupported name for a module 2022-09-16 08:57:34 -04:00
Ryan Cramer
95bdbf76ba Add a csrf check to the Lister bookmarks form and make markup disallowed by default (with optional argument to enable it) in ProcessController ajax notification response generator (as used by some Lister errors).
Co-authored-by: filipaze <filipaze98@gmail.com>
Co-authored-by: rondons <guilhermetamagnini@gmail.com>
2022-09-12 11:24:05 -04:00
Ryan Cramer
f6558c25ac Minor code improvements in various classes, mostly phpdoc related 2022-09-12 11:15:53 -04:00
Ryan Cramer
6262fcdff8 Code improvements to ProcessPageEdit module and refactor of change-template form within it. 2022-09-12 09:36:01 -04:00
Ryan Cramer
4aa75a7d17 Update LanguageSupportPageNames module to support fallback to default pagination prefix 'page' when in the admin. This is to resolve an issue in Lister when the default language pagination prefix has been overridden. 2022-09-11 10:12:17 -04:00
Ryan Cramer
818d86feea Minor code updates in ProcessPageListerBookmarks 2022-09-09 14:58:50 -04:00
Ryan Cramer
cb026ccc4e Improvements to InputfieldForm module, including a new isSubmitted() method for a better way to check form submission, among other minor updates. 2022-09-09 13:49:25 -04:00
Ryan Cramer
94ca2b8e9a Fix issue where repeater family-friendly depth setting wasn't working when depth setting in field config was set to 1. Previously it only worked when depth setting was set to 2 or higher. 2022-09-05 09:24:07 -04:00
Ryan Cramer
a2da7f1a22 Various minor updates 2022-09-02 13:13:08 -04:00
Ryan Cramer
96dae07160 Update to allow for Combo fields within Repeaters to support file/image fields 2022-08-28 10:43:44 -04:00
Ryan Cramer
e8219ba71a Additional updates for PHP 8.1+ processwire/processwire-issues#1467 2022-08-26 12:19:06 -04:00
Ryan Cramer
866f91424f Fix issue processwire/processwire-issues#1611 where single-language site using multi-language fields in repeaters were not saving 2022-08-26 11:38:39 -04:00