This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit dab5c0c17c87cbda260a7dd1108a4e4f583cd715
tree f46e25a7735444f84431504895d2d84cf960f1cb
parent 3b7a189d00862081cd4d60b126d562888bc8ed7f
tree f46e25a7735444f84431504895d2d84cf960f1cb
parent 3b7a189d00862081cd4d60b126d562888bc8ed7f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 09 10:48:14 -0800 2009 | |
| |
.gitmodules | Wed Jan 14 20:12:19 -0800 2009 | |
| |
README.textile | Fri Feb 27 11:33:12 -0800 2009 | |
| |
Rakefile | Fri Aug 08 15:24:17 -0700 2008 | |
| |
app/ | Tue Feb 24 17:04:52 -0800 2009 | |
| |
lib/ | Thu Jan 08 13:13:25 -0800 2009 | |
| |
page_list_view_extension.rb | Wed May 27 13:53:36 -0700 2009 | |
| |
public/ | Fri Feb 27 11:20:22 -0800 2009 | |
| |
spec/ | Mon Feb 09 10:43:32 -0800 2009 | |
| |
vendor/ | Wed May 27 13:53:36 -0700 2009 |
README.textile
Page List View
Created by: Andrew vonderLuft and Sean Cribbs, August 2008, in Portland Oregon
Enables viewing site pages in a list view sortable by attibute.
Revision History
- 1.2 – 2/2009 – Radiant 0.7 compatible, including Rails 2.2
- 1.1 – 1/2009 – added pagination / full list options for CMSs with lots of pages
- 1.0 – 8/2008 – initial release
Requirements
The will_paginate plugin – With the addition of pagination, you will need to add Mislav’s will_paginate plugin to your vendor/plugins directory. See http://github.com/mislav/will_paginate/tree/master
To install this plugin, from extension root:
$ git submodule init
$ git submodule update
Installation
From your RADIANT_ROOT:
$ script/extension install page_list_view
Restart your radiant app, and you should be good to go.
NOTE: This should add the submodules described above in requirements, but if not follow the directions indicated.
Acknowledgments
As usual, Sean Cribbs helped out a lot with the finer points of Ruby, Rails and Radiant







