viur-vi
viur-vi copied to clipboard
Visual administration interface for ViUR as web-app, with the ability to generate its input masks and data structures automatically from the underlying data model.
The EditWidget must be refactored to fullfill different requirements for later use. - Bones should not be re-rendered on any actions and handle errors more consequently - The differences between...
When cloning an entry, the form must use the structure from an addSkel, not an editSkel. Currently, we simply use the editForm and reset its Key to None (so data...
A local development server can be exposed to the network using ```bash dev_appserver.py -A myproject-viur --log_level=debug --host myhost --enable_host_checking=0 . ``` The front page can be viewed with http://myhost:8080 or,...
As the problem came up in #11, it will be useful to merge these two priority queues into one single solution. This means a huger refactoring because the function parameters...
In my local vi directory I discovered this file [`version.json`](https://github.com/viur-framework/viur-vi/blob/8903d9a955b03a4605b4a13a094050e881301f34/vi/version.json) and wondered about the old version number, although I have installed the latest (v3.0.37). I don't know what this file...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [pygments](https://github.com/pygments/pygments) from 2.9.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...