Ryan Cramer
|
8762b7a77a
|
Fix issue processwire/processwire-issues#1051
|
2019-12-20 11:56:07 -05:00 |
|
Ryan Cramer
|
3bf29d050b
|
Add support for configuring the useAutocomplete threshold in InputfieldSelector via a maxSelectOptions setting
|
2019-12-08 07:17:19 -05:00 |
|
Ryan Cramer
|
9b624b6602
|
Bump version to 3.0.147
|
2019-12-06 14:14:45 -05:00 |
|
Ryan Cramer
|
103adbc0e1
|
Fix issue processwire/processwire-issues#1046
|
2019-12-06 14:05:45 -05:00 |
|
Ryan Cramer
|
f95fa3e3a3
|
Fix issue processwire/processwire-issues#1045
|
2019-12-06 14:02:04 -05:00 |
|
Ryan Cramer
|
8e91a05fd1
|
Fix issue processwire/processwire-issues#1043
|
2019-12-06 13:51:49 -05:00 |
|
Ryan Cramer
|
987d23154d
|
Fix issue processwire/processwire-issues#774
|
2019-12-03 11:55:49 -05:00 |
|
Ryan Cramer
|
a6e3626992
|
phpdoc typo fixes per processwire/processwire-issues#797
|
2019-12-03 11:11:19 -05:00 |
|
Ryan Cramer
|
b5aca0e964
|
Fix issue processwire/processwire-issues#1042
|
2019-12-03 10:51:42 -05:00 |
|
Ryan Cramer
|
3717224a5c
|
Fix issue processwire/processwire-issues#1041
|
2019-12-03 10:44:23 -05:00 |
|
Ryan Cramer
|
71e9c6114e
|
Update HTMLPurifier version to 4.12.0
|
2019-12-03 10:42:17 -05:00 |
|
Ryan Cramer
|
c81566db7e
|
Fix issue processwire/processwire-issues#1040
|
2019-12-03 09:57:36 -05:00 |
|
Ryan Cramer
|
b1b968c6b5
|
Fix issue processwire/processwire-issues#1038
|
2019-12-03 09:44:40 -05:00 |
|
Ryan Cramer
|
5daa38729a
|
A couple of small improvements to ProcessPageLister, including improved editable() check of mock Page per template that also now includes parent in the check, and improved debug output of selector that now includes modifications to selector made by PageFinder
|
2019-12-03 08:41:37 -05:00 |
|
Ryan Cramer
|
8a5a4b4461
|
Add a getNonEmptyValue() method to LanguagesPageFieldValue class and make use of it in ProcessPageEdit to avoid situations where headline was otherwise blank
|
2019-12-03 08:40:51 -05:00 |
|
Ryan Cramer
|
346218a524
|
Various minor updates
|
2019-12-03 08:40:08 -05:00 |
|
Ryan Cramer
|
fd89b7cebd
|
Bump version to 3.0.146
|
2019-11-22 14:12:51 -05:00 |
|
Ryan Cramer
|
72713948fa
|
Some minor improvements to the Tfa class
|
2019-11-22 14:06:25 -05:00 |
|
Ryan Cramer
|
8455e497b7
|
Various unrelated minor updates to numerous classes/files (phpdoc, typo fixes, and related)
|
2019-11-21 11:25:58 -05:00 |
|
Ryan Cramer
|
efb8f1f2e9
|
Update documentation for PageRender::renderPage() method per processwire/processwire-issues#987
|
2019-11-21 09:34:34 -05:00 |
|
Ryan Cramer
|
4656672c81
|
Fix issue processwire/processwire-issues#1030
|
2019-11-21 08:59:30 -05:00 |
|
Ryan Cramer
|
14803e22a8
|
Fix issue processwire/processwire-issues#1031
|
2019-11-21 08:39:01 -05:00 |
|
Ryan Cramer
|
fd7917c7d1
|
Fix issue processwire/processwire-issues#1012
|
2019-11-20 10:54:51 -05:00 |
|
Ryan Cramer
|
4f054c3c19
|
Fix issue processwire/processwire-issues#1035
|
2019-11-20 10:08:28 -05:00 |
|
Ryan Cramer
|
719c2ef3a9
|
Fix issue processwire/processwire-issues#1029
|
2019-11-20 09:56:47 -05:00 |
|
Ryan Cramer
|
1aaef35474
|
Fix issue processwire/processwire#1016 and some related minor optimizations
|
2019-11-20 09:35:54 -05:00 |
|
Ryan Cramer
|
66258de9ee
|
Update MarkupAdminDataTable to correct issue where some properties indicated as readable were not. Also update phpdoc to indicate they are readable but not writable.
|
2019-11-20 08:32:18 -05:00 |
|
Ryan Cramer
|
cf03946633
|
Fix issue processwire/processwire-issues#1033
|
2019-11-20 06:10:21 -05:00 |
|
Ryan Cramer
|
e296542640
|
Remove phpdoc sort property for Pagefile/Pageimage per processwire/processwire-issues#1034
|
2019-11-20 05:38:43 -05:00 |
|
Ryan Cramer
|
8c5d3aff72
|
Accompanies previous commit (forgot to include this file) processwire/processwire-issues#1032
|
2019-11-15 15:15:12 -05:00 |
|
Ryan Cramer
|
8d82308c4c
|
Add support for feature request issue processwire/processwire-issues#1032
|
2019-11-15 15:14:15 -05:00 |
|
Ryan Cramer
|
7a41ffb089
|
Update $pages->touch() method to support specifying date type to update 'modified', 'created' or 'published'. Add $pages->editor()->addStatus(), removeStatus() and saveStatus() methods as simpler alternatives to the existing savePageStatus()
|
2019-11-15 14:40:57 -05:00 |
|
Ryan Cramer
|
00635bf01d
|
Minor updates, phpdoc tweaks and such
|
2019-11-15 14:35:15 -05:00 |
|
Ryan Cramer
|
595429d425
|
Add a minimumAge config setting for PagePathHistory module per processwire/processwire-issues#1014 and add an option for throwing a 404 while still allowing PagePathHistory to perform redirects (if it has any). Also add a function: wire404(); that you can call for this, in addition to: throw new Wire404Exception(true);
|
2019-11-12 12:06:08 -05:00 |
|
Ryan Cramer
|
4cc587bd1a
|
Update comments fields to use custom 'CommentField' class rather than 'Field' class
|
2019-11-12 11:15:00 -05:00 |
|
Ryan Cramer
|
4eeca2eeeb
|
Add ability for PageFinder and PagesLoader to retain additional info about selectors and PageFinder instance for debugging purposes
|
2019-11-12 11:07:39 -05:00 |
|
Ryan Cramer
|
0478c65938
|
Improvements to $modules->findByPrefix() method
|
2019-11-12 11:06:46 -05:00 |
|
Ryan Cramer
|
bbddcf1ca0
|
Add support for Fieldtypes to specify that a Field should use a custom class that extends the Field class, rather than always using the "Field" class.
|
2019-11-12 11:06:02 -05:00 |
|
Ryan Cramer
|
4e4b3afdcb
|
Bump version to 3.0.145
|
2019-11-08 13:57:50 -05:00 |
|
Ryan Cramer
|
b972aab11b
|
Various minor pending updates and optimiations to several classes
|
2019-11-08 10:29:58 -05:00 |
|
Ryan Cramer
|
dd87518987
|
Minor adjustments to various classes
|
2019-11-06 15:18:41 -05:00 |
|
Ryan Cramer
|
098e5d03d7
|
Some code improvements to PW installer
|
2019-11-06 15:13:36 -05:00 |
|
Ryan Cramer
|
7aa83e3e5f
|
Update $sanitizer->testAll() to make hookable and add a couple more methods to it processwire/processwire-issues#85
|
2019-11-06 15:09:54 -05:00 |
|
Ryan Cramer
|
5887997698
|
Fix issue processwire/processwire-issues#1025
|
2019-11-05 11:56:28 -05:00 |
|
Ryan Cramer
|
a22e6287be
|
Fix issue processwire/processwire-issues#1023 via @matjazpotocnik suggested fix
|
2019-11-05 11:08:40 -05:00 |
|
Ryan Cramer
|
c9713f0bc4
|
Fix issue processwire/processwire-issues#1010 add support for dependencies to InputfieldPageListSelectMultiple and InputfieldPageAutocomplete
|
2019-11-05 10:46:56 -05:00 |
|
Ryan Cramer
|
ceca16506a
|
Fix issue processwire/processwire-issues#1015
|
2019-11-05 08:55:36 -05:00 |
|
Ryan Cramer
|
76943ac192
|
Optimizations in PageLoader class plus fix issue processwire/processwire-issues#1021
|
2019-11-05 07:35:22 -05:00 |
|
Ryan Cramer
|
b3337d0110
|
Bump version to 3.0.144
|
2019-11-01 09:58:44 -04:00 |
|
Ryan Cramer
|
d30a937b99
|
Fix issue processwire/processwire-issues#980
|
2019-11-01 06:19:10 -04:00 |
|