> If you start typing into this box, it becomes an AJAX-y auto-complete > box with the names of pages whose page name or url matches what you are > typing... > > when you select a parent, the full url is shown in the text box.
The issue with separating parenting from ordering is twofold: 1.) Two different actions for the user to learn. 2.) If you want the 2nd document under parent #1 to become the 3rd document under parent #2, you have to do two steps. Parent, then order. Fundamentally, it just goes against the user's goal. In the their mind, the thought is simply "I want this moved to here" and a single operation follows that thinking. The complexity of implementation -- well that's a whole other issue. BTW, John W. Long wrote: > I think I favor drag and drop reparenting, but with the option to > "Cancel" if you make a mistake. Much like the implementation of the > current reordering patch. The cancellation step is where I would provide the *option* of automatically creating a redirect page upon completion (say, a box -- unchecked by default -- to preserve the old uri). If you want to get really fancy, you could control the default checkbox state or even if the user has that option in some admin configuration. This way an admin could establish it as a site policy. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
