[web2py] Example of editable tree view

2016-06-22 Thread Ed Tate
Is there a good tutorial or example for an editable treeview interacting with Web2py For example, I'd like to create an application where the user primarily interacts with a tree view (e.g. jstree) and can do the following: - Add a node to the tree - Delete a node from the tree - Chang

[web2py] How to delete built in wiki page that has a tag and uses versioning?

2014-08-29 Thread Ed Tate
If I use the builtin wiki feature and turn on record versioning, I get error when I delete a wiki page which has a tag. Is there a way around this issue? Recipe to duplicate the error in web2py 2.9.5: 1) Create a new application. Call it 'test_wiki'. 2) Make the following modifications: add th

[web2py] Deleting a record in built-in wiki with versioning causes error

2014-08-29 Thread Ed Tate
I am able to cause an error trying to delete a wiki page for the built-in wiki if I turn versioning on. This example causes an error in web2py 2.9.5: Starting with a new application, name it "wiki_test" and do the following: # in db.py, add auth.wiki(resolve=False) auth.enable_record_versionin