Ryan Cramer
|
904db74f1a
|
Add custom __debugInfo() methods to Pagefile, Pageimage, and Pagefiles per processwire/processwire-issues#575 plus some other minor updates to Pagefile/Pageimage
|
2018-04-27 09:55:31 -04:00 |
|
Ryan Cramer
|
c2324f0a8a
|
Fix issue processwire/processwire-issues#576 adjustment in InputfieldPassword.js for EmailNewUser module
|
2018-04-27 06:09:07 -04:00 |
|
Ryan Cramer
|
2a49fe1087
|
Attempt to fix issue processwire/processwire-issues#560 add support for viewable permission with User pages outside admin structure when developer intends it
|
2018-04-26 10:04:49 -04:00 |
|
Ryan Cramer
|
105ba2b8eb
|
Add __debugInfo() method to WireInput class per processwire/processwire-issues#575
|
2018-04-26 08:48:09 -04:00 |
|
Ryan Cramer
|
e53e4b4bd0
|
Add processwire/processwire-requests#183 focus URL input field when ProcessPageEditLink opens
|
2018-04-26 08:32:42 -04:00 |
|
Ryan Cramer
|
2cc69a1f0b
|
Fix issue processwire/processwire-issues#571 where configuring a FieldtypeFieldsetClose in Setup > Fields would result in error in AdminThemeUikit
|
2018-04-25 11:16:05 -04:00 |
|
Ryan Cramer
|
c7dfb37a7e
|
Fix issue processwire/processwire-issues#570 where InputfieldImage in a Repeater item, crop/focus/variations buttons didn't show to non-superusers
|
2018-04-25 11:09:59 -04:00 |
|
Ryan Cramer
|
d691b743b0
|
Fix issue processwire/processwire-issues#569 when Inputfield::textFormatMarkdown constant used it wasn't replacing default wrapping markup
|
2018-04-25 09:07:18 -04:00 |
|
Ryan Cramer
|
ba400767ab
|
Fix issue processwire/processwire-issues#568 for ProcessModule table.AdminDataList tables, plus convert CSS to SCSS
|
2018-04-25 08:21:47 -04:00 |
|
Ryan Cramer
|
ace36fb415
|
Fix issue processwire/processwire-issues#567 w/AdminThemeUikit search box ctrl/cmd-click did not open new tab
|
2018-04-25 06:12:50 -04:00 |
|
Ryan Cramer
|
a9051a252f
|
Fix issue processwire/processwire-issues#565 with InputfieldSelector preview count and _custom selector option was not working before
|
2018-04-25 05:55:22 -04:00 |
|
Ryan Cramer
|
f2912bcfd4
|
A couple of minor adjustments in AdminThemeUikit
|
2018-04-23 05:42:12 -04:00 |
|
Ryan Cramer
|
184059b5d6
|
Additional improvements to $config->noHTTPS option for support of hostnames
|
2018-04-20 10:33:43 -04:00 |
|
Ryan Cramer
|
bc037f840e
|
Minor adjustment to InputfieldRepeater and publish status to simplify a ProDrafts hook
|
2018-04-19 10:52:08 -04:00 |
|
Ryan Cramer
|
16c20439f1
|
Add support for $config->noHTTPS. When boolean true, it cancels any HTTPS requirements set per-template, simplifying cases where you copy a production site to dev site that may not have the same HTTPS capabilities. So for that case, the dev site would want to have $config->noHTTPS=true; in /site/config.php
|
2018-04-19 10:49:58 -04:00 |
|
Ryan Cramer
|
a6bd85f6b2
|
Some additional updates for AdminThemeUikit to improve on irregular Inputfield column widths and global uk-form-large or uk-form-small settings
|
2018-04-19 10:47:13 -04:00 |
|
Ryan Cramer
|
19f557b487
|
Several updates to AdminThemeUikit including additional config settings, new input appearance adjustments, option to use percentage-based widths rather than uk-width classes, and more. processwire/processwire-issues#564 processwire/processwire-issues#480
|
2018-04-18 09:05:29 -04:00 |
|
Ryan Cramer
|
c550c6678b
|
Some minor adjustments in preparation for a couple AdminThemeUikit additions
|
2018-04-18 08:50:53 -04:00 |
|
Ryan Cramer
|
d2ebb4cd56
|
Update base AdminTheme class for more flexible class management functions
|
2018-04-18 08:47:20 -04:00 |
|
Ryan Cramer
|
566d60b152
|
Small optimization for for __('text') translation function when used in PHP 5.4.0 or newer and no textdomain specified.
|
2018-04-13 09:17:09 -04:00 |
|
Ryan Cramer
|
5884f05b9f
|
Fix issue in MarkupFieldtype when rendering file/image fields within repeater items
|
2018-04-13 08:50:02 -04:00 |
|
Ryan Cramer
|
6b3b0b7782
|
Further updates to AdminThemeUikit Inputfield width adjustments per processwire/processwire-issues#480
|
2018-04-13 08:31:17 -04:00 |
|
Ryan Cramer
|
ae5b955ec8
|
Fix issue in FieldtypeFieldsetOpen.module where hooks might not get called depending on module load order
|
2018-04-08 08:17:09 -04:00 |
|
Ryan Cramer
|
341342dc5b
|
Bump version to 3.0.98
3.0.98
|
2018-04-06 14:25:49 -04:00 |
|
Ryan Cramer
|
9d11d87e9b
|
Update InputfieldSelect::addOptionsString() to allow for user-defined disabled option if line in option string is prefixed with "disabled:"
|
2018-04-06 07:14:48 -04:00 |
|
Ryan Cramer
|
c5147a5279
|
Make Inputfield requiredLabel customizable per field from API via $inputfield->requiredLabel property, to provide option to override default "missing requird value" label.
|
2018-04-06 06:56:54 -04:00 |
|
Ryan Cramer
|
f27feb2bbf
|
Followup fix for issue processwire/processwire-issues#322 check for duplicate non-default language page name when creating new page
|
2018-04-06 06:46:42 -04:00 |
|
Ryan Cramer
|
eaa2cb4d89
|
Fix issue processwire/processwire-issues#558 remove unused filemtime() call in ProcessLanguage.module
|
2018-04-06 05:46:30 -04:00 |
|
Ryan Cramer
|
215348b797
|
Fix issue processwire/processwire-issues#556 fix issue when cloning Pagefile that has name ending with "-0".
|
2018-04-06 05:43:25 -04:00 |
|
Ryan Cramer
|
6dc7a122a6
|
Fix issue processwire/proceswire-issues#555 in ProcessProfile where 50% width Inputfield followed by submit button resulted in submit button in wrong position
|
2018-04-06 05:37:22 -04:00 |
|
Ryan Cramer
|
c5c7ae4232
|
Bump to 3.0.97 and update to add a Pagefile::HTTPURL to accompany the existing Pagefile::URL property (uppercase implies cache busting URLs).
|
2018-03-30 10:48:40 -04:00 |
|
Ryan Cramer
|
2722345aac
|
Attempt to fix issue processwire/processwire-issues#554 isue with $files->include() and Windows paths
|
2018-03-30 10:45:35 -04:00 |
|
Ryan Cramer
|
b1214fa0c4
|
Fix issue processwire/processwire-issues#553 where a note in AdminThemeUikit config screen needed to be updated for new module location
|
2018-03-30 09:53:46 -04:00 |
|
Ryan Cramer
|
8cbe05d1e7
|
Fix issue processwire/processwire-issues#277 where Inputfield::collapsedNever constant didn't work quite right in some cases
|
2018-03-30 09:41:32 -04:00 |
|
Ryan Cramer
|
deb448851b
|
Fix issue processwire/processwire-issues#544 where FieldsetTab in User editor was not viewable to non-superuser with user-admin permission
|
2018-03-28 09:43:44 -04:00 |
|
Ryan Cramer
|
b7e90f896c
|
Fix issue processwire/processwire-issues#551 Pages::trashed and Pages::restored hooks were getting called twice
|
2018-03-28 06:31:36 -04:00 |
|
Ryan Cramer
|
164d132be8
|
Fix issue processwire/processwire-issues#548 WireLog::getLines method wasn't passing options array to FileLog::find
|
2018-03-28 05:59:40 -04:00 |
|
Ryan Cramer
|
bd85c025e2
|
Fix issue in ProcessCommentsManager where the tabs were not showing active state properly in AdminThemeUikit. Plus some minor CSS updates in InputfieldPage and ProcessPageLister.
|
2018-03-22 07:59:16 -04:00 |
|
Ryan Cramer
|
a5e5ae7b47
|
Update FieldtypePage to support a runtime option to create Page references that don't exist when value is set by title. This is to accommodate a feature in ImportPagesCSV module.
|
2018-03-22 07:48:26 -04:00 |
|
Ryan Cramer
|
3e6840748b
|
Update FieldtypeInteger so that it will still convert to integer even if number prefixed with USD or EUR symbol.
|
2018-03-22 07:46:02 -04:00 |
|
Ryan Cramer
|
89ed62a6d8
|
Prevent stars input from showing in InputfieldCommentsAdmin.module when stars feature is not enabled
|
2018-03-22 07:43:47 -04:00 |
|
Ryan Cramer
|
941ef5cb67
|
Update to 2018
3.0.96
|
2018-03-16 10:44:38 -04:00 |
|
Ryan Cramer
|
48fe0769a4
|
Remove console.log from ProcessProfile.js
|
2018-03-16 10:35:56 -04:00 |
|
Ryan Cramer
|
4551748659
|
Bump version to 3.0.96
|
2018-03-16 10:30:08 -04:00 |
|
Ryan Cramer
|
f52c3f54c9
|
Fix issue processwire/processwire-issues#322 where certain scenario could allow collision of language-specific page names
|
2018-03-16 10:24:46 -04:00 |
|
Ryan Cramer
|
6c4f4103d2
|
Fix issue processwire/processwire-issues#542 in InputfieldRepeater.module repeater item titles, where numbered HTML entities (like the one for apostrophe) were getting their "#" character removed, making it look like double encoding
|
2018-03-16 07:40:36 -04:00 |
|
Ryan Cramer
|
19a55c6d37
|
Enhancement for issue processwire/processwire-issues#539 show "Edit Profile" button after login when user has profile-edit permission but not page-edit permission
|
2018-03-15 11:02:37 -04:00 |
|
Ryan Cramer
|
ba21b28b4e
|
Attempt fix for issue processwire/processwire-issues#537 update code that corrects Firefox issue where it populates autocomplete password field even when autocomplete is disabled (Firefox ignores disabled autocomplete here for some reason)
|
2018-03-15 09:39:03 -04:00 |
|
Ryan Cramer
|
bd72c59e41
|
Fix issue processwire/processwire-issues#535 missing null check for return value from getInputfield() in ProcessField
|
2018-03-15 08:55:27 -04:00 |
|
Ryan Cramer
|
eb95498183
|
Fix issue processwire/processwire-issues#534 PageList narrow mode didn't show 'New' action for home, or 'Empty' action for trash
|
2018-03-15 08:48:21 -04:00 |
|