3
0
Fork 0
Commit graph

198 commits

Author SHA1 Message Date
Lance Edgar 783d4dc8ef bump: version 0.16.1 → 0.16.2 2024-12-10 12:33:18 -06:00
Lance Edgar ddec30905e test: add test for make_json_safe() with uuid value
whoops, missed that..
2024-12-10 12:15:00 -06:00
Lance Edgar 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
Lance Edgar f68fe26ada fix: add "is false or null" grid filter, for nullable bool columns 2024-12-08 18:43:40 -06:00
Lance Edgar a9caf3f970 fix: remove Person column for Person.users grid display 2024-12-08 18:08:55 -06:00
Lance Edgar 18484a72ac fix: flatten UUID to str for make_json_safe() 2024-12-08 18:08:41 -06:00
Lance Edgar 663f438e4e bump: version 0.16.0 → 0.16.1 2024-12-08 00:12:08 -06:00
Lance Edgar fd35f439ec fix: refactor to reflect usage of proper UUID values 2024-12-08 00:11:30 -06:00
Lance Edgar 805ce5966f bump: version 0.15.0 → 0.16.0 2024-12-05 08:07:43 -06:00
Lance Edgar 5c06353fa3 fix: add option for People entry in the Admin menu 2024-12-03 21:32:46 -06:00
Lance Edgar 352afc1e22 fix: fix handling of Upgrade.uuid
now that it is a proper uuid7 instance, not just a string
2024-12-03 21:29:05 -06:00
Lance Edgar 48a473e540 build: update project metadata 2024-12-03 21:21:34 -06:00
Lance Edgar dcdc0e7dab fix: improve support for random objects with grid, master view
thus far we expected either dict or "native" ORM object which can
essentially behave like a dict when needed.  but a "non-native" object
may not behave like a dict and this hopefully fixes the logic to allow
for those anyway..
2024-11-25 19:11:41 -06:00
Lance Edgar ba9021c990 feat: add get_template_context() method for master view
allow override / supplement context for any view template
2024-11-25 19:10:58 -06:00
Lance Edgar 6085ea78ec fix: hide CRUD header buttons if master view does not allow 2024-11-25 18:45:51 -06:00
Lance Edgar 38e5d9eb38 bump: version 0.14.2 → 0.15.0 2024-11-24 19:10:18 -06:00
Lance Edgar 3d9fbd598e fix: fix default form value logic for bool checkbox fields 2024-11-24 17:20:29 -06:00
Lance Edgar 24ddb7b905 feat: add logic to prevent edit for some user accounts
mostly for sake of online demo, so a "permanent" demo user can be
established
2024-11-24 17:19:50 -06:00
Lance Edgar 6fd6229a9e fix: always use configured app dist for appinfo/index page
i.e. stop trying to be smart by using the app web handler as basis for
distribution auto-lookup, since that will normally yield WuttaWeb
whereas the config should usually specify the real one
2024-11-24 13:56:02 -06:00
Lance Edgar ec75435704 bump: version 0.14.1 → 0.14.2 2024-11-24 10:30:40 -06:00
Lance Edgar 53746e9258 fix: remove 'email' extra from wuttjamaican dependency
since that no longer exists
2024-11-24 10:28:55 -06:00
Lance Edgar fab27e8153 fix: omit id attr when rendering hidden input for CSRF token
since there can be more than one of these, if multiple forms
2024-11-19 20:12:33 -06:00
Lance Edgar c89da0ee41 bump: version 0.14.0 → 0.14.1 2024-08-30 20:35:13 -05:00
Lance Edgar a54cfb46a7 fix: avoid exit prompt for configure when removing settings 2024-08-28 20:02:31 -05:00
Lance Edgar 749882671f fix: freeze default versions for buefy, vue-resource
needed for sanity
2024-08-28 19:51:55 -05:00
Lance Edgar 29a0d6ba24 fix: stop auto-trim for feedback message, user name
it's a good idea perhaps, but annoying
2024-08-28 19:34:14 -05:00
Lance Edgar 8f1eca6f48 bump: version 0.13.1 → 0.14.0 2024-08-27 22:17:48 -05: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 24f5ee1dcc bump: version 0.13.0 → 0.13.1 2024-08-26 14:52:43 -05:00
Lance Edgar 33bd36b70f fix: allow custom base template to add params to feedback form 2024-08-26 14:52:14 -05:00
Lance Edgar 0910153685 bump: version 0.12.1 → 0.13.0 2024-08-26 14:27:20 -05:00
Lance Edgar a010071985 feat: use native wuttjamaican app to send feedback email 2024-08-26 14:22:23 -05:00
Lance Edgar a377061da0 fix: tweak max image size for full logo on home, login pages
as it happens these are the same dimensions for the default logo
image.  they seem standard but i don't know much about that..
2024-08-25 20:27:43 -05:00
Lance Edgar 4934ed1d93 feat: add basic user feedback email mechanism
this definitely needs some more work.  using pyramid_mailer for
testing although not ready to declare that dependency.  for now this
is "broken" without it being installed.
2024-08-25 20:25:14 -05:00
Lance Edgar 8669ca2283 feat: add "progress" page for executing upgrades
show scrolling stdout from subprocess

nb. this does *not* show stderr, although that is captured
2024-08-25 15:52:29 -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 1a8900c9f4 feat: add basic progress page/indicator support
so far "delete results" (for Raw Settings) is the only use case.

user cancel is not yet supported
2024-08-24 19:28:13 -05:00
Lance Edgar 6fa8b0aeaa feat: add basic "delete results" grid tool
this is done synchronously with no progress indicator yet
2024-08-24 14:26:13 -05:00
Lance Edgar 6650ee698e feat: add initial views for upgrades
CRUD only so far, still need execute features
2024-08-24 11:29:52 -05:00
Lance Edgar 1804e74d13 feat: allow app db to be rattail-native instead of wutta-native
not sure if that's even a good idea, but it sort of works..  more
improvements would be needed, just saving the progress for now
2024-08-23 22:10:25 -05:00
Lance Edgar 43ad0ae1c1 fix: improve handling of boolean form fields 2024-08-23 20:38:46 -05:00
Lance Edgar 2503836ef5 fix: misc. improvements for display of grids, form errors 2024-08-23 19:23:40 -05:00
Lance Edgar bf2ca4b475 fix: use autocomplete for grid filter verb choices 2024-08-23 14:38:02 -05:00
Lance Edgar e332975ce9 feat: add per-row css class support for grids 2024-08-23 14:14:41 -05:00
Lance Edgar f6fb6957e3 feat: improve grid filter API a bit, support string/bool filters 2024-08-23 12:23:49 -05:00
Lance Edgar 4525f91c21 fix: small cleanup for grid filters template 2024-08-22 20:00:07 -05:00
Lance Edgar 2e5feeb6f4 fix: add once-button action for grid Reset View 2024-08-22 19:43:42 -05:00
Lance Edgar db5e4e88f6 fix: set sort defaults for users, roles 2024-08-22 19:38:33 -05:00
Lance Edgar 122c6650d5 fix: add override hook for base form template 2024-08-22 16:42:42 -05:00
Lance Edgar 60526f646a bump: version 0.12.0 → 0.12.1 2024-08-22 15:54:01 -05:00