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 (
Keith Bingman (author)
Wed May 14 07:49:46 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | Wed May 14 07:49:46 -0700 2008 | |
| |
Rakefile | Wed May 14 07:00:18 -0700 2008 | |
| |
admin_tree_structure_extension.rb | Wed May 14 07:00:18 -0700 2008 | |
| |
app/ | Wed May 14 07:00:18 -0700 2008 | |
| |
lib/ | Wed May 14 07:00:18 -0700 2008 | |
| |
test/ | Wed May 14 07:00:18 -0700 2008 |
README
= Admin Tree Structure Originally created by Daniel Sheppard Updated and put on github by Benny Degezelle and Keith Bingman because original server seems to be down. Original announcement at http://lists.radiantcms.org/pipermail/radiant/2007-October/006597.html Adds a structure to the page tree. Pages can define a 'tree_children' method to return their children in a more structured manner. The array returned from 'tree_children' should respond to enough methods to fool the _node.rhtml page to render it like a page. It must respond to: id title virtual? and the class must respond to display_name. If tree_children is defined and returns non-page objects, tree_child should also be defined, returning the specific child for an alpha-numeric slug. *** THIS EXTENSION REQUIRES THE 'SHARDS' EXTENSION TO BE INSTALLED *** This extension provides ArchivePage with two levels of drill-down (year and month) and should be referenced as an example.







