##// END OF EJS Templates
Removed old markup module. Use transaction for thread diff
neko259 -
r392:c9afaff6 default
parent child Browse files
Show More
@@ -1,7 +1,6 b''
1 {% extends "boards/base.html" %}
1 {% extends "boards/base.html" %}
2
2
3 {% load i18n %}
3 {% load i18n %}
4 {% load markup %}
5 {% load cache %}
4 {% load cache %}
6 {% load board %}
5 {% load board %}
7
6
@@ -1,7 +1,6 b''
1 {% extends "boards/base.html" %}
1 {% extends "boards/base.html" %}
2
2
3 {% load i18n %}
3 {% load i18n %}
4 {% load markup %}
5
4
6 {% block head %}
5 {% block head %}
7 <title>Neboard - {% trans "Tags" %}</title>
6 <title>Neboard - {% trans "Tags" %}</title>
@@ -1,7 +1,6 b''
1 {% extends "boards/base.html" %}
1 {% extends "boards/base.html" %}
2
2
3 {% load i18n %}
3 {% load i18n %}
4 {% load markup %}
5 {% load cache %}
4 {% load cache %}
6 {% load static from staticfiles %}
5 {% load static from staticfiles %}
7 {% load board %}
6 {% load board %}
@@ -408,6 +408,7 b' def api_get_post(request, post_id):'
408 return HttpResponse(content=json)
408 return HttpResponse(content=json)
409
409
410
410
411 @transaction.commit_on_success
411 def api_get_threaddiff(request, thread_id, last_update_time):
412 def api_get_threaddiff(request, thread_id, last_update_time):
412 """Get posts that were changed or added since time"""
413 """Get posts that were changed or added since time"""
413
414
@@ -139,7 +139,6 b' INSTALLED_APPS = ('
139 'django.contrib.admin',
139 'django.contrib.admin',
140 # Uncomment the next line to enable admin documentation:
140 # Uncomment the next line to enable admin documentation:
141 # 'django.contrib.admindocs',
141 # 'django.contrib.admindocs',
142 'django.contrib.markup',
143 'django.contrib.humanize',
142 'django.contrib.humanize',
144 'django_cleanup',
143 'django_cleanup',
145 'boards',
144 'boards',
General Comments 0
You need to be logged in to leave comments. Login now