1
0
mirror of https://github.com/processwire/processwire.git synced 2025-09-22 12:32:02 +02:00

Commit Graph

  • 5bba89b043 Fix issue processwire/processwire-issues#462 solution for files using arabic filenames Ryan Cramer 2017-12-26 07:27:50 -05:00
  • 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 Ryan Cramer 2017-12-22 11:11:02 -05:00
  • 63229872a0 Fix typo in phpdoc processwire/processwire-issues#458 Ryan Cramer 2017-12-22 07:47:44 -05:00
  • 5b53a41c12 Fix issue processwire/processwire-issues#456 Ryan Cramer 2017-12-21 09:36:17 -05:00
  • 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 Ryan Cramer 2017-12-20 12:21:14 -05:00
  • 362c0a0af5 Bump version to 3.0.86 Ryan Cramer 2017-12-15 15:28:40 -05:00
  • aa1f7dbd47 Fix issue processwire/processwire-issues#455 Ryan Cramer 2017-12-15 09:19:18 -05:00
  • ded6476832 Fix issue processwire/processwire-issues#454 for Pageimage::maxSize() Ryan Cramer 2017-12-15 06:30:36 -05:00
  • 77ad382bcd Attempt fix for issue processwire/processwire-issues#452 Ryan Cramer 2017-12-15 06:05:52 -05:00
  • 04b7dd0404 Fix autoload_noget change tracking issue in Page per @apeisa Ryan Cramer 2017-12-14 06:38:08 -05:00
  • 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. Ryan Cramer 2017-12-13 10:37:39 -05:00
  • bac60dc340 Add support for interlaced jpeg images per @horst-n and processwire/processwire-requests#134 Ryan Cramer 2017-12-11 11:09:57 -05:00
  • 67cdf1d456 Add variation of @adrianbj PR#92 which adds Imagick as another method or determining SVG dimensions Ryan Cramer 2017-12-11 10:49:59 -05:00
  • b4b40f19f4 Fix issue processwire/processwire-issues#449 Ryan Cramer 2017-12-11 05:50:48 -05:00
  • 763c713f4c wireCount updates per processwire/processwire-issues#408 Ryan Cramer 2017-12-11 05:42:48 -05:00
  • 927f66cc61 Bump version to 3.0.85 Ryan Cramer 2017-12-08 11:30:53 -05:00
  • 7a3da093d9 Update InputfieldCheckbox to support a separately configured checkbox label, distinct from the field label (for the cases where you might want both). Ryan Cramer 2017-12-08 10:20:20 -05:00
  • 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 Ryan Cramer 2017-12-08 09:36:25 -05:00
  • dfb5f740d0 Add usage example to FieldtypeOptions config screen Ryan Cramer 2017-12-08 09:32:46 -05:00
  • 1ba1323e81 count() to wireCount() update per processwire/processwire-issues#408 Ryan Cramer 2017-12-08 07:55:34 -05:00
  • 76e956ad61 Additional updates for autojoin related issue, delay autojoin field sanitization until first access of field Ryan Cramer 2017-12-06 06:33:28 -05:00
  • 00a8bf03d3 Fix isSaveable() unnecessary parent load + findMany() issue per @apeisa Ryan Cramer 2017-12-06 05:58:08 -05:00
  • 45eadd971b Fix Page field autojoin issue per @apeisa Ryan Cramer 2017-12-06 05:45:07 -05:00
  • fb21af434d Fix issue processwire/processwire-issues#443 Ryan Cramer 2017-12-05 12:15:23 -05:00
  • 5b8761454a Fix issue processwire/processwire-issues#439 Ryan Cramer 2017-12-05 10:51:39 -05:00
  • 3b21a3e9a8 Add @teppokoivula suggested fix for processwire/processwire-issues#435 PageFrontEnd when editing 404 page Ryan Cramer 2017-12-04 11:17:16 -05:00
  • 5bbd342570 Fix issue processwire/processwire-issues#433 Ryan Cramer 2017-12-04 10:57:04 -05:00
  • 06c1a46ba5 Fix issue processwire/processwire-issues#428 Ryan Cramer 2017-12-04 10:28:51 -05:00
  • 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. Ryan Cramer 2017-12-04 09:51:11 -05:00
  • 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. Ryan Cramer 2017-11-20 09:45:16 -05:00
  • 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 Ryan Cramer 2017-11-19 06:33:22 -05:00
  • 81a07fde34 Attempt to fix issue processwire/processwire-issues#432 for disabling autocomplete and password field Ryan Cramer 2017-11-18 07:00:48 -05:00
  • 22c69ec599 Add latest version of AdminThemeUikit and bump version to 3.0.84 Ryan Cramer 2017-11-17 10:02:49 -05:00
  • 2c4c9de61d Fixes to ryancramerdesign/AdminThemeUikit#55 and ryancramerdesign/AdminThemeUikit#61 (when combined with latest AdminThemeUikit version, to be added shortly) Ryan Cramer 2017-11-17 09:44:45 -05:00
  • 60572a4cd2 Fix issue with PageTable not having correct table styles when using AdminThemeUikit Ryan Cramer 2017-11-17 08:29:22 -05:00
  • 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. Ryan Cramer 2017-11-16 10:54:41 -05:00
  • 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. Ryan Cramer 2017-11-16 10:53:16 -05:00
  • ac59da3427 Upate JqueryWireTabs module to support more customization of its tooltips (so admin theme can adjust) Ryan Cramer 2017-11-16 10:52:13 -05:00
  • ebc150a3a7 Update PW installer to use Uikit 3 theme, plus add support for detecting and dropping existing tables (if present) during installation. Ryan Cramer 2017-11-16 10:50:36 -05:00
  • 58eb0c3159 Various minor adjustments Ryan Cramer 2017-11-16 10:49:26 -05:00
  • 221a15a653 Add AdminThemeUikit module to core and bump version to 3.0.83 Ryan Cramer 2017-11-10 11:10:40 -05:00
  • e0d04a4626 Upgrade InputfieldPassword to support requirement of entering your old password before it'll let you set a new one. Ryan Cramer 2017-11-10 09:13:10 -05:00
  • 840ab68625 Minor cosmetic adjustments Ryan Cramer 2017-11-10 09:11:00 -05:00
  • e2a42381ac Some optimizations to LanguageTabs and add support for Uikit3 beta34+ Ryan Cramer 2017-11-10 09:08:30 -05:00
  • 7398267be1 Bump version to 3.0.82 Ryan Cramer 2017-11-03 10:51:44 -04:00
  • 8e27f859c0 Fix issue ryancramerdesign/AdminThemeUikit#47 where AdminThemeFramework was not running the headline through the language translation function Ryan Cramer 2017-11-03 08:10:47 -04:00
  • 297a64f9d4 Fix issue processwire/processwire-issues#421 fixing useless redirects from manually deleted session cookies Ryan Cramer 2017-11-02 09:50:26 -04:00
  • ece560daa1 Fix issue processwire/processwire-issues#418 to fix file/image drag-to-upload in IE11 using fix provided by @Toutouwai Ryan Cramer 2017-11-02 09:37:23 -04:00
  • 34d15dadae Fix issue processwire/processwire-issues#420 to disable autocomplete via custom attribute for InputfieldPageName using suggestion by @Toutouwai Ryan Cramer 2017-11-02 09:29:40 -04:00
  • 7b19df0175 Add Setup>Fields>Export/Import support for Repeater fields. processwire/processwire-issues#416 Ryan Cramer 2017-11-02 06:33:46 -04:00
  • ab6d158cf9 Fix issue processwire/processwire-issues#419 which corrects InputfieldImage.js sizing of list mode using fix provided by @Toutouwai Ryan Cramer 2017-11-02 06:22:50 -04:00
  • 7bf27cc5e5 Fix issue processwire/processwire-issues#415 where ProcessPageEditImageSelect was not showing variations for image when it was specified as one of the skipFields in module configuration. Ryan Cramer 2017-10-31 06:25:24 -04:00
  • 5c09f03e8b Fix issue processwire/processwire-issues#414 language tabs and language used for placeholder attribute, though not positive this one should stay...previous behavior may be preferable depending on the case. Ryan Cramer 2017-10-30 06:22:29 -04:00
  • c778056991 Fix issue processwire/processwire-issues#410 by making ProcessLanguageTranslator give preference to GET var (rather than session) with language ID, by adding part of PR #93 Ryan Cramer 2017-10-30 05:48:31 -04:00
  • 0f4cf01ec2 Update Config.php note for imageSizerOptions per processwire/processwire-issues#409 Ryan Cramer 2017-10-30 05:43:20 -04:00
  • 066a54fb6f Fix issue processwire/processwire-issues#411 where multiple PageListSelect in same page editor weren't working properly (thanks to @Toutouwai for the fix) Ryan Cramer 2017-10-30 05:36:26 -04:00
  • c90fc3f872 Add improved Roles editor that now lets you manage permissions by template Ryan Cramer 2017-10-27 11:21:13 -04:00
  • e3fc776c53 Bump version to 3.0.80 Ryan Cramer 2017-10-20 09:58:29 -04:00
  • b2381002be Improve error reporting ability of $modules->get(), $modules->getModule(), primarily for debugging purposes. Ryan Cramer 2017-10-20 09:45:53 -04:00
  • 97935d156a Add wireCount() function to duplicate behavior of count() function in PHP versions prior to 7.2 Ryan Cramer 2017-10-20 09:44:21 -04:00
  • 56e35b55ea Add support for using repeaters in user profile editor per issue processwire/processwire-issues#407 Ryan Cramer 2017-10-20 09:43:08 -04:00
  • b4f977c36a Fix issue processwire/processwire-issues#396 plus update ProcessCommentsManager to be compatible with AdminThemeUikit Ryan Cramer 2017-10-19 11:15:08 -04:00
  • a48f4038c8 Enhancement processwire/processwire-issues#405 add support for hooks to be used in classes that extend Wire-derived classes that aren't in the ProcessWire namespace. Ryan Cramer 2017-10-17 10:00:55 -04:00
  • b0f37a306e Fix issue processwire/processwire-issues#406 correction of error message in ProcessPageSort Ryan Cramer 2017-10-17 05:44:30 -04:00
  • fff501cac3 Correct an issue in Repeater that interfered with some file-upload situations in draft page versions Ryan Cramer 2017-10-17 05:33:32 -04:00
  • 2771c353ee Fix issue processwire/processwire-issues#403 which caused problems with file uploads in some kinds of repeaters. Also bump version to 3.0.79 Ryan Cramer 2017-10-13 12:59:33 -04:00
  • 00c183e70f Some code adjustments in ProcessPageList to support a separate renderReady() method, as well as some tweaks per @EntitySelf evernote document Ryan Cramer 2017-10-13 08:17:32 -04:00
  • 5dc690af9e Fix issue processwire/processwire-issues#381 where Selectors class could get confused by a quoted value with comma when contained in an OR value Ryan Cramer 2017-10-12 11:57:26 -04:00
  • 58bde80a81 Fix issue processwire/processwire-issues#384 update 2016 copyright date to 2017 Ryan Cramer 2017-10-12 11:15:37 -04:00
  • 47b87d283b Per PR #91 fix issue processwire/processwire-issues#385 where ProcessPageEditImageSelect nosize option wasn't working with InputfieldCKEditor pwimage plugin Ryan Cramer 2017-10-12 11:12:42 -04:00
  • f4971ae5d4 Fix issue processwire/processwire-issues#388 where repeater templates could show as selectable options in page editor template field, when they didn't need to Ryan Cramer 2017-10-12 10:52:47 -04:00
  • e0a2abea07 Fix issue processwire/processwire-issues#391 remove stray console.log() in InputfieldRepeater.js Ryan Cramer 2017-10-12 10:41:54 -04:00
  • 7d3dc80798 Fix issue processwire/processwire-issues#395 where renaming a repeater field didn't rename the related template and fieldgroup Ryan Cramer 2017-10-12 10:36:53 -04:00
  • 0a790cfb43 Fix issue processwire/processwire-issues#399 where InputfieldInteger wasn't supporting defaultValue Ryan Cramer 2017-10-12 09:44:25 -04:00
  • 90da2e9936 Remove old CKEditor version Ryan Cramer 2017-10-12 09:43:57 -04:00
  • df17b337fd Version 3.0.78 has updates primarily specific to enabling more customization from admin themes. In this case, AdminThemeUikit, but applies to any admin theme. Ryan Cramer 2017-10-06 09:33:39 -04:00
  • 5a39c9efc9 Just some small updates in 3.0.77, mostly related to AdminThemeUikit updates Ryan Cramer 2017-09-29 12:18:34 -04:00
  • 73d7e997fe Bump version to 3.0.76 Ryan Cramer 2017-09-22 12:30:28 -04:00
  • f822292eb3 Some updates to ProcessPageView and additions for processwire/processwire-issues#366 to better handle URLs with unrecognized characters Ryan Cramer 2017-09-21 11:37:46 -04:00
  • 8bcb31359f Fix issue processwire/processwire-issues#363 where repeater with min count and unpublished min item wouldn't get saved if new non-min item was added before save Ryan Cramer 2017-09-21 06:53:13 -04:00
  • d765c0d589 Fix issue processwire/processwire-issues#367 where nested FieldsetPage with Repeater/Matrix combinations could cause same non-nested FieldsetPage to not get saved Ryan Cramer 2017-09-21 06:32:02 -04:00
  • 7943aa1064 Update for processwire/processwire-issues#371 clarify that superuser permissions are not editable (since superuser implies user with all permissions) Ryan Cramer 2017-09-20 07:50:53 -04:00
  • 78e07bc6cf Enhance Page::localName() method per processwire/processwire-issues#373 Ryan Cramer 2017-09-20 07:15:37 -04:00
  • 327576ff7a Fix issue processwire/processwire-issues#374 where save+next in page editor should not proceed to next page when there were errors on editing page Ryan Cramer 2017-09-20 07:03:02 -04:00
  • fffebd9214 Update CKEditor version to 4.7.3 Ryan Cramer 2017-09-20 06:52:56 -04:00
  • 4560ed2997 Fix issue processwire/processwire-issues#377 where install of non-native site profile with 3rd party Fieldtype modules could produce error messages at install time Ryan Cramer 2017-09-20 06:43:38 -04:00
  • 2a3be7209c Bump version to 3.0.75 Ryan Cramer 2017-09-15 10:49:48 -04:00
  • 064da79bae Update InputfieldFile non-ajax upload mode to warn about file uploads that exceed the max upload size. Ryan Cramer 2017-09-15 10:48:01 -04:00
  • b1048297e9 Add nocache URL to image variations modal per processwire/processwire-issues#369 Ryan Cramer 2017-09-11 14:17:22 -04:00
  • 5a9c8fea58 Attempt fix issue processwire/processwire-issues#359 where certain repeater/repeater-matrix combinations weren't initializing propertly Ryan Cramer 2017-09-11 10:44:32 -04:00
  • 009a2d9342 Fix issue processwire/processwire-issues#353 remove limit on max selector quantity Ryan Cramer 2017-09-11 09:05:52 -04:00
  • 0bdfdeeb78 Fix issue processwire/processwire-issues#354 where a.b.c='' selector was not working right Ryan Cramer 2017-09-11 08:30:08 -04:00
  • 8bc3e6ad2e Improve an error message on ProcessPageEditImageSelect.module Ryan Cramer 2017-09-08 10:10:27 -04:00
  • 41089806e1 Some minor updates for ProcessPageLister Ryan Cramer 2017-09-08 10:09:45 -04:00
  • 6fef531b1a Some optimizations to FieldtypeRepeater Ryan Cramer 2017-09-08 10:09:14 -04:00
  • cc34ec8752 Add support to Pages/PagesLoader for populating directly to existing PageArray Ryan Cramer 2017-09-08 10:07:25 -04:00
  • d427b7f563 Fix issue in ProcessPageEditLink when a FieldtypeFieldsetPage field is on the page Ryan Cramer 2017-09-03 05:58:21 -04:00
  • 34519c4ad3 Minor adjustment to InputfieldRepeater Ryan Cramer 2017-09-01 11:24:19 -04:00
  • 70289c05a8 Typo fix Ryan Cramer 2017-09-01 11:02:42 -04:00
  • b544d0a50f Bump version to 3.0.74 Ryan Cramer 2017-09-01 10:59:47 -04:00