[web2py] Active pages in plugin_wiki

2012-09-17 Thread Martin Weissenboeck
I have a plugin_wiki and I want to have active pages. Let's look at the
page meta-menu (but it is the same for all other pages):

(1) A screenshot of http://127.0.0.1:8000/init/plugin_wiki/index  pages
meta-menu is not active
System PagesCurrent Pagesmeta-menuMeta menu  2012-08-06
08:36:13  public None  active [edit]
--
(2) Now http://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu
meta-menu is not active
There is no checkbox to make it active? Why?


*Page:* meta-menu *Title:*
*Active:* None *Public:*
[Attachmentshttp://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu#]
[Widget Builderhttp://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu#
]
--
(3) And from the database:
http://127.0.0.1:8000/init/appadmin/insert/db/plugin_wiki_page
meta-menu seems to be active
database db http://127.0.0.1:8000/init/appadmin/index table
plugin_wiki_pagehttp://127.0.0.1:8000/init/appadmin/select/db?query=db.plugin_wiki_page.id%3E0record
id
4 http://127.0.0.1:8000/init/appadmin/update/db/plugin_wiki_page/4 Edit
current record.
Is Active:
Summery: the database tells that this page is active: but all other source
say the opposite. I think this page is really not active, because I cannot
see it without a login.

Regards, Martin

-- 





[web2py] Active pages in plugin_wiki

2012-09-17 Thread Martin Weissenboeck
Ok - I have found the answer myself:
The word none does not mean not active - it means the *role*.

But one proposal remains:
In the page editor there is no checkbox after the word Active: - please
add it!

---

2012/9/17 Martin Weissenboeck mweis...@gmail.com

 I have a plugin_wiki and I want to have active pages. Let's look at the
 page meta-menu (but it is the same for all other pages):

 (1) A screenshot of http://127.0.0.1:8000/init/plugin_wiki/index  pages
 meta-menu is not active
 System PagesCurrent Pagesmeta-menuMeta menu
 2012-08-06 08:36:13  public None  active [edit]
 --
 (2) Now http://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu
 meta-menu is not active
 There is no checkbox to make it active? Why?


 *Page:* meta-menu *Title:*
 *Active:* None *Public:* 
 [Attachmentshttp://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu#]
 [Widget Builderhttp://127.0.0.1:8000/init/plugin_wiki/page_edit/meta-menu#
 ]
 --
 (3) And from the database:
 http://127.0.0.1:8000/init/appadmin/insert/db/plugin_wiki_page
 meta-menu seems to be active
 database db http://127.0.0.1:8000/init/appadmin/index table
 plugin_wiki_pagehttp://127.0.0.1:8000/init/appadmin/select/db?query=db.plugin_wiki_page.id%3E0record
  id
 4 http://127.0.0.1:8000/init/appadmin/update/db/plugin_wiki_page/4 Edit
 current record.
 Is Active:
 Summery: the database tells that this page is active: but all other source
 say the opposite. I think this page is really not active, because I cannot
 see it without a login.

 Regards, Martin



--