Martin Mahner
|
f4b8706d23
|
Cleanup test requirements
|
2015-08-12 06:22:35 +02:00 |
|
Martin Mahner
|
117217fd80
|
Cleanup test settings.
|
2015-08-12 06:22:26 +02:00 |
|
Martin Mahner
|
e3aa7c06bc
|
Note how to migrate from South to native Django migrations.
|
2015-08-12 06:20:36 +02:00 |
|
Martin Mahner
|
1692d4572c
|
No longer hide the base settings, have them in base.
|
2015-08-12 06:19:01 +02:00 |
|
Martin Mahner
|
2c0bd362a2
|
Updated messages.
|
2015-08-12 06:02:27 +02:00 |
|
Martin Mahner
|
457bef787a
|
Cleanup and mptt update to support Django 1.8.
|
2015-08-12 05:59:22 +02:00 |
|
Martin Mahner
|
9beb2c3995
|
Merge pull request #70 from 747project/feature/django-1.7-migrations
Django 1.7+ migration support
|
2015-08-12 05:50:33 +02:00 |
|
Martin Mahner
|
bf1aa3b980
|
Fixed logrotate script to have proper permissions and wqrestart nginx after logrotate, otherwise it won't write the log anymore
|
2015-07-08 05:14:48 +00:00 |
|
Martin Mahner
|
b5ae93f678
|
Updated certs
|
2015-03-23 12:52:30 +00:00 |
|
Pesach Weinstock
|
71369bafdb
|
- Moving south migrations into deprecated directory
which is still supported by south 1.0+, but will not
get in the way of Django 1.7+ built-in migrations. See
http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path
and
https://docs.djangoproject.com/en/1.7/topics/migrations/#upgrading-from-south
|
2015-01-29 16:21:10 -05:00 |
|
Martin Mahner
|
a42f1d93e7
|
Merge remote-tracking branch 'origin/master'
|
2015-01-09 08:49:43 +00:00 |
|
Martin Mahner
|
74e474b390
|
Removed media path settings, there are no file uploads
|
2015-01-09 08:49:26 +00:00 |
|
Martin Mahner
|
c239e34eff
|
Merge remote-tracking branch 'origin/master'
|
2014-12-29 19:55:41 +01: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
|
1a7cbd13e2
|
More coveralls removal.
|
2014-12-29 19:34:48 +01:00 |
|
Martin Mahner
|
011d641c3b
|
Updated message strings.
|
2014-12-29 11:43:16 +01:00 |
|
Martin Mahner
|
88a974e87b
|
Merge remote-tracking branch 'origin/master'
|
2014-12-29 11:11:31 +01:00 |
|
Martin Mahner
|
70f3328e02
|
Requirements update
|
2014-12-29 11:11:28 +01:00 |
|
Martin Mahner
|
febae7a34c
|
Added Python 3.3 along 3.4 in testsuite.
|
2014-12-28 13:34:50 +01:00 |
|
Martin Mahner
|
91c747b7f5
|
Removed coveralls
|
2014-12-28 13:31:12 +01:00 |
|
Martin Mahner
|
5211ebd01d
|
Updated Changelog
|
2014-12-28 13:31:05 +01:00 |
|
Martin Mahner
|
ce9afb0250
|
Added Python 3 trove classifier. Closes issue #68
|
2014-12-28 13:20:29 +01:00 |
|
Martin Mahner
|
7a2c414f95
|
Referrer optimization
|
2014-12-27 00:52:15 +00:00 |
|
Martin Mahner
|
9af1c51184
|
Added webalizer config
|
2014-12-25 12:56:39 +00:00 |
|
Martin Mahner
|
1de944e806
|
Do not log favicon/robots GET calls
|
2014-12-14 22:19:03 +00:00 |
|
Martin Mahner
|
dfd0f25f11
|
Added wsgi application file
|
2014-12-14 17:28:28 +00:00 |
|
Martin Mahner
|
52f5340d4b
|
Gunicorn server updates. Removed NewRelic (wasn't used anyway)
|
2014-12-14 17:28:16 +00:00 |
|
Martin Mahner
|
4939467620
|
Removed South from the default settings since it’s no longer compatible with latest Django 1.7.
|
2014-12-14 18:11:57 +01:00 |
|
Martin Mahner
|
ccf646e34f
|
Replaced python 3.3 with 3.4
|
2014-12-14 18:11:36 +01:00 |
|
Martin Mahner
|
15d4970343
|
Updated all dev requirements
|
2014-12-14 18:11:26 +01:00 |
|
Martin Mahner
|
b25b9b888e
|
Cleaned up all imports using isort.
|
2014-12-14 18:03:35 +01:00 |
|
Martin Mahner
|
611e0f6ea9
|
Apply network block middleware on all POSTs
|
2014-12-12 22:58:06 +01:00 |
|
Martin Mahner
|
641d156128
|
Rate limiting; allow 2r/s so we can do a POST and GET of a snippet faster
|
2014-12-12 21:30:15 +00:00 |
|
Martin Mahner
|
51d9d6a8a7
|
Some basic rate limiting
|
2014-12-12 21:25:51 +00:00 |
|
Martin Mahner
|
459e60a138
|
Added a middleware to repel anonymous proxy and tor clients
|
2014-12-12 21:02:25 +00:00 |
|
Martin Mahner
|
4dfab6533a
|
Need to fix fallback value, in case the list is too short it would fail
|
2014-12-12 20:58:21 +00:00 |
|
Martin Mahner
|
a546cc4d59
|
Further nginx improvements
|
2014-12-12 19:16:51 +00:00 |
|
Martin Mahner
|
39e687dbce
|
Simplified nginx conf. Redirect .org to .de
|
2014-12-12 19:06:29 +00: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
|
d8056a83ea
|
Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements.
|
2014-10-28 11:52:04 +01:00 |
|
Martin Mahner
|
6ca849cc91
|
Made the i18n url a fixed string, in Django 1.4 the named urlpattern does not exist yet. This looks like the best way to support all versions. Once 1.4 is deprecated we make this a revserse again.
|
2014-10-28 11:36:19 +01:00 |
|
Martin Mahner
|
ea27bf9e0f
|
Language support!
|
2014-10-28 11:22:43 +01:00 |
|
Sergio Oliveira
|
030556ea05
|
Added Transifex script configuration
|
2014-10-27 15:16:04 -02:00 |
|
Sergio Oliveira
|
174080d259
|
Updated ES
|
2014-10-27 15:15:44 -02:00 |
|
Sergio Oliveira
|
a7a1a6238f
|
Updated pt_BR and es translations
|
2014-10-27 14:28:41 -02: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
|
d014c4df3f
|
DEBUG is now False by default.
|
2014-10-25 12:09:06 +02:00 |
|
Martin Mahner
|
1185b5128b
|
Updated german language.
|
2014-10-25 12:08:58 +02:00 |
|