Ryan Cramer
|
9c2c5e986e
|
Various minor theme updates
|
2020-07-10 12:32:08 -04:00 |
|
Ryan Cramer
|
af6a68e06d
|
Update ProcessLogin to support login by email address for the admin. To use, you must enable the "unique" flag on your "email" field (Setup > Fields > email > Advanced), and then you can enable login-by-email in the ProcessLogin module settings.
|
2020-02-14 15:15:28 -05:00 |
|
Ryan Cramer
|
93f422a2cf
|
Update inputfields.js so that you can specify #find-fieldName as a URL fragment on pages containing an InputfieldForm and it will locate and highlight the field identified by fieldName. Also update $page->editUrl() function to accept a field name to find in the page editor, which uses the inputfields.js #find-fieldName added in this commit, i.e. $page->editUrl('body');
|
2020-02-14 14:45:50 -05:00 |
|
Ryan Cramer
|
12dbe3f250
|
Fix issue processwire/processwire-issues#1056
|
2019-12-27 13:39:31 -05:00 |
|
Ryan Cramer
|
4656672c81
|
Fix issue processwire/processwire-issues#1030
|
2019-11-21 08:59:30 -05:00 |
|
Ryan Cramer
|
c9713f0bc4
|
Fix issue processwire/processwire-issues#1010 add support for dependencies to InputfieldPageListSelectMultiple and InputfieldPageAutocomplete
|
2019-11-05 10:46:56 -05:00 |
|
Ryan Cramer
|
b3337d0110
|
Bump version to 3.0.144
|
2019-11-01 09:58:44 -04:00 |
|
Ryan Cramer
|
69e2c0e729
|
Lots of upgrades to ProcessField overrides tab
|
2019-10-31 15:39:18 -04:00 |
|
Ryan Cramer
|
da36905422
|
Add new new full JS API for Inputfields, represented by 'Inputfields' JS var. See top of inputfields.js file for details.
|
2019-10-31 15:29:32 -04:00 |
|
Ryan Cramer
|
6b20f429a9
|
Various minor updates and optimizations to several core classes
|
2019-10-09 11:52:36 -04:00 |
|
Ryan Cramer
|
a88c6a49c7
|
Fix issue where using crop/resize tools on an image within a NESTED repeater item would not save the changes after clicking the Save button in the page editor.
|
2019-06-04 09:30:35 -04:00 |
|
Ryan Cramer
|
dcf226995c
|
Improvements and minor refactoring in WireCache.php ($cache API var)
|
2019-04-10 11:55:17 -04:00 |
|
Ryan Cramer
|
cf2be06dfc
|
Add AdminThemeDefault/AdminThemeReno column widths fix as suggested by @Toutouwai in processwire/processwire-issues#306 plus add typo fix per processwire/processwire-issues#797
|
2019-03-26 11:00:11 -04:00 |
|
Ryan Cramer
|
621c34a417
|
Fix issue processwire/processwire-issues#124
|
2019-03-04 11:01:33 -05:00 |
|
Ryan Cramer
|
be84331dbd
|
Fix issue processwire/processwire-issues#818 where listable but not editable or viewable page in dropdown for Pages > Tree > [items] was navigating to some useless JSON output. Also disabled the fallback to view URL when page is viewable but not editable.
|
2019-03-01 09:21:18 -05:00 |
|
Ryan Cramer
|
c146c71de3
|
Add @Toutouwai processwire/processwire-requests#242 to support automatic open of collapsed Inputfield when file dragged into file/image or CKEditor field that supports it
|
2018-11-08 09:04:04 -05:00 |
|
Ryan Cramer
|
b07d7341eb
|
Improvements and refactorings to inputfields.js, plus add processwire/processwire-requests#224, and addition of new public API methods: InputfieldFocus($inputfield) which finds, opens and focuses an Inputfield (making it visible) regardless of where it is in the interface; InputfieldOpen($inputfield) which opens a collapsed Inputfield; and InputfieldClose($inputfield) which does the opposite. Thanks to @Toutouwai for the feature request and example code that got this started.
|
2018-09-11 11:31:34 -04:00 |
|
Ryan Cramer
|
c1dc6a9b9f
|
Add @Notanotherdotcom PR #96 to allow use of field names with brackets (array) in field dependencies
|
2018-05-23 08:34:33 -04:00 |
|
Ryan Cramer
|
d06fd64171
|
Fix issue processwire/processwire-issues#603 where toggling repeater item open/closed makes outline disappear the second time you do it
|
2018-05-23 08:28:54 -04:00 |
|
Ryan Cramer
|
63cba339e4
|
Add "Cancel" JS callback to ProcessWire.confirm(message, funcOk, funcCancel) per PR #108
|
2018-05-11 08:20:26 -04:00 |
|
Ryan Cramer
|
2d8dc82010
|
Fix issue processwire/processwire-issues#590 dropdown hover ajax menus using fix suggested in issue report
|
2018-05-10 05:37:29 -04:00 |
|
Ryan Cramer
|
c1ca1fde3b
|
Fix minor JS issue where ajax-loaded inputfields didn't have the toggle arrow icon properly adjusting for open/closed state
|
2018-03-13 09:40:04 -04:00 |
|
Ryan Cramer
|
cb2683208f
|
Various minor adjustments
|
2018-02-02 10:16:15 -05:00 |
|
Ryan Cramer
|
337e59663b
|
Add support for group notifications in AdminThemeFramework (AdminThemeUikit), along with a config option in the AdminThemeUikit module. Also fix an issue in ProcessProfile that was interfering with ajax requests.
|
2017-11-20 09:45:16 -05:00 |
|
Ryan Cramer
|
32b3da7b0d
|
Fix issue where collapsed repeater in fieldset (where repeater is only field in fieldset), when clicking to un-collapse repeater, it would jump to top of page
|
2017-11-19 06:33:22 -05:00 |
|
Ryan Cramer
|
1900675bbb
|
Various minor fixes and bump version number to 3.0.63
|
2017-05-26 14:35:16 -04:00 |
|
Ryan Cramer
|
3fc9f69da7
|
Some minor adjustments and bump version to 3.0.61
|
2017-04-21 11:27:47 -04:00 |
|
Ryan Cramer
|
8d02e72320
|
Update font-awesome to 4.7 per processwire/processwire-requests#72
|
2017-04-20 05:59:28 -04:00 |
|
Ryan Cramer
|
b899bc42e7
|
Fix issue processwire/processwire-issues#202 where the leave confirm box was appearing when it shouldn't, after saving after a file had been uploaded. Also added drag/drop protection so that if you accidentially drag/drop a file outside of the specified dropzone, it gets ignored, rather than loading the file in the browser.
|
2017-03-10 08:38:16 -05:00 |
|
Ryan Cramer
|
bbb8e987c9
|
Add support for Pages > Tree navigation: drill down through the page tree within the top navigation dropdowns. This works in AdminThemeDefault and AdminThemeUikit but not in AdminThemeReno (which just shows the first level, per its nav setup).
|
2017-03-08 11:43:58 -05:00 |
|
Ryan Cramer
|
f32593adfa
|
Fix issue processwire/processwire-issues#188 to provide more detailed warning message when installing module that doesn't meet requirements
|
2017-03-07 09:03:58 -05:00 |
|
Ryan Cramer
|
f137dd2966
|
Updated several modules and classes to better support admin theme customization, consistent with needs in AdminThemeUikit
|
2017-02-24 12:23:57 -05:00 |
|
Ryan Cramer
|
8d97815110
|
Minor correction to previous commit
|
2017-01-05 15:36:15 -05:00 |
|
Ryan Cramer
|
d4d90a53fe
|
Add @rolandtoth PR #16 that triggers showInputfield or hideInputfield events when showing/hiding Inputfields due to dependencies.
|
2017-01-05 14:46:42 -05:00 |
|
Ryan Cramer
|
9ed0e415ed
|
Adjustment to yesterday's FileCompiler updates that corrects a case where wire() function calls are used within include() statements
|
2017-01-05 13:02:12 -05:00 |
|
Ryan Cramer
|
ba9688af65
|
Improvements to dropdown submit buttons so that the menu doesn't disappear immediately when accidentally outside of it.
|
2016-12-23 12:24:52 -05:00 |
|
Ryan Cramer
|
2b9a7adbcb
|
Update to allow for Page objects to load pages (children, parent, etc.) that don't get cached when their load option specified cache=false. Also makes the 'parent' page lazy loading for Page objects, so that it doesn't load the parent Page until a $page->parent() call is requested. Updates for @apeisa / Avoine request.
|
2016-12-14 11:02:32 -05:00 |
|
Ryan Cramer
|
880810c6bb
|
Additional repeater updates including addition of a "minimum items" option, and support for an accordion mode.
|
2016-12-09 10:08:55 -05:00 |
|
Ryan Cramer
|
e2f9597c5a
|
Update Repeaters to add these features: 1) Support for repeater depth per @jlahijani, 2) Add new repeater item "clone" feature, 3) Add support for max items, 4) Add double-click trash icon to "delete all" feature. This commit also adds the Vex library for nicer looking Javascript alert and confirm boxes, which we use to confirm "clone" and "delete all" operations in repeaters, and will use elsewhere.
|
2016-12-07 11:24:49 -05:00 |
|
Ryan Cramer
|
b8e51db176
|
Some updates to touch support per issue #84, plus a few other minor things that got bundled in
|
2016-11-30 13:18:14 -05:00 |
|
Ryan Cramer
|
8d0c8de3ee
|
Bump version to 3.0.40
|
2016-11-04 11:45:14 -04: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
|
4060934bae
|
Update Modules/ProcessModules to skip showing configurable modules with no visible configuration fields. Plus a few other small additions.
|
2016-10-20 06:58:28 -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 |
|