Groups
Groups
Sign in
Groups
Groups
py4web
Conversations
Labels
About
Send feedback
Help
py4web
Contact owners and managers
1–30 of 1513
Hello everybody. You are all welcome here. Please be friendly to each other.
Mark all as read
Report group
0 selected
Massimo DiPierro
, …
Jorge Salvat
6
Sep 4
py4web 1.20250902.1
Hi all, also the new Grid refactor is not updated on the Docs !! class Grid: def __init__( self, path
unread,
py4web 1.20250902.1
Hi all, also the new Grid refactor is not updated on the Docs !! class Grid: def __init__( self, path
Sep 4
domel zetaz
Sep 4
Field Virtual "afiedad" does not appear in print row
py4web = 1.20250902.1 pydal = 20250629.2 db.define_table('personas', Field('nom'),
unread,
Field Virtual "afiedad" does not appear in print row
py4web = 1.20250902.1 pydal = 20250629.2 db.define_table('personas', Field('nom'),
Sep 4
laundmo
,
Massimo DiPierro
5
Sep 3
Pydal: How to properly construct single-value subselect fields
I agree with that change On Wed, Sep 3, 2025, 3:04 AM laundmo <laurinsc...@gmail.com>
unread,
Pydal: How to properly construct single-value subselect fields
I agree with that change On Wed, Sep 3, 2025, 3:04 AM laundmo <laurinsc...@gmail.com>
Sep 3
David Manns
, …
laundmo
4
Sep 3
How to put a placeholder in a grid search_form to label the search field
Thanks, the hack works! The documentation of custom fields I find totally incomprehensible. I suspect
unread,
How to put a placeholder in a grid search_form to label the search field
Thanks, the hack works! The documentation of custom fields I find totally incomprehensible. I suspect
Sep 3
David Manns
,
Massimo DiPierro
13
Sep 3
_dashboard loading apps from github?
Tested the new version this morning, it works perfectly to install a new app from a github release
unread,
_dashboard loading apps from github?
Tested the new version this morning, it works perfectly to install a new app from a github release
Sep 3
laundmo
3
Sep 3
field.represent is ignored for reference fields in grid
forgot the PR link: https://github.com/web2py/py4web/pull/999 On Wednesday, 3 September 2025 at 13:12
unread,
field.represent is ignored for reference fields in grid
forgot the PR link: https://github.com/web2py/py4web/pull/999 On Wednesday, 3 September 2025 at 13:12
Sep 3
will...@gmail.com
, …
Kevin Keller
6
Sep 3
Snowflake not listed in py4web docs
Never got around documenting this . It's solid for crud operations but might have minor bugs in
unread,
Snowflake not listed in py4web docs
Never got around documenting this . It's solid for crud operations but might have minor bugs in
Sep 3
Paul Gerrard
,
Massimo DiPierro
5
Sep 3
Py4web scheduler - tracking task progress
Hi again Massimo, I'm seeing some strange behaviour in an ajax call I've been using to list
unread,
Py4web scheduler - tracking task progress
Hi again Massimo, I'm seeing some strange behaviour in an ajax call I've been using to list
Sep 3
David Manns
,
Massimo DiPierro
6
Sep 2
A problem with Pydal 20250623.1
Indeed it's working. I have a bunch of grids that depend on this, and this is the behavior
unread,
A problem with Pydal 20250623.1
Indeed it's working. I have a bunch of grids that depend on this, and this is the behavior
Sep 2
Lucas
,
Massimo DiPierro
4
Sep 2
multiply yatl.helpers
Well. The templates and the dal are the same. That's all I can promise. But definitively
unread,
multiply yatl.helpers
Well. The templates and the dal are the same. That's all I can promise. But definitively
Sep 2
Lucas
, …
Dave S
4
Sep 1
menu
I've decided and have been for the past few days, just writing my own menu system directly in
unread,
menu
I've decided and have been for the past few days, just writing my own menu system directly in
Sep 1
Tom Clerckx
, …
Massimo DiPierro
4
Sep 1
scheduler 'tasks' vs 'runs'
I messed up the names. I will rename them: def task_scheduler(): scheduler.enqueue_run("
unread,
scheduler 'tasks' vs 'runs'
I messed up the names. I will rename them: def task_scheduler(): scheduler.enqueue_run("
Sep 1
André Kablukow
, …
Massimo DiPierro
5
Sep 1
Change e-mail from auth profile
We could add that missing UI page although changing emails can have unwanted consequences. Imagine a
unread,
Change e-mail from auth profile
We could add that missing UI page although changing emails can have unwanted consequences. Imagine a
Sep 1
laundmo
, …
United Ranker
3
Aug 25
Grid FORMATTERS_BY_TYPE seems relatively useless thanks to get_default_represent?
https://groups.google.com/g/wordxehtasham On Sunday, 24 August 2025 at 14:04:00 UTC-7 Massimo wrote:
unread,
Grid FORMATTERS_BY_TYPE seems relatively useless thanks to get_default_represent?
https://groups.google.com/g/wordxehtasham On Sunday, 24 August 2025 at 14:04:00 UTC-7 Massimo wrote:
Aug 25
laundmo
,
Massimo
2
Aug 24
Small threadsafevariable change == decent request time speedup
Sorry overlooked this. Been travelling a lot. Merged now and upgrading py4web. Thanks for the help On
unread,
Small threadsafevariable change == decent request time speedup
Sorry overlooked this. Been travelling a lot. Merged now and upgrading py4web. Thanks for the help On
Aug 24
jonatha...@whatho.net
, …
laundmo
3
Aug 20
Mismatch between the documentation and reality wrt recursive selects
Some explanation: You cant insert owner="Bob" because the db.thing table only has the
unread,
Mismatch between the documentation and reality wrt recursive selects
Some explanation: You cant insert owner="Bob" because the db.thing table only has the
Aug 20
Alfonso Serra
,
laundmo
3
Aug 20
is there a way to list all defined routes?
oops, somehow by pasting in my browser autocorrected "import ombott" to "import Abbott
unread,
is there a way to list all defined routes?
oops, somehow by pasting in my browser autocorrected "import ombott" to "import Abbott
Aug 20
vinu KR
,
jonatha...@whatho.net
2
Aug 18
Facing issues in mailer
Are you looking for 'py4web.utils.mailer'? In the _scaffold app the common.py and settings.py
unread,
Facing issues in mailer
Are you looking for 'py4web.utils.mailer'? In the _scaffold app the common.py and settings.py
Aug 18
Vincent Chevrier
, …
Jorge Salvat
4
Aug 17
Tags in Grids (htmx solution!)
Hi Jorge, HtmxTags is a subclass of Tags from pydal.tools.tags "default" is defined in the
unread,
Tags in Grids (htmx solution!)
Hi Jorge, HtmxTags is a subclass of Tags from pydal.tools.tags "default" is defined in the
Aug 17
Lucas
,
Massimo DiPierro
3
Aug 15
_class not working under Field
It is indeed intentional to decouple presentation info (such as _class) from the validators. This is
unread,
_class not working under Field
It is indeed intentional to decouple presentation info (such as _class) from the validators. This is
Aug 15
Davidiam
,
Massimo DiPierro
4
Aug 14
How to change the date format for the auth records?
Please let me know if it works as intended or not. I have not fully tested although should work. On
unread,
How to change the date format for the auth records?
Please let me know if it works as intended or not. I have not fully tested although should work. On
Aug 14
Davidiam
4
Aug 14
Problems with py4web on linux
OK, I solved the problem of the double application name by adding a re-write in the nginx
unread,
Problems with py4web on linux
OK, I solved the problem of the double application name by adding a re-write in the nginx
Aug 14
Karl Neumann
, …
Massimo DiPierro
7
Aug 13
How to pass the db object created in controllers. to models.py
I like this. Just have to make sure things are not called twice. On Wed, Aug 13, 2025, 10:27 PM
unread,
How to pass the db object created in controllers. to models.py
I like this. Just have to make sure things are not called twice. On Wed, Aug 13, 2025, 10:27 PM
Aug 13
Karl Neumann
Aug 13
UML-Sequence Diagram for py4web
has anyone a UML-like sequence diagram which shows how an incoming request will be handled through
unread,
UML-Sequence Diagram for py4web
has anyone a UML-like sequence diagram which shows how an incoming request will be handled through
Aug 13
Jacinto Parga
,
Massimo
4
Aug 12
Altcha for simple captcha
Added a fixture to make it work in auth. class AltchaServerFixture(Fixture): def __init__(self,
unread,
Altcha for simple captcha
Added a fixture to make it work in auth. class AltchaServerFixture(Fixture): def __init__(self,
Aug 12
laundmo
Aug 11
New PR: dbio=True for Form([db.tbl.field, db.tbl.field2])
I wanted to write forms for a subset of fields of a large table, so intuitively I tried to do form =
unread,
New PR: dbio=True for Form([db.tbl.field, db.tbl.field2])
I wanted to write forms for a subset of fields of a large table, so intuitively I tried to do form =
Aug 11
Alfonso Serra
, …
Massimo DiPierro
10
Aug 9
Error writing variables to session
sessions by default are stored encrypted qnd signed in a cookie to avoid hitting the db at every
unread,
Error writing variables to session
sessions by default are stored encrypted qnd signed in a cookie to avoid hitting the db at every
Aug 9
Willem L.
, …
jonatha...@whatho.net
3
Aug 7
Grid after update reference table
Thank you for reporting this. I've been trying most of the day to work out how I managed to break
unread,
Grid after update reference table
Thank you for reporting this. I've been trying most of the day to work out how I managed to break
Aug 7
Julio César Albornoz
, …
Dave S
4
Aug 5
Grid - After update
It always amuses me when GG warns you of "email addresses in post", when those address are
unread,
Grid - After update
It always amuses me when GG warns you of "email addresses in post", when those address are
Aug 5
Lucas
,
Massimo DiPierro
3
Aug 5
DAL array field handling
alright, Massimo, I stay old school master-detail on this then. On Thursday, July 31, 2025 at 6:14:15
unread,
DAL array field handling
alright, Massimo, I stay old school master-detail on this then. On Thursday, July 31, 2025 at 6:14:15
Aug 5