[web2py] Translate change password

2010-04-01 Thread GhostRider
I have an application in finnish and swedish and everything is translated into the fi.py and se.py files. Only thing that I can´t find how to translate is the Change password page. Ideas? Kenneth -- You received this message because you are subscribed to the Google Groups "web2py-users" group

[web2py:36944] Re: Creating a CSV file from data

2009-12-10 Thread GhostRider
to_csv(outputfile, delimiter=',', quotechar='"', > qouting=csv.QOUTE_MINIMAL, represent=False) > > -Thadeus > > On Wed, Dec 9, 2009 at 7:24 AM, Hernan Olivera wrote: > > 2009/12/9 GhostRider : > >> I think the columns should the separated with a ; and no

[web2py:36854] Creating a CSV file from data

2009-12-09 Thread GhostRider
Hello everyone, I made a function that gathers data from many tabels and shows it on the website. Now customer would like to export this data to a CSV file. Copy&Paste is not a option. When looking for CSV export I could only find examples of exporting tables to a CSV file. How would you do this

[web2py:32182] Ordering system

2009-10-04 Thread GhostRider
I´m working on an ordering system and trying to make av overview of orders. It would look about this, Customer | Product 1 Product x | Pickup place | Order status | Some tools The overview is working, data is collected from different tables. Problem is that customer wants to sort the table

[web2py:32095] Re: Retrieve password function disabled

2009-10-02 Thread GhostRider
Thank You very many, I don´t have many times I checked your last answer but missed the auth.settings.mailer = mail row. Kenneth On Oct 2, 4:24 pm, mdipierro wrote: > It is disabled until you set > > mail=Mail(...) > ... > auth.settings.mailer=mail > > On Oct 2, 5:43 

[web2py:32082] Email verification

2009-10-02 Thread GhostRider
Just got an call from a user trying to register on a website running web2py. Ha can´t register because hes email address is not going through the verification when submitting the form. The address is xcvvc...@hotmail.com, an underscore before the @ sign. The address those work, is this a web2py b

[web2py:32081] Re: Retrieve password function disabled

2009-10-02 Thread GhostRider
Anybody hae any ideas how I can enabled this function. I found in the manual how to disable register function, but nothing about enabling retrieve function. Kenneth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:31906] Retrieve password function disabled

2009-09-30 Thread GhostRider
Hello list, just started using web2py and now I hit the wall with the retrieve password function. How do I enable that function? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to thi