3
0
Fork 0

Commit graph

  • c1afc3b3e3 fix: add person to template context for PersonView.view_profile() Lance Edgar 2024-08-15 18:36:31 -05:00
  • a8514da107 bump: version 0.6.0 → 0.7.0 v0.7.0 Lance Edgar 2024-08-15 16:20:21 -05:00
  • 9805f808da fix: add stub for PersonView.make_user() Lance Edgar 2024-08-15 15:47:05 -05:00
  • 17b8af27a7 fix: allow arbitrary kwargs for Form.render_vue_field() Lance Edgar 2024-08-15 15:02:12 -05:00
  • be8a45e543 fix: make some tweaks for better tailbone compatibility Lance Edgar 2024-08-15 02:10:08 -05:00
  • 058632ebeb feat: add sane views for 403 Forbidden and 404 Not Found Lance Edgar 2024-08-14 22:13:55 -05:00
  • e3942ce65e feat: add permission checks for menus, view routes Lance Edgar 2024-08-14 21:20:00 -05:00
  • 675b51cac2 feat: add first-time setup page to create admin user Lance Edgar 2024-08-14 18:29:08 -05:00
  • bc49392140 fix: prevent delete for built-in roles Lance Edgar 2024-08-14 16:58:08 -05:00
  • 330ee324ba feat: expose User password for editing in master views Lance Edgar 2024-08-14 15:55:10 -05:00
  • 230e2fd1ab feat: expose Role permissions for editing Lance Edgar 2024-08-14 15:10:54 -05:00
  • 97e914c2e0 feat: expose User "roles" for editing Lance Edgar 2024-08-13 21:43:56 -05:00
  • bdfa0197b2 feat: improve widget, rendering for Role notes Lance Edgar 2024-08-13 16:29:34 -05:00
  • b4b72d92aa bump: version 0.5.0 → 0.6.0 v0.6.0 Lance Edgar 2024-08-13 10:54:51 -05:00
  • 7ad6a9d5a0 feat: add basic Roles view Lance Edgar 2024-08-13 10:52:30 -05:00
  • eac3b81918 feat: add Users view; improve CRUD master for SQLAlchemy models Lance Edgar 2024-08-12 21:17:08 -05:00
  • 33589f1cd8 feat: add People view; improve CRUD master for SQLAlchemy models Lance Edgar 2024-08-11 18:21:02 -05:00
  • fc01fa283a feat: add basic support for SQLAlchemy model in master view Lance Edgar 2024-08-11 16:52:13 -05:00
  • 73014964cb feat: add basic Create support for CRUD master view Lance Edgar 2024-08-11 12:41:22 -05:00
  • c46b42f76d feat: add basic Delete support for CRUD master view Lance Edgar 2024-08-11 09:56:47 -05:00
  • 1a8fc8dd44 feat: add basic Edit support for CRUD master view Lance Edgar 2024-08-10 21:07:38 -05:00
  • 9e1fc6e57d fix: rename MasterView method to configure_grid() Lance Edgar 2024-08-10 16:45:37 -05:00
  • e0de4e9a65 feat: add auto-link (to "View") behavior for grid columns Lance Edgar 2024-08-10 16:45:12 -05:00
  • a361f07980 fix: replace default logo, favicon images Lance Edgar 2024-08-10 13:15:04 -05:00
  • 3d2aff7cc6 fix: tweak labels for Web Libraries config Lance Edgar 2024-08-07 21:08:31 -05:00
  • 4c467f5267 feat: add basic support for "view" part of CRUD Lance Edgar 2024-08-07 19:47:24 -05:00
  • 754e0989e4 feat: add basic Grid class, and /settings master view Lance Edgar 2024-08-07 14:00:53 -05:00
  • 2ad1ae9c49 bump: version 0.4.0 → 0.5.0 v0.5.0 Lance Edgar 2024-08-06 23:17:07 -05:00
  • 23d227b2c6 feat: add basic support for fanstatic / libcache Lance Edgar 2024-08-06 22:33:54 -05:00
  • d35e6e71c9 feat: expose Web Libraries in app info config page Lance Edgar 2024-08-06 19:59:30 -05:00
  • ed67cdb2d8 feat: add basic configure view for appinfo Lance Edgar 2024-08-06 18:52:54 -05:00
  • dd207a4a05 fix: bump min version for wuttjamaican Lance Edgar 2024-08-05 23:01:18 -05:00
  • 01aa08b33d bump: version 0.3.0 → 0.4.0 v0.4.0 Lance Edgar 2024-08-05 22:55:09 -05:00
  • 7766ca6b12 fix: add notfound() View method; auto-append trailing slash Lance Edgar 2024-08-05 21:58:31 -05:00
  • 9a739381ae feat: add basic App Info view (index only) Lance Edgar 2024-08-05 21:49:18 -05:00
  • 9ac4f7525e feat: add initial MasterView support Lance Edgar 2024-08-05 19:21:58 -05:00
  • f5891d36fa fix: bump min version for wuttjamaican Lance Edgar 2024-08-05 15:39:15 -05:00
  • 17df2c0f56 bump: version 0.2.0 → 0.3.0 v0.3.0 Lance Edgar 2024-08-05 15:32:46 -05:00
  • 0e0460b831 fix: allow custom user getter for new_request_set_user() hook Lance Edgar 2024-08-05 15:06:55 -05:00
  • fc339ba81b feat: add support for admin user to become / stop being root Lance Edgar 2024-08-05 14:21:54 -05:00
  • a2ba88ca8f feat: add view to change current user password Lance Edgar 2024-08-05 11:45:00 -05:00
  • 70d13ee1e7 feat: add basic logo, favicon images Lance Edgar 2024-08-05 08:44:02 -05:00
  • a505ef27fb feat: add auth views, for login/logout Lance Edgar 2024-08-04 23:09:29 -05:00
  • e296b50aa4 feat: add custom security policy, login/logout for pyramid Lance Edgar 2024-08-04 21:54:46 -05:00
  • c6f0007908 feat: add wuttaweb.views.essential module Lance Edgar 2024-08-04 20:39:42 -05:00
  • 95d3623a5e feat: add initial/basic forms support Lance Edgar 2024-08-04 20:35:41 -05:00
  • 0604651be5 feat: add wuttaweb.db module, with Session Lance Edgar 2024-08-04 15:34:23 -05:00
  • 3b6b317377 feat: add util.get_form_data() convenience function Lance Edgar 2024-08-04 14:55:32 -05:00
  • 26d44390a5 todo: should avoid building menus for non-traditional web apps Lance Edgar 2024-07-15 21:48:18 -05:00
  • 8ae140555a build: just run pytest, avoid tox when building release Lance Edgar 2024-07-14 11:10:54 -05:00
  • 5197fa9ae9 bump: version 0.1.0 → 0.2.0 v0.2.0 Lance Edgar 2024-07-14 11:09:15 -05:00
  • 1d113da45a feat: add "web handler" feature; it must get the menu handler Lance Edgar 2024-07-14 10:47:14 -05:00
  • 9c5320a31c docs: update project urls to wuttaproject.org Lance Edgar 2024-07-14 08:47:34 -05:00
  • ca2e0e88a6 docs: add link to test coverage report Lance Edgar 2024-07-13 20:57:25 -05:00
  • 60e8303d29 add basic support for menu handler Lance Edgar 2024-07-13 20:03:44 -05:00
  • 001179c87f docs: use markdown for project readme Lance Edgar 2024-07-12 21:54:36 -05:00
  • 2bd3879dae bump: 0.1.0 v0.1.0 Lance Edgar 2024-07-12 09:09:02 -05:00
  • c67a250eac docs: test commit for buildbot Lance Edgar 2024-07-12 00:38:39 -05:00
  • 3c429dea95 test: fix coverage command for tox Lance Edgar 2024-07-12 00:36:38 -05:00
  • 977c196f47 feat: basic support for WSGI app, views, templates Lance Edgar 2024-07-12 00:17:15 -05:00