1
0
Fork 0
Commit graph

33 commits

Author SHA1 Message Date
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 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 60526f646a bump: version 0.12.0 → 0.12.1 2024-08-22 15:54:01 -05:00
Lance Edgar fab87d3303 bump: version 0.11.0 → 0.12.0 2024-08-22 14:51:08 -05:00
Lance Edgar 8bcb556abb bump: version 0.10.2 → 0.11.0 2024-08-20 15:05:12 -05:00
Lance Edgar 3579bebdeb bump: version 0.10.1 → 0.10.2 2024-08-19 13:56:58 -05:00
Lance Edgar dce91a3a96 bump: version 0.10.0 → 0.10.1 2024-08-19 12:00:46 -05:00
Lance Edgar 91e10274ea bump: version 0.9.0 → 0.10.0 2024-08-18 19:58:13 -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 f9fad67f4a bump: version 0.8.1 → 0.9.0 2024-08-16 22:53:17 -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 f5ac66f264 bump: version 0.7.0 → 0.8.0 2024-08-15 21:14:52 -05:00
Lance Edgar a8514da107 bump: version 0.6.0 → 0.7.0 2024-08-15 16:20:21 -05:00
Lance Edgar b4b72d92aa bump: version 0.5.0 → 0.6.0 2024-08-13 10:54:51 -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 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 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
Lance Edgar f5891d36fa fix: bump min version for wuttjamaican 2024-08-05 15:39:15 -05:00
Lance Edgar 17df2c0f56 bump: version 0.2.0 → 0.3.0 2024-08-05 15:32:46 -05:00
Lance Edgar a2ba88ca8f feat: add view to change current user password 2024-08-05 11:45:00 -05:00
Lance Edgar 95d3623a5e feat: add initial/basic forms support 2024-08-05 00:12:17 -05:00
Lance Edgar 0604651be5 feat: add wuttaweb.db module, with Session 2024-08-04 20:32:08 -05:00
Lance Edgar 5197fa9ae9 bump: version 0.1.0 → 0.2.0 2024-07-14 11:10:10 -05:00
Lance Edgar 1d113da45a feat: add "web handler" feature; it must get the menu handler
this makes more sense than (potentially) adding a whole bunch of
methods to the app handler.

also fix entry point for app provider, per wj changes
2024-07-14 11:07:50 -05:00
Lance Edgar 9c5320a31c docs: update project urls to wuttaproject.org 2024-07-14 08:47:34 -05:00
Lance Edgar 60e8303d29 add basic support for menu handler
default menu is not yet useful, but the handler mostly works.  except
for actual auth/perm checks since we have no users yet!
2024-07-13 20:03:44 -05:00
Lance Edgar 001179c87f docs: use markdown for project readme
also, test commit for forgejo -> kallithea git flow
2024-07-12 21:54:36 -05:00
Lance Edgar 2bd3879dae bump: 0.1.0 2024-07-12 09:09:02 -05:00
Lance Edgar 977c196f47 feat: basic support for WSGI app, views, templates
also docs + tests for what we have so far
2024-07-12 00:17:15 -05:00