substanced
substanced copied to clipboard
An application server based on the Pyramid web framework (http://substanced.net)
~~Builds atop changes in #307. I will rebase this PR once that one merges.~~ Rebased after merge of #307. Coverage is at 100%, and all tests pass for `py38` through...
- Drop old Python versions (< 3.8), add newer ones (up to 3.12). - Remove all the "straddle" compatibility stuff FBO Python 2.7 - Pin `pyramid` < 2.0dev, until it...
When using auto naming folders one would expect the new items to be named based on the naming convention for that folder which doesn't happen.
If you try and copy something to the same folder as the item you are copying it will always error as the name is not changed. Copy shouldn't be allowed...
If you modify the name for an object (eg document) on the properties tab there is an undo button. If you click on the undo button then you get a...
It may be the long term goal to switch from paster to cookiecutter to simplify installing. But you shouldn't need to install Substance D somewhere just to get the scaffold....
In case if someone didn't fill the initial params in config file, in this particular case it was `substanced.initial_login`, he/she will get quite confusing traceback. I guess it would be...
This is probably a matter of style but the scaffold suggests that retail views should always call the master template in order to use macros and slots. I think that...
I defined three content types, each deriving from `substanced.file.File` (see https://gist.github.com/tseaver/4857cac66e274c9b3117). When adding them using custom add views, the correct schemas are displayed. However, for both the `Bill` and `Contract`...
Should it be ``__title__`?