public
Description: An extension for Radiant CMS that allows you to specify and change the order of child pages within their parent page.
Homepage:
Clone URL: git://github.com/radiant/radiant-reorder-extension.git
jlong (author)
Tue Nov 17 13:05:07 -0800 2009
commit  d37c5d509e44f8b50ec91c185ffba539838d2437
tree    9680b822cad05087c63881a09375b9f684be43a5
parent  1e9598733bb1cd1eda2b677d12873ec399fe84ba
name age message
file README Tue Nov 17 13:05:07 -0800 2009 compatibility changes for 0.9.0 [jlong]
file Rakefile Sat Mar 07 10:00:05 -0800 2009 update tests to use dataset plugin Signed-off-... [zapnap]
directory app/ Tue Nov 17 13:05:07 -0800 2009 compatibility changes for 0.9.0 [jlong]
directory db/ Tue Nov 25 19:32:14 -0800 2008 Disable Rails timestamps while adding position ... [chrisparrish]
directory lib/ Wed Jun 03 13:14:44 -0700 2009 Radiant 0.8.0 update [Josh French]
directory public/ Wed Dec 03 05:47:20 -0800 2008 Adjust reorder column width. [Nikolay Karev]
file reorder_extension.rb Tue Nov 17 13:05:07 -0800 2009 compatibility changes for 0.9.0 [jlong]
directory spec/ Wed Jun 03 13:14:44 -0700 2009 Radiant 0.8.0 update [Josh French]
directory vendor/ Fri Jun 20 11:28:58 -0700 2008 Import from old repository. [seancribbs]
README
= Reorder

Created by Sean Cribbs, October 2007.  Inspired by Adam Williams' original
reorder extension.

Allows pages to be arbitrarily ordered underneath their parent.  This is useful
for creating navigations based on children of a given page.  Buttons are added
to the sitemap that allow you to move individual pages higher or lower in the 
ordering, or to the top or bottom of the list.

No drag-and-drop for now!  Keeping it simple.

Included images are slightly modified from FamFamFam Silk Icons by Mark James:
http://www.famfamfam.com/lab/icons/silk/

== Installation

1) Unpack/checkout/export the extension into vendor/extensions of your project.

2) Run the extension migrations.

  $ rake production radiant:extensions:reorder:migrate

3) Run the extension update task.

  $ rake production radiant:extensions:reorder:update
  
4) Restart your server and edit the order of the pages from the admin interface.
To bypass the ordering system simply supply a "by" option to the finder tags.

== Compatibility
The 0.7.1 tag is compatible with Radiant 0.7.1. Edge is currently compatible with Radiant 0.9.0RC1.