Commit graph

288 commits

Author SHA1 Message Date
Martin Mahner
3b8bb915e5 One time tests and docs. 2014-01-21 13:12:03 +01:00
Martin Mahner
4eec1ab692 Removed view count and simpler message. 2014-01-21 12:36:01 +01:00
Martin Mahner
f627632bdd One time fixes 2014-01-21 12:30:06 +01:00
Martin Mahner
88be3a6b1f Support for onetime snippets. 2014-01-21 12:10:52 +01:00
Martin Mahner
8a55139ae0 Changelog fixes 2014-01-16 20:57:34 +01:00
Martin Mahner
15cb32abe9 Added IRC syntax to default list. 2014-01-16 20:52:24 +01:00
Martin Mahner
57bedc782c Bumped up to v2.4. 2014-01-11 16:17:59 +01:00
Martin Mahner
fc383915fd Merge pull request #41 from adsworth/master
add ABAP to the list of available lexers
2014-01-11 07:14:23 -08:00
Martin Mahner
dbfbcf54b6 API call accepts the lexer or format parameters now via GET too.
With this you can set the format by the url: /api/?format=json
2014-01-11 16:11:42 +01:00
Martin Mahner
d3e497df4c Added sample api scripts to docs. 2014-01-11 16:03:50 +01:00
Martin Mahner
964e1b64c7 Added option to keep snippets forever. 2014-01-11 16:00:11 +01:00
adsworth
c19b3eb513 add ABAP to the list of available lexers 2014-01-10 11:34:28 +01:00
Martin Mahner
25a83cf0f8 Bumped up to v2.3 2014-01-07 13:37:33 +01:00
Martin Mahner
8702f79591 Added API docs. Fixes issue #38. 2014-01-07 13:37:18 +01:00
Martin Mahner
d86f8b812b Code cleanup. 2014-01-07 13:07:55 +01:00
Martin Mahner
ebdd36cfeb Made the secret_id func more reusable. Added a test that is none. 2014-01-07 12:57:06 +01:00
Martin Mahner
c687ab125a Use SystemRandom to generate unpredictable random slugs. Fixed duplicate characters in the choice string, removed iI from it to prevent confusion. Fixes issue #40. 2014-01-07 12:46:57 +01:00
Martin Mahner
5a3b726e31 Merge remote-tracking branch 'origin/master' 2014-01-07 12:32:45 +01:00
Martin Mahner
58096be8e1 Removed stathat stats. 2014-01-07 12:32:34 +01:00
Martin Mahner
1047be02b5 Removed Twitter button. 2014-01-07 12:31:57 +01:00
Martin Mahner
d1e68af379 Merge pull request #37 from phrawzty/patch-2
fix minor typo
2013-12-21 07:54:28 -08:00
dan
10c0dd695b fix minor typo 2013-12-20 11:28:15 -07:00
Martin Mahner
d6adff489c Merge remote-tracking branch 'origin/master' 2013-12-18 12:54:32 +01:00
Martin Mahner
961d289ac1 More tests. 2013-12-18 12:54:26 +01:00
Martin Mahner
a5a15b3131 Removed unused method. 2013-12-18 12:54:22 +01:00
Martin Mahner
fae95e1e2a Moved inside the function so its re-evaluated for every testcase. 2013-12-18 12:54:13 +01:00
Martin Mahner
c7d5ab21c6 Typo fixes 2013-12-18 11:57:54 +01:00
Martin Mahner
4eac9e00e3 Added fancy badges back. 2013-12-18 11:57:41 +01:00
Martin Mahner
983d8d1dc8 Bumped up to version 2.2. Updated changelog. 2013-12-18 11:41:39 +01:00
Martin Mahner
15bb64fa3e Add docs to distribution. 2013-12-18 11:41:27 +01:00
Martin Mahner
be4fa62bd7 Readthedocs fixes 2013-12-18 11:32:25 +01:00
Martin Mahner
be691b4b43 Added docs. 2013-12-18 11:28:45 +01:00
Martin Mahner
262395b075 Initial files for documentation. 2013-12-18 10:56:50 +01:00
Martin Mahner
0ac0707e3a Updated to Django 1.6.1 2013-12-18 10:56:40 +01:00
Martin Mahner
0ca950d109 Better fix for ctrl+Enter for Windows. 2013-12-18 10:34:44 +01:00
Martin Mahner
634b7f26d7 No need to require a specific tox version but nothing older what I use here. 2013-12-18 10:07:40 +01:00
Martin Mahner
f8d5c9b753 Merge remote-tracking branch 'origin/master' 2013-12-18 10:06:28 +01:00
Martin Mahner
c00f33e62d Support for python setup.py test to run the tox suite. 2013-12-18 10:06:22 +01:00
Martin Mahner
6bde9c2e30 Removed stat images which no longer work. They were not fancy anyway. 2013-12-18 00:32:39 +01:00
Martin Mahner
5394ba9435 Changelog update 2013-12-17 23:32:59 +01:00
Martin Mahner
130605a04c Added csrf support. Closes issue #34. 2013-12-17 22:52:21 +01:00
Martin Mahner
9be3dea930 Use the ctrlKey if a MetaKey is not present. Should support Ctrl+Enter form submit on Windows. 2013-12-17 18:19:21 +01:00
Martin Mahner
91d40c521a Added X-Content-Type-Options='nosniff' to the Raw view. 2013-12-17 18:11:25 +01:00
Martin Mahner
b4e62fca36 Expire choices are not settable. 2013-12-17 18:10:19 +01:00
Martin Mahner
85bb0605e2 Added README and test related files to the MANIFEST so you could test with the package too. 2013-12-17 18:10:04 +01:00
Martin Mahner
68afc305e0 Added changelog to Manifest 2013-12-14 15:04:36 +01:00
Martin Mahner
dfbfd9cdee Typo fixes 2013-12-14 14:19:22 +01:00
Martin Mahner
4ffd0ed396 Bumped up to version 2.1. Added change log. 2013-12-14 14:17:29 +01:00
Martin Mahner
bb089fe583 Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
Martin Mahner
dd610b5ff9 Restrict Travis to build master and develop only. No need to con-test feature branches 2013-12-02 21:31:32 +01:00