[web2py] Can page/chapter titles be added to the online book ?

2013-06-24 Thread Holger Schurig
As I'm new to web2py, I usually have several tabs open to various web2py chapters from the online book. Unfortunately, the page title for each tab is web2py. See the attached screenshot. Can those book pages get more descriptive titles? -- --- You received this message because you are

[web2py] BUG: doc-text for requires_signature() is wrong

2013-06-24 Thread Holger Schurig
The doc-text for requires_signature() speaks about group id and role. Seems to be a cut-and-paste error. -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] How to change the class of table from SQLFORM ?

2013-06-21 Thread Holger Schurig
Hi list, I create a form like this: form = SQLFORM(db.table, int(request.args[0]), readonly=True, showid=True, ) return dict(form=form) and render this later with {{=form}}. Now the rendered form contains a simple

[web2py] Re: How to change the class of table from SQLFORM ?

2013-06-21 Thread Holger Schurig
I think I found a solution by myself; form = SQLFORM(query, id, readonly=True, showid=False) c = form.components[0] c.attributes[_style] = width:80% c.add_class(table xtable-bordered table-condensed) return form -- --- You received this message

[web2py] BUG: git commit 714fcc52 wreaked german umlaut characters

2013-06-18 Thread Holger Schurig
Hi, I'm exploring web2py from GIT together with a chrome browser. When I open the admin, I get the presentation in the german language, because this is configured as one of the languages in Chromium (the non-google-branded version of Google Chrome). That's ok so far. Unfortunately, umlaut

[web2py] PATCH: updates to browserid_account.py

2013-06-18 Thread Holger Schurig
1. browserid.org changed into login.persona.org, both URLs and issues. The old URL continues to work, but it might be better to use the new ones anyway. 2. the plugin did redirecto to http://google.com (Huh?!?!) even when on_login_failure was set 3. if on_login_failure wasn't set, it