Ryan Cramer
|
649d2569ab
|
Bump version to 3.0.123
|
2018-12-21 14:30:49 -05:00 |
|
Ryan Cramer
|
df4ab1dbd3
|
Update for processwire/processwire-issues#408 InputfieldSelector count() to wireCount()
|
2018-12-20 11:52:01 -05:00 |
|
Ryan Cramer
|
e20b6917d3
|
Fix issue processwire/processwire-issues#724 UTF-8 pagenames in non-default language
|
2018-12-20 10:58:26 -05:00 |
|
Ryan Cramer
|
1b059b0ced
|
Bump version to 3.0.122 plus some other minor adjustments
|
2018-12-14 14:24:50 -05:00 |
|
Ryan Cramer
|
05fd707b9c
|
Fix issue processwire/processwire-issues#763 for ProcessRole, plus this commit also contains some minor tweaks to ProcessPageLister
|
2018-12-14 09:03:23 -05:00 |
|
Ryan Cramer
|
c1b9349a7c
|
Fix issue with Safari column widths in AdminThemeUikit that use showIf conditions per processwire/processwire-issues#480
|
2018-12-14 07:58:26 -05:00 |
|
Ryan Cramer
|
6801e2df94
|
Fix issue processwire/processwire-issues#756 make link modal files selection not require being open before it can be populated with files from page selection
|
2018-12-14 06:01:02 -05:00 |
|
Ryan Cramer
|
365d49bcaa
|
Fix issue processwire/processwire-issues#749
|
2018-12-12 14:19:57 -05:00 |
|
Ryan Cramer
|
a40f24d722
|
A couple of updates to account for new PHP 7.2/7.3 notices per processwire/processwire-issues#408
|
2018-12-12 11:59:02 -05:00 |
|
Ryan Cramer
|
f39d4387d5
|
Various minor tweaks/updates and bump version to 3.0.121
|
2018-12-07 14:58:03 -05:00 |
|
Ryan Cramer
|
3b6b5eea7d
|
Update locale warning message in ProcessLogin per processwire/processwire-issues#732
|
2018-12-07 12:09:57 -05:00 |
|
Ryan Cramer
|
0442572885
|
Fix issue processwire/processwire-issues#758 unable to select "17:10:02" time format in FieldtypeDatetime
|
2018-11-30 13:42:15 -05:00 |
|
Ryan Cramer
|
45e8a00395
|
Fix issue processwire/processwire-issues#741
|
2018-11-30 12:29:20 -05:00 |
|
Ryan Cramer
|
91fdca02ea
|
Fix issue processwire/processwire-issues#728
|
2018-11-29 14:12:33 -05:00 |
|
Ryan Cramer
|
ffdc1031de
|
Fix issue processwire/processwire-issues#727
|
2018-11-29 14:02:46 -05:00 |
|
Ryan Cramer
|
c7447bf838
|
Fix issue processwire/processwire-issues#726 where Pages > Tree > dropdown was displaying liternal icon names (in addition to actual icon) in some cases when it shouldn't
|
2018-11-29 13:59:36 -05:00 |
|
Ryan Cramer
|
009dec332c
|
Fix issue processwire/processwire-issues#725 where fallback email for comment notifications not working if hostname had port number
|
2018-11-29 13:31:05 -05:00 |
|
Ryan Cramer
|
32f594de2a
|
Update Pages Export/Import class to support export/import of page created and modified dates
|
2018-11-09 14:25:34 -05:00 |
|
Ryan Cramer
|
c146c71de3
|
Add @Toutouwai processwire/processwire-requests#242 to support automatic open of collapsed Inputfield when file dragged into file/image or CKEditor field that supports it
|
2018-11-08 09:04:04 -05:00 |
|
Ryan Cramer
|
7629e518e3
|
Remove unintended dev constant from AdminThemeUikit.module
|
2018-11-05 14:58:56 -05:00 |
|
Ryan Cramer
|
e65c287099
|
Update AdminThemeUikit Uikit version to rc17
|
2018-11-02 06:55:19 -04:00 |
|
Ryan Cramer
|
a355bd74e6
|
Add renderedExtras() hook to ProcessPageLister, plus make the finalSelector property modifiable if needed by hooks, per request from @renobird
|
2018-11-02 06:44:49 -04:00 |
|
Ryan Cramer
|
a0192327e0
|
Some refactoring in ProcessPageEdit, plus fix issue where user having page-edit-lang-[lang] permission while having non-default language selected in their profile could receive incorrect "missing required field" error for Page Name, when making edits.
|
2018-11-02 06:41:35 -04:00 |
|
Ryan Cramer
|
09ee56b41d
|
Add new “What URLs redirect to this page?” fieldset in the page editor Settings tab (near the bottom). This section enables you to see all URLs that redirect to the page, and also lets you add new redirect URLs or remove existing ones. Currently available to superusers only.
|
2018-10-31 10:29:06 -04:00 |
|
Ryan Cramer
|
6fb6837406
|
Add $page->addUrl($url, [$language]); and $page->removeUrl($url); methods that allow you to add or remove redirects to a page programatically. This is provided by updates to the PagePathHistory module, which also received several unrelated updates, like support for virtual path history, which is historical URLs for a page determined by changes to parent pages.
|
2018-10-31 10:22:47 -04:00 |
|
Ryan Cramer
|
54537e77fa
|
Add new $files->unlink() and $files->rename() methods to files API var, plus enhance many file methods with additional security for path verification, and update PW's various usages of unlink/rename to use the new versions provided by the files API var.
|
2018-10-31 09:30:15 -04:00 |
|
Ryan Cramer
|
0f9eb0aaf5
|
Add hasValue(), hasTitle() and hasID() methods to SelectableOptionArray class
|
2018-10-26 12:21:10 -04:00 |
|
Ryan Cramer
|
7331bac132
|
Addition of a $page->numParents() method/property which reflects the number of parents the page has, aka depth in the tree. This commit also has several small adjustments and fixes, including a fix for the issue introduced last week that caused issues with WireArray in versions of PHP prior to 7.x
|
2018-10-26 12:18:46 -04:00 |
|
Ryan Cramer
|
f5cda0acdb
|
Update the FieldtypeComments classes to support for more output configuration options for CommentForm and CommentList
|
2018-10-19 11:12:58 -04:00 |
|
Ryan Cramer
|
cf322b6dca
|
Improvements to FieldtypeTextarea::importValue() to improve accuracy of linked asset URLs on pages imported from one site to another where the root URL has changed (subdirectory vs. non subdirectory), as well as better handling asset URLs where the link included a hostname
|
2018-10-19 11:04:30 -04:00 |
|
Ryan Cramer
|
e2b6453a96
|
Fix issue processwire/processwire-issues#718 FieldtypeFloat float typecast in getPrecision() method
|
2018-10-05 10:00:12 -04:00 |
|
Ryan Cramer
|
8e22bee1b5
|
Fix issue processwire/processwire-issues#716 where $page traversal methods like next() and prev() were not working on RepeaterPage items
|
2018-10-05 09:48:20 -04:00 |
|
Ryan Cramer
|
5fddd95b43
|
Add new Page::numDescendants() method and property, plus descendants() and descendant() alias methods. Add Page::findOne() method. Update ProcessPageList with the ability to customize what is shown in the numChildren/count shown for each Page, along with the ability to display the the newly added Page descendants numbers instead of or in addition to the Page numChildren.
|
2018-10-05 08:11:16 -04:00 |
|
Ryan Cramer
|
faa0d4f4df
|
Update ProcessPageTrash module to be more clear, showing confirmation before page list, and adding option to specify time limit. Also now reports more verbose info about the trash operation including a "pages trashed per second" rate for comparison purposes on different DB engines and settings. Related to processwire/processwire-issues#692
|
2018-10-03 11:50:30 -04:00 |
|
Ryan Cramer
|
546340652f
|
Attempt fix for issue processwire/processwire-issues#661 where cached PageList data could re-appear when closing then re-opening an item in the PageList. Was an issue if an item was moved or trashed, because it could appear to still be in the old location in the PageList even when it wasn't. This commit also refactors several parts in ProcessPageList.js.
|
2018-10-01 11:21:43 -04:00 |
|
Ryan Cramer
|
3ab9b358e5
|
Update ProcessLogin to support a configuration option to specify roles that should be prompted to enable two-factor authentication
|
2018-09-28 11:14:19 -04:00 |
|
Ryan Cramer
|
2f2bb118b0
|
Update ProcessProfile to use a dialog window prompt (via vex) when saving changes to a field requires current password.
|
2018-09-28 10:31:50 -04:00 |
|
Ryan Cramer
|
96bd37eec9
|
Bump version to 3.0.114
|
2018-09-21 14:03:32 -04:00 |
|
Ryan Cramer
|
8add252813
|
Fix issue processwire/processwire-issues#700 where ProcessPermission "add new" was incorrectly showing Save+Publish buttons
|
2018-09-20 11:58:20 -04:00 |
|
Ryan Cramer
|
d7a84f223c
|
Update CKEditor version from 4.8.0 to 4.10.1
|
2018-09-14 15:26:48 -04:00 |
|
Ryan Cramer
|
42b46152eb
|
Refactoring of SessionLoginThrottle. Prevents it from being too aggressive when TFA is in use, improves clarity of message to user, and adds the ability to log failures.
|
2018-09-14 12:03:16 -04:00 |
|
Ryan Cramer
|
0284bd28a1
|
Fix issue processwire/processwire-issues#695 change order of listable() call in ProcessPageList::renderNavJSON so that one could make an viewable/editable page non-listable in the tree nav dropdown
|
2018-09-13 11:17:21 -04:00 |
|
Ryan Cramer
|
2c9b25fdfd
|
Fix issue processwire/processwire-issues#686 where FieldtypeCheckbox::markupValue() result ended up blank after a PHP strip_tags()
|
2018-09-13 10:07:29 -04:00 |
|
Ryan Cramer
|
272077b1cf
|
Fix issue processwire/processwire-issues#685 where templates with noParents=-1 setting (only one allowed) were not shown as selectable in Template field in page editor
|
2018-09-13 09:08:44 -04:00 |
|
Ryan Cramer
|
efb7a8ace2
|
Fix issue processwire/processwire-issues#682 fix typo about what tab to change the unpublished setting
|
2018-09-13 08:34:27 -04:00 |
|
Ryan Cramer
|
dfc0c4da52
|
Fix issue processwire/processwire-issues#680 where ProcessLanguageTranslator does not skip over /site/assets/ on Windows servers
|
2018-09-13 06:21:31 -04:00 |
|
Ryan Cramer
|
adca762ee1
|
Fix issue processwire/processwire-issues#679 capture Exception in ProcessLanguageTranslator when it throws due to too many directories
|
2018-09-13 06:12:13 -04:00 |
|
Ryan Cramer
|
468ecb6b29
|
Make ProcessPageSearchLive::execute() hookable per processwire/processwire-issues#675
|
2018-09-12 13:20:26 -04:00 |
|
Ryan Cramer
|
7a89f4f188
|
Fix issue processwire/processwire-issues#671 where LiveSearch pages list could also show users if custom configured field name present on user template
|
2018-09-12 12:57:11 -04:00 |
|
Ryan Cramer
|
313fee873c
|
Fix issue processwire/processwire-issues#669 admin liveSearch noSearchTypes option not working for 'pages', 'trash' or 'modules'.
|
2018-09-12 12:35:49 -04:00 |
|