Ryan Cramer
2d9e959bf2
Update InputfieldSelector to support sorted by field labels (rather than names) and support for better multi-language subfield names.
2016-11-06 08:13:34 -05:00
Ryan Cramer
21bf57eb79
Add support for OR-groups in "custom (field=value)" selections in InputfieldSelector. Simply use the existing "or" checkbox to apply the custom selector as an OR group.
2016-11-06 07:23:36 -05:00
teppokoivula
0a12932951
Add support for optional overrides array to $input->queryString()
2016-11-05 14:53:09 +02:00
Ryan Cramer
8d0c8de3ee
Bump version to 3.0.40
2016-11-04 11:45:14 -04:00
Ryan Cramer
8bf7b0dc41
Add @pine3ree PR #24 which adds a break statement to a for() loop in WireFileTools.php
2016-11-03 12:18:53 -04:00
Ryan Cramer
29023269a4
Merge branch 'pine3ree-patch-2' into dev
2016-11-03 12:16:05 -04:00
Ryan Cramer
a9a2ff35ac
Merge branch 'patch-2' of https://github.com/pine3ree/processwire-1 into pine3ree-patch-2
2016-11-03 12:15:55 -04:00
Ryan Cramer
35639b0f11
Merge branch 'LostKobrakai-feature/min-size-by-aspect' into dev
2016-11-03 12:13:04 -04:00
Ryan Cramer
99008366ba
Merge branch 'feature/min-size-by-aspect' of https://github.com/LostKobrakai/processwire-1 into LostKobrakai-feature/min-size-by-aspect
2016-11-03 12:12:44 -04:00
Ryan Cramer
8405c586f0
Add @iamwebrocker PR #18 which adds honeypot option to comments form
2016-11-03 11:58:06 -04:00
Ryan Cramer
9b385168d0
Spelling correction in MarkupRSS.module per @lesaff PR #26
2016-11-03 11:33:17 -04:00
Ryan Cramer
243998039f
Add @clsource PR #23 to correct a phpdoc typo in Functions.php
2016-11-03 11:30:48 -04:00
Ryan Cramer
2f66734a6b
Add @clsource PR #23 to correct a phpdoc typo in Functions.php
2016-11-03 11:30:03 -04:00
Ryan Cramer
c26095e9e3
Merge branch 'gmclelland-fix-issue-69' into dev
2016-11-03 11:20:25 -04:00
Ryan Cramer
8bc1b51e03
Merge branch 'fix-issue-69' of https://github.com/gmclelland/processwire into gmclelland-fix-issue-69
2016-11-03 11:19:23 -04:00
Ryan Cramer
0fb25668c4
Update SystemUpdater module to remove any session data associated with admin theme when a core update occurs
2016-11-03 11:11:40 -04:00
Ryan Cramer
2135f2ca2e
Update AdminThemeReno to remove an extra pixel appearing underneath selected tab in WireTabs
2016-11-03 11:10:46 -04:00
Ryan Cramer
1633b990ca
Update several Inputfield modules to remove unnecessary newlines in markup and add phpdocs where appropriate
2016-11-03 11:10:04 -04:00
Ryan Cramer
1c3ea5ce51
Fix issue processwire/processwire-issues#65 modal window on InputfieldForm with HTML5 required inputs
2016-11-03 09:54:58 -04:00
Ryan Cramer
8116a5ba77
Merge branch 'dev-css' into dev-dev
2016-11-02 13:09:31 -04:00
Ryan Cramer
36984e4a05
Updates to legacy code in ProcessTemplate, cleaning things up a bit
3.0.39
2016-11-02 12:27:01 -04:00
Glenn McLelland
2ddb3928bd
Used the css function to display the element inline
2016-11-02 11:23:24 -05:00
Glenn McLelland
4eca3fd458
Revert "Added a css fix for issue #69 " going to use a different technique.
...
This reverts commit 66149758d9
.
2016-11-02 11:07:27 -05:00
Ryan Cramer
b2a6857561
Update WireTabs module to support automatic tab selection by querystring (i.e. url?WireTab=tab_id). This is in addition to the existing hash url#tab_id option, which seems to have issues in certain cases like that reported in processwire/processwire-issues#71
2016-11-02 10:35:39 -04:00
Benjamin Milde
dc860bc929
Allow min and max dimensions for images to be swapped for portrait images
2016-11-02 12:39:30 +01:00
Ryan Cramer
a864d6a4a1
Fix processwire/processwire-issues#67 where Inputfield::collapsedBlank behavior only applied to default language in multi-language fields
2016-11-02 06:26:39 -04:00
Glenn McLelland
66149758d9
Added a css fix for issue #69
2016-11-01 14:59:06 -05:00
Ryan Cramer
87ea1685b2
Update to convert several css selectors to be "pw-" selectors, as part of longer term goal to work nicely with other css frameworks.
2016-11-01 15:03:41 -04:00
Ryan Cramer
e374bee288
Fix issue processwire/processwire-issues#68 to workaround apparent PHP 7.1 mail() bug
2016-11-01 08:39:09 -04:00
Ryan Cramer
fc8fa08275
Fix processwire/processwire-issues#49 where locked InputfieldPage still loaded all selectable pages when not necessary to do so
2016-11-01 08:29:26 -04:00
Ryan Cramer
2d99624ca7
Fix issue processwire/processwire-issues#52 where InputfieldPageListSelectMultiple module didn't work on "user" template.
2016-11-01 06:56:29 -04:00
Ryan Cramer
78e9b4748d
Fix $sanitizer->selectorValue() issue where it filtered out some UTF-8 symbols it doesn't need to per processwire/processwire-issues#54
2016-11-01 06:29:02 -04:00
maks feltrin
83d4788764
allow custom th classes
...
this allows customization of th elements and when using relative column sizing classes it also allows to avoid repeating those classes in every tbody row.
2016-11-01 02:32:08 +01:00
Ryan Cramer
b50b1f9a28
Update to processwire/processwire-issues#60 for multi-instance support with multi-language page names
2016-10-31 13:49:42 -04:00
Ryan Cramer
c435081050
Add JS events for supporting pw-button-dropdown enabled and disabled states per processwire/processwire-issues#62
2016-10-31 10:36:18 -04:00
Ryan Cramer
6567896a3e
Add a since phpdoc to WireInput::requestMethod() per processwire/processwire-issues#64
2016-10-31 10:07:17 -04:00
Ryan Cramer
3705d55177
Depreciate TemplateFile globals options per processwire/processwire-issues#61
2016-10-31 10:03:21 -04:00
Ryan Cramer
ce037f06da
Fix issue processwire/processwire-issues#60 where multi-language fields weren't working correctly with multi-instance
2016-10-31 09:30:26 -04:00
Ryan Cramer
0529bcc495
Fix issue processwire/processwire-issues#59 replacing non-multi-instance compatible static vars in WireDatabaseBackup
2016-10-31 06:29:27 -04:00
Ryan Cramer
ca5870b70c
Attempt fix for issue #58 where saving user with different parent than default could result in unnecessary pages_parents table updates.
2016-10-31 06:16:46 -04:00
Ryan Cramer
0c84379255
Fix issue with PageRender and cache clearing of single page
2016-10-30 08:00:54 -04:00
Ryan Cramer
f7c613d39d
Bump version to 3.0.39
2016-10-28 16:16:13 -04:00
Ryan Cramer
a5b1110c1f
Merge working branch to dev
2016-10-28 05:43:08 -04:00
Ryan Cramer
b4f2dda5fa
Various updates primarily related to functions API and profiler support.
2016-10-28 05:41:45 -04:00
Ryan Cramer
fa1b58c6a2
Minor adjustments
2016-10-24 04:52:58 -04:00
Ryan Cramer
57fd741232
BUmp version to 3.0.38
2016-10-21 14:14:00 -04:00
Ryan Cramer
c4972556ea
Merge branch 'BitPoet-dev-wiremail-nest' into dev
2016-10-21 13:56:06 -04:00
Ryan Cramer
6d99771e71
A few minor changes to the WireMail PR
2016-10-21 13:55:34 -04:00
Ryan Cramer
da5e769e60
Merge branch 'dev-wiremail-nest' of https://github.com/BitPoet/processwire into BitPoet-dev-wiremail-nest
2016-10-21 13:44:55 -04:00
Ryan Cramer
5005dfa259
Add support for common multi-language translations
2016-10-21 13:31:18 -04:00