# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: eric@themoritzfamily.com-20080526020015-\ # 3ree2etqelamf63b # target_branch: http://bazaar.launchpad.net/%7Estevem-\ # gnulinux/meow/pagination/ # testament_sha1: 57748302de17d9024aa4674ed57b6b6244ea7593 # timestamp: 2008-05-25 22:06:07 -0400 # source_branch: . # base_revision_id: steve@tachikoman-20080525193610-9xbvik7efopxvfca # # Begin patch === modified file 'settings.py' --- settings.py 2008-05-24 22:37:49 +0000 +++ settings.py 2008-05-25 01:44:00 +0000 @@ -27,7 +27,7 @@ PUBLIC_MESSAGE_COUNT = 50 FEED_MESSAGE_COUNT = 10 -MESSAGE_QUERY_LIMIT = 350 +MESSAGE_QUERY_LIMIT = 1000 ROOT_URLCONF = 'urls' TIME_ZONE = "UTC" === modified file 'templates/base.html' --- templates/base.html 2008-05-25 19:30:12 +0000 +++ templates/base.html 2008-05-26 01:50:15 +0000 @@ -17,16 +17,17 @@
+{% block pre-content %}{% endblock %} {% block content %} {% endblock %}
- -{% block pagination %}{% endblock %} - -{% block tail %}{% endblock %} +{% block post-content %}{% endblock %} + + +{% block tail %}{% endblock %} {% include "tracking.html" %} === modified file 'templates/index.html' --- templates/index.html 2008-05-25 19:30:12 +0000 +++ templates/index.html 2008-05-26 01:50:15 +0000 @@ -14,10 +14,6 @@ {% endif %} {% endblock %} - -{% block pagination %} +{% block post-content %} {% include "pagination.html" %} {% endblock %} - -{% block tail %} -{% endblock %} === modified file 'templates/user.html' --- templates/user.html 2008-05-25 19:30:12 +0000 +++ templates/user.html 2008-05-26 01:50:15 +0000 @@ -8,7 +8,7 @@ {% if message_list %}