public
Description: Enables viewing site pages in a list view sortable by attibute
Homepage:
Clone URL: git://github.com/avonderluft/radiant-page_list_view-extension.git
name age message
file .gitignore Mon Feb 09 10:48:14 -0800 2009 re-add app/views (!); add .gitignore for .svn [avonderluft]
file .gitmodules Wed Jan 14 20:12:19 -0800 2009 update path for will_paginate plugin [avonderluft]
file README.textile Fri Feb 27 11:33:12 -0800 2009 update README [avonderluft]
file Rakefile Fri Aug 08 15:24:17 -0700 2008 initial commit - pre-release [avonderluft]
directory app/ Tue Feb 24 17:04:52 -0800 2009 update for rails 2.2.2 compatibility (Radiant e... [avonderluft]
directory lib/ Thu Jan 08 13:13:25 -0800 2009 add option to view page list paginated, or as f... [avonderluft]
file page_list_view_extension.rb Wed May 27 13:53:36 -0700 2009 make Radiant 0.8 compatible [avonderluft]
directory public/ Fri Feb 27 11:20:22 -0800 2009 update and rename README [avonderluft]
directory spec/ Mon Feb 09 10:43:32 -0800 2009 update specs for 0.7.0; add .svn to .gitignore [avonderluft]
directory vendor/ Wed May 27 13:53:36 -0700 2009 make Radiant 0.8 compatible [avonderluft]
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