[web2py] Re: pypfdf - how to make text wrap table cells?

2015-09-05 Thread at
Thanks a lot Edwood for your help. I'll definitely try to follow your tips. Best Regards, AT On Sunday, 6 September 2015 09:55:25 UTC+5, Edwood wrote: > > Hi. > > Wrapping inside table columns is not currently supported by "write_html", > nor are CSS properties. > > One way to render wrapped

[web2py] Re: Web2py Developer Jobs

2015-09-05 Thread Massimo Di Pierro
Thank you Lane. Congratulations! On Saturday, 5 September 2015 23:55:30 UTC-5, Lane Campbell wrote: > > Hello All, > > I just launched my startup June to help balance the needs of developers > with those doing hiring. In fact, we flip hiring on it's head. If you are > looking for web2py jobs y

[web2py] web2py job in Florida

2015-09-05 Thread Massimo Di Pierro
A new opportunity as an Application Software Developer is now available with Harris Corporation (Exelis)

[web2py] Re: pypfdf - how to make text wrap table cells?

2015-09-05 Thread Edwood
Hi. Wrapping inside table columns is not currently supported by "write_html", nor are CSS properties. One way to render wrapped text inside tables is to build the table using lines and then use "multi_cell" to wrap text inside the columns. This technique will require you to maintain careful

[web2py] Web2py Developer Jobs

2015-09-05 Thread Lane Campbell
Hello All, I just launched my startup June to help balance the needs of developers with those doing hiring. In fact, we flip hiring on it's head. If you are looking for web2py jobs you can sign up and set it as a skill, then companies doing hiring can find you and will pay you to pitch you jo

[web2py] Web2py SQLFORM update or insert depending on record existence checked at callback...and side effects

2015-09-05 Thread fred . hiccup
Greetings, I asked the question here in title on StackOverflow and it seems that the solution, that Richard nicely bro

[web2py] About web2py

2015-09-05 Thread Jagadeesh
what is the difference between html and web2py in detail?? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] Persistent Login?

2015-09-05 Thread Robert Porter
How can I make a login persistent. I want you to have to clean your cookies to ever be logged out. Right now I have a bug where I get logged out after a pretty short time (even though I set auth.settings.expiration=3600), so I just want a way where you absolutely cannot logout unless you c

[web2py] Random Logouts?

2015-09-05 Thread Robert Porter
I seem to have a bug where it will log me out for no reason, but I can't find a way to reproduce it. I do not touch session cookies anywhere in my site and I've set the auth expiration to 360. I do not have any way for the user to logout other than clicking the logout button. I don't wan

[web2py] searching for two options

