Guy Sartorelli
6a9c1f1cb0
Merge branch '6.2' into 6
...
# Conflicts:
# yarn.lock
2024-06-20 15:14:37 +12:00
Guy Sartorelli
13e7f1cd62
MNT Fix scss lint warnings ( #1302 )
2024-06-12 11:30:59 +12:00
github-actions
96e8f39ffb
Merge branch '6.2' into 6
2024-06-05 08:43:04 +00:00
Mo Alsharaf
b429efb2ba
Fix layout issues with userform in elemental context ( #1294 )
2024-05-30 14:34:54 +12:00
github-actions[bot]
4d17efd637
DEP Update JS dependencies ( #1277 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-02 12:35:26 +13:00
github-actions
7796ec53bb
DEP Update JS dependencies
2024-01-01 01:37:36 +00:00
github-actions[bot]
16c3c5122d
DEP Update JS dependencies ( #1235 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-31 12:00:53 +12:00
Sabina Talipova
2d89d1baaa
DEP Update eslint module ( #1222 )
2023-07-12 11:05:15 +12:00
Steve Boyd
3c7fb05cb4
Merge branch '5' into 6.0
2023-06-07 16:03:46 +12:00
Steve Boyd
a06b3ca9cb
Merge branch '5.13' into 5.14
2023-06-07 15:37:24 +12:00
Michal Kleiner
0dfd2990dd
Use window.ss.config provided adminUrl ( #1211 )
...
Co-authored-by: Michal Kleiner <michal.kleiner@cub3.com>
2023-06-07 15:27:20 +12:00
Maxime Rainville
d5ce6239ea
DEP Bump jQuery validiation install
2023-02-28 15:02:09 +13:00
Guy Sartorelli
1c0dd09445
DEP Upgrade frontend build stack ( #1191 )
2023-01-31 11:20:28 +13:00
Guy Sartorelli
b2ef93838c
Merge branch '5.12' into 5.13
2022-05-27 11:32:55 +12:00
Sabina Talipova
0c066a3cfc
FIX Add skipping argument and new behat tests
2022-05-25 13:11:29 +12:00
Rens
6f34d27c48
Fix hardcoded admin urls
2022-03-24 08:29:29 +01:00
Steve Boyd
d1822650db
DEP Update JS dependencies
2021-11-23 11:00:40 +13:00
Joon Yoon
60931791fb
ENH Scroll back to top after pressing PREV/NEXT buttons ( #1109 )
...
* MINOR: scrolling back to top after submission
* BUILD
Co-authored-by: Nicolaas <github@sunnysideup.co.nz>
Co-authored-by: nicolaas@ninasimone <nt@sunnysideup.co.nz>
2021-09-16 11:23:56 +12:00
Steve Boyd
a617be30fe
Merge branch '5.8' into 5
2021-03-11 14:00:06 +13:00
Steve Boyd
9eaee41282
ENH Use yarn and webpack to upgrade jquery
2021-03-04 17:05:55 +13:00
Garion Herman
ad0c8ae52f
DEP Rebuild assets after node-sass update
2020-11-17 11:38:47 +13:00
Steve Boyd
f09691f9cb
FIX Vertically align confirm folder icon
2020-09-15 15:24:16 +12:00
Steve Boyd
f5d07aa682
FIX Check hidden inputs exist to prevent browser alert when submitting form
2020-09-02 13:21:53 +12:00
Garion Herman
792fd82419
FIX Place validation messages on .field if .middleColumn is missing
...
Checkbox and OptionSet fields attempt to place validation errors in
.middleColumn to align them with the label, but in some custom themes
this is not available, so the error is swallowed instead. Instead, we
should place it in the main wrapping .field element as a fallback.
2020-07-22 15:48:00 +12:00
Maxime Rainville
25978d3c58
Clean up tests
2020-06-12 00:55:12 +12:00
Maxime Rainville
df120133ab
Move confirm folder logic to a dedicated controller
2020-06-11 19:53:46 +12:00
Maxime Rainville
dc5ce0000a
BUG Fix confirm upload form modal on Elemental block
2020-06-11 15:17:13 +12:00
Andre Kiste
3b40be3b8f
NEW Add folder confirmation modal when adding a new EditableFileField
to a userform. ( #972 )
2020-06-10 16:59:01 +12:00
Maxime Rainville
09ea65edc7
Merge branch '5.5' into 5
2020-05-26 15:13:09 +12:00
Mojmir Fendek
6276e990c1
BUG: Better anchor fallback
2020-05-05 10:18:25 +12:00
Jess Champion
25bfc9eaf5
Required fields can have display rules. Hidden required fields are dynamically excluded from server and client side validation.
2020-01-10 10:41:59 +13:00
Maxime Rainville
b92143a776
Upgrade dependencies
2019-11-12 07:32:26 +13:00
Robbie Averill
1386f1b80f
Merge branch '5.4'
2019-06-27 14:16:02 +12:00
Adrian Humphreys
701460505e
Form submission now triggers an event
2019-06-13 08:59:13 +12:00
Robbie Averill
d0e937a588
FIX Allowed text length fields now align correctly with each other
2019-05-17 15:12:57 +12:00
Robbie Averill
181e0de171
FIX Multi page userforms now display their step titles, which were previously broken
2019-05-17 11:12:27 +12:00
NightjarNZ
1d0c347d7f
FIX correct userform reference & avoid submit errors
...
"Uncaught TypeError: Cannot read property 'data' of undefined
Was being reported when attempting to submit a form, which would
then trigger the "are you sure" functionality which should only
show when attempting to browse away from a page when changes to the
form have been made.
2019-03-24 14:35:19 +13:00
Robbie Averill
21813ef698
Rebuild dist files
2019-03-19 12:50:03 +13:00
Robbie Averill
808b6e7702
FIX Upgrade javascript dependencies and add babel-loader to ensure yarn build works
2019-03-18 12:06:40 +13:00
Loz Calver
23abafdef4
FIX: Multiple multi-page forms on one page
2019-01-18 14:37:01 +00:00
Robbie Averill
9f79218612
Merge branch '5.2'
...
# Conflicts:
# client/dist/styles/userforms-cms.css
# client/src/styles/userforms-cms.scss
2018-07-26 15:19:06 +12:00
Robbie Averill
7e91be9cb4
Merge branch '5.1' into 5.2
2018-07-26 15:17:22 +12:00
Nicholas Sorokin
d2ddaddede
Replace class "Actions" with "btn-toolbar"
2018-07-02 17:04:14 +09:30
Daniel Hensby
f758ae3e03
Merge pull request #783 from SilverStripers/bugfix/grid-filter-errors
2018-06-20 10:02:15 +01:00
Raissa North
ed80e1c95b
FIX Prevent form's toolbar from extending into the preview
2018-06-15 17:17:44 +12:00
Nivanka Fonseka
68a377b3ba
updated the CSS, and fixed the colspan over the filters
2018-06-05 11:04:23 +05:30
Shenghan Chen
33044ac917
FIX #759 : Enable navigating to former pages via page number button in multi-page userforms.
...
FIX #759 : build distributed version of js
FIX #759
Enable navigating to former pages via page number button in multi-page userforms.
2018-05-21 00:18:16 +12:00
Simon Erkelens
caab51122b
Fix the each loop to propperly get the field passed in
2018-04-12 17:18:57 +12:00
Robbie Averill
4e285c4142
FIX Re-enable step progress and navigation for multi page forms
2018-03-21 11:33:19 +13:00
Dylan Wagstaff
46460c0e7c
FIX Enhance JS for multiple userform instances ( #715 )
...
After testing it seems that having multiple user defined forms on a page
has already been added as a feature. However various load time dynamically
generated javascript segments had not been adapted to suit. Now they
have.
Also fixed a variable that no longer exists in the external requirements
from preventing a webpack build.
2018-02-12 16:56:36 +13:00