]> git.openstreetmap.org Git - rails.git/commit
Adding pagination to the changesets, thus allowing you to browe large changesets...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 27 Nov 2008 17:06:43 +0000 (17:06 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 27 Nov 2008 17:06:43 +0000 (17:06 +0000)
commit2ed84e26cdeaaa20b8f607624d65b7891fcf1fed
tree888c12a9ac37ff4166a598535e4f0a4e8e0c1a71
parent89bd962ff0d7d96bda9f8148a0103224752fbd2e
Adding pagination to the changesets, thus allowing you to browe large changesets, without MySQL complaining about memory. Probably needs some fine tuning. You currently can only page one of nodes, ways, and relations, without manually setting the relations. Fixing deprection notice for the classic_pagination plugin.
app/controllers/browse_controller.rb
app/helpers/browse_helper.rb
app/views/browse/_changeset_details.rhtml
app/views/browse/_paging_nav.rhtml [new file with mode: 0644]
vendor/plugins/classic_pagination/lib/pagination.rb