Ryan Cramer
|
79eebb5210
|
Additional minor updates to ProcessCommentsManager
|
2022-08-04 07:55:25 -04:00 |
|
Ryan Cramer
|
eec0975eda
|
Add fix/update for processwire/processwire-issues#1597 using suggested fix provided by @Toutouwai
|
2022-07-29 12:53:48 -04:00 |
|
Ryan Cramer
|
7fd517dcb4
|
Add fix for processwire/processwire-issues#1602 using fix provided by @Toutouwai
|
2022-07-29 12:41:12 -04:00 |
|
Ryan Cramer
|
f27f11fbf6
|
New additions to ProcessCommentsManager including a new separate dedicated comment editor and the ability to add new comments or replies from within the module. There are still more additions to make to the dedicated comment editor including the ability to select page and parent (though these are already available in the comment list editing screen in this module).
|
2022-07-29 11:43:48 -04:00 |
|
Ryan Cramer
|
92fefa5476
|
Update comments.js to allow for de-selection of stars in cases where a user might accidentally click on a stars input and want to revert to no-selection.
|
2022-07-29 11:37:49 -04:00 |
|
Ryan Cramer
|
94babead9d
|
Various minor updates
|
2022-07-29 11:37:32 -04:00 |
|
Ryan Cramer
|
67d937b081
|
Add $hookable option to wireMethodExists() function, enabling it to detect cases where the method may exist in a ___hookable() variation
|
2022-07-29 11:35:04 -04:00 |
|
Ryan Cramer
|
f71c417c15
|
Add new allowChildren() method to Comment class indicating whether or not replies are allowed to the comment. Update the editUrl() method to point to ProcessCommentsManager comment editor, when installed.
|
2022-07-29 11:33:52 -04:00 |
|
Ryan Cramer
|
fe9417dcfc
|
Minor update to CommentArray
|
2022-07-16 15:03:42 -04:00 |
|
Ryan Cramer
|
25c110818e
|
Bump version to 3.0.203
|
2022-07-15 16:08:42 -04:00 |
|
Ryan Cramer
|
69a63c1572
|
Various minor code and documentation updates
|
2022-07-15 15:30:08 -04:00 |
|
Ryan Cramer
|
c48ed61e06
|
Upgrade CKEditor version to 4.19.0
|
2022-07-15 15:27:55 -04:00 |
|
Ryan Cramer
|
2e6dc4426b
|
Upgrade FieldtypeComments to support custom fields via new meta functions. Also upgrade ProcessCommentsManager and InputfieldCommentsAdmin for support. InputfieldCommentsAdmin was also upgraded with an option to link to the comments manager rather than making comments editable in the page editor (see "Input" tab for that config option).
|
2022-07-15 15:24:00 -04:00 |
|
Ryan Cramer
|
969dc8ebc4
|
Bump version to 3.0.202
|
2022-07-08 16:12:47 -04:00 |
|
Ryan Cramer
|
c1aa04b1fe
|
Update for processwire/processwire-issues#1341 add inputmode=decimal attribute to FieldtypeFloat when in decimal input mode
|
2022-07-08 13:12:07 -04:00 |
|
Ryan Cramer
|
2da2c45382
|
Additional updates for processwire/processwire-issues#1467
|
2022-07-08 13:02:33 -04:00 |
|
Ryan Cramer
|
03acb77306
|
Fix issue processwire/processwire-issues#1595
|
2022-07-08 12:13:59 -04:00 |
|
Ryan Cramer
|
5d9ee59036
|
Attempt fix for processwire/processwire-issues#1594
|
2022-07-08 12:09:18 -04:00 |
|
Ryan Cramer
|
2e76df1a89
|
Fix issue processwire/processwire-issues#1593
|
2022-07-08 11:24:29 -04:00 |
|
Ryan Cramer
|
6a9dfe654d
|
Update in WireHttp to correct issue where curl POST method sometimes did not work due to 'expect' header that CURL adds to some requests, plus an extra boundary CURL adds to content-type
|
2022-07-08 09:43:14 -04:00 |
|
Ryan Cramer
|
d4e2a39940
|
Update PagesPathFinder to provide 301 redirect for paths ending with "/index.php" rather than responding with a 404 code
|
2022-07-08 09:30:11 -04:00 |
|
Ryan Cramer
|
31ede89079
|
Minor updates in Debug class including documentation additions and removeSavedTimer methods
|
2022-07-08 09:28:26 -04:00 |
|
Ryan Cramer
|
e6a29cb051
|
Fix issue in WireInput where setUrlSegments() didn't reset all segments when given array of segments smaller than what was previously set.
|
2022-07-08 09:26:57 -04:00 |
|
Ryan Cramer
|
af950078ed
|
Typo fix in module description for PagePathHistory
|
2022-06-24 13:32:16 -04:00 |
|
Ryan Cramer
|
f4b938146d
|
Fix issue in the new ProcessPageList "hidden" pages option where it wasn't always working as intended.
|
2022-06-24 13:31:32 -04:00 |
|
Ryan Cramer
|
818b78a42c
|
Fix issue in WireHttp where it didn't reset the HTTP code description text (like "OK" or "Page Not Found" or "Internal Server Error" between multiple requests.
|
2022-06-24 13:30:22 -04:00 |
|
Ryan Cramer
|
5d3367846e
|
Fix issue processwire/processwire-issues#1588
|
2022-06-24 11:07:19 -04:00 |
|
Ryan Cramer
|
c697be7ddd
|
Add partial fix for processwire/processwire-issues#1586
Co-authored-by: pine3ree <pine3ree@gmail.com>
|
2022-06-24 10:49:26 -04:00 |
|
Ryan Cramer
|
116219292c
|
Fix issue processwire/processwire-issues#1584
|
2022-06-24 10:29:20 -04:00 |
|
Ryan Cramer
|
b46b29aa8e
|
Fix issue processwire/processwire-issues#1582
|
2022-06-24 10:04:49 -04:00 |
|
Ryan Cramer
|
4f63edf25e
|
Fix issue processwire/processwire-issues#1575
|
2022-06-24 09:31:44 -04:00 |
|
Ryan Cramer
|
356cde2d5c
|
Add empty check to Page::get() method to avoid potential illegal offset-type error
|
2022-06-20 16:03:32 -04:00 |
|
Ryan Cramer
|
be134e1e65
|
Fix issue in InputfieldSelect.module where optionLabel() method didn't return labels for option values within optgroups
|
2022-06-20 15:57:40 -04:00 |
|
Ryan Cramer
|
773a344a2f
|
Fix issue in ProcessPageLister where clicking column headings to sort results didn't work when in minimal (modal or frame) mode.
|
2022-06-03 15:00:33 -04:00 |
|
Ryan Cramer
|
431944c3b2
|
Add new configuration option to ProcessPageList where you can select pages that should not be shown in the page list (optionally conditional). This is useful for hiding pages like "404 Page Not Found", "Admin" and others that you may not need to appear in the page list.
|
2022-06-03 14:58:20 -04:00 |
|
Ryan Cramer
|
73a31ef2f9
|
Add processwire/processwire-requests#445 - Add usage fieldset/info on field edit page primary tab
|
2022-06-03 14:55:45 -04:00 |
|
Ryan Cramer
|
f0d06cbf8a
|
Bump version to 3.0.201
|
2022-05-27 13:09:14 -04:00 |
|
Ryan Cramer
|
8d57d0c126
|
Fix typo in $page->getMultiple() method phpdoc
|
2022-05-27 11:20:04 -04:00 |
|
Ryan Cramer
|
f0bc888355
|
Fix issue processwire/processwire-issues#1576
|
2022-05-27 11:00:58 -04:00 |
|
Ryan Cramer
|
2cf811f76c
|
Fix issue processwire/processwire-issues#1572
|
2022-05-27 10:47:26 -04:00 |
|
Ryan Cramer
|
6667caa1d0
|
Add new page editor Inputfield visibility mode 'Tab' which makes any Inputfield display as a page editor tab. Options included for 'Tab', 'Tab (AJAX)', and 'Tab (locked)'.
|
2022-05-27 10:40:58 -04:00 |
|
Ryan Cramer
|
23a4cb455d
|
Add a new $page->getMultiple($keys); method where $keys can be array or CSV string of properties/fields to return in an array. Returns non-associative array by default, specify $page->getMultiple($keys, true); get to get can associative array indexed by given key names.
|
2022-05-27 10:35:12 -04:00 |
|
Ryan Cramer
|
3acd7709c1
|
Update for processwire/processwire-issues#1467
3.0.200
|
2022-05-20 10:54:23 -04:00 |
|
Ryan Cramer
|
c84a21a9a2
|
Fix issue processwire/processwire-issues#1568
|
2022-05-20 10:49:51 -04:00 |
|
Ryan Cramer
|
c686a8e5ea
|
Fix issue processwire/processwire-issues#1569
|
2022-05-20 09:57:13 -04:00 |
|
Ryan Cramer
|
761e83a5f3
|
Add @netcarver PR #226 to fix unintentional assignment in conditional, plus minor phpdoc update in InputfieldWrapper
Co-authored-by: netcarver
|
2022-05-20 08:42:39 -04:00 |
|
Ryan Cramer
|
a0adc207de
|
Fix issue processwire/processwire-issues#1567
|
2022-05-17 11:25:04 -04:00 |
|
Ryan Cramer
|
924f932145
|
Update InputfieldImage to auto-generate upload name when client does not provide it (like images dragged into CKE 4.18.0)
|
2022-05-13 14:54:08 -04:00 |
|
Ryan Cramer
|
3f8e1f6a7a
|
Bump version to 3.0.200
|
2022-05-13 13:43:43 -04:00 |
|
Ryan Cramer
|
5636a81d15
|
Various pre-merge documentation and housekeeping updates
|
2022-05-13 10:34:30 -04:00 |
|