3
0
Fork 0

Commit graph

  • 6515a0a224 fix: use span element for readonly money field widget render Lance Edgar 2024-12-28 21:18:10 -06:00
  • 84ab931081 fix: include grid filters for all column properties of model class Lance Edgar 2024-12-28 21:08:10 -06:00
  • c2efc1cd1a fix: use app handler to render error string, when progress fails Lance Edgar 2024-12-28 20:34:15 -06:00
  • 171e9f7488 fix: add schema node type, widget for "money" (currency) fields Lance Edgar 2024-12-28 20:33:56 -06:00
  • c4fe90834e fix: exclude FK fields by default, for model forms Lance Edgar 2024-12-28 18:56:04 -06:00
  • c800ebf4e4 fix: fix style for header title text Lance Edgar 2024-12-23 21:18:18 -06:00
  • ae6b72bf95 bump: version 0.18.0 → 0.19.0 v0.19.0 Lance Edgar 2024-12-23 21:14:31 -06:00
  • ede9ae60b4 fix: move CRUD header buttons toward center of screen Lance Edgar 2024-12-23 21:09:15 -06:00
  • 89ff90c60c docs: tweak readme (test commit) Lance Edgar 2024-12-23 20:17:36 -06:00
  • 95ff87fbf3 feat: add feature to edit email settings, basic message preview Lance Edgar 2024-12-23 19:24:17 -06:00
  • 3035d1f58a bump: version 0.17.2 → 0.18.0 v0.18.0 Lance Edgar 2024-12-18 22:33:42 -06:00
  • a132253cb1 feat: add basic support for running in ASGI context Lance Edgar 2024-12-18 15:09:16 -06:00
  • b6d5ffa8ce feat: add support for running via uvicorn; wutta webapp command Lance Edgar 2024-12-18 11:28:08 -06:00
  • 3fabc0a141 bump: version 0.17.1 → 0.17.2 v0.17.2 Lance Edgar 2024-12-17 16:42:56 -06:00
  • abec06c63c fix: add basic support for grid filters for Date fields Lance Edgar 2024-12-17 16:31:33 -06:00
  • 5493dfeae8 fix: fix style bug for grid "add filter" autocomplete Lance Edgar 2024-12-16 20:29:12 -06:00
  • 8ac414162d bump: version 0.17.0 → 0.17.1 v0.17.1 Lance Edgar 2024-12-16 12:33:27 -06:00
  • 4e71420781 fix: tweak wording for batch execution Lance Edgar 2024-12-15 02:46:22 -06:00
  • 863a8814e1 fix: let view subclass more easily inject kwargs for make_batch() Lance Edgar 2024-12-15 02:28:22 -06:00
  • 180acc509f bump: version 0.16.2 → 0.17.0 v0.17.0 Lance Edgar 2024-12-15 00:48:07 -06:00
  • 30671fcd78 fix: add handling for decimal values and lists, in make_json_safe() Lance Edgar 2024-12-14 23:56:36 -06:00
  • dd1fd8c0ce feat: add basic support for batch execution Lance Edgar 2024-12-14 20:42:57 -06:00
  • e3beb9953d feat: add basic support for rows grid for master, batch views Lance Edgar 2024-12-14 10:38:49 -06:00
  • 5006c97b4b feat: add basic master view class for batches Lance Edgar 2024-12-13 22:20:04 -06:00
  • d72a2a15ec fix: fix behavior when editing Roles for a User Lance Edgar 2024-12-12 20:07:49 -06:00
  • e952e1031e fix: add basic views for raw Permissions Lance Edgar 2024-12-12 19:24:36 -06:00
  • 3cad7f1b13 fix: improve support for date, datetime fields in grids, forms Lance Edgar 2024-12-12 15:15:00 -06:00
  • eda2326a97 fix: add way to set field widgets using pseudo-type Lance Edgar 2024-12-11 23:05:25 -06:00
  • bf8397ba23 fix: add support for date, datetime form fields Lance Edgar 2024-12-11 22:38:51 -06:00
  • fce1bf9de4 fix: make dropdown widgets as wide as other text fields in main form Lance Edgar 2024-12-11 22:30:03 -06:00
  • 7fc5d84abd fix: add fallback instance title Lance Edgar 2024-12-11 22:29:20 -06:00
  • 6e4f390f3f fix: display "global" errors at top of form, if present Lance Edgar 2024-12-11 22:28:32 -06:00
  • 448dc9fc79 fix: add make_form() and make_grid() methods on web handler Lance Edgar 2024-12-11 22:06:33 -06:00
  • 74e2a4f0e2 fix: correct "empty option" behavior for ObjectRef schema type Lance Edgar 2024-12-11 09:48:50 -06:00
  • 16ed125113 fix: use fanstatic to serve built-in images by default Lance Edgar 2024-12-10 16:54:02 -06:00
  • 783d4dc8ef bump: version 0.16.1 → 0.16.2 v0.16.2 Lance Edgar 2024-12-10 12:33:18 -06:00
  • ddec30905e test: add test for make_json_safe() with uuid value Lance Edgar 2024-12-10 12:15:00 -06:00
  • 40562c126e fix: add GridWidget and form.set_grid() for convenience Lance Edgar 2024-12-09 20:56:09 -06:00
  • f68fe26ada fix: add "is false or null" grid filter, for nullable bool columns Lance Edgar 2024-12-08 18:43:40 -06:00
  • a9caf3f970 fix: remove Person column for Person.users grid display Lance Edgar 2024-12-08 18:08:55 -06:00
  • 18484a72ac fix: flatten UUID to str for make_json_safe() Lance Edgar 2024-12-08 18:08:41 -06:00
  • 663f438e4e bump: version 0.16.0 → 0.16.1 v0.16.1 Lance Edgar 2024-12-08 00:12:08 -06:00
  • fd35f439ec fix: refactor to reflect usage of proper UUID values Lance Edgar 2024-12-08 00:11:30 -06:00
  • 805ce5966f bump: version 0.15.0 → 0.16.0 v0.16.0 Lance Edgar 2024-12-05 08:07:43 -06:00
  • 5c06353fa3 fix: add option for People entry in the Admin menu Lance Edgar 2024-12-03 21:32:46 -06:00
  • 352afc1e22 fix: fix handling of Upgrade.uuid Lance Edgar 2024-12-03 21:29:05 -06:00
  • 48a473e540 build: update project metadata Lance Edgar 2024-12-03 21:21:34 -06:00
  • dcdc0e7dab fix: improve support for random objects with grid, master view Lance Edgar 2024-11-25 19:11:41 -06:00
  • ba9021c990 feat: add get_template_context() method for master view Lance Edgar 2024-11-25 19:10:58 -06:00
  • 6085ea78ec fix: hide CRUD header buttons if master view does not allow Lance Edgar 2024-11-25 18:45:36 -06:00
  • 38e5d9eb38 bump: version 0.14.2 → 0.15.0 v0.15.0 Lance Edgar 2024-11-24 19:10:18 -06:00
  • 3d9fbd598e fix: fix default form value logic for bool checkbox fields Lance Edgar 2024-11-24 17:20:29 -06:00
  • 24ddb7b905 feat: add logic to prevent edit for some user accounts Lance Edgar 2024-11-24 17:19:50 -06:00
  • 6fd6229a9e fix: always use configured app dist for appinfo/index page Lance Edgar 2024-11-24 13:56:02 -06:00
  • ec75435704 bump: version 0.14.1 → 0.14.2 v0.14.2 Lance Edgar 2024-11-24 10:30:40 -06:00
  • 53746e9258 fix: remove 'email' extra from wuttjamaican dependency Lance Edgar 2024-11-24 10:28:55 -06:00
  • fab27e8153 fix: omit id attr when rendering hidden input for CSRF token Lance Edgar 2024-11-19 20:12:33 -06:00
  • c89da0ee41 bump: version 0.14.0 → 0.14.1 v0.14.1 Lance Edgar 2024-08-30 20:35:13 -05:00
  • a54cfb46a7 fix: avoid exit prompt for configure when removing settings Lance Edgar 2024-08-28 20:02:31 -05:00
  • 749882671f fix: freeze default versions for buefy, vue-resource Lance Edgar 2024-08-28 19:51:55 -05:00
  • 29a0d6ba24 fix: stop auto-trim for feedback message, user name Lance Edgar 2024-08-28 19:34:14 -05:00
  • 8f1eca6f48 bump: version 0.13.1 → 0.14.0 v0.14.0 Lance Edgar 2024-08-27 22:17:48 -05:00
  • 71728718d8 feat: add basic support for wutta-continuum Lance Edgar 2024-08-27 21:11:44 -05:00
  • 24f5ee1dcc bump: version 0.13.0 → 0.13.1 v0.13.1 Lance Edgar 2024-08-26 14:52:43 -05:00
  • 33bd36b70f fix: allow custom base template to add params to feedback form Lance Edgar 2024-08-26 14:52:14 -05:00
  • 0910153685 bump: version 0.12.1 → 0.13.0 v0.13.0 Lance Edgar 2024-08-26 14:27:20 -05:00
  • a010071985 feat: use native wuttjamaican app to send feedback email Lance Edgar 2024-08-26 13:21:05 -05:00
  • a377061da0 fix: tweak max image size for full logo on home, login pages Lance Edgar 2024-08-25 20:27:43 -05:00
  • 4934ed1d93 feat: add basic user feedback email mechanism Lance Edgar 2024-08-25 20:25:14 -05:00
  • 8669ca2283 feat: add "progress" page for executing upgrades Lance Edgar 2024-08-25 15:52:29 -05:00
  • e5e31a7d32 feat: add basic support for execute upgrades, download stdout/stderr Lance Edgar 2024-08-25 12:20:28 -05:00
  • 1a8900c9f4 feat: add basic progress page/indicator support Lance Edgar 2024-08-24 19:28:13 -05:00
  • 6fa8b0aeaa feat: add basic "delete results" grid tool Lance Edgar 2024-08-24 14:26:13 -05:00
  • 6650ee698e feat: add initial views for upgrades Lance Edgar 2024-08-24 11:29:52 -05:00
  • 1804e74d13 feat: allow app db to be rattail-native instead of wutta-native Lance Edgar 2024-08-23 22:10:25 -05:00
  • 43ad0ae1c1 fix: improve handling of boolean form fields Lance Edgar 2024-08-23 20:38:46 -05:00
  • 2503836ef5 fix: misc. improvements for display of grids, form errors Lance Edgar 2024-08-23 19:23:40 -05:00
  • bf2ca4b475 fix: use autocomplete for grid filter verb choices Lance Edgar 2024-08-23 14:38:02 -05:00
  • e332975ce9 feat: add per-row css class support for grids Lance Edgar 2024-08-23 14:14:41 -05:00
  • f6fb6957e3 feat: improve grid filter API a bit, support string/bool filters Lance Edgar 2024-08-23 12:10:51 -05:00
  • 4525f91c21 fix: small cleanup for grid filters template Lance Edgar 2024-08-22 20:00:07 -05:00
  • 2e5feeb6f4 fix: add once-button action for grid Reset View Lance Edgar 2024-08-22 19:43:42 -05:00
  • db5e4e88f6 fix: set sort defaults for users, roles Lance Edgar 2024-08-22 19:38:33 -05:00
  • 122c6650d5 fix: add override hook for base form template Lance Edgar 2024-08-22 16:42:42 -05:00
  • 60526f646a bump: version 0.12.0 → 0.12.1 v0.12.1 Lance Edgar 2024-08-22 15:54:01 -05:00
  • 5ec065d9cd fix: improve home, login page styles for large logo image Lance Edgar 2024-08-22 15:49:52 -05:00
  • fab87d3303 bump: version 0.11.0 → 0.12.0 v0.12.0 Lance Edgar 2024-08-22 14:51:08 -05:00
  • a5c2931085 feat: add "copy link" button for sharing a grid view Lance Edgar 2024-08-22 14:45:25 -05:00
  • 1443f5253f feat: add initial support for proper grid filters Lance Edgar 2024-08-22 13:50:29 -05:00
  • 9751bf4c2e feat: add initial filtering logic to grid class Lance Edgar 2024-08-21 20:15:23 -05:00
  • a042d511fb feat: add "searchable" column support for grids Lance Edgar 2024-08-21 15:50:36 -05:00
  • 770c4612d5 feat: improve page linkage between role/user/person Lance Edgar 2024-08-21 14:38:34 -05:00
  • 9d261de45a feat: add basic autocomplete support, for Person Lance Edgar 2024-08-21 11:46:38 -05:00
  • 4bf2bb42fb fix: cleanup templates for home, login pages Lance Edgar 2024-08-21 00:06:10 -05:00
  • a34b01a6c4 fix: cleanup logic for appinfo/configure Lance Edgar 2024-08-20 23:01:46 -05:00
  • 1b4aaacc10 fix: expose settings for app node title, type Lance Edgar 2024-08-20 22:15:11 -05:00
  • d15ac46184 fix: show installed python packages on appinfo page Lance Edgar 2024-08-20 21:26:38 -05:00
  • 3665d69e0c fix: tweak login form to stop extending size of background card Lance Edgar 2024-08-20 20:41:41 -05:00
  • 2d9757f677 fix: add setting to auto-redirect anon users to login, from home page Lance Edgar 2024-08-20 20:16:19 -05:00
  • e9d59062ca fix: add form padding, validators for /configure pages Lance Edgar 2024-08-20 19:02:00 -05:00