forked from moqui/moqui-runtime
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add sessionId field to list screen for debugging * Changed header color to make it more obviously not production * Added Page Size to Log Viewer * In WebrootVue.qvt.css, updated rule for drawer background to only come into effect in non-mobile layouts. * In DefaultScreenMacros for vuet and qvt add paginate support to section-include when included section is a section-iterate with paginate=true; in qvt js don't show pagination widget if there is only one result * In WebrootVue.qvt.js add qLayoutMinHeight method to calculate a full height, useful for certain types of screens with particular or bottom instead of top focused layouts * In qvt macros for form-list fix issue with first/second/last row and hidden parameters * In qvt screen macros first pass on working support for first, second, and last row forms * In vuet and qvt widgetTextValue macro handle case with drop-down that has dynamic-options plus list-options for pre-loaded values * Update vue to 2.7.14, quasar to 1.22.10; all seems to work well in partial tests of existing screens, minor version updates are hopefully backward compatible but worth keeping an eye out for issues * In qvt default screen macros add support for text-area.@autogrow attribute * Small updates to webroot build.gradle: update gradle-versions and gradle-minify plugins * Currency (moqui#217) * Add currency-hide-symbol attribute as a comlement to currency-unit-field, displaying the value without the currency symbol * Update AUTHORS file * Update ElFinder client to 2.1.62 and jqueryui to 1.13.2, there is a security notice for ElFinder for versions 2.1.61 and earlier, but it appears to only for the server-side PHP code which is not used in moqui; also updated jquery to 3.7.1 while at it * Fix submit on select drop down where there is one result (moqui#219) * Fix submit on select drop down where there is one result * Changes required for new Moqui SSO component (moqui#222) * In Login.ftl, added SSO tab and forms. This will only appear if SSO is configured. * In webroot-layout.css, increased the width of the forms from 340 to 380 so SSO tab doesn't overflow to new line. * In Qapps mode, add a expansion button to the ContainerBox (moqui#216) * In Qapps mode, add a expansion button to the ContainerBox * sign the AUTHORS file * Enable accordion in form field-groups using qvt rendering (moqui#221) * In qvt render mode fix m-form-column-config find parameter handling so they are passed through --------- Co-authored-by: Acetousk <acetousk@gmail.com> Co-authored-by: David E. Jones <dej@dejc.com> Co-authored-by: pandor4u <103976470+pandor4u@users.noreply.github.com> Co-authored-by: aabiabdallah <aabiabdallah@gmail.com> Co-authored-by: Jens Hardings <jhp@moit.cl> Co-authored-by: acetousk <acetousk@users.noreply.github.com> Co-authored-by: newmann <huxinsheng88@hotmail.com>
- Loading branch information
1 parent
2551f44
commit b2e5199
Showing
13 changed files
with
161 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.