[web2py] Re: Online Manual: Chapter 9: Access Control - Formatting/content issues?

2014-04-11 Thread Seeker
Thanks lots Tim. On Friday, 11 April 2014 06:40:58 UTC+2, Tim Richardson wrote: it;s been fixed ... just waiting for caches to clear, I think. On Friday, 11 April 2014 00:03:39 UTC+10, DenesL wrote: True, everything after 9.1.5 Renaming Auth tables is corrupted. On Thursday, April 10,

[web2py] Re: Feature Request: IS_IN_SET with list:string field type

2014-04-11 Thread Encompass solutions
Thanks! On Saturday, March 29, 2014 2:50:42 PM UTC+2, Encompass solutions wrote: I would love to have a list set with strings but I am able to define if they should be of a certain string type. Does this already exist and I did it wrong, or would this be a good idea to implement. BR,

[web2py] Re: Change the download text from file to something else?

2014-04-11 Thread António Ramos
no hints? 2014-04-10 15:25 GMT+01:00 António Ramos ramstei...@gmail.com: hello i want to change the text that appears on downloadable file links I see file but that is nothing informative especially when users dont speak english I want to default it to something else where do i change

[web2py] Using record_versioning - possible to place links only on right side of grid=SQLFORM?

2014-04-11 Thread LoveWeb2py
Hello, I'd like to just have my links on the right side of the SQLFORM Grid and my buttons on the left and right. I've tried modifying the sqlhtml.py and changing links_placement = 'right', and buttons_placement = 'both', but both the links and buttons still appear. I'm guessing the record

Re: [web2py] Re: unable to install application KPAX

2014-04-11 Thread António Ramos
Too bad some appliances dont work out of the box. Thas bad publicity for web2py Someone should check this 2014-04-10 22:13 GMT+01:00 Rufus rufusvsm...@gmail.com: Well, Couldn't even open default/index: there was a problem with foreign keys right off the bat. Modified the model to

[web2py] Re: current trunk using memdb results in crash

2014-04-11 Thread David Manns
Tried this - didn't help On Thursday, April 10, 2014 5:17:38 PM UTC-4, Sebastian Cambeo wrote: Try deleting memcache and browser cache Am Donnerstag, 10. April 2014 21:13:39 UTC+2 schrieb David Manns: I am still seeing this in released version 2.9.5?? On Sunday, March 9, 2014 9:04:49 PM

[web2py] Re: current trunk using memdb results in crash

2014-04-11 Thread Bas Ti
Does it work in a new empty project? On Friday, April 11, 2014 4:04:49 PM UTC+2, David Manns wrote: Tried this - didn't help On Thursday, April 10, 2014 5:17:38 PM UTC-4, Sebastian Cambeo wrote: Try deleting memcache and browser cache Am Donnerstag, 10. April 2014 21:13:39 UTC+2 schrieb

[web2py] Brazilian web2py users, what system do you use to receive credit card payments?

2014-04-11 Thread Leonel Câmara
I have a Brazilian costumer and I will need to implement this soon so I'm now evaluating the available options. Any suggestions? Until now I have found this project by Bruno Rocha: https://github.com/rochacbruno/python-pagseguro -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Calling a function from a different controller

2014-04-11 Thread Mark Billion
This seems like a really dumb question to me, but I cant seem to find an answer. Controllers are 'default.py' and 'worker.py' In worker.py, I want to call foo(x,y), which is a function in default.py. Thoughts on how to do that? -- Resources: - http://web2py.com - http://web2py.com/book

Re: [web2py] Calling a function from a different controller

2014-04-11 Thread Carlos Cesar Caballero Díaz
I think that the function foo(a,b) could be in modules, you will be able to call it from any place. El 11/04/14 11:36, Mark Billion escribió: This seems like a really dumb question to me, but I cant seem to find an answer. Controllers are 'default.py' and 'worker.py' In worker.py, I

Re: [web2py] Calling a function from a different controller

2014-04-11 Thread Mark Billion
Thanks! On Friday, April 11, 2014 11:49:30 AM UTC-4, Carlos Cesar Caballero Díaz wrote: I think that the function foo(a,b) could be in modules, you will be able to call it from any place. El 11/04/14 11:36, Mark Billion escribió: This seems like a really dumb question to me, but I

