Commit graph

63 commits

Author SHA1 Message Date
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
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
bd4c2363d2 Bump version and update Changelog. 2019-12-05 09:41:34 +01:00
Martin Mahner
ec46768502
Create rtd-requirements.txt 2019-11-24 09:50:50 +01:00
Martin Mahner
8d16686986
Update standalone_installation.rst 2019-07-12 20:21:13 +02:00
Martin Mahner
7acfa1f475 Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
Martin Mahner
ac9ca156d0 Added note that Misaka requires dev python headers. Closes #117. 2019-01-25 13:49:25 +01:00
Martin Mahner
868e977df4 Added ipython ext 2019-01-02 13:49:52 +01:00
Mathieu Aubin
e5fb6c4e96 optimizes raster/vector logos (#109) 2018-07-13 11:43:27 +02:00
Martin Mahner
0d0cb9e210 Better Docs. 2018-06-23 21:12:46 +02:00
Martin Mahner
d11faaa02a Docs Updates 2018-06-23 12:52:12 +02:00
Martin Mahner
14cfcd9226 Added local settings AppConfig Example. 2018-06-22 12:56:52 +02:00
Martin Mahner
57bd424723 Updated Documentation 2018-06-22 12:37:54 +02:00
Martin Mahner
c1e39d9a7f Require Python3 across the board. Removed unicode 2018-04-29 11:47:24 +02:00
Martin Mahner
03549b00d7 Reorganized Highlight code.
Better and mor flexible way how individual lexer are treated.
2018-04-05 19:16:02 +02:00
Martin Mahner
2a1841ac56 Full metal cleanup 2018-03-12 11:59:38 +01:00
Martin Mahner
4924c88107 Use Pipenv 2018-01-07 17:20:50 +01:00
Martin Mahner
f8dc4c0b71 Updated docs. 2017-12-12 20:12:03 +01:00
Martin Mahner
4bdcbdcd20 Removed bootstrap. 2017-09-05 13:43:16 +02:00
Martin Mahner
470b8dd2b3 v3.0 2017-09-01 11:32:58 +02:00
Martin Mahner
fc44b12504 Merge pull request #91 from lb1c/patch-1
Update installation.rst
2017-07-14 11:57:41 +02:00
Martin Mahner
6caa5bff48 Fixed curl docs. Closes #92 2017-06-05 20:31:45 +02:00
lb1c
fef7dd79ee Update installation.rst 2017-05-19 15:30:27 +02:00
Martin Mahner
e1c3d21f38 Merge branch 'master' into cleanup 2017-01-21 14:45:51 +01:00
Martin Mahner
f6e54738dd Removed mptt from installation docs. 2017-01-19 12:38:56 +01:00
Martin Mahner
a6a5bc726b Backwards incompatible: Removed Gist button feature. 2017-01-19 12:16:07 +01:00
Martin Mahner
f5cc7fc171 Drop Github Gist Export 2016-03-24 20:16:34 +01:00
Martin Mahner
f92e447adc Merge remote-tracking branch 'origin/master' 2016-03-23 14:15:34 +01:00
Martin Mahner
b046d8ab87 Backwards incompatible. API calls now need to pass all arguments via POST. 2016-03-23 14:02:48 +01:00
Henk Kraal
429ef239f9 conent should be content 2015-12-10 13:56:23 +01:00
Martin Mahner
6ef7cce674 Removed South from docs 2015-08-12 06:25:22 +02:00
Martin Mahner
a6c4041b6c It’s hard to have multiple versions of Python installed, especially when using Homebrew. So just skip them. 2014-12-29 19:35:18 +01:00
Martin Mahner
b1e82903ac Apparently you no longer need a ‚fake‘ lazy lambda and can use ugettext right away in the settings.
I remember this was not possible since gettext requires settings itself and so you had a cross reference. Maybe I was just wrong too.
2014-10-28 12:14:30 +01:00
Martin Mahner
7821056b64 Further cleanup of all „One-Time snippet“ strings. 2014-10-28 12:05:47 +01:00
Martin Mahner
40d044e424 Merge remote-tracking branch 'origin/master' into i18n
Conflicts:
	dpaste/forms.py
2014-10-25 12:14:36 +02:00
Martin Mahner
cdd20df09d Merge pull request #65 from welshjf/doc_fixes
Doc typo fixes
2014-10-25 12:13:47 +02:00
Martin Mahner
8683c4c30d Further language cleanup. 2014-10-25 12:08:11 +02:00
Jacob Welsh
85a02edb8f New settings for private installations
- The site name in the titles and "about" page can be changed from
  dpaste.de
- The Gist feature can be disabled (both the UI and the code that does
  the POST)
- A different URL can be given for jquery(.min).js besides google, such
  as beside the local static files
2014-10-01 19:31:28 -05:00
Jacob Welsh
fa95dc64e8 Fix non-readthedocs sphinx build
Note, this means you have to set the environment variable
READTHEDOCS=True to use the RTD theme, which appears to have been the
intent.
2014-09-30 15:36:37 -05:00
Jacob Welsh
bdd29df7c7 Fix DPASTE_SLUG_CHOICES alphabet in documentation 2014-09-30 15:34:48 -05:00
Martin Mahner
66203c18fe Fixed misleading doc typo 2014-08-02 13:10:49 +02:00
Martin Mahner
fc9529572b Added a note that you have to disable ‚lexer‘ to use ‚filename‘.
Might be good to rethink the logic here.
2014-06-09 20:21:26 +02:00
Martin Mahner
3bc2eb0c84 Add support to set a lexer with a given filename. Closes issue #63.
This allows third-party API utils to set the lexer automatically based on the open filename.
2014-06-09 20:18:08 +02:00
Martin Mahner
ae61e6f9aa Added settings docs for Gist changes made in issue #58. 2014-06-08 20:21:59 +02:00
Martin Mahner
34181e03f7 Added a API value to set the expire time of snippets. Closes issue #64. 2014-06-08 20:15:59 +02:00
Martin Mahner
05d9da53ed Minor fixes for installation docs. Closes issue #45. 2014-04-12 10:46:49 -04:00
Martin Mahner
76faf7fe9b Merge pull request #49 from kulbir/issue-45
added installation docs - #45

Thank you!
2014-04-12 10:19:58 -04:00
Martin Mahner
0a3e2b5082 Fixed duplicate slugs.
Before a slug could get generated again, which threw an error since it was not unique, but treated as a kind of primary key.

Now if the same slug gets generated again, we generate one other slug with one more character.
2014-04-12 10:10:46 -04:00
kulbir
7f1c649e30 added installation docs - #45 2014-02-21 15:14:37 +05:30