Martin Mahner
a5bc2ac164
Error page fixes
2013-03-19 20:29:31 +01:00
Martin Mahner
43c6960f6d
Added a missing init.py.
2013-03-19 19:26:15 +00:00
Martin Mahner
19e45995bf
Removed print
2013-03-19 20:20:15 +01:00
Martin Mahner
2287efb3b7
Added ALLOWED_HOSTS and LOGGING settings
2013-03-19 19:13:24 +00:00
Martin Mahner
2f8c22dc55
Setting fixes
2013-03-19 19:58:10 +01:00
Martin Mahner
e7e38d409d
Lexer handling.
2013-03-19 19:47:09 +01:00
Martin Mahner
f7916a6960
Huge design overhaul.
2013-03-19 19:17:07 +01:00
Martin Mahner
4183c58cdd
Upgraded to Django 1.5. Fixed urls and paths
2013-03-19 14:46:06 +01:00
Martin Mahner
e894fa7324
Added bootstrap.
2013-03-19 14:41:11 +01:00
Martin Mahner
11b582cc6c
Custom error views to load dpaste error templates.
2013-03-19 14:18:43 +01:00
Martin Mahner
82622db10c
Moved all templates into the dpaste subdirectory.
...
This will make integration into projects again easier, it wont overwrite existing templates. Those projects only need to overwrite dpaste/base.html to integrate it into their project layout.
2013-03-19 14:11:52 +01:00
Martin Mahner
04fefe15a6
Little code cleanup.
2013-03-19 14:08:56 +01:00
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