| .. |
|
cli
|
docs: update leftover links for rattailproject.org => wuttaproject.org
|
2026-01-05 13:12:17 -06:00 |
|
db
|
fix: add assocation proxies for User.first_name and User.last_name
|
2026-02-17 14:04:51 -06:00 |
|
templates
|
fix: comment out app_title in default wutta.conf for installer
|
2026-01-27 16:29:31 -06:00 |
|
__init__.py
|
Remove make_config() from root namespace
|
2023-11-19 00:52:50 -06:00 |
|
_version.py
|
fix: format all code with black
|
2025-08-30 21:25:44 -05:00 |
|
app.py
|
fix: convert datetime values to local zone for app.render_date()
|
2026-02-25 15:14:56 -06:00 |
|
auth.py
|
feat: use bcrypt directly instead of passlib
|
2025-10-19 12:58:34 -05:00 |
|
batch.py
|
feat: drop timezone, assume UTC for all datetime values in DB
|
2025-12-15 16:25:09 -06:00 |
|
conf.py
|
fix: show deprecation warnings by default for 'wutt*' packages
|
2025-12-23 17:29:56 -06:00 |
|
diffs.py
|
fix: diff should use "intersection" of fields by default
|
2026-02-25 08:54:58 -06:00 |
|
email.py
|
test: make pylint happy
|
2025-12-20 23:09:22 -06:00 |
|
enum.py
|
fix: format all code with black
|
2025-08-30 21:25:44 -05:00 |
|
exc.py
|
First commit, basic config (with db) and app handler
|
2023-10-28 17:50:13 -05:00 |
|
install.py
|
fix: fix installer logic bug
|
2026-01-04 23:15:49 -06:00 |
|
people.py
|
fix: format all code with black
|
2025-08-30 21:25:44 -05:00 |
|
problems.py
|
fix: format all code with black
|
2025-08-30 21:25:44 -05:00 |
|
progress.py
|
fix: format all code with black
|
2025-08-30 21:25:44 -05:00 |
|
reports.py
|
fix: fix 'attribute-defined-outside-init' for pylint
|
2025-08-31 11:42:30 -05:00 |
|
testing.py
|
fix: add html flag param for app.render_datetime()
|
2025-12-31 19:08:28 -06:00 |
|
util.py
|
fix: avoid log warning if same entry point is found multiple times
|
2026-03-21 11:52:19 -05:00 |