]> git.openstreetmap.org Git - rails.git/commit
Adding the classic_pagination to svn as the svn external is no longer working
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 7 Oct 2008 22:59:59 +0000 (22:59 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 7 Oct 2008 22:59:59 +0000 (22:59 +0000)
commit6bf25141de8b1fa21198e3cfe85ff95f39231efe
tree9f8dfa6ca3d349563e3236aab1a8e16721026746
parentb6a3e9671cf62e0a56985641e8bae7b6ea21edf5
Adding the classic_pagination to svn as the svn external is no longer working
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]