5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue with changed field highlighting color in quasar dark mode More... 7 days ago
In ElasticFacadeImpl fix issue with index name prefixing and unprefixing when the index name is a comma separated list of index names More... about 2 months ago
In EntityDbMeta fix issue with datasources that do not use JDBC, bulk operations like drop and create FKs have been broken with any of these in place (as they are by default) More... about 2 months ago
In addons.xml add moqui-demo and moqui-poi to demo component set More... about 2 months ago
Merge pull request #228 from moqui/footer-screen-resource
David E Jones
as David E. Jones
More... 2 months ago
Merge pull request #630 from moqui/footer-screen-resource
David E Jones
as David E. Jones
More... 2 months ago
Add xolvegroup/WorkManagement, corrected branch on xolvegroup/Sales in addons.xml More... 2 months ago
Allow include of screen theme resource script footer More... 2 months ago
Add screen resource type for a footer script More... 2 months ago
Merge pull request #629 from AyanF/improved-log4j2-config
David E Jones
as David E. Jones
More... 2 months ago
Merge pull request #227 from coarchy/increase-checkbox-size
David E Jones
as David E. Jones
More... 2 months ago
Re-ordered Console Appender in log4j2.xml More... 2 months ago
Increase size of checkboxes More... 2 months ago
In qvt render mode add support for shift-click to row-selection checkboxes like in gmail to select a range of items, a bit of user tedium reduction More... 3 months ago
Fix Vue template injection issue in vuet and qvt render modes for form-list find options parameter values, thanks to Taher for reporting this on the forum More... 3 months ago
Follow up on PR #628: formatting changes only to reduce indentation and better match convention used elsewhere, no functional changes More... 3 months ago
Merge pull request #628 from pythys/user-vulnerability
David E Jones
as David E. Jones
More... 3 months ago
create a service to unify login attempts More... 3 months ago
Form field change detection and in-field visual indicators, submit button visual indicator (#225)
David E Jones
as David E. Jones
More... 4 months ago
In qvt render mode change button-menu macro to not render a q-item if the child node has a condition attribute and that attribute evaluates to false More... 4 months ago
Library updates: Jetty to 10.0.18, Log4J to 2.22.0, H2 to 2.2.224, commons-lang3, commons-io, commons-logging, commons-validator, jackson-databind to 2.16.0, jsoup, shiro More... 4 months ago
Add sentDate field to WikiBlogCategory entity More... 4 months ago
Change EntityDataWriterImpl to use groovy CompileStatic, without this a compile error was missed in the changes for PR #625, fix small issues from this More... 5 months ago
Implemented withCloseable/try-with-resources where needed in the codeā€¦ (#625) More... 5 months ago
BugFix EntityListIterator not closed in NotificationMessageImpl#getNotifyUserIds
chunlinyao
as Yao Chunlin
More... 5 months ago
More vue template injection, add to button text in linkFormForm for vuet, qvt More... 5 months ago
In qvt and vuet screen macros add span v-pre around one more place in link macros, in qvt add span v-pre around all q-tooltip text More... 5 months ago
Add AutoCloseable extension to EntityListIterator for use with try with resources, thanks to Deepak Dixit for the suggestion More... 5 months ago
For moqui-framework issue #623 add v-pre to vue template generated for label and link elements so that contents are not interpreted to avoid template injection from user-entered data More... 5 months ago
In qvt render mode FTL macros add empty column for first/second/last rows if row selection is used in a form-list; in popup card for row selection add spacing around m-container-dialog to match spacing used by default for a form-single with field-row-big so that dialog and direct form submit buttons line up More... 5 months ago