Lance Edgar
3579bebdeb
bump: version 0.10.1 → 0.10.2
2024-08-19 13:56:58 -05:00
Lance Edgar
f7e371d21d
fix: add render_vue_finalize()
methods for grids, forms
...
to make the templates just that much cleaner
2024-08-19 13:40:23 -05:00
Lance Edgar
784f974c0d
fix: avoid error when checking model for column property
...
assocation proxy sometimes throws a wrench in that..
2024-08-19 12:42:14 -05:00
Lance Edgar
dce91a3a96
bump: version 0.10.0 → 0.10.1
2024-08-19 12:00:46 -05:00
Lance Edgar
1efaca4e52
fix: make util.get_model_fields()
work with more model classes
...
should not restrict to classes inheriting from wuttjamaican base, any
sqlalchemy class should work
2024-08-19 11:48:52 -05:00
Lance Edgar
4643aa3e3c
docs: various improvements to docs, per dust settling
2024-08-19 11:47:21 -05:00
Lance Edgar
91e10274ea
bump: version 0.9.0 → 0.10.0
2024-08-18 19:58:13 -05:00
Lance Edgar
8d6f4ad368
feat: add multi-column sorting (frontend or backend) for grids
2024-08-18 19:52:11 -05:00
Lance Edgar
58f7a862a2
feat; add single-column sorting (frontend or backend) for grids
2024-08-18 14:05:10 -05:00
Lance Edgar
f21efbab9f
fix: improve grid display when data is empty
2024-08-17 11:48:06 -05:00
Lance Edgar
f9fad67f4a
bump: version 0.8.1 → 0.9.0
2024-08-16 22:53:17 -05:00
Lance Edgar
d151758c48
feat: add backend pagination support for grids
2024-08-16 22:52:24 -05:00
Lance Edgar
dd3d640b1c
feat: add initial/basic pagination for grids
...
so far this is only for client-side pagination; which means *all* grid
data is dumped to JSON for Vue access. backend pagination coming soon
2024-08-16 18:19:24 -05:00
Lance Edgar
7feaa844af
bump: version 0.8.0 → 0.8.1
2024-08-15 23:14:42 -05:00
Lance Edgar
429f3c69b5
fix: improve backward compat for util.get_liburl()
...
ready to drop the old logic from tailbone
2024-08-15 23:03:39 -05:00
Lance Edgar
f5ac66f264
bump: version 0.7.0 → 0.8.0
2024-08-15 21:14:52 -05:00
Lance Edgar
cd706821b2
feat: add form/grid label auto-overrides for master view
2024-08-15 20:51:36 -05:00
Lance Edgar
c1afc3b3e3
fix: add person
to template context for PersonView.view_profile()
...
for tailbone compat
2024-08-15 18:36:31 -05:00
Lance Edgar
a8514da107
bump: version 0.6.0 → 0.7.0
2024-08-15 16:20:21 -05:00
Lance Edgar
9805f808da
fix: add stub for PersonView.make_user()
...
for tailbone compat, but pretty sure we'll want this too
2024-08-15 15:47:05 -05:00
Lance Edgar
17b8af27a7
fix: allow arbitrary kwargs for Form.render_vue_field()
...
for tailbone compat
2024-08-15 15:02:12 -05:00
Lance Edgar
be8a45e543
fix: make some tweaks for better tailbone compatibility
...
this is the result of minimally testing the PersonView from wutta,
configured via a tailbone app.
had to add the `view_profile()` stub, pretty sure we want that..?
2024-08-15 02:10:08 -05:00
Lance Edgar
058632ebeb
feat: add sane views for 403 Forbidden and 404 Not Found
2024-08-14 22:13:55 -05:00
Lance Edgar
e3942ce65e
feat: add permission checks for menus, view routes
2024-08-14 21:20:00 -05:00
Lance Edgar
675b51cac2
feat: add first-time setup page to create admin user
2024-08-14 18:29:08 -05:00
Lance Edgar
bc49392140
fix: prevent delete for built-in roles
2024-08-14 17:03:51 -05:00
Lance Edgar
330ee324ba
feat: expose User password for editing in master views
2024-08-14 15:55:10 -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
b4b72d92aa
bump: version 0.5.0 → 0.6.0
2024-08-13 10:54:51 -05:00
Lance Edgar
7ad6a9d5a0
feat: add basic Roles view
...
can't edit user/role/perm mappings yet, just minimal CRUD
2024-08-13 10:52:30 -05:00
Lance Edgar
eac3b81918
feat: add Users view; improve CRUD master for SQLAlchemy models
2024-08-12 21:17:08 -05:00
Lance Edgar
33589f1cd8
feat: add People view; improve CRUD master for SQLAlchemy models
2024-08-11 18:21:02 -05:00
Lance Edgar
fc01fa283a
feat: add basic support for SQLAlchemy model in master view
...
must more to be done for this yet, but basics are in place for the
Setting view
2024-08-11 16:52:47 -05:00
Lance Edgar
73014964cb
feat: add basic Create support for CRUD master view
2024-08-11 12:43:48 -05:00
Lance Edgar
c46b42f76d
feat: add basic Delete support for CRUD master view
2024-08-11 09:57:01 -05:00
Lance Edgar
1a8fc8dd44
feat: add basic Edit support for CRUD master view
2024-08-10 21:07:38 -05:00
Lance Edgar
9e1fc6e57d
fix: rename MasterView method to configure_grid()
...
still not 100% sure about this, `index_configure_grid()` is more
explicit, but this will be a common method to override so probably the
shorter name is better
2024-08-10 16:45:37 -05:00
Lance Edgar
e0de4e9a65
feat: add auto-link (to "View") behavior for grid columns
2024-08-10 16:45:12 -05:00
Lance Edgar
a361f07980
fix: replace default logo, favicon images
...
these files are based on one found in Wikipedia at
https://commons.wikimedia.org/wiki/File:Aelse_7.jpg
as of writing it was licensed under the "Creative Commons Attribution
2.0 Generic" license,
cf. https://creativecommons.org/licenses/by/2.0/deed.en
author listed as Josef F. Stuefer, cf.
https://www.flickr.com/photos/20375052@N00
2024-08-10 13:28:22 -05:00
Lance Edgar
3d2aff7cc6
fix: tweak labels for Web Libraries config
2024-08-07 21:08:31 -05:00
Lance Edgar
4c467f5267
feat: add basic support for "view" part of CRUD
...
still no SQLAlchemy yet, view must be explicit about data/model. but
should support simple dict records, which will be needed in a few
places anyway
2024-08-07 19:47:24 -05:00
Lance Edgar
754e0989e4
feat: add basic Grid
class, and /settings master view
2024-08-07 14:00:53 -05:00
Lance Edgar
2ad1ae9c49
bump: version 0.4.0 → 0.5.0
2024-08-06 23:17:07 -05:00
Lance Edgar
23d227b2c6
feat: add basic support for fanstatic / libcache
2024-08-06 22:33:54 -05:00
Lance Edgar
d35e6e71c9
feat: expose Web Libraries in app info config page
...
get away from that CDN, hopefully speeds things up etc.
2024-08-06 20:53:23 -05:00
Lance Edgar
ed67cdb2d8
feat: add basic configure view for appinfo
2024-08-06 20:48:46 -05:00
Lance Edgar
dd207a4a05
fix: bump min version for wuttjamaican
2024-08-05 23:01:18 -05:00
Lance Edgar
01aa08b33d
bump: version 0.3.0 → 0.4.0
2024-08-05 22:55:09 -05:00