| 15 months | Christoph Haas | Added tag 0.3.3dev for changeset 48bf6b9239c4 |
| 15 months | Christoph Haas | Raised version to 0.3.3dev |
| 15 months | Christoph Haas | Removed navigator(). Added self.previous_page and self.next_page |
| 17 months | Christoph Haas | Documentation still referred to navigator() instead of pager() |
| 17 months | Christoph Haas | New pager option javascript_before |
| 17 months | Christoph Haas | Added tag 0.3.2 for changeset 0ed9dd54baca |
| 17 months | Christoph Haas | Installation requirements for easy_install fixed. |
| 17 months | Christoph Haas | Fixed typo in email address. Added pointer to docs/ |
| 17 months | Christoph Haas | Added PyPi meta information |
| 17 months | Christoph Haas | Removed reference to CHANGELOG.txt |
| 17 months | Christoph Haas | Added tag 0.3.2 for changeset e49a2673077c |
| 17 months | Christoph Haas | URL fixed. Version bumped to 0.3.2 |
| 17 months | Christoph Haas | Docs improved |
| 17 months | Christoph Haas | Trimmed docstrings to 80 chars per line |
| 17 months | Christoph Haas | Avoiding multiple evaluation of the SQL query |
| 17 months | Christoph Haas | Supports SQLAlchemy Select'ions |
| 18 months | Christoph Haas | Class init kwargs used for pager(). Variable substitution uses $ |
| 18 months | Christoph Haas | added support for ExtJS Javascript library |
| 18 months | Christoph Haas | yui2.3 renamed to yui. yui javascript shortened/simplified. |
| 18 months | Christoph Haas | scriptaculous Javascript degrades gracefully |
| 18 months | Christoph Haas | Typo. |
| 18 months | Christoph Haas | partial_var introduced. Degrades gracefully now if no JS available. |
| 18 months | Christoph Haas | Rename part 2 |
| 18 months | Christoph Haas | Renamed the module back from "paginator" to "paginate" as it was called before. |
| 18 months | Christoph Haas | Documentation added (not yet polished) |
| 18 months | Christoph Haas | Sped up counting rows in an SQLAlchemy table (suggested by Mike Orr) |
| 18 months | Christoph Haas | Debug logging for created links added (suggested by Mike Orr) |
| 18 months | Christoph Haas | Keyword arguments to pager() are now used as link arguments (Thanks: Mike Orr) |
| 18 months | Christoph Haas | Syntax errors in RST documentation fixed. |
| 18 months | Christoph Haas | .hgignore added to ignore .swp and .pyc files |
| 18 months | Christoph Haas | 'AlternativePaginator' renamed to 'paginator'. Tests fixed. |
| 18 months | Christoph Haas | Collections supported: SQLAlchemy tables, SQLAlchemy queries |
| 19 months | Christoph Haas | No longer using webhelpers.pagination.orm module |
| 19 months | Christoph Haas | First checkin after migrating Subversion repository to Mercurial |
| 19 months | chaas | Bugs regarding page_first... fixed. |
| 19 months | chaas | Fixed changelog notes. |
| 19 months | chaas | Tests fixed. |
| 19 months | chaas | Tests have been broken and still are. Will get fixed. |
| 19 months | chaas | First beta version after merging James' and Christoph's changes. Passes tests. |
| 19 months | chaas | Moved _link into pager() so we can save passing around arguments. |
| 19 months | chaas | James' pager() removed in favor of my own universal pager() |
| 19 months | chaas | Left navigator() as it was. |
| 19 months | chaas | Page.__init__() works again. Parameters that only the navigator needs |
| 19 months | chaas | Men at work... do not use. Still doing major changes. |
| 19 months | chaas | Fixed license/copyright. Hope it's legally okay. :) |
| 19 months | chaas | Added upgrade/incompatibility notes for users of previous versions |
| 19 months | chaas | First checkin of James Gardner's PyPi package. |