2015-09-05 Thread Mayra Marticorena
Good afternoon, I tell assemble a search engine where there are two options to search by code and description, code works well but the description of what can be deduced string, which I can not solve. peugeot.py def bieletas(): if(request.get_vars.buscar): bieletas= db((db.catalogoxtipo.co

[web2py] SQLFORM update or insert depending on record existence checked at callback... and side effects

2015-09-05 Thread fred . hiccup
Greetings, I asked the question here in title on StackOverflow and it seems that the solution Richard nicely brought t

[web2py] Re: help on sessions

2015-09-05 Thread Massimo Di Pierro
del session.cart['name'] ? On Saturday, 5 September 2015 17:26:50 UTC-5, dirman wrote: > > is it possible to delete or clear an item in session.cart.items() ? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://co

[web2py] Re: 'module' object has no attribute 'startswith'

2015-09-05 Thread Massimo Di Pierro
Somewhere in Field('','') is not a string. perhaps quotes are missing. On Thursday, 3 September 2015 02:01:43 UTC-5, Johann Spies wrote: > > We have an app working with a database on another server through an > ssh-tunnel. > > The app is working. But the admin app which worked previously sudden

[web2py] Security issue with request.vars

2015-09-05 Thread dirman
am having a security issue with this function i sent this ajax request: cart_callback?action=add&id=hacked def cart_callback(): id = request.vars.id if request.vars.action == 'add': session.cart[id]=session.cart.get(id,0)+1 if request.vars.action == 'sub': se

[web2py] Re: help on form button inner text

2015-09-05 Thread Ben Lawrence
I just write: form=SQLFORM.factory(*fields,buttons = [TAG.button('Send Message',_type="submit")]) On Saturday, September 5, 2015 at 3:21:09 PM UTC-7, dirman wrote: > > i need help here > > this works fine with form input > > form.element('input[type=submit]')['_value']='Go!' > > but this

[web2py] help on sessions

2015-09-05 Thread dirman
is it possible to delete or clear an item in session.cart.items() ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you

[web2py] help on form button inner text

2015-09-05 Thread dirman
i need help here this works fine with form input form.element('input[type=submit]')['_value']='Go!' but this does not output the inner text on form button form.element('button[type=submit]')['_submit_button']='Go!' -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - h

[web2py] some help with auth.accessible_query

2015-09-05 Thread Ben Lawrence
Hi, With user logged in on 2.11.2-stable+timestamp.2015.05.30.16.33.24 (Running on Apache/2.4.7 (Ubuntu), Python 2.7.6) This produces no results: query=auth.accessible_query('read', db.upost) rows = db(query).select(db.upost.ALL) but this does produce the desired result: query=(((db.auth_per

Re: [web2py] Re: simple seo plugin

2015-09-05 Thread Carlos Cesar Caballero Díaz
Thanks!!! The plugin is in web2pyslices now!!! and my thumbnails plugin too!!! El 03/09/15 a las 15:14, Niphlod escribió: so we're good to go ? On Thursday, September 3, 2015 at 8:29:48 PM UTC+2, Alan Etkin wrote: Ooops The web2pyslices site sends the new post notifications, my bad,

Re: [web2py] fabric app

2015-09-05 Thread Carlos Cesar Caballero Díaz
Don't worry, I don't want really to be a competitor because my script does what you ask, but not in the way that you need, it only copies files from and to the server, and does all the job (clone the git repo and zip files) locally, the algorithm is something like: 1) clone locally https://git

[web2py] Re: appconfig.ini

2015-09-05 Thread Anthony
See this discussion: https://groups.google.com/forum/#!topic/web2py/rohbrJEZG_E You can just use empty values to generate a False. Anthony On Saturday, September 5, 2015 at 2:21:21 AM UTC-4, Annet wrote: > > In appconfig.ini I have the following settings: > > ; db configuration > [db] > uri

[web2py] Re: An error occured, please reload the page

2015-09-05 Thread Anthony
> When I go to http://127.0.0.1:8000/admin/default/errors/app there's an > error log related to the message. When I resolve > the error the message no longer appears. > > Does this imply that web2py constantly scans my application for errors, > and detects them before I run any code. > The /er

[web2py] Re: error with CONTS in models

2015-09-05 Thread Dmitri Ermolaev
sorry, I founf my error in logic! in 0.py: if request.ajax: pass else: GIFT_CODE = ... среда, 2 сентября 2015 г., 11:31:42 UTC+3 пользователь Niphlod написал: > > can you please post a complete but MINIMAL controller that exhibits the > error ? > > On Friday, August 28, 2015 at 11:29:

[web2py] Re: appconfig.ini

2015-09-05 Thread Dmitri Ermolaev
migrate_enabled = False => migrate_enabled = "False" all in .ini - converted to STRING суббота, 5 сентября 2015 г., 9:21:21 UTC+3 пользователь Annet написал: > > In appconfig.ini I have the following settings: > > ; db configuration > [db] > uri = postgres://:r@localhost:543

[web2py] Re: 2.12.1 is out

2015-09-05 Thread Dmitri Ermolaev
I use Apachi under Window server error report: https://groups.google.com/forum/#!searchin/web2py/pickle/web2py/r3LcWSbEbmM/TI_enYLZCQwJ my suggestion replace code with: try: pickle.dumps(self, pickle.HIGHEST_PROTOCOL) ecxept: pickle.dumps(self) понедельник, 31 августа 2015 г., 5:55:42 UTC