[web2py] Re: unable to install application KPAX

2014-04-11 Thread Willoughby
Here's a chat example: https://github.com/rpedroso/w2pchat And a discussion regarding it: https://groups.google.com/forum/#!searchin/web2py/chat/web2py/ABaQw0TYUsc/7iAYs7yXeJEJ Search the group, you'll find some other discussions as well. On Thursday, April 10, 2014 5:13:57 PM UTC-4, Rufus

Re: [web2py] Brazilian web2py users, what system do you use to receive credit card payments?

2014-04-11 Thread Mariano Reingart
Hi Leonel: In Argentina we used in 2012 DineroMail to receive PyCon Argentina 2012 payments. it appears to be a brazilian operator: https://br.dineromail.com The code is not very polished but it is functional (plugin dineromail):

[web2py] Re: id field is editable through REST PUT request

2014-04-11 Thread Derek
That seems like a pretty big hole then especially if IDs are used as foreign keys... ownership doesn't mean anything. I could write an inflammatory comment on a website, change the owner to someone else (via the edit form) and then suddenly that other user is banned... On Wednesday, April 9,

[web2py] web2py_component and menu items

2014-04-11 Thread Annet
In one of my application the header and footer are rendered once, the content is loaded using web2py_component. My problem is that the menu in the header does not reflect the state of the content. In the view that renders the menu I have the following line of code li class= a

[web2py] Re: Pyston

2014-04-11 Thread Joe Barnhart
It's Pyston! Guido works at Dropbox, so any new revolutionary Python system from there is likely to carry his stamp on it. He has seemed impressed by PyPy in the past, but always a little distant. I think this is what he wants for the future of Python. Not an all-encompassing python

[web2py] Re: Change the download text from file to something else?

2014-04-11 Thread Niphlod
make your own widget or act on the default translation of the string 'file ## download' hint: anything after ## is to be treated as a comment. On Friday, April 11, 2014 12:37:37 PM UTC+2, Ramos wrote: no hints? 2014-04-10 15:25 GMT+01:00 António Ramos ramst...@gmail.com javascript: :

[web2py] Re: Enter from 0 to 255 characters on grid=SQLFORM How to fix?

2014-04-11 Thread Derek
is this mssql or mysql or postgres? i think mysql has a limit of 255 for string data. it would silently change any lengths longer to 255... On Thursday, April 10, 2014 9:52:13 AM UTC-7, LoveWeb2py wrote: Are there any other suggestions? I've tried everything and I really need help with this.

[web2py] Re: Displaying count and groupby PROBLEMS with new version

2014-04-11 Thread Derek
well, it looks like the changes from 2.8.2 to 2.9.5 did include changes to the 'count'... https://code.google.com/p/web2py/source/diff?spec=svn1cf7cc49ddcd5fd7169025477b8109fdfda0a5e5r=1cf7cc49ddcd5fd7169025477b8109fdfda0a5e5format=sidepath=/gluon/dal.py On Wednesday, April 9, 2014 9:28:08 AM

Re: [web2py] Re: Enter from 0 to 255 characters on grid=SQLFORM How to fix?

2014-04-11 Thread Austin Taylor
It's for mysql. Its stored as VARCHAR in the data base and up to 500 chars but fixing it to text in my db.py model fixed it. I'm guessing there is a built in validator for strings On Apr 11, 2014 4:00 PM, Derek sp1d...@gmail.com wrote: is this mssql or mysql or postgres? i think mysql has a

[web2py] Querying a normalized DB

2014-04-11 Thread Henry Nguyen
I have a set of normalized log tables consisting of a single log table and multiple x_log tables where x is some different log type. The log table contains the data that is shared among all logs such as create_date. Each x_log table contains the data specific to that log type in addition to a

[web2py] Re: Brazilian web2py users, what system do you use to receive credit card payments?

2014-04-11 Thread samuel bonill
i use stripe.com El viernes, 11 de abril de 2014 09:39:15 UTC-5, Leonel Câmara escribió: I have a Brazilian costumer and I will need to implement this soon so I'm now evaluating the available options. Any suggestions? Until now I have found this project by Bruno Rocha: