Zygmunt Krynicki [Tue, 14 Jun 2011 08:54:37 +0000 (10:54 +0200)]
Add example application to test_project
This application shows how to use some of the features in practice
Zygmunt Krynicki [Tue, 14 Jun 2011 08:53:42 +0000 (10:53 +0200)]
Be smarter about missing request object.
The application requires uses to use request context processor.
If it is not enabled let's warn the user and explain the situation
using ImproperlyConfigured exception rather than cryptic bactrace.
Zygmunt Krynicki [Tue, 14 Jun 2011 08:52:43 +0000 (10:52 +0200)]
Do not use has_key
Zygmunt Krynicki [Tue, 14 Jun 2011 08:52:29 +0000 (10:52 +0200)]
Split settings to dedicated module.
Application-specific settings can now be easily inspected
or extended by looking at a single module.
Zygmunt Krynicki [Tue, 14 Jun 2011 07:26:23 +0000 (09:26 +0200)]
Add simple HACKING file
Zygmunt Krynicki [Tue, 14 Jun 2011 07:26:10 +0000 (09:26 +0200)]
Update setup.py/setup.cfg
Version bump to 1.1
Author update
Classifiers update
Drop zip safe
Zygmunt Krynicki [Tue, 14 Jun 2011 07:24:58 +0000 (09:24 +0200)]
Update copyright headers
Zygmunt Krynicki [Mon, 13 Jun 2011 19:49:12 +0000 (21:49 +0200)]
Use test project to run tests
This allows all tests to be ran via the semi-standardized
`setup.py test`. Also drop the old code that was used for this
purpose.
Zygmunt Krynicki [Mon, 13 Jun 2011 13:41:46 +0000 (15:41 +0200)]
Update homepage in setup.py
Zygmunt Krynicki [Mon, 13 Jun 2011 13:39:35 +0000 (15:39 +0200)]
Update README
Add extra information about the fork.
Zygmunt Krynicki [Mon, 13 Jun 2011 13:24:41 +0000 (15:24 +0200)]
Merge branch 'master' of git://github.com/martinsvoboda/django-pagination
Conflicts:
linaro_django_pagination/templatetags/pagination_tags.py
linaro_django_pagination/tests.py
tests/runtests.py
Zygmunt Krynicki [Mon, 13 Jun 2011 12:55:25 +0000 (14:55 +0200)]
Fix Portuguese translation
Zygmunt Krynicki [Mon, 13 Jun 2011 12:54:57 +0000 (14:54 +0200)]
Merge branch 'master' of git://github.com/tiagosc/django-pagination
Zygmunt Krynicki [Mon, 13 Jun 2011 12:54:16 +0000 (14:54 +0200)]
Merge branch 'master' of git://github.com/stephane/django-pagination
Conflicts:
MANIFEST.in
setup.py
Zygmunt Krynicki [Mon, 13 Jun 2011 12:49:23 +0000 (14:49 +0200)]
Fix tests on django 1.2
On django 1.2 STATIC_URL is not available by default
Zygmunt Krynicki [Mon, 13 Jun 2011 12:45:15 +0000 (14:45 +0200)]
Merge branch 'master' of git://github.com/tzangms/django-pagination
Zygmunt Krynicki [Mon, 13 Jun 2011 12:44:19 +0000 (14:44 +0200)]
Fix spanish translation
Zygmunt Krynicki [Mon, 13 Jun 2011 12:43:14 +0000 (14:43 +0200)]
Merge branch 'master' of git://github.com/maraujop/django-pagination
Zygmunt Krynicki [Mon, 13 Jun 2011 12:41:40 +0000 (14:41 +0200)]
Merge branch 'master' of git://github.com/leah/django-pagination
Conflicts:
pagination/tests.py
Zygmunt Krynicki [Mon, 13 Jun 2011 12:30:21 +0000 (14:30 +0200)]
Merge branch 'master' of git://github.com/cicuz/django-pagination
Conflicts:
linaro_django_pagination/templates/pagination/pagination.html
linaro_django_pagination/templatetags/pagination_tags.py
Zygmunt Krynicki [Mon, 13 Jun 2011 12:12:31 +0000 (14:12 +0200)]
Merge branch 'master' of git://github.com/spanasik/django-pagination
Conflicts:
linaro_django_pagination/templates/pagination/pagination.html
linaro_django_pagination/templatetags/pagination_tags.py
Zygmunt Krynicki [Mon, 13 Jun 2011 12:02:02 +0000 (14:02 +0200)]
Remove turkish .mo file
Zygmunt Krynicki [Mon, 13 Jun 2011 12:01:26 +0000 (14:01 +0200)]
Merge branch 'turkish' of git://github.com/amiroff/django-pagination
Zygmunt Krynicki [Mon, 13 Jun 2011 11:56:31 +0000 (13:56 +0200)]
Merge branch 'master' of git://github.com/hgrimelid/django-pagination
Conflicts:
linaro_django_pagination/templatetags/pagination_tags.py
Zygmunt Krynicki [Mon, 13 Jun 2011 11:32:57 +0000 (13:32 +0200)]
Move long description to README
Zygmunt Krynicki [Mon, 13 Jun 2011 11:31:56 +0000 (13:31 +0200)]
Rename license to COPYING
Michele Ciccozzi [Mon, 6 Jun 2011 13:06:45 +0000 (15:06 +0200)]
Merge branch 'more_customizations'
Conflicts:
pagination/templates/pagination/pagination.html
pagination/templatetags/pagination_tags.py
tzangms [Sun, 8 May 2011 06:01:01 +0000 (14:01 +0800)]
add STATIC_URL
Zygmunt Krynicki [Tue, 1 Mar 2011 10:33:03 +0000 (11:33 +0100)]
Bump version to 1.0.7.1 to distinguish from upstream release
Martin Svoboda [Sat, 12 Feb 2011 01:48:14 +0000 (02:48 +0100)]
Extend templatetag paginate - flickr-like behaviour
Matt Culbreth [Tue, 18 Jan 2011 19:55:09 +0000 (14:55 -0500)]
Merge branch 'merge_multiple_paginators'
Matt Culbreth [Tue, 18 Jan 2011 19:54:46 +0000 (14:54 -0500)]
merged patch from flosch for multiple paginators on one page
Tiago Samahá Cordeiro [Mon, 17 Jan 2011 00:16:53 +0000 (22:16 -0200)]
Added translation file to portuguese (Brazil).
Zygmunt Krynicki [Tue, 21 Dec 2010 15:06:35 +0000 (16:06 +0100)]
Fix bug in {% autopaginate ... as ... %} handling.
Simplify the parser and make it less error prone (no more if-then-else tree)
Allow orphans to be specified as variable.
Zygmunt Krynicki [Mon, 13 Jun 2011 11:29:09 +0000 (13:29 +0200)]
Rename to linaro-django-pagination.
The import package changed from 'pagination' to 'linaro_django_pagination'.
The project name changed to 'linaro-django-pagination'
Zygmunt Krynicki [Mon, 13 Jun 2011 11:11:00 +0000 (13:11 +0200)]
Remove .mo files
Zygmunt Krynicki [Tue, 1 Mar 2011 10:33:03 +0000 (11:33 +0100)]
Bump version to 1.0.7.1 to distinguish from upstream release
Zygmunt Krynicki [Tue, 21 Dec 2010 15:06:35 +0000 (16:06 +0100)]
Fix bug in {% autopaginate ... as ... %} handling.
Simplify the parser and make it less error prone (no more if-then-else tree)
Allow orphans to be specified as variable.
Miguel Araujo [Thu, 16 Sep 2010 14:46:45 +0000 (16:46 +0200)]
Adding Spanish translation
Stéphane Raimbault [Tue, 27 Jul 2010 08:47:00 +0000 (10:47 +0200)]
Whitespace cleanup in setup.py
Stéphane Raimbault [Tue, 27 Jul 2010 08:43:44 +0000 (10:43 +0200)]
Fix installation of locales
Stanislav Panasik [Sun, 11 Jul 2010 12:26:16 +0000 (18:26 +0600)]
Added support for multiple paginations on the same template. (Florian Schlachter )
Stanislav Panasik [Sun, 11 Jul 2010 10:17:09 +0000 (16:17 +0600)]
russian locale added
Metin Amiroff [Mon, 21 Jun 2010 08:39:17 +0000 (11:39 +0300)]
Added Turkish locale
Brian Rosner [Thu, 6 May 2010 03:03:40 +0000 (21:03 -0600)]
1.0.7 — I somehow released the wrong code for 1.0.6. This has been corrected.
Fabio Corneti [Thu, 22 Apr 2010 10:11:06 +0000 (12:11 +0200)]
Fixed italian locale
Fabio Corneti [Thu, 22 Apr 2010 10:07:49 +0000 (12:07 +0200)]
Ignore build directory
Fabio Corneti [Thu, 22 Apr 2010 10:06:26 +0000 (12:06 +0200)]
Italian locale
Fabio Corneti [Thu, 22 Apr 2010 10:01:26 +0000 (12:01 +0200)]
Include locales in egg
Fabio Corneti [Thu, 22 Apr 2010 10:01:19 +0000 (12:01 +0200)]
Custom pagination templates
Fabio Corneti [Thu, 22 Apr 2010 08:56:17 +0000 (10:56 +0200)]
New settings for basic pagination customization, backwards compatible:
* DISPLAY_PAGE_LINKS
* PREVIOUS_LINK_DECORATOR
* NEXT_LINK_DECORATOR
* DISPLAY_DISABLED_PREVIOUS_LINK
* DISPLAY_DISABLED_NEXT_LINK
Fabio Corneti [Thu, 22 Apr 2010 08:43:41 +0000 (10:43 +0200)]
Working on version 1.0.7
Brian Rosner [Fri, 16 Apr 2010 15:31:27 +0000 (09:31 -0600)]
Merge remote branch 'carljm/hashtag'
Conflicts:
pagination/templatetags/pagination_tags.py
Brian Rosner [Fri, 16 Apr 2010 15:29:48 +0000 (09:29 -0600)]
added dist and egg-info to .gitignore
Brian Rosner [Tue, 13 Apr 2010 00:13:55 +0000 (18:13 -0600)]
1.0.6
Brian Rosner [Tue, 13 Apr 2010 00:13:12 +0000 (18:13 -0600)]
Merge remote branch 'ericflo/master'
Håvard Grimelid [Tue, 30 Mar 2010 17:50:25 +0000 (19:50 +0200)]
Uppercased norwegian button labels.
Håvard Grimelid [Tue, 30 Mar 2010 17:32:37 +0000 (19:32 +0200)]
Added support for Norwegian Nynorsk and Norwegian Bokmål translations.
Håvard Grimelid [Tue, 30 Mar 2010 17:32:05 +0000 (19:32 +0200)]
Removed hashtag support.
Carl Meyer [Mon, 8 Mar 2010 22:30:02 +0000 (17:30 -0500)]
add hashtag to next/prev links
Carl Meyer [Wed, 3 Mar 2010 21:57:04 +0000 (16:57 -0500)]
fix spurious None
Carl Meyer [Wed, 3 Mar 2010 21:27:40 +0000 (05:27 +0800)]
added optional hashtag param to {% paginate %}
Carl Meyer [Wed, 3 Mar 2010 21:27:40 +0000 (16:27 -0500)]
added optional hashtag param to {% paginate %}
Brian Rosner [Fri, 31 Jul 2009 06:05:08 +0000 (14:05 +0800)]
added MANIFEST.in
Brian Rosner [Fri, 31 Jul 2009 05:01:00 +0000 (13:01 +0800)]
removed setuptools from install_requires
Brian Rosner [Fri, 31 Jul 2009 05:00:48 +0000 (13:00 +0800)]
bumped version
Daniel Mizyrycki [Sat, 12 Sep 2009 19:58:42 +0000 (03:58 +0800)]
Add records variable in templatetags, allowing to extend the pagination template with the record range displayed in the page.
Brian Rosner [Fri, 31 Jul 2009 06:05:08 +0000 (00:05 -0600)]
added MANIFEST.in
Brian Rosner [Fri, 31 Jul 2009 05:22:43 +0000 (23:22 -0600)]
Merge branch '1.0.5.X'
Brian Rosner [Fri, 31 Jul 2009 05:01:00 +0000 (23:01 -0600)]
removed setuptools from install_requires
Brian Rosner [Fri, 31 Jul 2009 05:00:48 +0000 (23:00 -0600)]
bumped version
tzangms [Wed, 29 Jul 2009 03:23:59 +0000 (11:23 +0800)]
add MEDIA_URL variable in templatetags, so that pagination template can use images
Signed-off-by: Eric Florenzano <floguy@gmail.com>
tzangms [Wed, 29 Jul 2009 03:23:59 +0000 (11:23 +0800)]
add MEDIA_URL variable in templatetags, so that pagination template can use images
Martin Mahner [Mon, 16 Mar 2009 15:27:53 +0000 (23:27 +0800)]
Uppercased german button labels
Signed-off-by: Eric Florenzano <floguy@gmail.com>
Martin Mahner [Thu, 8 Jan 2009 22:10:24 +0000 (06:10 +0800)]
Fixed minor typos in german locale
Signed-off-by: Eric Florenzano <floguy@gmail.com>
Florian Schlachter [Wed, 22 Apr 2009 13:25:23 +0000 (15:25 +0200)]
Added support for multiple paginations on the same template.
floguy [Mon, 30 Mar 2009 06:39:02 +0000 (06:39 +0000)]
Nitpicks.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@50
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Mon, 30 Mar 2009 06:38:08 +0000 (06:38 +0000)]
Fixed a problem where the middleware accessed POST on every request, freezing upload_handlers at that point.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@49
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Mon, 30 Mar 2009 03:37:32 +0000 (03:37 +0000)]
Nitpicky stuff and PEP8ification
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@48
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Mon, 30 Mar 2009 03:37:27 +0000 (03:37 +0000)]
Merge branch 'master' of git@github.com:ericflo/django-pagination
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@47
7f1efe38-554e-0410-b69d-
834cb44da2d5
leahculver [Thu, 12 Feb 2009 00:44:50 +0000 (08:44 +0800)]
silly FinitePaginator for finite lists of items
Signed-off-by: Eric Florenzano <floguy@gmail.com>
leahculver [Wed, 11 Feb 2009 21:02:02 +0000 (05:02 +0800)]
removed spaces... heh.
Signed-off-by: Eric Florenzano <floguy@gmail.com>
leahculver [Wed, 11 Feb 2009 21:00:39 +0000 (05:00 +0800)]
InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count() the object_list and can be used for object_lists that are missing this method or for performance reasons.
Signed-off-by: Eric Florenzano <floguy@gmail.com>
leahculver [Thu, 12 Feb 2009 00:44:50 +0000 (16:44 -0800)]
silly FinitePaginator for finite lists of items
leahculver [Wed, 11 Feb 2009 21:02:02 +0000 (13:02 -0800)]
removed spaces... heh.
leahculver [Wed, 11 Feb 2009 21:00:39 +0000 (13:00 -0800)]
InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count() the object_list and can be used for object_lists that are missing this method or for performance reasons.
floguy [Sun, 7 Dec 2008 08:41:30 +0000 (08:41 +0000)]
Added Portuguese translation
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@46
7f1efe38-554e-0410-b69d-
834cb44da2d5
Alcides Fonseca [Fri, 5 Dec 2008 12:23:22 +0000 (12:23 +0000)]
Added Portuguese translation
floguy [Thu, 4 Dec 2008 09:49:27 +0000 (09:49 +0000)]
Fixed #28. Added the ability for the autopaginate tag to raise an Http404. Also documented that feature as well as the other settings.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@45
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Sun, 26 Oct 2008 05:54:18 +0000 (05:54 +0000)]
Fixed bug introduced with python2.3 compatability. Also, renamed the PyPI package to django-pagination instead of just pagination.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@44
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 09:06:08 +0000 (09:06 +0000)]
Fixed some setuptools bugs.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@43
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 08:47:05 +0000 (08:47 +0000)]
Added the ability to save the result list as a variable in the template's context. Thanks for the original inspiration for this patch, n.leush.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@42
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 08:29:57 +0000 (08:29 +0000)]
Allow for a variable as the paginate_by parameter. Also added tests for this case. Thanks, lfrodrigues.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@41
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 08:12:03 +0000 (08:12 +0000)]
Fix a possible uncaught attribute error. Thanks for the bug report, bela.hausmann.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@40
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 08:06:46 +0000 (08:06 +0000)]
Added setup.py and ez_setup.py getting ready for proper release to PyPI. Thanks to dan.fairs and for some extra stuff from Eric Holscher's blog.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@39
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 07:51:14 +0000 (07:51 +0000)]
Fixed some python2.3 backwards incompatibility issues.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@38
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 24 Oct 2008 07:43:52 +0000 (07:43 +0000)]
Added translation files for french and polish locales. Thanks, jdemoor and jarek.zgoda!
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@37
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Mon, 20 Oct 2008 04:18:44 +0000 (04:18 +0000)]
Oops, forgot to add index.txt
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@36
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Mon, 20 Oct 2008 04:15:46 +0000 (04:15 +0000)]
Moved docs into the docs directory. Also, added an index.txt useful for sphinx documentation.
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@35
7f1efe38-554e-0410-b69d-
834cb44da2d5
floguy [Fri, 19 Sep 2008 03:54:02 +0000 (03:54 +0000)]
Changed back from .rst to .txt to match Django's convention
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@34
7f1efe38-554e-0410-b69d-
834cb44da2d5