pine3ree
|
330be8c05a
|
Add PR #230 fix typo in comments of site-blank _init.php template file
|
2022-09-16 10:42:40 -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
|
71e9c50a57
|
Fix issue processwire/processwire-issues#1618 prevent exif_read_data call on non-jpg images in Pageimage.php
|
2022-09-16 09:08:43 -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
|
7711418a12
|
Update admin.php ajax response to populate new argument in ProcessController::jsonMessage()
|
2022-09-12 11:26:55 -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
|
a04548a814
|
Update InputfieldWrapper to have an error method that enables you get get Inputfields having errors rather than just getting error messages.
|
2022-09-09 13:51:36 -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
|
6ca5eac61b
|
Fix additional issues introduced on Friday in Page and PageValues classes
|
2022-09-04 10:05:23 -04:00 |
|
Ryan Cramer
|
68badf4658
|
Fix PagesLoaderCache error that appears when TravyDebugger installed
|
2022-09-04 09:08:40 -04:00 |
|
Ryan Cramer
|
ad4e359bca
|
Major refactor of base Page class, moving a lot of code into a separate PageValues class, reducing the size of the base Page class. Also added new options for the get() method including full support of dot syntax (regardless of output formatting state) (i.e. "field_name.subfield_name.title") and support for brackets[] to force multi-value (i.e. "field_name[]") , indexes (i.e. field_name[0] to get first item), and bracketed selectors (i.e. "some_multi_value_field[title%=design]") and the ability to combine any of these.
|
2022-09-02 13:14:35 -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
|
cbb5133d46
|
Bump version to 3.0.204
|
2022-08-26 14:01:35 -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 |
|
Ryan Cramer
|
36702d7b57
|
Upgrades to Inputfield class: new renderFlags option letting you specify that a given Inputfield should render at the top of bottom of its siblings, regardless of its position (like a sticky attribute); new methods to support adding classes to different elements (wrap, header, content, input) in one call via a string (see addClass method phpdoc for details); new ability to configure classes for for those elements interactively in the Inputfield configuration, which can be useful in FormBuilder, LoginRegisterPro, and other instances; various minor code improvements as well.
|
2022-08-26 10:39:09 -04:00 |
|
Ryan Cramer
|
647c45d454
|
Adjustments in ProcessPageEditImageSelect
|
2022-08-19 15:00:58 -04:00 |
|
Ryan Cramer
|
79cfdd5f38
|
Minor adjustments in PagesEditor class
|
2022-08-19 15:00:07 -04:00 |
|
Ryan Cramer
|
38b2dd0732
|
Minor adjustments and phpdoc updates in Pagefile/Pageimage and related classes
|
2022-08-19 14:59:41 -04:00 |
|
Ryan Cramer
|
5f0da8067c
|
Minor adjustments and phpdoc updates in Fieldtype and FieldtypeMulti base classes
|
2022-08-19 14:58:02 -04:00 |
|
Ryan Cramer
|
d0acf570a3
|
Add FieldtypeHasPagefiles and FieldtypeHasPageimages interfaces and update FieldtypeFile/Image to support them. These interfaces enable a Fieldtype communicate that it manages Pagefile/Pageimage objects and provides a method for retrieving them.
|
2022-08-19 14:56:36 -04:00 |
|
Ryan Cramer
|
8303efd303
|
Fix issue processwire/processwire-issues#1605
|
2022-08-14 10:09:10 -04:00 |
|
Ryan Cramer
|
9bb55785f8
|
Add owner selector support in ProcessPageSearch per request and code suggestion
|
2022-08-12 13:35:00 -04:00 |
|
Ryan Cramer
|
03de771b53
|
Various minor updates, mostly phpdoc related
|
2022-08-12 13:34:42 -04:00 |
|
Ryan Cramer
|
93b88c6ec3
|
Additional updates in InputfieldFile to support CKEditor custom fields in files/images.
|
2022-08-11 10:25:16 -04:00 |
|
Ryan Cramer
|
8daaedc809
|
Fix issue processwire/processwire-issues#1603
|
2022-08-05 12:21:26 -04:00 |
|
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 |
|