3
0
Fork 0
Commit graph

434 commits

Author SHA1 Message Date
028f8e767d bump: version 0.27.6 → 0.28.0 2026-02-17 14:34:33 -06:00
6743fc4731 fix: fix first_name, last_name handling for User form
since those fields are now association proxies in the data model
2026-02-17 14:34:30 -06:00
48f96220b6 feat: add support for association proxy fields in model forms 2026-02-17 14:34:27 -06:00
e1122caa9c fix: add support for rendering association proxy values in grid 2026-02-15 14:24:04 -06:00
4307b5a9eb fix: add "centered" flag for grid columns 2026-02-14 20:30:44 -06:00
356eb21713 fix: prevent delete also, for users with prevent edit flag 2026-02-14 15:42:27 -06:00
61c765f3a1 fix: render enabled flag as bool for Email Settings grid 2026-02-14 15:37:54 -06:00
e63b175243 bump: version 0.27.5 → 0.27.6 2026-02-13 19:26:15 -06:00
e6c87aa2d9 fix: grant perms for Email Settings to first admin user 2026-02-13 19:25:57 -06:00
85f5025efd bump: version 0.27.4 → 0.27.5 2026-02-13 16:07:19 -06:00
a83e53afad fix: use wutta hint from model if present, for rows title 2026-02-13 16:06:51 -06:00
fce7002675 fix: fix UUID column code generator for new app table wizard 2026-02-13 10:03:48 -06:00
417e28c9c7 docs: remove duplicated doc text 2026-02-13 10:03:33 -06:00
108ba6b4ea bump: version 0.27.3 → 0.27.4 2026-02-08 11:30:32 -06:00
e85109f971 fix: pin setuptools version, pending pyramid/pkg_resources refactor 2026-02-08 11:01:23 -06:00
9ab04b37f1 test: fix test coverage 2026-02-07 09:45:29 -06:00
77c9d00eb9 bump: version 0.27.2 → 0.27.3 2026-02-07 09:29:33 -06:00
5fdba539a0 fix: prefer new setting name for buefy_css liburl
old setting name is still supported for now, with deprecation
warnings.

this change was necessary due to ambiguity of the buefy setting, when
buefy.css setting was set
2026-02-07 09:28:37 -06:00
9541bc6a27 bump: version 0.27.1 → 0.27.2 2026-02-04 08:49:58 -06:00
c1717d46e1 test: remove intermediate html coverage report for tox 2026-02-04 08:49:25 -06:00
d9b880248c fix: fallback to dict logic for grid render date/time 2026-02-04 08:48:53 -06:00
4ac40a835b test: make pylint happy 2026-02-03 20:28:41 -06:00
b410b5aa02 fix: add dedicated authenticate_user() method for auth view
in case subclass needs to tweak that behavior
2026-02-03 20:27:47 -06:00
204548e4f2 test: fix broken test 2026-01-06 19:52:20 -06:00
8c1dd24955 fix: increase default width for read-only form views
this probably needs to be thought of / organized differently..but this
is a little better than before at least
2026-01-06 19:47:53 -06:00
143479bc25 fix: add hoverable and narrowed for all <b-table> elements 2026-01-06 19:47:14 -06:00
270aee31e1 fix: show users grid when deleting a Person 2026-01-06 19:46:54 -06:00
f5ec161687 fix: add model and enum to global template rendering context 2026-01-06 19:46:32 -06:00
26ebfcab09 fix: ensure grid action icon+label do not wrap 2026-01-06 19:46:19 -06:00
2e8a602343 docs: update links for docs, coverage 2026-01-05 13:07:32 -06:00
051d2c05d5 bump: version 0.27.0 → 0.27.1 2026-01-03 17:37:38 -06:00
ec19531518 fix: add separate def for middle buttons on App Info page 2026-01-03 11:14:55 -06:00
aa98267178 fix: expose version history for site admin in default setup 2026-01-02 22:01:15 -06:00
9b5b7ad9a7 fix: only show execution panel if batch view supports it
e.g. POS batch view should not
2026-01-02 19:39:12 -06:00
6fd4e15ca2 fix: remove the Users field for create/edit Person 2026-01-02 19:39:12 -06:00
90784cecb2 fix: only show "create row" button if batch view supports it 2026-01-02 19:39:12 -06:00
fa2a90c9cc fix: show proper batch status text, from enum 2026-01-02 19:39:12 -06:00
cbfa7f652f fix: use wutta hint from model, for master view title 2026-01-02 19:39:12 -06:00
a17d7da74c fix: accept dict instead of true enum, for Grid.set_enum() 2026-01-02 19:39:10 -06:00
3f502fdc73 test: fix broken test
how silly
2026-01-01 15:33:20 -06:00
34704acf24 fix: improve FK handling in generated model class code
also tweak default revision message for new table
2026-01-01 15:20:33 -06:00
2b5775b348 fix: use custom UUID type when generating model class code for FK 2026-01-01 14:58:00 -06:00
c166ebf070 fix: fix spacing style when viewing object with row grid 2026-01-01 12:14:49 -06:00
481a6d95b0 fix: grant access to alembic, tables, master view admin for new apps 2025-12-31 21:46:50 -06:00
c6417b7b8b bump: version 0.26.0 → 0.27.0 2025-12-31 19:18:21 -06:00
a62827d2c3 feat: add wizard for generating new master view code 2025-12-31 18:52:37 -06:00
92d4ce43b1 feat: add basic MasterView to show all registered master views
also serves as anchor for "make new master view" feature, coming soon
2025-12-29 20:06:00 -06:00
21775257a9 fix: show db backend (dialect name) on App Info page 2025-12-29 19:47:11 -06:00
6a8bea462f fix: prevent whitespace wrap for tool panel header 2025-12-29 19:47:11 -06:00
484e1f810a feat: add MasterView registry/discovery mechanism
and show related MasterView link buttons when viewing App Table

also show some more info about model class when viewing table
2025-12-29 19:47:08 -06:00