1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 20:41:16 +02:00

2927 Commits

Author SHA1 Message Date
rolandtoth
108ee2384a Add PR #38 which adds an edit-link-text feature to ProcessPageEditLink, via @rolandtoth 2021-05-12 15:47:39 -04:00
Ryan Cramer
79b952753c Add PR #106 - Add “since” versions for $files API var find() and includeOnce() methods
Co-authored-by: happy-kaseem <kaseem@meisterkonze.ch>
Co-authored-by: matjazpotocnik <matjaz.potocnik@um.si>
2021-05-12 14:58:11 -04:00
Ryan Cramer
89d52edaa6 Add PR #71 via @rolandtoth - Improvements to InputfieldIcon
Co-authored-by: rolandtoth <tproli@gmail.com>
2021-05-12 13:59:58 -04:00
lostkobrakai
2c8cce1d47 Add PR #77 - Make FieldtypeOptions detect single value usage in markupValue() method 2021-05-12 10:35:44 -04:00
Ryan Cramer
24578306b7 Add feature requested in PR #136 - Allow modification of CacheFile string before output
Co-authored-by: ethanbeyer <ethan.beyer@gmail.com>
2021-05-12 09:43:57 -04:00
Ryan Cramer
143ae7535b Add support for multi-dimensional arrays in $input with a $config->wireInputArrayDepth setting. This was requested in prior feature requests and in PR #161 but ended up writing it in a different way than the PR to allow for control over the allowed max dimension and consistency with multidimensional arrays in $_GET or $_POST. To enable multi-dimensional array support add $config->wireInputArrayDepth = 2; to /site/config.php and use a value of 2 (or higher) to indicate the number of dimensions you want to support.
Co-authored-by: porl <porl42@gmail.com>
2021-05-12 09:05:28 -04:00
jmartsch
e7b71d796f Add PR #185 - add margin between InputfieldImage description and custom fields 2021-05-12 06:46:01 -04:00
BernhardBaumrock
2911a16604 Add PR #169 which adds alternate behavior option for Inputfield labels as open/close toggles (currently AdminThemeUikit setting) 2021-05-11 09:58:25 -04:00
Ryan Cramer
32150bd4b7 Add PR #77 from @BernhardBaumrock which makes AdminThemeUikit::getUikitCSS() method hookable and adds an option for using uk-svg attribute on custom logo.
Co-authored-by: BernhardBaumrock <office@baumrock.com>
2021-05-11 08:29:15 -04:00
pine3ree
d29ed3eb96 Add PR #187 - add cookie SameSite support and settings (session and other cookies) 2021-05-10 14:46:37 -04:00
Ryan Cramer
ddce5e5cda Fix issue processwire/processwire-issues#1379 2021-05-10 08:45:04 -04:00
Ryan Cramer
422aeff7ac Fix issue processwire/processwire-issues#1380 2021-05-10 08:41:21 -04:00
Ryan Cramer
26f31ce81b Fix issue processwire/processwire-issues#1381 2021-05-10 08:37:07 -04:00
jmartsch
a7c85f11d9 Add PR #125 - make AdminThemeFramework::getPrimaryNavArray hookable 2021-05-07 15:23:57 -04:00
Ryan Cramer
437df97435 Add PR #151 - Show Textdomain in Language Translator
Co-authored-by: tiefenb <markus.tiefenbacher@gmail.com>
2021-05-07 15:06:51 -04:00
Ryan Cramer
1a71b77010 Add PR #163 small fixes in PWPNG class
Co-authored-by: horst-n <info@nogajski.de>
2021-05-07 14:57:29 -04:00
yuters
b7d8ae37e3 Add PR #183 - Make ProcessLanguageTranslator.module translatable 2021-05-07 14:44:02 -04:00
Ryan Cramer
3bcb8416ca Add @trk PR #184 which makes it use the inputWrapTag option in the renderFormNormal() method
Co-authored-by: trk <iskender@altivebir.com>
2021-05-07 14:38:31 -04:00
jmartsch
451455e035 Add PR #133 - use better non-technical message for SelectableOptionConfig 2021-05-07 14:30:02 -04:00
teppokoivula
1bd35d212a Add PR #146 - Make it possible to activate inline CKEditor instances via keyboard 2021-05-07 14:20:54 -04:00
derixithy
d8a5352ab9 Add PR #176 to fix typo in wire/config.php 2021-05-07 14:08:53 -04:00
tiefenb
9ed333c187 Add PR #177 for page.meta documentation update 2021-05-07 14:00:53 -04:00
teppokoivula
6ec82a965d Add @teppokoivula PR #20 which adds a delete-all feature to PagePathHistory module 2021-05-07 13:42:21 -04:00
Notanotherdotcom
c8efbdfe4b Add PR #113 for page ID supported as page name format 2021-05-07 13:16:27 -04:00
Ryan Cramer
2190a6ef37 Add PR #134 which expands CURL options that can be specified in WireHttp $options array. Some of the PR was already added for the sendCURL in a prior commit, so this commit adds the remaining part in downloadCURL(). Slightly modified to read $options['curl']['setopt'] rather than $options['curl'], for compatibilty with what's already in sendCURL().
Co-authored-by: chriswthomson <chris.thomson@nbcommunication.com>
2021-05-07 12:57:28 -04:00
Ryan Cramer
f290da2a7f Add a couple of WireTextTools methods for later use 2021-05-07 10:33:07 -04:00
Ryan Cramer
6d285b0784 Fix issue processwire/processwire-issues#1288 2021-05-07 08:33:25 -04:00
Ryan Cramer
3485aa8763 Update to add support for user-view-[role] permissions for cases where people may be implementing a user.php (or related) template file @adrianbj 2021-05-06 10:07:47 -04:00
Ryan Cramer
4ce75aed1a Minor updates to PagePermissions.module 2021-05-05 14:07:38 -04:00
Ryan Cramer
644f0fb3fd Improvements to FieldtypeMulti::savePageFieldRows method 2021-05-05 13:57:11 -04:00
Ryan Cramer
8d9a66fc38 Minor optimizations to Wire class 2021-05-05 13:55:59 -04:00
Ryan Cramer
1906d94a9c Improvements and clarifications with the WireTempDir class 2021-05-05 13:55:02 -04:00
Ryan Cramer
6cf998c3a0 Improvements to WireFileTools, lots with error message handling and logging, addition of a renameCopy() method, and other minor improvements. 2021-05-05 13:53:07 -04:00
Ryan Cramer
02528f15db Improvements to the 'use' options on JqueryUI.module 2021-05-05 13:50:35 -04:00
Ryan Cramer
af8402eaf2 Update $sanitizer->url() to support URLs without authority slashes like skype:username?chat per processwire/processwire-issues#1368 2021-05-03 10:30:01 -04:00
Ryan Cramer
47871422b5 Bump version to 3.0.177 2021-04-30 14:57:20 -04:00
Ryan Cramer
d9d6440d43 Typo fix 2021-04-30 14:56:52 -04:00
Ryan Cramer
6d8316d647 Fix issue processwire/processwire-issues#1371 2021-04-29 09:44:57 -04:00
Ryan Cramer
81213fbb9d Add feature request processwire/processwire-requests#386 2021-04-29 09:42:06 -04:00
Ryan Cramer
e416ee505b Update InputfieldTextTags with support for single-select mode, option to specify max allowed items, and support for a placeholder attribute 2021-04-29 09:13:16 -04:00
Ryan Cramer
6724c9fb32 Additional improvements to InputfieldTextTags, including support for ajax-loaded pages 2021-04-28 14:01:24 -04:00
Ryan Cramer
a565e9539a Add Inputfields.startSpinner() and Inputfields.stopSpinner() methods to inputfields.js Inputfields class 2021-04-28 14:00:01 -04:00
Ryan Cramer
783bdf87d6 Improvements to InputfieldPage 2021-04-28 13:59:43 -04:00
Ryan Cramer
25a3477b67 Add a field rename option to $pages->findRaw() 2021-04-28 13:58:37 -04:00
Ryan Cramer
c6f735b306 Add interface for Inputfields that accept page selector 2021-04-28 13:50:58 -04:00
Ryan Cramer
94d8cae85a Additional updates to InputfieldTextTags 2021-04-26 15:31:11 -04:00
Ryan Cramer
253e6ba661 Additional updates to ProcessTemplate and InputfieldTextTags 2021-04-23 15:07:31 -04:00
Ryan Cramer
e3425873fb Fix minor php type comparison issue in InputfieldTextTags.module config 2021-04-22 14:29:37 -04:00
Ryan Cramer
290e28a249 Update FieldtypeOptions to support InputfieldTextTags as an input module 2021-04-22 12:55:24 -04:00
Ryan Cramer
83c58ca4a5 Update ProcessTemplate to use InputfieldTextTags for its tags (rather than plain text input) and add a Tag Manager similar to the one in ProcessField 2021-04-22 12:53:28 -04:00