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

2927 Commits

Author SHA1 Message Date
Ryan Cramer
976ca7ab25 Fix issue processwire/processwire-issues#1438 2021-09-13 14:34:33 -04:00
Ryan Cramer
5fc01ef102 Minor refactoring/updates in PageRender, plus remove the template!=admin exclusion for the field rendering 2021-09-10 12:00:08 -04:00
Ryan Cramer
429e43506c Refactoring in PageFinder to support new features such as OR values for status (i.e. "status=hidden|unpublished"), updating limit to support both start and limit in one (i.e. "limit=5|10" is shorthand for "start=5, limit=10"), updating sort to support multi-value (i.e. "sort=date|title" is shorthand for "sort=date, sort=title"), plus other related minor improvements. 2021-09-10 11:05:18 -04:00
Ryan Cramer
70ff49dfc4 Update WireDatabasePDO::pdoType() to fix issue in reader/writer detection when query had leading whitespace or newlines in unexpected locations 2021-09-10 08:57:09 -04:00
Ryan Cramer
d78276e2c2 Fix small typo in phpdoc fix per @matjazpotocnik 3.0.184 2021-08-27 13:48:48 -04:00
Ryan Cramer
0632599385 Bump version to 3.0.184 2021-08-27 07:00:31 -04:00
Ryan Cramer
fb32ed605b README updates and related 2021-08-27 07:00:11 -04:00
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
1043e73ab8 Add support for an Inputfield "changed" JS event in inputfields.js 2021-08-20 13:47:46 -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
46a8ace31d Add exception to warn of unsupported OR condition in PageFinder per processwire/processwire-issues#1428 2021-08-20 13:19: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
51117dbea8 Update $pages->getByPath() to support new options such as allowing URL segments to appear in given path, disabling partial path matching, and supporting paths that might have a root subdirectory url in it. Related to processwire/processwire-issues#1116 2021-08-18 11:11:48 -04:00
Ryan Cramer
5ac7c127eb Fix issue processwire/processwire-issues#1349 2021-08-17 10:55:53 -04:00
Ryan Cramer
695a39b281 Fix issue processwire/processwire-issues#1135 2021-08-16 11:10:34 -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
572dc0b7ea Fix issue processwire/processwire-issues#1419 2021-08-12 10:17:04 -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
31524d7a5a Bump version to 3.0.183 2021-08-06 14:26:43 -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
29c58f836b Minor updates/improvements to PagesEditor class, plus add 'user' option for $pages->touch() method 2021-08-05 08:44:23 -04:00
Ryan Cramer
c27880c71d Fix issue processwire/processwire-issues#1172 2021-08-04 14:19:05 -04:00
Ryan Cramer
08c5c40705 Fix issue processwire/processwire-issues#1276 additional clarification/docs in .htaccess for www domain redirect in cases where SERVER_ADDR checks don't work. 2021-08-04 13:57:36 -04:00
Ryan Cramer
9d5f8cc359 Fix issue processwire/processwire-issues#1282 2021-08-04 13:40:42 -04:00
Ryan Cramer
a6cd45ccff Fix issue processwire/processwire-issues#1313 WireArray::prepend(WireArray $items) adding in unexpected order 2021-08-04 12:44:40 -04:00
Ryan Cramer
e4eed8358d Minor housecleaning in User.php plus resolve issue processwire/processwire-issues#1293 User::isLoggedin() improvement/phpdoc 2021-08-04 11:21:30 -04:00
Ryan Cramer
cee6a51579 Fix issue processwire/processwire-issues#114 2021-08-03 10:56:43 -04:00
Ryan Cramer
a0fd1ce43e Fix issue processwire/processwire-issues#890 2021-08-02 14:12:06 -04:00