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

49 Commits

Author SHA1 Message Date
Ryan Cramer
1c2d015e33 Bump version to 3.0.36 3.0.36 2016-10-07 11:48:44 -04:00
Ryan Cramer
f62506c782 Some updates to the inline phpdoc documentation 2016-10-07 11:25:03 -04:00
Ryan Cramer
0d6d2ef6e4 Fix issue processwire/processwire-issues#19 with InputfieldPageAutocomplete and selecting homepage, thanks for fix @BitPoet 2016-10-07 11:06:56 -04:00
Ryan Cramer
ba44b4bf20 Fix issue processwire/processwire-issues#24 findPagesSelector containing "=page.id" when used outside original intended context, fix ensures it continues to work without dependent selects 2016-10-06 10:41:59 -04:00
Ryan Cramer
cb3e8f741b Merge branch 'tmpfix' into dev 2016-10-06 10:14:13 -04:00
Ryan Cramer
16a8232dfe Update the Page::matches() method to make it smarter and more flexible. This also accommodates issue #21. 2016-10-06 10:13:14 -04:00
Ryan Cramer
9f6421d672 Remove TinyMCE mention from ProcessPageEditLink.module 2016-10-05 14:36:11 -04:00
Ryan Cramer
3619a4e958 Remove reference to TinyMCE in TextformatterEntities module description per issue processwire/processwire-issues#18 2016-10-05 11:01:36 -04:00
Ryan Cramer
e4ecc5f7ba Merge branch 'horst-n-patch-1' into dev 2016-10-05 10:44:19 -04:00
Ryan Cramer
7f53fbdda0 Minor adjustment to @horst-n PR #14 2016-10-05 10:43:19 -04:00
Ryan Cramer
637afedade Merge branch 'patch-1' of https://github.com/horst-n/processwire-1 into horst-n-patch-1 2016-10-05 10:41:04 -04:00
Ryan Cramer
3267e6ad68 Add @marcus-herrmann PR #1 which improves keyboard accessibility of ProcessPageList, enabling use of spacebar to toggle actions open/closed. 2016-10-05 10:38:45 -04:00
Ryan Cramer
ad5f79559a Merge branch 'feature/mail-attachments' of https://github.com/LostKobrakai/processwire-1 into LostKobrakai-feature/mail-attachments 2016-10-05 06:21:24 -04:00
Ryan Cramer
37feb6e58c Merge branch 'LostKobrakai-patch/fix-composer-json' into dev 2016-10-05 06:07:23 -04:00
Ryan Cramer
7dd53e4abc Merge branch 'patch/fix-composer-json' of https://github.com/LostKobrakai/processwire-1 into LostKobrakai-patch/fix-composer-json 2016-10-05 06:06:53 -04:00
Ryan Cramer
4bc2efa1f7 Merge branch 'adrianbj-master' into dev 2016-10-04 16:42:56 -04:00
Ryan Cramer
d4090a0610 Add Adrian's PR #11 with some minor changes, plus fix issue with installing FieldtypeOptions when using utf8mb4 dbCharset. 2016-10-04 16:40:36 -04:00
Ryan Cramer
8977302991 Merge branch 'master' of https://github.com/adrianbj/processwire into adrianbj-master 2016-10-04 16:12:36 -04:00
Ryan Cramer
d965cbb0ba Establish dev branch 2016-10-04 11:06:46 -04:00
Ryan Cramer
c5eaf61dfc Fix issue processwire/processwire-issues#15 with InputfieldSelector+PageListSelect+parent_id setting showing select rather than autocomplete 2016-10-04 11:01:20 -04:00
Ryan Cramer
c87f30bae8 Update for issue processwire/processwire-issues#14 to update CSS for long description or notes that have no spaces (like URLs or emails) so that they wrap rather than overflow. 2016-10-04 10:03:23 -04:00
Ryan Cramer
e133309068 Fix issue suggestion processwire/processwire-issues#13 to move Helloworld example module into its own directory 2016-10-04 09:38:08 -04:00
Ryan Cramer
b32857592b Fix issue processwire/processwire-issues#9 with notices close button when in modal dialog window interfering with modal in Chrome 2016-10-04 09:31:29 -04:00
Ryan Cramer
8bb80bd487 Fix issue processwire/processwire-issues#8 so that error message is shown if user mismatches fieldset order in ProcessTemplate 2016-10-04 08:12:43 -04:00
Ryan Cramer
b7983870de Fix issue processwire/processwire-issues#6 with styling of open+hidden pages in PageList no longer showing hidden state 2016-10-04 06:23:15 -04:00
Ryan Cramer
9b4fef4357 Fix issue processwire/processwire-issues#2 to support better handling of unpublished pages in certain Page input types when unpublished pages are not allowed in the field. 2016-10-04 06:15:30 -04:00
horst
6e7421214e added support for CLI
without that, PHP throws notices when try to access the $_SERVER['REMOTE_ADDR'], because it is not set in CLI-Environment.
2016-10-03 15:09:50 +02:00
adrianbj
e64352fbcf Make the additional button just Close & Add. Including Save in the action can be confusing as the user won't see any notices from the fieldtype on save. 2016-10-01 18:59:44 -07:00
adrianbj
4ec21e6f6d Make button label simply Save & Add
I think this looks cleaner and is probably explanatory enough.
2016-10-01 12:27:19 -07:00
Benjamin Milde
2fe4ff02f2 Allow for alternative names to be supplied 2016-10-01 20:35:09 +02:00
Benjamin Milde
ea6f60246d Implement attachment support for core WireMail so we can start using a common interface between different wiremail implementations 2016-10-01 20:28:54 +02:00
adrianbj
35e4f7f6a1 Add a separate Save, Close & Add button
This allows for full configuration of fields that require more than two saves, such as FieldtypeOptions.
2016-10-01 07:40:07 -07:00
Ryan Cramer
d698b38d03 Bump version 3.0.35 3.0.35 2016-09-30 12:51:52 -04:00
Ryan Cramer
7e7c74f3e7 Fix issue processwire/processwire-issues#11 where hitting enter in text field could trigger buttons in InputfieldImage 2016-09-30 09:23:58 -04:00
Ryan Cramer
1cbd3fa9a4 Fix issue #12 where image was broken when repurposing the image crop function "save as a copy" as an image duplicate function. 2016-09-30 08:49:30 -04:00
Ryan Cramer
5922c90048 Update WireFileTools::copy() method for individual file support (previously it only copied directories) 2016-09-30 08:48:09 -04:00
Ryan Cramer
7b59b1df33 Fix @apeisa issue with PageFinder optimization on large sets 2016-09-30 07:37:44 -04:00
Ryan Cramer
0cd0587778 Fix issue #10 with exception emails not getting sent 2016-09-30 05:12:47 -04:00
Ryan Cramer
2260d52140 Add processwire/processwire-requests#6 2016-09-26 09:59:24 -04:00
Ryan Cramer
835b7ce07d Fix processwire-issues#5 - variations link in image field in repeater 2016-09-26 09:29:08 -04:00
Ryan Cramer
20011dc147 Fix ProcessProfile save issue 2016-09-25 07:40:33 -04:00
Benjamin Milde
199101823d Remove minimum-stability from composer.json 2016-09-23 18:02:04 +02:00
Ryan Cramer
50f2834a0a Additional README updates 2016-09-23 11:52:25 -04:00
Ryan Cramer
6f279d5f23 README updates 2016-09-23 11:40:21 -04:00
Ryan Cramer
3896562d76 Update to composer.json file 2016-09-23 08:49:27 -04:00
Ryan Cramer
ac37212fe5 Bump version to 3.0.34 3.0.34 2016-09-23 08:39:25 -04:00
Ryan Cramer
ee89ddcea5 Merge recent changes from devns branch 2016-09-22 12:46:59 -04:00
Ryan Cramer
bac5b0de5d Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns) 2016-09-02 14:55:17 -04:00
Ryan Cramer
cfae5fc6f3 first commit 2016-08-29 06:00:47 -04:00