basic pagination support
Bug #234667 reported by
ashcrow
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Meow |
Fix Released
|
Medium
|
ashcrow |
Bug Description
Basic pagination support was requested. Attached is a patch that implements pagination using $CONTEXT/
Related branches
Changed in meow: | |
assignee: | nobody → stevem-gnulinux |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in meow: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
A couple things before merging,
The tail block is for things like javascript that should be loaded last on the page, can you move the tail block back to the bottom and add a pagination block for your needs?
In the current trunk, there is a script called pep8.sh that uses pep8.py, this checks your code to make sure it conforms to the pep8 style guide. Can you run that script and fix the problems it finds. This will keep the code in a consistent style.
It's silly things like no trailing spaces, 4 spaces per indention level, etc. Pretty simple. The pep8.sh script makes it pretty easy to acomplish.
If I apply this patch it'll undo all the changes I made last night to conform to pep8.
Thanks,
Eric.