FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for template - dixitdeepak/moqui-runtime · GitHub
dixitdeepak
/
moqui-runtime
Public
forked from
moqui/moqui-runtime
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
moqui-runtime
template
on
master
User selector
Datepicker
Commit history
Commits on Jun 4, 2021
In qvt screen macros always clear ownerForm and fieldsJsName at the end of form-list, was issue with ownerForm bleeding over into header form of subsequent form-list on a screen
jonesde
committed
b5ec312
View commit details
Copy full SHA for b5ec312
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
Fix issue in qvt screen macros where some form-list header forms where disabled when the form-list form(s) themselves are disabled
jonesde
committed
531d02c
View commit details
Copy full SHA for 531d02c
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
For qvt and vuet render modes add support for new form-single.@exclude-empty-fields attribute to delete empty fields from FormData before post to server; in vuet fix issue where tabs were showing w…
Show description for ec7584e
jonesde
committed
ec7584e
View commit details
Copy full SHA for ec7584e
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
In the default macros for qvt and vuet change some #assign variable names in the form-single macros to fix conflict with form-list when a form-single is rendered during form-list rendering like the…
Show description for a37bb3c
jonesde
committed
a37bb3c
View commit details
Copy full SHA for a37bb3c
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Form List Row Selection: qvt mode mostly complete first pass, now functional and support new parameter and list-mode attributes, adds the selected row ID parameters and such so forms are now functi…
Show description for 9e82a90
jonesde
committed
9e82a90
View commit details
Copy full SHA for 9e82a90
View code at this point
Browse repository at this point
In default qvt macros fix issue in last commit where FTL exists had a false positive from an empty list result for rowSelectionNode in forms that do not have the element
jonesde
committed
07d567a
View commit details
Copy full SHA for 07d567a
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Form List Row Selection: Partial support for form-list.row-selection actions in qvt render mode, still not fully functional as IDs are not injected in the form submits; also improve some icons and …
Show description for 1e63326
jonesde
committed
1e63326
View commit details
Copy full SHA for 1e63326
View code at this point
Browse repository at this point
Commits on Jan 30, 2021
In default macros for vuet and qvt render modes add support for new submit.@type attribute
jonesde
committed
f7fb1ce
View commit details
Copy full SHA for f7fb1ce
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
fix: read-only attribute for text-area
jenshp
committed
58018f7
View commit details
Copy full SHA for 58018f7
View code at this point
Browse repository at this point
Restored the Edit and Delete functionality in EntityDataFind.xml and some minor styling changes (#161)
Show description for d65a508
aabiabdallah
and
Ayman Abi Abdallah
authored
d65a508
View commit details
Copy full SHA for d65a508
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Add per user default saved find UI to qvt macros
jonesde
committed
c085756
View commit details
Copy full SHA for c085756
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
In qvt and vuet macros change Select (Saved) Find drop down clear option to pass explicit _clear value as a way to not always run a user's default saved find on the screen
jonesde
committed
2b0e41f
View commit details
Copy full SHA for 2b0e41f
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
For qvt implement support for new drop-down.@required-manual-select attribute, both on initial load and on server options load
jonesde
committed
8337e73
View commit details
Copy full SHA for 8337e73
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
In vuet and qvt check permitted for dynamic-dialog and if not permitted show inert disabled button
jonesde
committed
eaf4f73
View commit details
Copy full SHA for eaf4f73
View code at this point
Browse repository at this point
Commits on Nov 21, 2020
In qvt support m-form that submits to transition that returns an attachment or inline file and handle as download, use m-form for non-screen URLs; this fixes the DataExport screen in the tools app …
Show description for 8084b05
jonesde
committed
8084b05
View commit details
Copy full SHA for 8084b05
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Add button-style and title attributes to dynamic-dialog, like container-dialog
jonesde
committed
ad1ad6e
View commit details
Copy full SHA for ad1ad6e
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
In WebrootVue.qvt.js add moment to Vue.prototype for use in components, like moqui and window, add rules prop to m-date-time; in qvt macros add support for rules attribute on date-time and text-lin…
Show description for c7aefea
jonesde
committed
c7aefea
View commit details
Copy full SHA for c7aefea
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Turn off autocapitalize and autocomplete on form and input for qvt and vuet render modes, most commonly don't want browsers to autocomplete or remember text entered for future autocomplete
jonesde
committed
90ef4b4
View commit details
Copy full SHA for 90ef4b4
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
In qvt macros use width specific row/col styles for form-list header to shift down better on narrow screens
jonesde
committed
60737f7
View commit details
Copy full SHA for 60737f7
View code at this point
Browse repository at this point
In qvt macros change form-list header to use div with class=row instead of q-bar so it can wrap on narrow screens, remove icons from Find Options, Columns, and Saved Finds buttons, use same font-si…
Show description for 9896e95
jonesde
committed
9896e95
View commit details
Copy full SHA for 9896e95
View code at this point
Browse repository at this point
In qvt render mode add support for text-line.@prefix attribute along with css change to move up for label in border notch instead of quasar default of inside the border
jonesde
committed
20e75a5
View commit details
Copy full SHA for 20e75a5
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
Add support for new text-line.@input-type attribute for html, vuet, and qvt render modes
jonesde
committed
409eb63
View commit details
Copy full SHA for 409eb63
View code at this point
Browse repository at this point
Merge pull request #155 from chunlinyao/master
Show description for 636d4c0
jonesde
authored
636d4c0
View commit details
Copy full SHA for 636d4c0
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
In default macros for html and vuet render modes pass through pageIndex of form-single set to pass through parameters, ie don't remove any more
jonesde
committed
3c9317e
View commit details
Copy full SHA for 3c9317e
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Add `multiple` and `accept` attributes to file input element.
chunlinyao
committed
35912e1
View commit details
Copy full SHA for 35912e1
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
For qvt mode move Saved Finds forms to separate dialog from Find Options, button to right of Columns to match intended workflow; add current find summary to Saved Finds dialog so is more clear to u…
Show description for de5b42c
jonesde
committed
de5b42c
View commit details
Copy full SHA for de5b42c
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
For qvt add slot to m-display as alternative to using display prop, in macro if no label wrapper and no fieldsJsName then include text inline; fixes issue with line breaks in text, etc
jonesde
committed
7fdc2de
View commit details
Copy full SHA for 7fdc2de
View code at this point
Browse repository at this point
In csv default macros also quote if text contains newline
jonesde
committed
188f79a
View commit details
Copy full SHA for 188f79a
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
In WebrootVue.qvt.js m-text-line component add mask and fillMask props, in DefaultScreenMacros.qvt.ftl pass through mask specified; does not (yet) do any sort of conversion to try to support the sa…
Show description for 9e3eab1
jonesde
committed
9e3eab1
View commit details
Copy full SHA for 9e3eab1
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Remove empty lines in other render mode default screen macro files, like was done for csv
jonesde
committed
be901c7
View commit details
Copy full SHA for be901c7
View code at this point
Browse repository at this point
In default csv screen macros remove empty lines around #include, seems FTL includes in output any empty lines before the first #macro; for issue #442
jonesde
committed
4670764
View commit details
Copy full SHA for 4670764
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
For qvt render mode fix issues with date-find and add style to display side by side
jonesde
committed
daffc6c
View commit details
Copy full SHA for daffc6c
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Add new DefaultScreenMacros.any.ftl file now included in all others to reduce redundandy for macros that are mostly the same like render-mode and text; the text element may now be used independent …
Show description for 7f41f28
jonesde
committed
7f41f28
View commit details
Copy full SHA for 7f41f28
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
In qvt CSS some visual cleanups: add vertical padding to icons in buttons since we're reducing height, buttons with icons and no text better match height; don't use on-left (right padding) if text …
Show description for 4292301
jonesde
committed
4292301
View commit details
Copy full SHA for 4292301
View code at this point
Browse repository at this point
Add macro for new button-menu element for html, vuet, and qvt
jonesde
committed
fcb15bf
View commit details
Copy full SHA for fcb15bf
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL