]> git.openstreetmap.org Git - rails.git/commit
Backporting the change that I made to the api06 branch to bring the classic_paginatio...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 9 Oct 2008 13:40:08 +0000 (13:40 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 9 Oct 2008 13:40:08 +0000 (13:40 +0000)
commita8b5e2b87d56e53b9bec9fe6dbc34f463504fc34
tree38ae50dd19cf65b25796fa9883e97e1aab4b52b0
parent0b8449d2c95c52402b4a8cc7f49362820a752cc0
Backporting the change that I made to the api06 branch to bring the classic_pagination into our svn. This will make it easier for people to setup a rails version of the server.
22 files changed:
vendor/plugins/classic_pagination/CHANGELOG [new file with mode: 0644]
vendor/plugins/classic_pagination/README [new file with mode: 0644]
vendor/plugins/classic_pagination/Rakefile [new file with mode: 0644]
vendor/plugins/classic_pagination/init.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/install.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/lib/pagination.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/lib/pagination_helper.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/companies.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/company.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/developer.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/developers.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/project.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/projects.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/replies.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/reply.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/schema.sql [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/topic.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/fixtures/topics.yml [new file with mode: 0644]
vendor/plugins/classic_pagination/test/helper.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/pagination_helper_test.rb [new file with mode: 0644]
vendor/plugins/classic_pagination/test/pagination_test.rb [new file with mode: 0644]