Marco Rougeth
f094e72788
Fixing TypeError when creating gist
2014-05-04 23:52:37 -03:00
Martin Mahner
6f0481a055
Merge pull request #56 from interlegis/master
...
Add bootstrap3 support
2014-05-02 20:40:54 +02:00
Marco Rougeth
8c7b752f7e
Add bootstrap3 support
2014-05-02 00:59:23 -03:00
Martin Mahner
1d7ba5a417
Usage update.
2014-04-12 11:33:41 -04:00
Martin Mahner
fa5c752ab9
Slightly simpler and cleaner API example.
2014-04-12 11:32:26 -04:00
Martin Mahner
8ebd3d1a82
Fixed indentation in about example.
2014-04-12 11:17:36 -04:00
Martin Mahner
c70a3e7146
Changelog Update
2014-04-12 11:04:13 -04:00
Martin Mahner
550ad5a908
The 'code' lexer renders code snippets with no highlights now.
2014-04-12 11:01:09 -04: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
Martin Mahner
51398bdb49
Added tox settings for upcoming Django 1.7.
2014-03-13 16:04:31 +01:00
Martin Mahner
bbd68ee2c9
Fixed lexer key validation. Fixed tests.
2014-03-13 15:55:27 +01:00
Martin Mahner
a3b8c8a7a7
Fixed different fallback values for max-snippets setting.
...
Refs issue #51 .
2014-03-13 15:48:36 +01:00
Martin Mahner
68cb1c27ec
Merge remote-tracking branch 'origin/master'
2014-03-13 15:42:13 +01:00
Martin Mahner
1a0093ec0a
Added a generic 'code' lexer (which actually falls back to Python) to have a better distinction to 'text'.
...
Refs issue #52 .
2014-03-13 15:42:07 +01:00
Martin Mahner
e3f82db006
Fixed indentation that stole 1 whitespace. 4 spaces became 3.
2014-03-13 15:39:57 +01:00
Martin Mahner
0469d425ab
Merge branch 'master' of github.com:bartTC/dpaste
2014-03-01 06:34:03 +00:00
Martin Mahner
1ed8e087fd
Added little hook to add extra context to homepage
2014-03-01 06:33:52 +00:00
Martin Mahner
a7c9d9c325
Added flattr button
2014-02-28 18:33:24 +01:00
kulbir
7f1c649e30
added installation docs - #45
2014-02-21 15:14:37 +05:30
Martin Mahner
7cc5240052
Removed Bitdeli button because not useful.
2014-02-02 20:51:33 +01:00
Martin Mahner
b424578504
Merge pull request #47 from bitdeli-chef/master
...
Add a Bitdeli Badge to README
2014-02-02 07:54:40 -08:00
Bitdeli Chef
4e743fc155
Add a Bitdeli badge to README
2014-02-02 15:57:55 +00:00
Martin Mahner
6cf181953f
Merge remote-tracking branch 'origin/master'
2014-01-26 13:24:55 +01:00
Martin Mahner
15793347fb
Fixed whitespace in api example
2014-01-26 13:24:52 +01:00
Martin Mahner
b924e8b79e
Merge branch 'master' of github.com:bartTC/dpaste
2014-01-24 13:21:27 +00:00
Martin Mahner
75f58993b1
Fixed display of tabs in normal/wordwrap mode
2014-01-24 13:20:57 +00:00
Martin Mahner
590645fcd6
2.5 Release.
2014-01-21 21:13:37 +01:00
Martin Mahner
c61f134bb3
Wordwrap support.
2014-01-21 21:08:59 +01:00
Martin Mahner
973a7b825e
News copy changes.
2014-01-21 15:00:00 +01:00
Martin Mahner
a4e637b1f2
Added a little news section and slight responsive fixes.
2014-01-21 14:50:22 +01:00
Martin Mahner
ec386d4506
Removed rounded border.
2014-01-21 13:23:57 +01:00
Martin Mahner
68460fa09c
Updated changelog.
2014-01-21 13:13:41 +01:00
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