ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Simplify editing of subpages #284

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement proposal:
* define "default setting" for a parent page for th filed defined in the "Page" 
tab.
Sub pages should then start editing in "Content" tab and field "Friendly URL" 
should move from "Page" to "Content" tab.

Original issue reported on code.google.com by axelclk@gmail.com on 27 Jul 2010 at 6:28

GoogleCodeExporter commented 8 years ago
Sub pages located in the "Children pages" are already starting editing in 
Content.

We can duplicate "Friendly URL" field on Content page for convenience.

Original comment by kinyelo@gmail.com on 28 Jul 2010 at 6:38

GoogleCodeExporter commented 8 years ago
Sorry, what I meant, was if I could define some default settings like "Cache 
enabled", "Page type" etc for example for the /blog page and then switch to the 
"Children pages" tab and press "Add child" these settings from the parent 
"/blog" page should be derived for the new child page.

Original comment by axelclk@gmail.com on 28 Jul 2010 at 4:46

GoogleCodeExporter commented 8 years ago
We can store these last settings ("Cache enabled", "Page type" etc) selected by 
user in cookies. And set them for the new page. As it now happen for theme.

Original comment by kinyelo@gmail.com on 28 Jul 2010 at 8:50

GoogleCodeExporter commented 8 years ago
I think I got your idea. We need to have different default child settings for 
every page. For example /blog children can use one structure and /news will 
have another.

I propose to add "Default settings" link at the top of "Children" page and open 
dialog when administrator can set these settings.

Then page is created it derives settings from parent "Default settings"

Original comment by kinyelo@gmail.com on 29 Jul 2010 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 31 Jul 2010 at 5:47

GoogleCodeExporter commented 8 years ago
Issue 296 has been merged into this issue.

Original comment by kinyelo@gmail.com on 2 Aug 2010 at 6:11

GoogleCodeExporter commented 8 years ago
Implemented as "page for internal use" with "/_default" URL name which every 
page can have as a child.

It is accessible only from "Children" tab by pressing "Default settings" button.

In order to disable this page from being published "Page content editor" was 
changed.

For example:

"/" page -> settings page "/_default"
"/blog" -> settings page "/blog/_default"

Also this default setting page can hold initial localized content.

Original comment by kinyelo@gmail.com on 7 Aug 2010 at 2:31

GoogleCodeExporter commented 8 years ago
Issue 358 has been merged into this issue.

Original comment by kinyelo@gmail.com on 2 Dec 2010 at 9:57