Ryan Cramer
|
9bdad6fc86
|
Detect NullPage in InputfieldCKEditor::getImagesFieldName() to fix issue that appeared for someone when editing page with no images fields.
|
2017-12-31 11:02:42 -05:00 |
|
Ryan Cramer
|
a31d4a84e2
|
Upgrade CKEditor to 4.8.0, add support for direct image upload/paste in CKEditor. Bump version to 3.0.87.
|
2017-12-29 08:42:49 -05:00 |
|
Ryan Cramer
|
5bba89b043
|
Fix issue processwire/processwire-issues#462 solution for files using arabic filenames
|
2017-12-26 07:27:50 -05:00 |
|
Ryan Cramer
|
f573473066
|
Add support for custom configuration of what Fieldtype/Inputfield settings may be overridden for field/template context. Appears only in $config->advanced mode. You can see it when editing a field (ProcessField) on the "Overrides" tab. Related to processwire/processwire-requests#145
|
2017-12-22 11:11:02 -05:00 |
|
Ryan Cramer
|
63229872a0
|
Fix typo in phpdoc processwire/processwire-issues#458
|
2017-12-22 07:47:44 -05:00 |
|
Ryan Cramer
|
5b53a41c12
|
Fix issue processwire/processwire-issues#456
|
2017-12-21 09:36:17 -05:00 |
|
Ryan Cramer
|
87dc586c8c
|
Add PageFinder selector support for field.owner.subfield=value where "field" is a PageTable, Page or Repeater field, and "owner" is a literal reserved word, and "subfield" is any field or field.subfield combination. It makes the selector match Repeater, PageTable or Page reference pages that have an "owner" that matches. This "owner" would be defined as the page that has a Repeater or PageTable item being matched, as one of its fields. Ping @apeisa
|
2017-12-20 12:21:14 -05:00 |
|
Ryan Cramer
|
362c0a0af5
|
Bump version to 3.0.86
|
2017-12-15 15:28:40 -05:00 |
|
Ryan Cramer
|
aa1f7dbd47
|
Fix issue processwire/processwire-issues#455
|
2017-12-15 09:19:18 -05:00 |
|
Ryan Cramer
|
ded6476832
|
Fix issue processwire/processwire-issues#454 for Pageimage::maxSize()
|
2017-12-15 06:30:36 -05:00 |
|
Ryan Cramer
|
77ad382bcd
|
Attempt fix for issue processwire/processwire-issues#452
|
2017-12-15 06:05:52 -05:00 |
|
Ryan Cramer
|
04b7dd0404
|
Fix autoload_noget change tracking issue in Page per @apeisa
|
2017-12-14 06:38:08 -05:00 |
|
Ryan Cramer
|
9b10232b73
|
Add ability to specify roles that aren't allowed to login, related to processwire/processwire-requests#140 plus while I was in there, did some re-working of login related code in Session class and user management code in ProcessUser.module.
|
2017-12-13 10:37:39 -05:00 |
|
Ryan Cramer
|
bac60dc340
|
Add support for interlaced jpeg images per @horst-n and processwire/processwire-requests#134
|
2017-12-11 11:09:57 -05:00 |
|
Ryan Cramer
|
67cdf1d456
|
Add variation of @adrianbj PR#92 which adds Imagick as another method or determining SVG dimensions
|
2017-12-11 10:49:59 -05:00 |
|
Ryan Cramer
|
b4b40f19f4
|
Fix issue processwire/processwire-issues#449
|
2017-12-11 05:50:48 -05:00 |
|
Ryan Cramer
|
763c713f4c
|
wireCount updates per processwire/processwire-issues#408
|
2017-12-11 05:42:48 -05:00 |
|
Ryan Cramer
|
927f66cc61
|
Bump version to 3.0.85
|
2017-12-08 11:30:53 -05:00 |
|
Ryan Cramer
|
7a3da093d9
|
Update InputfieldCheckbox to support a separately configured checkbox label, distinct from the field label (for the cases where you might want both).
|
2017-12-08 10:20:20 -05:00 |
|
Ryan Cramer
|
93a5cc20b1
|
Update random string generation method in Password class (randomBase64String) to support new PHP7 random_bytes function, plus add a test mode for testing all generation techniques at once. processwire/processwire-issues#447
|
2017-12-08 09:36:25 -05:00 |
|
Ryan Cramer
|
dfb5f740d0
|
Add usage example to FieldtypeOptions config screen
|
2017-12-08 09:32:46 -05:00 |
|
Ryan Cramer
|
1ba1323e81
|
count() to wireCount() update per processwire/processwire-issues#408
|
2017-12-08 07:55:34 -05:00 |
|
Ryan Cramer
|
76e956ad61
|
Additional updates for autojoin related issue, delay autojoin field sanitization until first access of field
|
2017-12-06 06:33:28 -05:00 |
|
Ryan Cramer
|
00a8bf03d3
|
Fix isSaveable() unnecessary parent load + findMany() issue per @apeisa
|
2017-12-06 05:58:08 -05:00 |
|
Ryan Cramer
|
45eadd971b
|
Fix Page field autojoin issue per @apeisa
|
2017-12-06 05:45:07 -05:00 |
|
Ryan Cramer
|
fb21af434d
|
Fix issue processwire/processwire-issues#443
|
2017-12-05 12:15:23 -05:00 |
|
Ryan Cramer
|
5b8761454a
|
Fix issue processwire/processwire-issues#439
|
2017-12-05 10:51:39 -05:00 |
|
Ryan Cramer
|
3b21a3e9a8
|
Add @teppokoivula suggested fix for processwire/processwire-issues#435 PageFrontEnd when editing 404 page
|
2017-12-04 11:17:16 -05:00 |
|
Ryan Cramer
|
5bbd342570
|
Fix issue processwire/processwire-issues#433
|
2017-12-04 10:57:04 -05:00 |
|
Ryan Cramer
|
06c1a46ba5
|
Fix issue processwire/processwire-issues#428
|
2017-12-04 10:28:51 -05:00 |
|
Ryan Cramer
|
a865e0a053
|
Some cleanup in ProcessPageAdd plus add support for disabling template suggestions when adding pages per processwire/processwire-issues#424 via $config->pageAdd('noSuggestTemplates', true); or specify space-separated list of template names (string) for the "true" value.
|
2017-12-04 09:51:11 -05:00 |
|
Ryan Cramer
|
337e59663b
|
Add support for group notifications in AdminThemeFramework (AdminThemeUikit), along with a config option in the AdminThemeUikit module. Also fix an issue in ProcessProfile that was interfering with ajax requests.
|
2017-11-20 09:45:16 -05:00 |
|
Ryan Cramer
|
32b3da7b0d
|
Fix issue where collapsed repeater in fieldset (where repeater is only field in fieldset), when clicking to un-collapse repeater, it would jump to top of page
|
2017-11-19 06:33:22 -05:00 |
|
Ryan Cramer
|
81a07fde34
|
Attempt to fix issue processwire/processwire-issues#432 for disabling autocomplete and password field
|
2017-11-18 07:00:48 -05:00 |
|
Ryan Cramer
|
22c69ec599
|
Add latest version of AdminThemeUikit and bump version to 3.0.84
|
2017-11-17 10:02:49 -05:00 |
|
Ryan Cramer
|
2c4c9de61d
|
Fixes to ryancramerdesign/AdminThemeUikit#55 and ryancramerdesign/AdminThemeUikit#61 (when combined with latest AdminThemeUikit version, to be added shortly)
|
2017-11-17 09:44:45 -05:00 |
|
Ryan Cramer
|
60572a4cd2
|
Fix issue with PageTable not having correct table styles when using AdminThemeUikit
|
2017-11-17 08:29:22 -05:00 |
|
Ryan Cramer
|
7d16590f07
|
Update ProcessProfile to support the ability to edit user name (if configured to do so). Also update it so that it requires you to enter your password before you can commit changes to email or user name.
|
2017-11-16 10:54:41 -05:00 |
|
Ryan Cramer
|
6c3eb6a460
|
Update ProcessTemplate so that it lets you specify when fields user can edit in their profile, when editing the "user" template. Meaning, it's no longer necessary to jump back and forth between ProcessProfile and the ProcessProfile module config.
|
2017-11-16 10:53:16 -05:00 |
|
Ryan Cramer
|
ac59da3427
|
Upate JqueryWireTabs module to support more customization of its tooltips (so admin theme can adjust)
|
2017-11-16 10:52:13 -05:00 |
|
Ryan Cramer
|
ebc150a3a7
|
Update PW installer to use Uikit 3 theme, plus add support for detecting and dropping existing tables (if present) during installation.
|
2017-11-16 10:50:36 -05:00 |
|
Ryan Cramer
|
58eb0c3159
|
Various minor adjustments
|
2017-11-16 10:49:26 -05:00 |
|
Ryan Cramer
|
221a15a653
|
Add AdminThemeUikit module to core and bump version to 3.0.83
|
2017-11-10 11:10:40 -05:00 |
|
Ryan Cramer
|
e0d04a4626
|
Upgrade InputfieldPassword to support requirement of entering your old password before it'll let you set a new one.
|
2017-11-10 09:13:10 -05:00 |
|
Ryan Cramer
|
840ab68625
|
Minor cosmetic adjustments
|
2017-11-10 09:11:00 -05:00 |
|
Ryan Cramer
|
e2a42381ac
|
Some optimizations to LanguageTabs and add support for Uikit3 beta34+
|
2017-11-10 09:08:30 -05:00 |
|
Ryan Cramer
|
7398267be1
|
Bump version to 3.0.82
|
2017-11-03 10:51:44 -04:00 |
|
Ryan Cramer
|
8e27f859c0
|
Fix issue ryancramerdesign/AdminThemeUikit#47 where AdminThemeFramework was not running the headline through the language translation function
|
2017-11-03 08:10:47 -04:00 |
|
Ryan Cramer
|
297a64f9d4
|
Fix issue processwire/processwire-issues#421 fixing useless redirects from manually deleted session cookies
|
2017-11-02 09:50:26 -04:00 |
|
Ryan Cramer
|
ece560daa1
|
Fix issue processwire/processwire-issues#418 to fix file/image drag-to-upload in IE11 using fix provided by @Toutouwai
|
2017-11-02 09:37:23 -04:00 |
|