7fcb331806
feat: add "complete" (sic) timezone support
...
at least for now, this is enough to let admin define the global
default timezone for app, and override system local timezone.
eventually should support per-user timezone..some day..
2025-12-16 22:52:33 -06:00
4d0693862d
fix: format all code with black
...
and from now on should not deviate from that...
2025-08-31 12:26:43 -05:00
5b2d1dad53
feat: overhaul some User/Person form fields etc.
...
hoping this is more intuitive to use..
2025-01-27 17:07:42 -06:00
9e0e36d536
fix: add WuttaDateWidget and associated logic
2025-01-15 08:40:56 -06:00
b73127e350
fix: make WuttaQuantity serialize w/ app handler, remove custom widget
...
turns out we need to always serialize the value via render_quantity()
and the widget becomes redundant
2025-01-07 13:34:42 -06:00
7895ce4676
tests: move WebTestCase to wuttaweb.testing module
2025-01-06 16:47:48 -06:00
0631b8e16b
fix: add WuttaQuantity schema type, widget
2025-01-02 21:28:55 -06:00
a219f3e30d
fix: remove session param from some form schema, widget classes
...
this was originally used for injecting the test session, but i wound
up using mock instead elsewhere, so this is just for consistency
2025-01-02 21:09:31 -06:00
6515a0a224
fix: use span element for readonly money field widget render
2024-12-28 21:18:10 -06:00
171e9f7488
fix: add schema node type, widget for "money" (currency) fields
2024-12-28 20:33:56 -06:00
95ff87fbf3
feat: add feature to edit email settings, basic message preview
2024-12-23 19:24:17 -06:00
5006c97b4b
feat: add basic master view class for batches
...
no support for displaying rows yet, just the main batch CRUD
2024-12-13 22:20:04 -06:00
d72a2a15ec
fix: fix behavior when editing Roles for a User
...
per proper UUID fields i guess
2024-12-12 20:07:49 -06:00
3cad7f1b13
fix: improve support for date, datetime fields in grids, forms
2024-12-12 15:15:00 -06:00
74e2a4f0e2
fix: correct "empty option" behavior for ObjectRef schema type
2024-12-11 09:58:02 -06:00
40562c126e
fix: add GridWidget and form.set_grid() for convenience
...
omg how did i not do this sooner
2024-12-09 20:56:09 -06:00
fd35f439ec
fix: refactor to reflect usage of proper UUID values
2024-12-08 00:11:30 -06:00
Lance Edgar
71728718d8
feat: add basic support for wutta-continuum
...
and i mean *basic* - so far.. eventually will expose version history
for viewing etc.
unfortunately got carried away and reorganized the api docs a little
while i was at it..
2024-08-27 21:11:44 -05:00
Lance Edgar
e5e31a7d32
feat: add basic support for execute upgrades, download stdout/stderr
...
upgrade progress is still not being shown yet
2024-08-25 12:20:28 -05:00
Lance Edgar
770c4612d5
feat: improve page linkage between role/user/person
...
- show Users grid when viewing a Role
- add hyperlinks between things
2024-08-21 15:09:05 -05:00
Lance Edgar
230e2fd1ab
feat: expose Role permissions for editing
2024-08-14 15:10:54 -05:00
Lance Edgar
97e914c2e0
feat: expose User "roles" for editing
2024-08-13 21:44:56 -05:00
Lance Edgar
bdfa0197b2
feat: improve widget, rendering for Role notes
2024-08-13 21:44:53 -05:00
Lance Edgar
eac3b81918
feat: add Users view; improve CRUD master for SQLAlchemy models
2024-08-12 21:17:08 -05:00