Ryan Cramer
c435081050
Add JS events for supporting pw-button-dropdown enabled and disabled states per processwire/processwire-issues#62
2016-10-31 10:36:18 -04:00
Ryan Cramer
6567896a3e
Add a since phpdoc to WireInput::requestMethod() per processwire/processwire-issues#64
2016-10-31 10:07:17 -04:00
Ryan Cramer
3705d55177
Depreciate TemplateFile globals options per processwire/processwire-issues#61
2016-10-31 10:03:21 -04:00
Ryan Cramer
ce037f06da
Fix issue processwire/processwire-issues#60 where multi-language fields weren't working correctly with multi-instance
2016-10-31 09:30:26 -04:00
Ryan Cramer
0529bcc495
Fix issue processwire/processwire-issues#59 replacing non-multi-instance compatible static vars in WireDatabaseBackup
2016-10-31 06:29:27 -04:00
Ryan Cramer
ca5870b70c
Attempt fix for issue #58 where saving user with different parent than default could result in unnecessary pages_parents table updates.
2016-10-31 06:16:46 -04:00
Ryan Cramer
0c84379255
Fix issue with PageRender and cache clearing of single page
2016-10-30 08:00:54 -04:00
Ryan Cramer
f7c613d39d
Bump version to 3.0.39
2016-10-28 16:16:13 -04:00
Ryan Cramer
a5b1110c1f
Merge working branch to dev
2016-10-28 05:43:08 -04:00
Ryan Cramer
b4f2dda5fa
Various updates primarily related to functions API and profiler support.
2016-10-28 05:41:45 -04:00
Ryan Cramer
fa1b58c6a2
Minor adjustments
2016-10-24 04:52:58 -04:00
Ryan Cramer
57fd741232
BUmp version to 3.0.38
2016-10-21 14:14:00 -04:00
Ryan Cramer
c4972556ea
Merge branch 'BitPoet-dev-wiremail-nest' into dev
2016-10-21 13:56:06 -04:00
Ryan Cramer
6d99771e71
A few minor changes to the WireMail PR
2016-10-21 13:55:34 -04:00
Ryan Cramer
da5e769e60
Merge branch 'dev-wiremail-nest' of https://github.com/BitPoet/processwire into BitPoet-dev-wiremail-nest
2016-10-21 13:44:55 -04:00
Ryan Cramer
5005dfa259
Add support for common multi-language translations
2016-10-21 13:31:18 -04:00
Chris
264fa2264f
Remove leftover test switch that circumvents mb_encode_mimeheader
2016-10-21 13:31:31 +02:00
Ryan Cramer
913201788c
Additional updates to TextformatterSmartypants per processwire/processwire-issues#17
2016-10-21 06:28:38 -04:00
Ryan Cramer
131c0c8b4a
Update to processwire/processwire-issues#40 ImageInspector per @horst-n
2016-10-21 06:05:02 -04:00
Ryan Cramer
6b96702c14
Fix issue processwire/processwire-issues#57 where Pageimage::maxSize() method was not always working correctly.
2016-10-21 06:01:33 -04:00
Ryan Cramer
2778829df6
Fix issue processwire/processwire-issues#47
2016-10-20 11:46:14 -04:00
Ryan Cramer
efd2289e2a
Fix issue processwire/processwire-issues#41 where uploading image in CKEditor image dialog to page other than the one being edited resulted in an uploaded image that had "temp" status
2016-10-20 11:28:06 -04:00
Ryan Cramer
873ec1a06d
Upgrade SmartyPants version for TextformatterSmartypants module, plus updates per processwire/processwire-issues#17
2016-10-20 10:28:40 -04:00
Chris
6ae4a5829d
Subject wrapping, mbstring support, nested content parts
...
Support wrapping of long subject headers, using mb_encode_mimeheader if
available, otherwise fall back to an custom encoding/wrapping function
that uses PHP builtins.
Nest plaintext+html bodies in their own multipart-alternative header if
attachments are present so that the display of the html part still has
precedence over the plaintext part.
Put quotes around name parts after quoted-printable encoding of the name
in name+address combinations.
2016-10-20 13:40:53 +02:00
Ryan Cramer
5542b77440
Add profiler to TemplateFile and PageRender
2016-10-20 07:02:24 -04:00
Ryan Cramer
4060934bae
Update Modules/ProcessModules to skip showing configurable modules with no visible configuration fields. Plus a few other small additions.
2016-10-20 06:58:28 -04:00
Ryan Cramer
4a26b774bf
Bump version for dev branch to 3.0.37
2016-10-14 13:58:24 -04:00
Ryan Cramer
8896f25d14
Adjustment to reduce changes to fix just issues from standard API log usage
2016-10-13 10:44:17 -04:00
Ryan Cramer
596acaa44b
Merge branch 'dev' of https://github.com/adrianbj/processwire into adrianbj-dev
2016-10-13 10:23:51 -04:00
Ryan Cramer
36c7b268e1
Another adjustment to PageImage per issue #31
2016-10-13 10:14:47 -04:00
Ryan Cramer
6336fd4438
Attempt fix for issue #31 when Pageimage::hidpiWidth() called with unsupported string argument
2016-10-13 10:05:39 -04:00
Ryan Cramer
b08f3c082e
Update install.php per issue #44
2016-10-13 08:20:13 -04:00
Ryan Cramer
d42a03ca57
Fix issue #40 with ImageInspector having issues with some GIF files
2016-10-13 06:08:35 -04:00
Ryan Cramer
5131edf57c
Merge branch 'BitPoet-dev-wiremail-utf8' into dev
2016-10-13 05:54:08 -04:00
Ryan Cramer
e043a2b2f1
Merge branch 'dev-wiremail-utf8' of https://github.com/BitPoet/processwire into BitPoet-dev-wiremail-utf8
2016-10-13 05:52:35 -04:00
Ryan Cramer
e2e4817444
Add Pages::savePageOrFieldReady() and Pages::savedPageOrField() hooks per request
2016-10-13 05:51:34 -04:00
Chris
4d5259b11d
Support utf8 characters in WireMail
...
Use quoted printable encoding for text and html body parts.
Also encode the subject and the name parts of from: and to: headers in
quoted printable.
2016-10-12 14:02:28 +02:00
Ryan Cramer
144872bedb
Fix issue processwire/processwire-issues#38
2016-10-11 12:04:03 -04:00
Ryan Cramer
7568093ea7
Remove the "None" option for dateInputFormat per issue processwire/processwire-issues#37
2016-10-11 11:49:19 -04:00
Ryan Cramer
67f504834d
Fix issue processwire/processwire-issues#34
2016-10-11 11:34:16 -04:00
Ryan Cramer
7aed0416a9
Fix issue processwire/processwire-issues#30 in PageComparison
2016-10-11 11:19:00 -04:00
Ryan Cramer
6b64a480b8
Update to add removal of incompatible sql_mode settings when used with MySQL 5.7.0 and newer, per issue processwire/processwire-issues#28
2016-10-11 11:07:37 -04:00
Ryan Cramer
cd71d45ef4
Update comments in WireMail
2016-10-09 06:34:14 -04:00
Ryan Cramer
1c2d015e33
Bump version to 3.0.36
3.0.36
2016-10-07 11:48:44 -04:00
Ryan Cramer
f62506c782
Some updates to the inline phpdoc documentation
2016-10-07 11:25:03 -04:00
Ryan Cramer
0d6d2ef6e4
Fix issue processwire/processwire-issues#19 with InputfieldPageAutocomplete and selecting homepage, thanks for fix @BitPoet
2016-10-07 11:06:56 -04:00
adrianbj
504d8b8645
Fix entry parts ending up in the wrong column in Log viewer.
...
This fixes: https://github.com/ryancramerdesign/ProcessWire/issues/1822
This fix includes changes for the count($parts) == 3 section which are necessary, but also includes changes for the count($parts) == 2 section which may be checking for situations that aren't possible, so see what you think about those changes.
I have included a nested ternary, but I think in this case it reads quite clearly and is ok, but you may want to revisit.
I'll add a comment shortly with a test log file so you can see these changes in action.
2016-10-06 19:38:19 -07:00
Ryan Cramer
ba44b4bf20
Fix issue processwire/processwire-issues#24 findPagesSelector containing "=page.id" when used outside original intended context, fix ensures it continues to work without dependent selects
2016-10-06 10:41:59 -04:00
Ryan Cramer
cb3e8f741b
Merge branch 'tmpfix' into dev
2016-10-06 10:14:13 -04:00
Ryan Cramer
16a8232dfe
Update the Page::matches() method to make it smarter and more flexible. This also accommodates issue #21 .
2016-10-06 10:13:14 -04:00