Ryan Cramer
|
869040bb30
|
Attempt to fix issue processwire/processwire-issues#503 incorrect label index warning/notice in ProcessRecentPages
|
2018-02-26 06:00:52 -05:00 |
|
Ryan Cramer
|
bd90821d40
|
Minor adjustment to account for possibility that CRLF may get counted as two bytes in InputfieldTextarea::getTextLength method (for maxlength detection).
|
2018-02-25 07:40:03 -05:00 |
|
Ryan Cramer
|
f3c188254d
|
Bump version to 3.0.93
|
2018-02-23 11:51:54 -05:00 |
|
Ryan Cramer
|
72e00189b5
|
Some adjustments to InputfieldCKEditor for future support of external asset pages. Not currently enabled, just getting some foundational stuff in place for future use.
|
2018-02-23 10:56:32 -05:00 |
|
Ryan Cramer
|
dd9f215247
|
Update LanguageSupport module config screen to recommend next steps during module installation
|
2018-02-23 10:36:38 -05:00 |
|
Ryan Cramer
|
919c475631
|
Various minor adjustments
|
2018-02-23 10:36:15 -05:00 |
|
Ryan Cramer
|
053ef62970
|
Fix issue processwire/processwire-issues#500 where trackChanges state of cloned page was off
|
2018-02-21 06:12:39 -05:00 |
|
Ryan Cramer
|
b2281d6e93
|
Optimize WireMail module detection, add support for replyTo() method, add $config->wireMail default settings for WireMail module(s). processwire/processwire-issues#498
|
2018-02-20 10:12:57 -05:00 |
|
Ryan Cramer
|
fc1c6e5ea1
|
Fix issue processwire/processwire-issues#499 as well as expand upon phpdoc in ProcessPageEditImageSelect.module
|
2018-02-20 06:37:35 -05:00 |
|
Ryan Cramer
|
8fe1eb13f4
|
Add support for interactive selection of zoom, combined with focus, in InputfieldImage. To enable zoom, go to your image field settings, and on the Input tab locate the "Focus point selection" field and choose "Focus point and zoom". Bump version to 3.0.92.
|
2018-02-16 11:28:25 -05:00 |
|
Ryan Cramer
|
5c6e54e24d
|
Fix issue processwire/processwire-issues#495 update word counter to display max length even when field is blank
|
2018-02-14 09:49:40 -05:00 |
|
Ryan Cramer
|
5493d5fea6
|
Add @horst-n support for focus zoom setting in the ImageSizerEngines
|
2018-02-13 06:02:30 -05:00 |
|
Ryan Cramer
|
e73ec872da
|
Fix issue processwire/processwire-issues#491 add support for automatically cloning fieldset _END field when fieldset is cloned
|
2018-02-12 09:20:38 -05:00 |
|
Ryan Cramer
|
ef6a9d56e4
|
Fix issue processwire/processwire-issues#492 where FieldtypeTextareaLanguage fields on multi-language install with only default language present could get caught in a loop during load of field
|
2018-02-12 09:12:43 -05:00 |
|
Ryan Cramer
|
1f6ae656dc
|
Bump version to 3.0.91
|
2018-02-09 10:10:09 -05:00 |
|
Ryan Cramer
|
0630b3a3c3
|
Add support for PageFinder selectors where field name is the name of a Fieldtype module. During search, it translates to all fields having that Fieldtype. This enables you to perform a search on all text/textarea fields at once, for example, "FieldtypeTextarea%=something". You can also do "FieldtypeText.extends%=something", and that will include all fields that use or extend the given Fieldtype. Or you can do "FieldtypeText.fields%=something" and the resulting PageArray will contain a "fields" data property that contains an array of matched fields and the quantity of pages that matched each. You can also do "FieldtypeText.extends.fields%=something" and it will include both behaviors mentioned here. Finally, you can use OR expressions here too, like "FieldtypeText|FieldtypeTextarea%=something". Note that these searches are not particularly fast and may have limits on scale. The "FieldtypeName.fields" option is slower than without the "fields" option, BUT it enables it to scale further. In my testing so far, the %= operator actually performs quite a bit better here for text-based searches than the *= or ~= operators, likely because the resulting query probably really limits use of the fulltext indexes.
|
2018-02-09 09:58:49 -05:00 |
|
Ryan Cramer
|
bafe3d4a12
|
Fix issue processwire/processwire-issues#490 where ProcessPageEditLink didn't allow for external link rel attributes with space separated values
|
2018-02-08 09:22:05 -05:00 |
|
Ryan Cramer
|
6dbb244654
|
Fix issue processwire/processwire-issues#488 where UTF-8 mode urlSegments that contained only ascii would get converted to lowercase
|
2018-02-08 08:51:33 -05:00 |
|
Ryan Cramer
|
3ade2c3269
|
Fix issue processwire/processwire-issues#489 where file/image field with limit=1, multi-language description was not retained on when file was replaced
|
2018-02-08 08:07:50 -05:00 |
|
Ryan Cramer
|
cf292363ca
|
Enhance wireBytesStr() function with more options per processwire/processwire-requests#133
|
2018-02-06 10:03:13 -05:00 |
|
Ryan Cramer
|
3918bba0ab
|
Upgrade htmlpurifier version to 4.9.3 per processwire/processwire-issues#483
|
2018-02-06 05:44:43 -05:00 |
|
Ryan Cramer
|
eb80f52efe
|
Fix issue processwire/processwire-issues#487 where svg files in $config->pageFileSecure mode needed entry in $config->fileContentTypes
|
2018-02-06 05:39:19 -05:00 |
|
Ryan Cramer
|
5c708797f9
|
Update for processwire/processwire-issues#408 PHP 7.2 and changed behavior of count()
|
2018-02-05 06:25:05 -05:00 |
|
Ryan Cramer
|
f89544ea04
|
Fix issue processwire/processwire-issues#485 where attempting to use numeric index with WireData could halt request/memory error
|
2018-02-05 06:09:54 -05:00 |
|
Ryan Cramer
|
e21c965f7b
|
Fix issue processwire/processwire-issues#484 where PageFrontEdit with <edit field="pageID.fieldName"> tag was not working property.
|
2018-02-05 05:57:15 -05:00 |
|
Ryan Cramer
|
8e52ee8097
|
Bump version to 3.0.90
|
2018-02-02 15:00:29 -05:00 |
|
Ryan Cramer
|
461152a8cd
|
This update to AdminThemeUikit fixes various minor reported issues with Inputfields and some other small details
|
2018-02-02 10:36:11 -05:00 |
|
Ryan Cramer
|
cb2683208f
|
Various minor adjustments
|
2018-02-02 10:16:15 -05:00 |
|
Ryan Cramer
|
3eba1b58aa
|
Fix issues processwire/processwire-issues#173 and processwire/processwire-issues#393 nested repeater labels
|
2018-02-02 10:10:49 -05:00 |
|
Ryan Cramer
|
1d82b530ff
|
Fix issue processwire/processwire-issues#347 where field export that included roles was using IDs rather than role names. Also same issue with PageTable that was using template IDs rather than template names.
|
2018-02-02 10:05:40 -05:00 |
|
Ryan Cramer
|
f7ff7eab8c
|
Fix issue processwire/processwire-issues#352 where deleted role could interfere with the "who can access this page" field in the page editor
|
2018-02-01 11:39:30 -05:00 |
|
Ryan Cramer
|
bbca8f5669
|
Add new module ImageSizerEngineAnimatedGif by @horst-n for animated GIF support in image resizes
|
2018-01-31 09:13:21 -05:00 |
|
Ryan Cramer
|
03660974ee
|
Some additional helpful logic and messages added in ProcessRole, plus an update to resolve processwire/processwire-issues#474
|
2018-01-31 08:10:32 -05:00 |
|
Ryan Cramer
|
e917c93d76
|
Fix issue processwire/processwire-issues where clone of page having FieldsetPage field was not cloning the FieldsetPage portion of it
|
2018-01-29 09:16:03 -05:00 |
|
Ryan Cramer
|
90efe9b14a
|
Bump version to 3.0.89 and some other adjustments
|
2018-01-26 11:43:22 -05:00 |
|
Ryan Cramer
|
2cebe89e57
|
Fix issue processwire/processwire-issues#475 adjustment to argument type hint in ProcessUser
|
2018-01-25 09:50:11 -05:00 |
|
Ryan Cramer
|
02f1eadacc
|
Fix issue processwire/processwire-issues#474 where ProcessRole wasn't working correctly with page-view permission assignment
|
2018-01-25 09:43:16 -05:00 |
|
Ryan Cramer
|
2a946c09de
|
Fix issue processwire/processwire-issues#473 where SelectableOptionManager.php:addOptions() method had incorrect "array" type hint in method argument
|
2018-01-25 06:26:52 -05:00 |
|
Ryan Cramer
|
b72e609cc4
|
Fix issue processwire/processwire-issues#468 where ProcessPageSearch wasn't working with ^= (starts with) search operator
|
2018-01-25 06:22:51 -05:00 |
|
Ryan Cramer
|
a021d3b54f
|
Fix issue processwire/processwire-issues#467 correct typo in PaginatedArray sprintf string
|
2018-01-25 06:15:23 -05:00 |
|
Ryan Cramer
|
7b1913b6ed
|
Add support for image focus area / focus point / focal point (or whatever the best term is) to InputfieldImage per processwire/processwire-requests#150
|
2018-01-24 11:48:50 -05:00 |
|
Ryan Cramer
|
3fb3294f5a
|
Add support for filedata in FieldtypeFile/FieldtypeImage, which provides a way to store other general purpose data with files/images.
|
2018-01-24 11:31:03 -05:00 |
|
Ryan Cramer
|
6241fd6730
|
Fix issue with InputfieldSelector not recognizing template_ids property on Page reference fields that use autocomplete
|
2018-01-14 11:55:54 -05:00 |
|
Ryan Cramer
|
b3ea132d81
|
Fix ProcessTemplate and asmSelect issue processwire/processwire-issues#472
|
2018-01-11 09:51:47 -05:00 |
|
Ryan Cramer
|
ad6f6bd283
|
Fix JqueryUI modal.js issue processwire/processwire-issues#471
|
2018-01-11 09:39:06 -05:00 |
|
Ryan Cramer
|
f7b49055cd
|
Fix PageFrontEdit issue processwire/processwire-issues#470
|
2018-01-11 09:36:46 -05:00 |
|
Ryan Cramer
|
f3749d241a
|
Change an sanitizer entities() call to entities1() since it's getting double encoded for some reason in @adrianbj case
|
2018-01-05 12:37:40 -05:00 |
|
Ryan Cramer
|
4f7981cf75
|
Bump version to 3.0.88
|
2018-01-05 12:05:35 -05:00 |
|
Ryan Cramer
|
de5c241b6a
|
Fix issue and PR #54 with similar solution though also remove predefined min/max image settings from ProcessPageEditImageSelect because they seem to be causing various issues, and the predefined settings are more about uploaded files.
|
2018-01-05 10:56:05 -05:00 |
|
Ryan Cramer
|
fb39ded94d
|
Add support for image file actions to InputfieldImage and update ImageSizer engines to support new rotate, flip and color actions
|
2018-01-05 10:54:21 -05:00 |
|