Martin Mahner
|
2fdb6f44f8
|
Merge remote-tracking branch 'origin/master'
|
2019-12-08 18:24:15 +01:00 |
|
Martin Mahner
|
c02ad94d70
|
Fix autobuild port forw
|
2019-12-08 18:21:42 +01:00 |
|
Martin Mahner
|
7681439f0c
|
Update MANIFEST.in
|
2019-12-08 17:49:27 +01:00 |
|
Martin Mahner
|
462e515d80
|
Create FUNDING.yml
|
2019-12-08 17:12:50 +01:00 |
|
Martin Mahner
|
d8e3d62f29
|
More cleanup and more helper
|
2019-12-08 12:47:39 +01:00 |
|
Martin Mahner
|
5b01abbf82
|
Don't include local settings in Dist
|
2019-12-08 12:30:47 +01:00 |
|
Martin Mahner
|
21094ae061
|
Release helper
|
2019-12-08 10:29:33 +01:00 |
|
Martin Mahner
|
652d20a28f
|
Fix Detail Form Post. Use shorthand super().
|
2019-12-08 10:22:35 +01:00 |
|
Martin Mahner
|
4930a4cd5a
|
Fix import
|
2019-12-08 10:13:39 +01:00 |
|
Martin Mahner
|
b87df891ee
|
Update package.lock
|
2019-12-08 10:12:20 +01:00 |
|
Martin Mahner
|
6741ccc6b4
|
Translate error pages.
|
2019-12-08 09:18:45 +01:00 |
|
Martin Mahner
|
0c9b346c4d
|
Add cache control headers with respect to Snippet expire time.
|
2019-12-08 09:07:23 +01:00 |
|
Martin Mahner
|
a8574613ab
|
Purge orphaned one time snippets.
|
2019-12-07 20:19:54 +01:00 |
|
Martin Mahner
|
77abb94fc6
|
Merge remote-tracking branch 'origin/master'
|
2019-12-07 17:04:52 +01:00 |
|
Martin Mahner
|
3de7837ac2
|
Extra context variables
|
2019-12-07 17:04:44 +01:00 |
|
Martin Mahner
|
7fe294c5c1
|
Update README.rst
|
2019-12-07 13:12:06 +01:00 |
|
Martin Mahner
|
101060e6e5
|
Document Docker installation
|
2019-12-07 13:03:18 +01:00 |
|
Martin Mahner
|
f86f298a03
|
Try to automate migrations.
|
2019-12-07 12:21:04 +01:00 |
|
Martin Mahner
|
e3d4725e52
|
Fix Django 3.0 tests with CSP issues
|
2019-12-07 12:05:53 +01:00 |
|
Martin Mahner
|
6d8c0fd78e
|
Merge remote-tracking branch 'origin/master'
|
2019-12-07 11:50:23 +01:00 |
|
Martin Mahner
|
716643288b
|
Delete .env
|
2019-12-07 11:50:09 +01:00 |
|
Martin Mahner
|
c9ab955545
|
Drop pipenv in favor of Docker/Virtualenv.
Basically https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/
|
2019-12-07 11:37:30 +01:00 |
|
Martin Mahner
|
dc3e797be8
|
Further cleanup along settings and debris.
|
2019-12-07 09:38:07 +01:00 |
|
Martin Mahner
|
27ff3fb89e
|
Editorconfig
|
2019-12-07 09:37:24 +01:00 |
|
Martin Mahner
|
243c492097
|
No need to test out of support Djangos.
|
2019-12-07 07:57:35 +01:00 |
|
Martin Mahner
|
da13a8ce63
|
Don't expose production url.
|
2019-12-07 07:50:29 +01:00 |
|
Martin Mahner
|
0d02049951
|
Fixed slug test.
|
2019-12-07 07:50:19 +01:00 |
|
Martin Mahner
|
e54790c8f9
|
Quote cleanup, fStrings and Deprecation fixes.
|
2019-12-07 07:20:52 +01:00 |
|
Martin Mahner
|
cd586f62fe
|
Snippets are deleted as soon as they exceed their expiration time.
It's no longer necessary to rely on the cleanup_snippets management command to do that.
|
2019-12-07 07:13:22 +01:00 |
|
Martin Mahner
|
cdaf4f3f1c
|
Updated changelog
|
2019-12-06 10:49:59 +01:00 |
|
Martin Mahner
|
68d21874b5
|
Allow slim view to be iframed. Refs #126
|
2019-12-05 15:30:20 +01:00 |
|
Martin Mahner
|
d4c678eb73
|
Slim snippet view. Refs #126.
|
2019-12-05 12:54:51 +01:00 |
|
Martin Mahner
|
52b35d8d40
|
Fixed travis conf
|
2019-12-05 12:36:10 +01:00 |
|
Martin Mahner
|
9307d5f0a3
|
Fixed sphinx docs
|
2019-12-05 12:32:46 +01:00 |
|
Martin Mahner
|
634861bc04
|
Drop support for Py3.5 and Django <2.2
|
2019-12-05 12:27:51 +01:00 |
|
Martin Mahner
|
129c51132c
|
Break superlongwordswhichextendthecanvas. Fixes #132
|
2019-12-05 12:07:18 +01:00 |
|
Martin Mahner
|
34b970cf5d
|
New AppConfig settings APPLICATION_NAME and EXTRA_HEAD_HTML
|
2019-12-05 11:36:24 +01:00 |
|
Martin Mahner
|
6592815288
|
Current Sphinx fails with latest docutils.
|
2019-12-05 11:35:18 +01:00 |
|
Martin Mahner
|
a396487637
|
Use latest node for local development.
|
2019-12-05 11:35:04 +01:00 |
|
Martin Mahner
|
bd4c2363d2
|
Bump version and update Changelog.
|
2019-12-05 09:41:34 +01:00 |
|
Martin Mahner
|
63a8500cc8
|
Django 3.0 compatibility.
|
2019-12-05 09:41:05 +01:00 |
|
Martin Mahner
|
7759df5158
|
Use pytest for testsuite runs.
|
2019-12-05 09:40:39 +01:00 |
|
Martin Mahner
|
6f459be8b2
|
Update pyenv version list.
|
2019-12-05 09:39:44 +01:00 |
|
Martin Mahner
|
d24c885715
|
Update README.rst
|
2019-11-24 09:56:13 +01:00 |
|
Martin Mahner
|
ec46768502
|
Create rtd-requirements.txt
|
2019-11-24 09:50:50 +01:00 |
|
dependabot[bot]
|
fcaf25d1df
|
Bump mixin-deep from 1.3.1 to 1.3.2 (#131)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-11-09 09:43:11 +01:00 |
|
Martin Mahner
|
247329903c
|
Added interims version.
|
2019-09-12 09:14:42 +02:00 |
|
Martin Mahner
|
81a4a5f7b5
|
Remove local config from package.
|
2019-09-12 09:13:17 +02:00 |
|
Martin Mahner
|
25d4a74e94
|
Bump up version
|
2019-08-04 20:57:22 +02:00 |
|
Martin Mahner
|
ff3c56c44c
|
Exclude local settings.
|
2019-08-04 20:55:56 +02:00 |
|