1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 08:44:46 +02:00

2927 Commits

Author SHA1 Message Date
Ryan Cramer
173f1b1b29 Fix issue processwire/processwire-issues#1824 2023-10-06 10:52:48 -04:00
Ryan Cramer
3cc76cc886 Fix the 'Add' label in InputfieldTextTags 2023-09-29 16:46:40 -04:00
Ryan Cramer
3ff60a289c Fix issue processwire/processwire-issues#1821 2023-09-29 16:34:11 -04:00
Ryan Cramer
390ad61ce3 Bump version to 3.0.229 2023-09-29 15:37:24 -04:00
Ryan Cramer
4355654d16 Updates for processwire/processwire-issues#1467 2023-09-29 15:09:30 -04:00
Ryan Cramer
d68c782c8d Adjustment to InputfieldImage filename tooltip 2023-09-29 10:28:57 -04:00
Ryan Cramer
96c7ecfb34 Fix issue processwire/processwire-issues#1817 by adding support for translatable 'Add' label in InputfieldTextTags module 2023-09-29 08:59:05 -04:00
Ryan Cramer
3ba7e2f483 Fix issue processwire/processwire-issues#1816 by adding support for cloning fieldgroup/field context settings in Fieldgroups class 2023-09-29 08:27:27 -04:00
Ryan Cramer
ec2777432d Fix PHP8 deprecation notice in InputfieldInteger 2023-09-29 07:59:34 -04:00
Ryan Cramer
a1ebb5d0df Fix issue in InputfieldSelector with Lister bookmark fields containing field.subfield in OR conditions 2023-09-29 07:56:13 -04:00
Ryan Cramer
5609935e4e Bump version to 3.0.228 2023-09-22 15:28:08 -04:00
Ryan Cramer
17e07e7859 Minor code updates in various classes 2023-09-22 15:26:45 -04:00
Toutouwai
a0fabd6811 Add faster width/height detection for SVG images in Pageimage class 2023-09-22 09:54:33 -04:00
Ryan Cramer
21e370b7ee Fix issue processwire/processwire-issues#1813 2023-09-22 09:48:36 -04:00
Toutouwai
17d6def379 Update for display of SVG thumbnails in admin InputfieldImage 2023-09-20 09:40:29 -04:00
Ryan Cramer
c6844af963 Fix issue processwire/processwire-issues#1812 2023-09-20 09:09:56 -04:00
Ryan Cramer
6050a7139c Additional updates for processwire/processwire-issues#1814 2023-09-19 10:06:51 -04:00
Ryan Cramer
cb5579a8c9 Fix issue processwire/processwire-issues#1814 2023-09-18 14:23:17 -04:00
Ryan Cramer
dd8f2a5c63 Fix issue processwire/processwire-issues#1811 2023-09-15 14:27:17 -04:00
Ryan Cramer
b0414278f8 Update PagesEditor to throw descriptive exception when attempting to save a NullPage. This is to fix what were previously ambiguous error messages. 2023-09-15 08:22:09 -04:00
Ryan Cramer
36580883d7 Update InputfieldTinyMCE to trigger change events for formatting and image resize actions. This is so that they can be detected by PageAutosave, ProDrafts, UserActivity, or other modules that might track change events. 2023-09-15 08:19:59 -04:00
Ryan Cramer
2ea60ee7d5 README updates and bump version to 3.0.227 3.0.227 2023-09-12 10:59:21 -04:00
Ryan Cramer
41adc02373 Various minor code and phpdoc updates in several classes 2023-09-11 12:12:56 -04:00
Ryan Cramer
4bb5dbf4a6 Fix issue processwire/processwire-issues#1809 2023-09-11 10:42:43 -04:00
Ryan Cramer
013231acda Additional updates for processwire/processwire-issues#1791 admin asset file version urlsj 2023-09-11 10:21:07 -04:00
Ryan Cramer
7dc8ddc9af Add $config->versionUrls() method for versioned file URLs and update the admin themes to use it 2023-09-08 11:58:38 -04:00
Ryan Cramer
deccd2c8eb Refactor and improve $datetime->elapsedTimeStr() method to add new features and fix the plural issue. Also adds feature requested in processwire/processwire-issues#1328 2023-09-08 10:29:24 -04:00
Ryan Cramer
5b76d4e340 Fix issue processwire/processwire-issues#1808 2023-09-07 10:29:44 -04:00
Ryan Cramer
6df11e5e46 Fix issue processwire/processwire-issues#1805 2023-09-07 09:39:12 -04:00
Ryan Cramer
7ed74281ad Add suggestion from processwire/processwire-issues#1806 2023-09-07 08:35:01 -04:00
Ryan Cramer
b824f645a9 Fix issue where Lister wasn't 100% width in AdminThemeDefault or AdminThemeReno. Note that we had to disable the resizable columns in default/reno admin themes to fix it, as the current version of jquery-tablesorter-resizable doesn't seem to allow for full width tables unless you drag it to be full width. 2023-09-04 11:02:46 -04:00
Ryan Cramer
002c2d15db Additional updates for processwire/processwire-issues#1467 2023-09-01 09:35:23 -04:00
Ryan Cramer
fbf2f140a7 Fix issue processwire/processwire-issues#1804 2023-09-01 09:30:56 -04:00
Ryan Cramer
fdb5a19941 Bump version to 3.0.226 3.0.226 2023-08-25 14:32:50 -04:00
Ryan Cramer
571c2dd1c2 Minor CSS adjustment for InputfieldRepeater, fixes issue where wrong background color could appear on depth-enabled repeater in fieldset 2023-08-25 08:44:08 -04:00
Ryan Cramer
d61436256e Replace PHP 8.2 deprecated mb_convert_encoding() call in Sanitizer 2023-08-25 08:43:35 -04:00
Ryan Cramer
92eef72fc1 Fix issue processwire/processwire-issues#1803 2023-08-25 08:37:50 -04:00
Ryan Cramer
8292e7d8f0 Update for processwire/processwire-issues#1467 2023-08-22 11:13:02 -04:00
Ryan Cramer
359c048862 Fix issue processwire/processwire-issues#1801 2023-08-22 11:05:45 -04:00
Ryan Cramer
088cd57160 Fix issue processwire/processwire-issues#1802 2023-08-22 09:49:16 -04:00
Ryan Cramer
af80005a9c Bump version to 3.0.225 2023-08-18 15:00:22 -04:00
matjazpotocnik
a8894391a2 Fix issue processwire/processwire-issues#1571 which adds support for adding _END fieldset item with ProcessTemplateFieldCreator 2023-08-18 09:00:47 -04:00
Ryan Cramer
754fb2b1fd Add Page::matchesDatabase() method to accompany existing matches() method but query the database rather than in memory 2023-08-17 12:09:01 -04:00
Ryan Cramer
1ff6f147f8 Various minor unrelated updates 2023-08-17 11:58:59 -04:00
matjazpotocnik
efbe13ae9d Fix issue processwire/processwire-issues#1644 2023-08-17 10:57:30 -04:00
Ryan Cramer
3ce686d1e3 Update for processwire/processwire-issues#1730
Co-authored-by: matjazpotocnik <matjaz.potocnik@um.si>
2023-08-17 10:29:59 -04:00
Ryan Cramer
db88618e2d Fix issue processwire/processwire-issues#1730
Co-authored-by: matjazpotocnik <matjaz.potocnik@um.si>
2023-08-17 10:28:18 -04:00
Ryan Cramer
0efd5eec99 Fix issue processwire/processwire-issues#1462 2023-08-17 08:56:54 -04:00
Ryan Cramer
a0200795a5 Fix issue processwire/processwire-issues#901 2023-08-11 11:16:27 -04:00
Ryan Cramer
27fd0bf93e Fix issue processwire/processwire-issues#1201 2023-08-11 10:54:25 -04:00