1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-25 23:56:41 +02:00

2927 Commits

Author SHA1 Message Date
Ryan Cramer
960998cb46 Work-in-progress minor update to pwlink cke plugin 2019-07-06 18:02:33 -04:00
Ryan Cramer
851803396d Bump version to 3.0.135 2019-07-05 14:45:36 -04:00
Ryan Cramer
7b4fe18f85 Minor adjustment to SystemUpdaterChecks class 2019-07-05 11:54:23 -04:00
Ryan Cramer
5f705459a6 Improvements to Session and Notices classes 2019-07-05 11:53:49 -04:00
Ryan Cramer
161d6fb737 Upgrade ProcessWire installer (and related site profile files) to support specification of debug mode as one of the interactive installation options. Also updated some wording in various parts of the installer. 2019-07-05 11:35:25 -04:00
Ryan Cramer
562565ff42 Add system update #17 which adds a secondary layer of file protection with dedicated .htaccess files in various site directories that take over if the root .htaccess file ever goes missing 2019-07-04 10:52:37 -04:00
Ryan Cramer
b5b1a796ec Small improvements to ProcessWire installer 2019-07-04 10:47:58 -04:00
Ryan Cramer
5663803e05 Move post-login superuser system checks from ProcessLogin into their own class SystemUpdaterChecks as part of the SystemUpdater module 2019-07-04 10:43:24 -04:00
Ryan Cramer
05bbfe0ba1 Some additional minor .htaccess updates 2019-07-03 13:18:15 -04:00
Ryan Cramer
a336acfaa4 Improvements to SystemUpdater module so that it can support manual API calls 2019-07-03 12:20:27 -04:00
Ryan Cramer
0e00f24004 htaccess version update, including suggestions from Teppo, Netcarver, and several other updates while I was there. See the htaccess.txt file for upgrade instructions. 2019-07-02 14:31:08 -04:00
Ryan Cramer
c02420796d Improvements to LanguageSupportPageNames::languageAdded hook to to avoid potential of unnecessary error message appearing when adding language 2019-07-01 06:42:02 -04:00
Ryan Cramer
aaab673117 Minor optimization to static storage of Page runtime helper classes 2019-07-01 06:40:54 -04:00
Ryan Cramer
2b0d8f333a Some updates preparing for additonal webp options (new options not ready to use quite yet). 2019-06-30 11:01:23 -04:00
Ryan Cramer
f1913df4d4 Bump version to 3.0.134 2019-06-28 12:09:37 -04:00
Ryan Cramer
d1bfd2f0e8 Minor adjustments in ProcessPageLister.module 2019-06-28 12:08:58 -04:00
Ryan Cramer
04cfe51306 Fix issue processwire/processwire-issues#875 2019-06-28 11:05:35 -04:00
Ryan Cramer
277f16dba7 Fix issue processwire/processwire-issues#866 2019-06-27 13:53:01 -04:00
Ryan Cramer
46f62fa34f Fix issue processwire/processwire-issues#867 2019-06-27 12:31:23 -04:00
Ryan Cramer
52405a6a77 Fix issue processwire/processwire-issues#870 2019-06-27 12:26:59 -04:00
Ryan Cramer
e1a664826f Fix issue processwire/processwire-issues#871 2019-06-27 10:27:42 -04:00
Ryan Cramer
4d2e8faece Add feature request for InputfieldSubmit to support independent button text from button value per processwire/processwire-issues#877 2019-06-27 10:04:57 -04:00
Ryan Cramer
2b29ffaf75 Fix issue processwire/processwire-issues#878 2019-06-27 08:27:43 -04:00
Ryan Cramer
08551319c9 ProcessTemplate field wording update per processwire/processwire-issues#876 2019-06-26 12:11:40 -04:00
Ryan Cramer
7e0f2080e6 Fix issue processwire/processwire-issues#880 2019-06-26 11:30:32 -04:00
Ryan Cramer
fdd2e7216d Fix issue processwire/processwire-issues#884 2019-06-26 10:51:30 -04:00
Ryan Cramer
f6702407ff Fix issue processwire/processwire-issues#897 2019-06-26 10:43:03 -04:00
Ryan Cramer
ab94e7b682 Attempt fix for processwire/processwire-issues#907 2019-06-26 10:15:54 -04:00
Ryan Cramer
3024314680 Fix issue processwire/processwire-issues#905 2019-06-25 11:16:43 -04:00
Ryan Cramer
d193bb4fb1 Fix issue processwire/processwire-issues#910 2019-06-25 10:59:14 -04:00
Ryan Cramer
57e2137fc4 Fix issue processwire/processwire-issues#913 2019-06-25 07:54:27 -04:00
Ryan Cramer
63ed8bff65 Test commit 2019-06-23 07:16:16 -04:00
Ryan Cramer
35e3e4266a Fix issue processwire/processwire-issues#904 2019-06-21 11:10:59 -04:00
Ryan Cramer
49d0348b4a Fix issue processwire/processwire-issues#902 2019-06-21 11:09:53 -04:00
Ryan Cramer
903e6b3527 Improvements to InputfieldSelector so that it is no longer necessary to have separate "Field" and "Field..." options, as now there is just "Field..." with default behavior being the same as the previous "Field" but with the ability to select subfields. This makes selection quite a bit simpler and less verbose and and saves a step. 2019-06-20 10:47:01 -04:00
Ryan Cramer
734c56dbbe Improve operator extraction in Selectors class so that it doesn't potentially match non-existent operators and throw an unnecessary "unknown operator - selector value property escaped?" error message 2019-06-20 10:41:21 -04:00
Ryan Cramer
fdc1c61833 Improvements in PageFinder to handle some additional types of native field queries like partial match of parent.path, matching parent.status, and some others. 2019-06-20 10:27:52 -04:00
Ryan Cramer
3577b81591 Add PageFinder support for partial match operator on parent.path selectors like: parent.path%=something 2019-06-19 10:34:26 -04:00
Ryan Cramer
62b81164a0 Add some new option manipulation methods to InputfieldSelect.module, which are also inherited by all of PW's single/multi-selection Inputfields 2019-06-19 09:32:10 -04:00
Ryan Cramer
5f3e9af378 A few minor adjustments 2019-06-19 09:30:53 -04:00
Ryan Cramer
bccdc2ace4 Bump version to 3.0.133 2019-06-14 13:07:49 -04:00
Ryan Cramer
108f8c5511 Minor adjustments to ProcessPageLister and InputfieldSelector 2019-06-14 11:53:58 -04:00
Ryan Cramer
51c6becf9a Update asmSelect to support 1-level of parent/child relationships for selectable options 2019-06-14 11:51:20 -04:00
Ryan Cramer
eb299ee598 Add support for Lister user-specific bookmarks. This enables users to create their own private or shared bookmarks in Lister. 2019-06-12 15:37:26 -04:00
Ryan Cramer
d977cabb82 Add optional support for an executeUnknown() method to Process modules. This method is called when an unknown method is requested. It is not enabled by default, unless you add an executeUnknown() method to the Process module. 2019-06-12 15:34:18 -04:00
Ryan Cramer
2ba96d3f2b A couple of adjustments to ProcessPageLister module to correct issue of neverending spinner when ajax result was missing an expected row, plus improve the ajax spinner output, especially for AdminThemUikit which previously was not showing a spinner. 2019-06-10 09:03:18 -04:00
Ryan Cramer
f95b026a95 Improvements to boolean html attribute handling for Inputfield class setAttribute() method 2019-06-07 12:20:11 -04:00
Ryan Cramer
204335e2d3 Add support for $page->meta() method for maintaining persistent meta data for pages independent of fields and the normal load/save process. 2019-06-07 12:17:27 -04:00
Ryan Cramer
50a6f3585e Add InputfieldCheckbox checked() method as an optional shortcut for getting/setting checkbox state 2019-06-07 12:13:02 -04:00
Ryan Cramer
08bea26a17 Add WireDatabasePDO tableExists() method 2019-06-07 12:12:24 -04:00