Commit graph

431 commits

Author SHA1 Message Date
Martin Mahner
9593853696 Splittet urlpatterns into several files. Will make it much easier to implement this as an app into an existing project. 2013-03-19 14:06:26 +01:00
Martin Mahner
833d0988db Added some example settings. 2013-03-19 13:55:46 +01:00
Martin Mahner
d539631da7 More project restructuring to make the project look more like a Django 1.5 project. 2013-03-19 13:54:25 +01:00
Martin Mahner
ee0fc79a3e Renamed pastebin > dpaste.
This is a way simpler project structure, its also backwards compatible. Its a huge cleanup and should make further development and also 3rd party integration much easier.
2013-03-19 13:33:35 +01:00
Martin Mahner
bbb873d7b8 Added a rough list of available api tools. 2013-03-19 11:30:05 +01:00
Martin Mahner
f107a762df Updated requirements needed for local installation. 2013-03-19 11:29:52 +01:00
Martin Mahner
f479fd6614 Merge pull request #1 from mgedmin/doc-improvements
Doc improvements: simplify Python code, show shell one-liner alternative
2013-03-19 02:21:35 -07:00
Marius Gedminas
741d926201 Mention a shell alias alternative using curl 2013-03-06 13:18:54 +02:00
Marius Gedminas
4e6352331f Simplify/explain example code 2013-03-06 13:18:38 +02:00
Martin Mahner
72e9f786fa Updated sentry points 2012-06-16 12:32:49 +02:00
Martin Mahner
73f9df98ac Updated jquery 2012-06-16 00:08:47 +02:00
Martin Mahner
b36117ed1b Added raven-js 2012-06-16 00:07:11 +02:00
Martin Mahner
9d2ef6219c Added sentry logging 2012-06-15 23:57:52 +02:00
Martin Mahner
4b8c9fe1ef Added sublime note. 2012-04-20 11:48:32 +02:00
Martin Mahner
74cd9345ae Lint. 2012-04-20 11:48:26 +02:00
Martin Mahner
a46b7b6f5a Merge branch 'master' of github.com:bartTC/dpaste.de 2012-04-15 16:54:35 +02:00
Martin Mahner
70c19d0e1c Date correction 2012-04-15 16:54:26 +02:00
Martin Mahner
bd9ad00aee Raw id field for performance 2012-04-15 14:30:25 +00:00
Martin Mahner
a0b9e845f4 Fixed initial text wordwrap. 2012-04-15 12:05:47 +02:00
Martin Mahner
dd83f739e9 Removed description. 2012-04-15 11:59:31 +02:00
Martin Mahner
fa6d0f7b2e Did you know? 2012-04-15 11:58:25 +02:00
Martin Mahner
0f5e1b1c62 Better checkbox click handling though this really needs a refactor. 2012-04-15 11:48:24 +02:00
Martin Mahner
e844f343e4 Removed author and title field, not really used. Added title honeypot field. Added south migrations.
Run manage.py migrate dpaste 0001 --fake; manage.py migrate dpaste for legacy installations.
2012-04-15 11:37:25 +02:00
Martin Mahner
7d4be0efe3 Removed sidebar on homepage because never really used and nobody reads it anyway. 2012-04-14 20:47:18 +02:00
Martin Mahner
3be7aea4cd Removed author and title field because they dont really matter. 2012-04-14 20:44:55 +02:00
Martin Mahner
bb8d5f1c16 Even better list 2012-04-14 20:40:34 +02:00
Martin Mahner
b5800e0091 Better snippet list. 2012-04-14 20:35:58 +02:00
Martin Mahner
eb451b8169 Removed analytics code because this was actually never enabled. 2012-04-14 20:21:45 +02:00
Martin Mahner
e79cb69530 Enabled wordwrap by default for text lexer, display a checkbox inside the label and added a user pref to enable wordwrap by default. 2012-04-14 20:11:49 +02:00
Martin Mahner
9efe17b5d7 Fixed unicode chars in raw mode 2011-09-08 18:01:37 -07:00
Martin Mahner
0722c78e17 Missing immport 2011-08-27 12:32:20 +02:00
Martin Mahner
f66c51f30f Multi slug fix 2011-08-27 12:29:12 +02:00
Martin Mahner
fd43a9b02c Increased slug 2011-08-27 12:15:00 +02:00
Martin Mahner
e38a7b89ab Alternative snippet highlighting using a templatetag which might work better than having it on-save. 2011-06-11 14:19:16 +02:00
Martin Mahner
f6648037cf Removed highlight 2011-06-10 15:44:45 +02:00
Martin Mahner
1c9b0341f0 WTF 2011-06-10 15:05:15 +02:00
Martin Mahner
3c414165ba Star import 2011-06-10 15:02:11 +02:00
Martin Mahner
f069b2198c Old length 2011-06-10 14:36:28 +02:00
Martin Mahner
259b43bc90 Longer. 2011-06-10 14:34:19 +02:00
Martin Mahner
4cdf648fc3 New highlight try. 2011-06-10 14:34:03 +02:00
Martin Mahner
c553fdf8f0 Revert "Highlight on request."
This reverts commit 50ca0e2234.
2011-06-10 14:33:03 +02:00
Martin Mahner
50ca0e2234 Highlight on request. 2011-06-10 14:26:02 +02:00
Martin Mahner
2fd5c0e4e8 Added request tcp 2011-06-10 14:25:56 +02:00
Martin Mahner
6ff55e461c Simplification
Conflicts:

	pastebin/apps/dpaste/models.py
2011-06-08 22:37:37 +02:00
Martin Mahner
4a4d1b96d9 Revert "mptt removal"
This reverts commit 807f115118.
2011-06-08 22:36:50 +02:00
Martin Mahner
807f115118 mptt removal 2011-06-08 21:23:58 +02:00
Martin Mahner
b92b531ff5 URL Reverse 2011-06-08 20:48:30 +02:00
Martin Mahner
7048ba4efd Readded csrf excempt. 2011-06-08 20:48:23 +02:00
Martin Mahner
5d1cbae236 URL Order 2011-06-08 20:47:06 +02:00
Martin Mahner
7523610710 Whitespace fixes 2011-06-08 12:23:08 +02:00