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 w
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 sub
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 messag
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 ... element.
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 redirec
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 chara
6 matches
Mail list logo