Lance Edgar lance
  • Joined on 2024-07-12
lance pushed to master at rattail/tailbone 2024-12-16 12:47:06 -06:00
950db697a0 bump: version 0.22.4 → 0.22.5
lance pushed tag v0.20.2 to rattail/rattail 2024-12-16 12:46:17 -06:00
lance pushed to master at rattail/rattail 2024-12-16 12:46:12 -06:00
370af2bc45 bump: version 0.20.1 → 0.20.2
lance pushed tag v0.17.1 to wutta/wuttaweb 2024-12-16 12:45:35 -06:00
lance pushed to master at wutta/wuttaweb 2024-12-16 12:45:32 -06:00
8ac414162d bump: version 0.17.0 → 0.17.1
lance pushed to master at wutta/wuttasync 2024-12-15 21:15:30 -06:00
435497eca3 fix: make --input-path optional for import/export commands
lance pushed to master at wutta/wuttaweb 2024-12-15 02:46:34 -06:00
4e71420781 fix: tweak wording for batch execution
lance pushed to master at wutta/wuttaweb 2024-12-15 02:30:54 -06:00
863a8814e1 fix: let view subclass more easily inject kwargs for make_batch()
lance pushed tag v0.17.0 to wutta/wuttaweb 2024-12-15 00:48:36 -06:00
lance pushed to master at wutta/wuttaweb 2024-12-15 00:48:33 -06:00
180acc509f bump: version 0.16.2 → 0.17.0
30671fcd78 fix: add handling for decimal values and lists, in make_json_safe()
dd1fd8c0ce feat: add basic support for batch execution
e3beb9953d feat: add basic support for rows grid for master, batch views
5006c97b4b feat: add basic master view class for batches
Compare 5 commits »
lance pushed tag v0.18.0 to wutta/wuttjamaican 2024-12-15 00:45:42 -06:00
lance pushed to master at wutta/wuttjamaican 2024-12-15 00:45:39 -06:00
f50e0e7b99 bump: version 0.17.1 → 0.18.0
3585eca65b fix: add basic execution methods for batch handler
a514d9cfba feat: add basic batch feature, data model and partial handler
51accc5a93 feat: add basic db handler, for tracking counter values
Compare 4 commits »
lance pushed to master at rattail/rattail 2024-12-12 21:28:21 -06:00
214e83b1cb fix: force sorting of (sub)commands when displaying with --help
lance pushed to master at wutta/wuttaweb 2024-12-12 20:08:17 -06:00
d72a2a15ec fix: fix behavior when editing Roles for a User
lance pushed to master at wutta/wuttaweb 2024-12-12 19:33:17 -06:00
e952e1031e fix: add basic views for raw Permissions
lance pushed to master at wutta/wuttaweb 2024-12-12 15:16:04 -06:00
3cad7f1b13 fix: improve support for date, datetime fields in grids, forms
lance pushed to master at wutta/wuttjamaican 2024-12-12 10:00:37 -06:00
80a983f812 fix: add render_date(), render_datetime() methods for app handler
lance pushed to master at wutta/wuttaweb 2024-12-11 23:30:37 -06:00
eda2326a97 fix: add way to set field widgets using pseudo-type
bf8397ba23 fix: add support for date, datetime form fields
fce1bf9de4 fix: make dropdown widgets as wide as other text fields in main form
7fc5d84abd fix: add fallback instance title
6e4f390f3f fix: display "global" errors at top of form, if present
Compare 7 commits »
lance closed issue wutta/wuttaweb#1 2024-12-10 17:09:10 -06:00
Images should be served via fanstatic
lance commented on issue wutta/wuttaweb#1 2024-12-10 17:09:10 -06:00
Images should be served via fanstatic

Using fanstatic now for default images, and it does seem to make my browser smarter about caching the main logo when visiting the demo..

So probably this was the right move; older static…