1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-24 07:13:08 +02:00

1078 Commits

Author SHA1 Message Date
Ryan Cramer
25e89c35c9 Add in-progress items that need more work or testing as to-do’s for next dev branch 2021-08-26 08:11:03 -04:00
Ryan Cramer
e6e08ad3fb Fix issue processwire/processwire-issues#1335 - inserting <figure><img> nodes in Safari deleting content after the <figure> 2021-08-25 13:46:41 -04:00
Ryan Cramer
212406b173 Fix issue processwire/processwire-issues#1431 2021-08-25 07:37:19 -04:00
Ryan Cramer
9ba7844a5d Fix "OR-condition not allowed" error introduced from a change related to processwire/processwire-issues#1428 2021-08-22 08:25:45 -04:00
Ryan Cramer
a00e89d0ed Minor improvements in SessionHandlerDB and ProcessSessionDB 2021-08-20 13:45:17 -04:00
Ryan Cramer
616c388f29 Various minor updates 2021-08-20 13:41:25 -04:00
Ryan Cramer
c2db767863 Fix issue processwire/processwire-issues#1423 wording adjustment in FieldtypePage.module 2021-08-20 11:14:10 -04:00
Ryan Cramer
6c8d35f18d Fix issue processwire/processwire-issues#1426 2021-08-20 10:52:26 -04:00
Ryan Cramer
4123181bd5 Upgrades to MarkupRSS module, add support for xmlns:content for option to include full HTML of content, plus fix processwire/processwire-issues#1427 2021-08-20 10:41:42 -04:00
Ryan Cramer
6871035292 Upgrade InputfieldRadios and InputfieldCheckboxes to support a 'optionWidth' configuration property per processwire/processwire-issues#1327 2021-08-19 12:49:12 -04:00
Ryan Cramer
6fdf82ba16 Fix JS notice appearing from a recent update to ProcessPageEdit.js 2021-08-19 10:40:16 -04:00
Ryan Cramer
bcb699a50e Fix issue processwire/processwire-issues#892 2021-08-19 10:31:29 -04:00
Ryan Cramer
d691f8e5ea Fix issue processwire/processwire-issues#956 - Add/fix support for CKEditor context-specific settings when in Repeater item 2021-08-19 09:26:35 -04:00
Ryan Cramer
2862114021 Fix issue processwire/processwire-issues#1116 - MarkupQA handling of abstracted URLs that also contain URL segments appended to them. 2021-08-18 11:14:31 -04:00
Ryan Cramer
77fbeccb59 Update ProcessForgotPassword for IPv6 address suppport 2021-08-13 15:05:49 -04:00
Ryan Cramer
035e947a5a Fix issue processwire/processwire-issues#1134 2021-08-13 14:26:31 -04:00
Ryan Cramer
b606349c08 Fix issue processwire/processwire-issues#1303 PageFrontEdit limit to single-line input on 1-line text fields 2021-08-13 13:58:54 -04:00
Ryan Cramer
f1150127ea Fix issue with PageEdit <h1> title not supporting update-as-you-type feature when editing in non-default language 2021-08-13 10:27:04 -04:00
Ryan Cramer
4b7400f20c Fix issue processwire/processwire-issues#1094 2021-08-13 10:13:57 -04:00
Ryan Cramer
5282e5d737 Fix issue processwire/processwire-issues#1220 2021-08-12 13:10:55 -04:00
Ryan Cramer
48a37bcc5c Fix issue processwire/processwire-issues#957 add IPv6 address support for $session->getIP() method 2021-08-12 12:02:07 -04:00
Ryan Cramer
674b44b288 Fix issue processwire/processwire-issues#1421 - InputfieldTextTags not working in repeater items 2021-08-12 09:31:28 -04:00
Ryan Cramer
c4ced72158 Minor updates in ProcessPageEdit "who can view" section 2021-08-11 10:21:44 -04:00
Ryan Cramer
f0a02bd70a Minor code improvements in ProcessPageAdd module (mostly just code/API usage consistency adjustments) 2021-08-06 14:21:58 -04:00
Ryan Cramer
f39d836bf1 Minor unrelated updates 2021-08-06 14:21:27 -04:00
Ryan Cramer
9e23967b12 Make the page editor headline title update dynamically with the title input (in AdminThemeUikit and AdminThemeReno) 2021-08-06 11:19:57 -04:00
Ryan Cramer
6c7e52edd6 Fix issue with 1-pixel alignment of buttons with dropdowns when in Safari browser 2021-08-06 10:25:34 -04:00
Ryan Cramer
67df29ba87 Attempt fix for processwire/processwire-issues#1308 2021-08-06 09:49:01 -04:00
Ryan Cramer
c27880c71d Fix issue processwire/processwire-issues#1172 2021-08-04 14:19:05 -04:00
Ryan Cramer
9d5f8cc359 Fix issue processwire/processwire-issues#1282 2021-08-04 13:40:42 -04:00
Ryan Cramer
a0fd1ce43e Fix issue processwire/processwire-issues#890 2021-08-02 14:12:06 -04:00
Ryan Cramer
a4324c674c Add feature required in processwire/processwire-issues#791 - option for CKEditor fixed height inline mode 2021-08-02 12:46:22 -04:00
Ryan Cramer
2db58b8dbe Additional updates related to processwire/processwire-issues#1098 2021-08-01 11:55:57 -04:00
Ryan Cramer
0f2ff21c47 Additional update for processwire/processwire-issues#1098 2021-08-01 11:25:19 -04:00
Ryan Cramer
1a37c920ea Fix issue in InputfieldSelector.module where created_users_id and modified_users_id default value was 0 rather than blank when number of users in system exceeded a predefined quantity ($maxUsers) 2021-08-01 09:09:31 -04:00
Ryan Cramer
adaf22352c Fix issue processwire/processwire-issues#1098 - Correct issue where CKEditor was not keeping formatting when linking bold, italic, or other formatted text 2021-07-30 15:43:45 -04:00
Ryan Cramer
e1d190eea7 Fix issue processwire/processwire-issues#862 2021-07-30 14:32:39 -04:00
Ryan Cramer
992839e13d Fix issue processwire/processwire-issues#1186 2021-07-30 12:01:58 -04:00
Ryan Cramer
6fa2940f1b Fix issue processwire/processwire-issues#1069 plus other minor code updates to FieldtypeModule 2021-07-30 11:37:41 -04:00
Ryan Cramer
4603e67902 Fix issue processwire/processwire-issues#1412 using @Toutouwai suggested fix 2021-07-30 11:06:28 -04:00
Ryan Cramer
74bfe620a4 Attempt fix for processwire/processwire-issues#1358 2021-07-30 09:10:37 -04:00
Ryan Cramer
aed7dfc8f1 Attempt fix for issue processwire/processwire-issues#1418 2021-07-29 08:14:08 -04:00
Ryan Cramer
003c7f91b0 Add a WireHttp::setUserAgent() method to accompany existing getUserAgent() method 2021-07-28 10:42:23 -04:00
Ryan Cramer
d815333eaf Update ProcessPageList.js so that pagination links work correctly with newer jQuery versions 2021-07-28 10:36:20 -04:00
Ryan Cramer
9b473adf41 Add support for PageTable non-editable value rendering per processwire/processwire-issues#1274 2021-07-23 14:04:49 -04:00
Ryan Cramer
24fc229be5 Fix issue processwire/processwire-issues#1363 2021-07-23 12:20:48 -04:00
Ryan Cramer
7048296a08 Add support for feature requested in processwire/processwire-issues#1408 - make ProcessPageType labels indicate page status (hidden, unpublished) in admin drop down menus 2021-07-23 12:15:17 -04:00
Ryan Cramer
af0789ce4f Add clarification to ProcessPageView::pageNotFound hook per processwire/processwire-issues#1410 2021-07-23 11:06:14 -04:00
Ryan Cramer
fbdf4257ce Update the ProcessModule "found new module..." notification to use the Notice::noGroup option, making it harder to miss 2021-07-23 09:57:31 -04:00
Ryan Cramer
e9754b1177 Improvements to FieldtypeOptions plus some refactoring in SelectableOptionsManager. This also removes the existing combined fulltext index 'value_title' and replaces it with separate fulltext indexes for value and title, since the previous one did not appear to ever be used. These table schema changes are applied at Modules > Refresh. 2021-07-23 09:55:19 -04:00