Lance Edgar lance
  • Joined on 2024-07-12
lance pushed to master at wutta/wuttaweb 2026-01-03 17:38:12 -06:00
051d2c05d5 bump: version 0.27.0 → 0.27.1
lance pushed tag v0.5.0 to wutta/wuttasync 2026-01-03 17:35:55 -06:00
lance pushed to master at wutta/wuttasync 2026-01-03 17:35:52 -06:00
30f119ffc7 bump: version 0.4.0 → 0.5.0
lance pushed tag v0.28.3 to wutta/wuttjamaican 2026-01-03 17:34:02 -06:00
lance pushed to master at wutta/wuttjamaican 2026-01-03 17:33:57 -06:00
3b096061e3 bump: version 0.28.2 → 0.28.3
lance pushed to master at wutta/wuttapos 2026-01-03 17:21:29 -06:00
f60d6e7516 docs: add basic install docs for server component
lance pushed to master at wutta/wuttasync 2026-01-03 16:10:03 -06:00
b1fdf488ad docs: add docs for wutta export-csv command
lance pushed to master at wutta/wuttasync 2026-01-03 15:48:04 -06:00
61deaad251 feat: add support for wutta export-csv command
c873cc462e fix: add actioner property for ImportHandler
Compare 2 commits »
lance pushed to master at wutta/wuttaweb 2026-01-03 15:42:29 -06:00
ec19531518 fix: add separate def for middle buttons on App Info page
lance pushed to master at wutta/wuttaweb 2026-01-02 22:01:41 -06:00
aa98267178 fix: expose version history for site admin in default setup
lance pushed to master at wutta/wuttjamaican 2026-01-02 22:01:10 -06:00
2801dc67a9 fix: declare template paths as class attr for install handler
lance pushed to master at wutta/wuttaweb 2026-01-02 19:40:37 -06:00
9b5b7ad9a7 fix: only show execution panel if batch view supports it
6fd4e15ca2 fix: remove the Users field for create/edit Person
90784cecb2 fix: only show "create row" button if batch view supports it
fa2a90c9cc fix: show proper batch status text, from enum
cbfa7f652f fix: use wutta hint from model, for master view title
Compare 6 commits »
lance pushed to master at wutta/wuttjamaican 2026-01-02 19:00:56 -06:00
7a5d0b8e67 fix: tweak KeyError message for ModelBase
lance commented on issue wutta/wuttjamaican#3 2026-01-02 11:49:45 -06:00
quickstart: LookupError: No section 'main' (prefixed by 'server') found in config

One more thing, worth saying here since it's not documented anywhere yet I think.

The default web server is WSGI and a bit sluggish. A much better experience is had if you first:

pip…
lance commented on issue wutta/wuttjamaican#2 2026-01-02 10:43:14 -06:00
Add narrative documentation for running migrations

Yeah I guess the closest thing to it currently is at https://docs.wuttaproject.org/wuttjamaican/narr/db/app.html#install-the-schema

It's kind of a broad topic potentially so ultimately the…

lance commented on issue wutta/wuttjamaican#3 2026-01-02 10:39:00 -06:00
quickstart: LookupError: No section 'main' (prefixed by 'server') found in config

Issue here is using the wrong config file; there is a web.conf which should be used for running the web app:

bin/wutta -c app/web.conf webapp -r

Probably something could be improved in…

lance closed issue wutta/wuttjamaican#1 2026-01-02 10:34:13 -06:00
Quickstart should at least mention needing to set up DB
lance commented on issue wutta/wuttjamaican#1 2026-01-02 10:34:13 -06:00
Quickstart should at least mention needing to set up DB

Yeah this whole story could be improved. The installer currently expects you to give it "connection credentials" which aren't necessarily privileged enough to create a database; hence you must do…

lance pushed to master at wutta/wuttjamaican 2026-01-02 10:32:23 -06:00
db104aeefb docs: add bold note about creating DB before running installer
lance pushed to master at wutta/wuttjamaican 2026-01-02 10:26:51 -06:00
51d22df1c9 fix: use bold text for "DB must already exist" warning in installer