Ryan Cramer
|
8982c976c5
|
Various minor unrelated updates
|
2019-08-08 14:14:36 -04:00 |
|
Ryan Cramer
|
f22302aaaf
|
Fix issue processwire/processwire-issues#952
|
2019-08-07 06:11:31 -04:00 |
|
Ryan Cramer
|
81c745c5ad
|
Fix issue processwire/processwire-issues#953
|
2019-08-07 06:00:11 -04:00 |
|
Ryan Cramer
|
481eb7c545
|
Remove field name indicator from MarkupFieldtype.php output that wasn't intended to stay
|
2019-08-05 07:53:07 -04:00 |
|
Ryan Cramer
|
c2ee22b334
|
Fix issue processwire/processwire-issues#951
|
2019-08-05 05:48:59 -04:00 |
|
Ryan Cramer
|
e160920984
|
Fix php notice in new PageimageVariations.php class
|
2019-08-04 11:18:06 -04:00 |
|
Ryan Cramer
|
918b894d82
|
Bump version to 3.0.137
|
2019-08-02 14:25:28 -04:00 |
|
Ryan Cramer
|
d6c7273c63
|
Update the PagefileExtra class to support some additional properties related to file size
|
2019-08-02 10:32:42 -04:00 |
|
Ryan Cramer
|
0e9cc868b7
|
Minor refactoring in ProcessPageEditImageSelect, plus update the executeVariations() method to also show webp extras when applicable.
|
2019-08-02 10:30:57 -04:00 |
|
Ryan Cramer
|
2f6497d1e5
|
Add support for hooking multiple methods to the same event handler via addHook*() calls by separating the methods to hook with commas, or by providing an array rather than a string. Also updated the corresponding removeHook() method to support removing multiple in the same call.
|
2019-08-01 11:44:33 -04:00 |
|
Ryan Cramer
|
6479e78288
|
Minor refactor of Page::getFieldSubfieldValue() method
|
2019-07-31 09:34:11 -04:00 |
|
Ryan Cramer
|
3cb1f33a97
|
Minor improvements in core MarkupFieldtype class
|
2019-07-31 09:33:43 -04:00 |
|
Ryan Cramer
|
d4318fbd2c
|
Bump version to 3.0.136
|
2019-07-26 11:55:37 -04:00 |
|
Ryan Cramer
|
ddb4aebf60
|
Add new static Debug::backtrace() method to the Debug class. This returns a backtrace array that is simpler and more PW-specific than PHP's version. By default it excludes likely irrelevant (for most) hook-related method calls that usually fill up the backtrace.
|
2019-07-26 11:41:05 -04:00 |
|
Ryan Cramer
|
851803396d
|
Bump version to 3.0.135
|
2019-07-05 14:45:36 -04:00 |
|
Ryan Cramer
|
5f705459a6
|
Improvements to Session and Notices classes
|
2019-07-05 11:53:49 -04:00 |
|
Ryan Cramer
|
5663803e05
|
Move post-login superuser system checks from ProcessLogin into their own class SystemUpdaterChecks as part of the SystemUpdater module
|
2019-07-04 10:43:24 -04:00 |
|
Ryan Cramer
|
0e00f24004
|
htaccess version update, including suggestions from Teppo, Netcarver, and several other updates while I was there. See the htaccess.txt file for upgrade instructions.
|
2019-07-02 14:31:08 -04:00 |
|
Ryan Cramer
|
aaab673117
|
Minor optimization to static storage of Page runtime helper classes
|
2019-07-01 06:40:54 -04:00 |
|
Ryan Cramer
|
2b0d8f333a
|
Some updates preparing for additonal webp options (new options not ready to use quite yet).
|
2019-06-30 11:01:23 -04:00 |
|
Ryan Cramer
|
f1913df4d4
|
Bump version to 3.0.134
|
2019-06-28 12:09:37 -04:00 |
|
Ryan Cramer
|
e1a664826f
|
Fix issue processwire/processwire-issues#871
|
2019-06-27 10:27:42 -04:00 |
|
Ryan Cramer
|
2b29ffaf75
|
Fix issue processwire/processwire-issues#878
|
2019-06-27 08:27:43 -04:00 |
|
Ryan Cramer
|
fdd2e7216d
|
Fix issue processwire/processwire-issues#884
|
2019-06-26 10:51:30 -04:00 |
|
Ryan Cramer
|
ab94e7b682
|
Attempt fix for processwire/processwire-issues#907
|
2019-06-26 10:15:54 -04:00 |
|
Ryan Cramer
|
3024314680
|
Fix issue processwire/processwire-issues#905
|
2019-06-25 11:16:43 -04:00 |
|
Ryan Cramer
|
d193bb4fb1
|
Fix issue processwire/processwire-issues#910
|
2019-06-25 10:59:14 -04:00 |
|
Ryan Cramer
|
63ed8bff65
|
Test commit
|
2019-06-23 07:16:16 -04:00 |
|
Ryan Cramer
|
35e3e4266a
|
Fix issue processwire/processwire-issues#904
|
2019-06-21 11:10:59 -04:00 |
|
Ryan Cramer
|
734c56dbbe
|
Improve operator extraction in Selectors class so that it doesn't potentially match non-existent operators and throw an unnecessary "unknown operator - selector value property escaped?" error message
|
2019-06-20 10:41:21 -04:00 |
|
Ryan Cramer
|
fdc1c61833
|
Improvements in PageFinder to handle some additional types of native field queries like partial match of parent.path, matching parent.status, and some others.
|
2019-06-20 10:27:52 -04:00 |
|
Ryan Cramer
|
3577b81591
|
Add PageFinder support for partial match operator on parent.path selectors like: parent.path%=something
|
2019-06-19 10:34:26 -04:00 |
|
Ryan Cramer
|
5f3e9af378
|
A few minor adjustments
|
2019-06-19 09:30:53 -04:00 |
|
Ryan Cramer
|
bccdc2ace4
|
Bump version to 3.0.133
|
2019-06-14 13:07:49 -04:00 |
|
Ryan Cramer
|
d977cabb82
|
Add optional support for an executeUnknown() method to Process modules. This method is called when an unknown method is requested. It is not enabled by default, unless you add an executeUnknown() method to the Process module.
|
2019-06-12 15:34:18 -04:00 |
|
Ryan Cramer
|
2ba96d3f2b
|
A couple of adjustments to ProcessPageLister module to correct issue of neverending spinner when ajax result was missing an expected row, plus improve the ajax spinner output, especially for AdminThemUikit which previously was not showing a spinner.
|
2019-06-10 09:03:18 -04:00 |
|
Ryan Cramer
|
f95b026a95
|
Improvements to boolean html attribute handling for Inputfield class setAttribute() method
|
2019-06-07 12:20:11 -04:00 |
|
Ryan Cramer
|
204335e2d3
|
Add support for $page->meta() method for maintaining persistent meta data for pages independent of fields and the normal load/save process.
|
2019-06-07 12:17:27 -04:00 |
|
Ryan Cramer
|
08bea26a17
|
Add WireDatabasePDO tableExists() method
|
2019-06-07 12:12:24 -04:00 |
|
Ryan Cramer
|
5235ab2a89
|
Add $session->getVal() methods which work the same as get() but let you speicfy the fallback value
|
2019-06-07 12:11:52 -04:00 |
|
Ryan Cramer
|
26435563d3
|
Add new $sanitizer->attrName() method and some other optimizations to Sanitizer class
|
2019-06-07 12:11:03 -04:00 |
|
Ryan Cramer
|
f6c210f686
|
Various minor updates
|
2019-06-07 12:08:55 -04:00 |
|
Ryan Cramer
|
680d885abb
|
Bump version to 3.0.132
|
2019-05-24 16:29:44 -04:00 |
|
Ryan Cramer
|
d8bbde74d7
|
A couple other ImageSizerEngine adjustments for webp
|
2019-05-24 14:22:07 -04:00 |
|
Ryan Cramer
|
50f8024ba3
|
Additional updates to PR #141 expanding WEBP support
|
2019-05-24 12:20:13 -04:00 |
|
Ryan Cramer
|
9964473776
|
Updates to @horst-n PR #141 for webp image support
|
2019-05-23 15:49:06 -04:00 |
|
Ryan Cramer
|
7f218c6a6b
|
Merge branch 'webP-support' of https://github.com/horst-n/processwire into horst-n-webP-support
|
2019-05-22 14:49:45 -04:00 |
|
Ryan Cramer
|
73f0c915de
|
Various minor primarily phpdoc updates
|
2019-05-22 14:03:03 -04:00 |
|
Ryan Cramer
|
2b7f80d575
|
Several major improvements to WireTextTools::markupToText() method, plus related updates in Sanitizer and WireMail classes
|
2019-05-22 13:50:12 -04:00 |
|
Ryan Cramer
|
f1d5f12835
|
A couple of minor adjustments
|
2019-05-17 13:26:38 -04:00 |
|