[web2py] blocking all access but america

2015-11-10 Thread lucas
, lucas -- 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 subscribed to the Google Groups "web2py-users&q

[web2py] auth_group/membership auto assign and disable sign up?

2015-11-04 Thread lucas
to create new login users. in which case, when he does, how do i direct web2py code to default the new login to assign that new member, under auth_member to the group_id of 3, which is Personnel? thank you in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (D

[web2py] Re: auth_group/membership auto assign and disable sign up?

2015-11-04 Thread lucas
oh, ok, yes, a config file, i get it. nice. i might use that new feature now. thank you for that. lucas On Wednesday, November 4, 2015 at 11:26:40 PM UTC-5, 黄祥 wrote: > > oopss, sorry, my bad. > the recent web2py version is adapted appconfig to store configuration like > (

[web2py] Re: auth_group/membership auto assign and disable sign up?

2015-11-04 Thread lucas
i don't understand the myconf.take function. can you explain that? is it new to web2py? lucas -- 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

[web2py] Re: language detecting

2015-06-12 Thread lucas
true, it is a weird request. but maybe so is the russians hacking away. thanx for the help, i'll drop a message in a few days if i see the analytics from russia go to zero, that would be nice. thanx again, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

[web2py] language detecting

2015-06-12 Thread lucas
detect the ru language and then tell web2py to drop or cancel the sending of any subsequent page or view? i guess i want web2py to act as a backup filter to iptables. ok, thank in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] SQLFORM question of formstyle and hidden inputs

2015-04-02 Thread lucas
, it uses these to properly id the form and such. however, why is it that when i do an SQLFORM of formstyle='divs' that these hidden inputs do not show up in the final html page? doesn't web2py need these using the divs style also? thanx in advance, lucas -- Resources: - http://web2py.com - http

[web2py] Re: SQLFORM question of formstyle and hidden inputs

2015-04-02 Thread lucas
omg, i am a dumba$$. they are there, they are under a different div south of the submit. it escaped my eye. sorry anthony. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py

Re: [web2py] Re: two (or more) applications using the same database

2015-03-12 Thread lucas
yes, wouldn't DAL need to if it allows for connection(s) to multiple databases in the first place? lucas On Thursday, March 12, 2015 at 10:22:32 AM UTC-4, Anthony wrote: Are you trying to have a table in one database (DAL instance) reference a table in a separate database? I don't think

Re: [web2py] Re: two (or more) applications using the same database

2015-03-12 Thread lucas
doing wrong in this field definition. thanx in advance, lucas -- 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

Re: [web2py] Re: two (or more) applications using the same database

2015-03-12 Thread lucas
i thought that could be a connection or association that web2py can make internally but above the database limitations. that should be doable no? On Thursday, March 12, 2015 at 11:03:07 AM UTC-4, Anthony wrote: On Thursday, March 12, 2015 at 10:46:05 AM UTC-4, lucas wrote: yes, wouldn't

Re: [web2py] Re: two (or more) applications using the same database

2015-03-08 Thread lucas
yes, that is working great. the migrate parameter is very good. thanx, lucas -- 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

[web2py] two (or more) applications using the same database

2015-03-05 Thread lucas
in both db.py files, one under each application? other things to consider? thanx in advance, lucas -- 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

[web2py] Re: two (or more) applications using the same database

2015-03-05 Thread lucas
wouldn't SQL based be better? especially with searching through indexes. like i use postgresql and i wouldn't mind sticking with that. lucas On Thursday, March 5, 2015 at 9:39:21 PM UTC-5, Ron Chatterjee wrote: Once solution I can think of, you can save them all on a csv file and write

Re: [web2py][Javascript] Massimo here searching for some javascript devs ready to port web2py in JS

2015-03-01 Thread lucas
you know ya'll, none of that is funny at all. and april is soon to be on us again. -- 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

[web2py] Re: import gluon.tools under private modules

2015-02-11 Thread lucas
yes it is under the /opt/web-apps/web2py/applications/afs/private folder. what i really want to do is run this private module as a python script under bash console. because if i try to run it under the controller, it will consume all of the CPU and leave the main website locked until the

[web2py] Re: import gluon.tools under private modules

2015-02-11 Thread lucas
well when i try to import a file.py from the private folder in a controller file, web2py throws back that it can't import the file. how come? On Tuesday, February 10, 2015 at 9:55:58 PM UTC-5, Leonel Câmara wrote: You can do exactly that. -- Resources: - http://web2py.com -

[web2py] import gluon.tools under private modules

2015-02-10 Thread lucas
hey everyone, i am writing a private module, like dude.py under applications/app/private. how do i access the web2py library like from gluon.tools import Mail and have it run properly under the private module? thank you in advance, lucas -- Resources: - http://web2py.com - http

[web2py] Re: question, kind of general

2015-02-04 Thread lucas
to serve up the client HTTP requests. i can use regular linux cron in the future to run these console python scripts. always pushing the limits. thanx, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] question, kind of general

2015-02-03 Thread lucas
, if i setup cron to run this code, where is it best located so that the rest of the site doesn't suffer from servicing client requests? thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] 2.9.11 migration

2015-01-01 Thread lucas
. -- Apache/2.2.15 (CentOS) Server at mydomain.com Port 443 thanx in advance, lucas -- 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

[web2py] 2.9.11 migration from 2.9.5

2014-12-31 Thread lucas
at mydomain.com Port 443 any migration advice please? thanx in advance, lucas -- 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

Re: [web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-03 Thread Lucas Geiger
, Oct 3, 2014 at 8:56 AM, Miguel Goncalves goncalvesmig...@gmail.com wrote: Hi I cleared the cache and also tried running in IE and Chrome. Everything is still working properly for me. -Miguel On Thu, Oct 2, 2014 at 9:57 AM, Lucas Geiger l...@keyscores.com wrote: Hi Miguel, this seems

Re: [web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-02 Thread Lucas Geiger
Hi Miguel, sorry which line specifically? Also did you use the web2py.py -G config to generate these? I did. It seems that would be a bug? Lucas Geiger On Oct 2, 2014 9:47 AM, Miguel Goncalves goncalvesmig...@gmail.com wrote: Try to do comment the 2dn url line in the the app.yaml : handlers

Re: [web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-02 Thread Lucas Geiger
in the original app.yaml -M On Thu, Oct 2, 2014 at 7:27 AM, Lucas Geiger l...@keyscores.com wrote: Hi Miguel, sorry which line specifically? Also did you use the web2py.py -G config to generate these? I did. It seems that would be a bug? Lucas Geiger On Oct 2, 2014 9:47 AM, Miguel Goncalves

Re: [web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-02 Thread Lucas Geiger
Hi Miguel, this seems to break the rest of app for me, including welcome: https://www.dropbox.com/s/sa7s3yp5xy47ckb/Screenshot%202014-10-02%2012.55.58.png?dl=0 I didn't notice it until clearing the browser cache. Can you confirm? Thanks On Thu, Oct 2, 2014 at 9:47 AM, Miguel Goncalves

Re: [web2py] Re: Spontaneous .table file corruption?

2014-08-26 Thread Lucas Geiger
No version control. Workin on Ubuntu. I think the system is OOMing . Seems unsafe for table definitions to die if the system goes out of memory. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] client browser small screen detect

2014-08-17 Thread lucas
in an iPod or iPhone versus the larger screens of like a iPad. the small screens really squish crap together and i would like to adjust for that better. thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code

[web2py] Re: more buttons on the SQLFORM, how to add them into templates using form custom layout ...?

2014-07-31 Thread lucas
:410px;)]) and then under the view: {{=DIV(sform.custom.submit[0], sform.custom.submit[1], sform.custom.submit[4], _style=text-align:center;)}} and the other two buttons in other locations. sweet, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] truly global/single instance variable

2014-07-26 Thread lucas
for each user. in the interest of efficiency and lower memory usage, how can i create a single variable that loads a single instance of this list of lists that all users and all sessions use? thanx in advance and have a great day. lucas -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: truly global/single instance variable

2014-07-26 Thread lucas
, no matter the number of users or sessions? thanx, lucas -- 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 subscribed

[web2py] how to test for right_sidebar block not empty in view

2014-06-17 Thread lucas
something like if response.right_sidebar: was correct, but it excepts out. thanx in advance, lucas -- 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

[web2py] Re: how to test for right_sidebar block not empty in view

2014-06-17 Thread lucas
ok, yes, i agree, but how to test of the right_sidebar is empty or not under layout.html? -- 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

[web2py] Re: how to test for right_sidebar block not empty in view

2014-06-17 Thread lucas
no, oh no, i didn't want how to access the enabled, right_sidebar_enabled, variable. what is the variable named for the block of text or tagged html text itself? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] get value of value attribute of input of SQLFORM

2014-06-10 Thread lucas
so i have an SQLFORM and if i drill down enough i get the INPUT object: uform[0][0][1] where uform is an SQLFORM object. but how can i read the value of the value attribute? thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] Re: get value of value attribute of input of SQLFORM

2014-06-10 Thread lucas
the TD. i had a brainy storm. thanx, lucas -- 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 subscribed

[web2py] Re: multiple forms created by for in:

2014-05-23 Thread Lucas Schreiber
Alright, now i understand. Thats a pretty good structur, thank you very much :) Am Donnerstag, 22. Mai 2014 13:12:19 UTC+2 schrieb Lucas Schreiber: Hey, i'm sorry, i need help again :) i have a db table, and i want to create a üage where for every row is a form. my idea looks like

[web2py] multiple forms created by for in:

2014-05-22 Thread Lucas Schreiber
Hey, i'm sorry, i need help again :) i have a db table, and i want to create a üage where for every row is a form. my idea looks like this: row_db = dba(dba.user.user_id == user_id).select(dba.user.ALL) for row in row_db: form=FORM('Your name:', SELECT(),

[web2py] Re: multiple forms created by for in:

2014-05-22 Thread Lucas Schreiber
(form_element) Am Donnerstag, 22. Mai 2014 13:12:19 UTC+2 schrieb Lucas Schreiber: Hey, i'm sorry, i need help again :) i have a db table, and i want to create a üage where for every row is a form. my idea looks like this: row_db = dba(dba.user.user_id == user_id).select(dba.user.ALL) for row

[web2py] Re: creating a row3 where the rows are in row1 but not in row2

2014-05-19 Thread Lucas Schreiber
() Then it works fine. Thanks Am Sonntag, 18. Mai 2014 15:34:28 UTC+2 schrieb Lucas Schreiber: Hey, i have another Problem. Imagine you have two rows created as follow: models: dba.define_table('owned_license', Field('owner_id', 'integer'), Field('license_id', 'integer')) dba.define_table

[web2py] creating a row3 where the rows are in row1 but not in row2

2014-05-18 Thread Lucas Schreiber
Hey, i have another Problem. Imagine you have two rows created as follow: models: dba.define_table('owned_license', Field('owner_id', 'integer'), Field('license_id', 'integer')) dba.define_table('license', Field('license_name', 'integer'), Field('license_id', 'integer')) Controller:

[web2py] DAL select id in list

2014-05-17 Thread lucas
how do i do something like: db(db.customers.id in [4,101,14,3,12,19,98]).select() ? thanx in advance, lucas -- 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

[web2py] Re: DAL select id in list

2014-05-17 Thread lucas
thanx anthony. -- 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 subscribed to the Google Groups web2py-users

[web2py] Re: form element select add options

2014-05-14 Thread Lucas Schreiber
Thanks, that's exactly what I was looking for :) Am Montag, 12. Mai 2014 23:58:04 UTC+2 schrieb Trend Codax: Hey guys, I have a form, a SQL Form. I'm adding an element, a select element. But how can i add Options to this element? form = SQLFORM(dba.account_directory)

[web2py] Re: google analytics

2014-05-06 Thread lucas
if we are using the analytics.min.js one, do we include the UA- in the response.google_analytics_id string variable under menu.py? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: 500 Internal Server Error under CentOS Apache and Web2py 2.9.5

2014-04-22 Thread lucas
the essential interface running fine. so i guess it was that easy. cool. thanx, lucas -- 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

[web2py] 500 Internal Server Error under CentOS Apache and Web2py 2.9.5

2014-04-20 Thread lucas
/welcome.conf file: BOF... LocationMatch ^/+$ Options -Indexes ErrorDocument 403 /error/noindex.html /LocationMatch ...EOF thanx for your help in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: Form +selectoption combined

2014-04-19 Thread Lucas Schreiber
Uhm, while working, i noticed your code does not really have all features i tried to implent, i'm sorry. Am Donnerstag, 17. April 2014 15:35:11 UTC+2 schrieb Lucas Schreiber: hey, i have a Problem and i don't know how to solve it. I want a form with an Input text field ( let's call

[web2py] Re: Form +selectoption combined

2014-04-18 Thread Lucas Schreiber
*push* still no idea Am Donnerstag, 17. April 2014 15:35:11 UTC+2 schrieb Lucas Schreiber: hey, i have a Problem and i don't know how to solve it. I want a form with an Input text field ( let's call it amount') and an select Option part (let's call it 'area'). And, finally, a submit button

[web2py] Re: Form +selectoption combined

2014-04-18 Thread Lucas Schreiber
Thanks :) Am Donnerstag, 17. April 2014 15:35:11 UTC+2 schrieb Lucas Schreiber: hey, i have a Problem and i don't know how to solve it. I want a form with an Input text field ( let's call it amount') and an select Option part (let's call it 'area'). And, finally, a submit button. All

[web2py] Form +selectoption combined

2014-04-17 Thread Lucas Schreiber
hey, i have a Problem and i don't know how to solve it. I want a form with an Input text field ( let's call it amount') and an select Option part (let's call it 'area'). And, finally, a submit button. All this shall work as follow: You enter a number in amount, choose an area and press submit.

[web2py] Re: Variables from url

2014-01-25 Thread Lucas Schreiber
Thanks :) It is exactly what i needed :) -- 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 subscribed to the

[web2py] Variables from url

2014-01-24 Thread Lucas Schreiber
Hi, I have a question: For example, somebody opens this page: .../profile/1 Now, in the def profile(): there shall be a variable: a=1 Or, when this page gets opened: .../profile/12345 I wish this variable: a=12345 Is it possible to do this in web2py? Can you explain me how? -- Resources: -

[web2py] Re: Form input prolem

2014-01-22 Thread Lucas Schreiber
', password= form.vars.name, email=form .vars.password, country= form.vars.name) if passwdb == passwords: redirect(URL('index')) else: redirect(URL('register')) return dict(form=form) Am Sonntag, 19. Januar 2014 19:28:23 UTC+1 schrieb Lucas Schreiber: Hi

[web2py] Re: Form input prolem

2014-01-20 Thread Lucas Schreiber
from the db fetch the Password from the form, the function Redirects to one page, else to another ( as you can see, this is just a very basic function, and not ready) hope, now it got more clear :) Am Sonntag, 19. Januar 2014 19:28:23 UTC+1 schrieb Lucas Schreiber: Hi guys, i have

[web2py] Form input prolem

2014-01-19 Thread lucas . schreiber . privat
Hi guys, i have this function: def login(): form = FORM( 'Name', INPUT(_name='name'), 'password', INPUT(_password='password'), INPUT(_type='submit')) if form.process().accepted: name = form.vars.name records = SQLTABLE(dba(dba.user.name==

[web2py] Re: outer join? i guess

2014-01-07 Thread lucas
, things are much clearer now. thanx again. lucas -- 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 subscribed

[web2py] outer join? i guess

2014-01-06 Thread lucas
, left=tUser.on((tCmp.id==tUser.company_id) (tUser.id==auth.user.id))) but why? anyway, if anyone could help me get the right select statement, i would be grateful, thanx in advance. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: outer join? i guess

2014-01-06 Thread lucas
, without the db(), pulls all companies regardless whether there is a user affiliation or not, the the db() section filters that further. is that logic correct or not? lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code

[web2py] convert dict to gluon.dal.Row

2014-01-05 Thread lucas
hey everyone, what is the best way to convert a dict with appropriate key names to a row of a table? thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues

[web2py] login_onaccept redirect and _next in URL

2014-01-04 Thread lucas
properly? thanx in advance, lucas -- 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 subscribed to the Google Groups

[web2py] Re: login_onaccept redirect and _next in URL

2014-01-04 Thread lucas
ok, i answered my own question. under the check_login function, i was able to access the request.env.query_string to see the next, after login, URL and i was able to redirect appropriately. sweet. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] db select of certain id

2014-01-01 Thread lucas
how would you syntax this out properly? qGrp = db(db.auth_group.id in (4,6)).select() so i only want to pull records with the id of 4 and 6. thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code

[web2py] Re: db select of certain id

2014-01-01 Thread lucas
very sweet, thanx anthony, lucas -- 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 subscribed to the Google

[web2py] Re: login crash under 2.8.2

2013-12-24 Thread lucas
ok, so centos 6x is the way to go for the most stable, reliable, etc., in excellence of computing? that is what you are saying, because i really love centos and have been using it for years. but i have been doubting my httpd.conf setups for a while because all of those settings and then add

[web2py] Re: splitting fields from one table across two functions/views

2013-12-24 Thread lucas
this proves the point. lucas -- 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 subscribed to the Google Groups web2py

[web2py] Re: login crash under 2.8.2

2013-12-24 Thread lucas
betting on the right horse. lucas On Tuesday, December 24, 2013 9:47:19 AM UTC-5, LightDot wrote: Ok, so you're using one mod_wsgi / web2py instance and map virtualhosts into specific apps within. Looks like a neat solution, but it seems to be problematic in the same way Leonel is describing

[web2py] Re: login crash under 2.8.2

2013-12-23 Thread lucas
sorry i dropped off the map for a while. my server had a hard hardware crash and i have been managing its replacement. i think the processor or motherboard went bad because the memory and HD are testing out ok. i actually decided to goto amazon's EC2 and i am using centos 6,4 under that.

[web2py] Re: login crash under 2.8.2

2013-12-23 Thread lucas
oh yeah, i forgot to mention. i am running multiple domain names and i am using VirtualHost under apache to redirect to the proper web2py application. could that be the problem? i am using the session as files, i like that better then the DB option because, well, i just like it because it

[web2py] Re: splitting fields from one table across two functions/views

2013-12-23 Thread lucas
ok, here is the snippets of code: @auth.requires_login() def worksheet0(): chkSession() msg = cidi = args_to_int(0) #case id tCase = db.cases tSheet = db.case_worksheets sCase = db(tCase.id==cidi).select().first() now = datetime.datetime.utcnow() if not sCase or

[web2py] Re: splitting fields from one table across two functions/views

2013-12-23 Thread lucas
the problem in my approach. thanx in advance and have a great day. lucas -- 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

[web2py] Re: splitting fields from one table across two functions/views

2013-12-23 Thread lucas
yes, i thought those lines did absolutely nothing, however, when the simplest most stripped down code doesn't work and you start adding code in the hope something will provide a solution. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] splitting fields from one table across two functions/views

2013-12-12 Thread lucas
, but that didn't seem to work. suggestions? lucas -- 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 subscribed

[web2py] Re: login crash under 2.8.2

2013-12-11 Thread lucas
. lucas -- 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 subscribed to the Google Groups web2py-users group

Re: [web2py] Re: login crash under 2.8.2

2013-12-06 Thread lucas
does anyone else have this problem, or is it only me? is there at least acknowledgement that is is a problem, or is my sanity not in check? should i change my programming approach in some way or am i missing a handler or loading of a handler? just waiting on some expert advice. --

Re: [web2py] Re: login crash under 2.8.2

2013-12-04 Thread lucas
any ideas on this exception and trace? a little anxious about it because my site is essentially offline. lucas -- 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

[web2py] login crash under 2.8.2

2013-12-03 Thread lucas
to adjust something in my code to compensate for the update. i have cleared all sessions and copied the web2py.js appadmin.html and appadmin.py into my applications and made the appropriate changes in apache config files as per my prior two tickets. ok, lucas -- Resources: - http

[web2py] Re: login crash under 2.8.2

2013-12-03 Thread lucas
oh, btw, the above does not happen under python web2py.py but only under the apache umbrella. lucas -- 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

[web2py] Re: login crash under 2.8.2

2013-12-03 Thread lucas
yes it was/is with 2.8.2, but running only under apache, it is fine with python web2py AND i did erase all session files, as in rm -rf sessions/* which is a hard remove in linux. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py

Re: [web2py] upgrade failed for 2.8.2

2013-12-02 Thread lucas
specifically in mod_wsgi.so? lucas -- 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 subscribed to the Google

Re: [web2py] upgrade failed for 2.8.2

2013-12-02 Thread lucas
apache and it worked great. can anything be wrong with using the link to the file? my thinking is the when the handler is updated, the link will still be valid. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

Re: [web2py] upgrade failed for 2.8.2

2013-12-02 Thread lucas
without the java scripting side of it. am i missing another js file that i should copy? lucas -- 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

[web2py] admin interface wrong on 2.8.2

2013-12-02 Thread lucas
-downs and stuff. i just get straight html text without the java scripting side of it. am i missing another js file that i should copy? it does work with the python web2py.py interface, but not with apache. so what would be the difference in that? thanx again, lucas -- Resources: - http

[web2py] upgrade failed for 2.8.2

2013-12-01 Thread lucas
hey everyone, i have been trying to update to web2py 2.8.2. i am running under centos 6.3 and apache 2.2.15. i have done this sort of web2py upgrade on this same system a dozen times or so and never had a problem. i simply get the error 404 Not Found under any url like, http://localhost; or

[web2py] Re: upgrade failed for 2.8.2

2013-12-01 Thread lucas
p.s. i was able to run it under the manual python web2py.py manner. but not under apache. any ideas?? ? what would be the differences between web2py web and apache web that would give the 404 Not Found error? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: can we paint a def function with multiple memberships

2013-08-20 Thread lucas
thanx fabiano and anthony, awesome. lucas On Monday, August 19, 2013 9:23:21 PM UTC-4, lucas wrote: i am aware of: @auth.requires_membership('Administrator') def users(): etc however, can we allow for multiple or's, like @auth.requires_membership('Administrator

[web2py] floating div with collapsing menu

2013-08-19 Thread lucas
the menu, no matter if it is narrow and expanded/collapsed, or wide and single lined. what is the best way to do that? because i have been having a hard time trying to figure it out myself. lucas -- --- You received this message because you are subscribed to the Google Groups web2py-users

[web2py] Re: floating div with collapsing menu

2013-08-19 Thread lucas
OR, for that matter, can i place a banner image at the very top and float the menu, with all of its expanding and contracting, just under the banner? lucas On Monday, August 19, 2013 7:14:20 AM UTC-4, lucas wrote: can someone please explain to me how this collapsing menu works in the css's

[web2py] can we paint a def function with multiple memberships

2013-08-19 Thread lucas
in a set like @auth.requires_membership(IS_IN_SET(('Administrator','Manager')) so, can we already do this or can it be suggested? thanx in advance, lucas -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop

[web2py] form.element remove

2013-08-14 Thread lucas
hello one and all, how do you remove an element after you find it? something like form.element(_id=no_table_name).remove() or something like del form.element(_id=no_table_name) thanx in advance, lucas -- --- You received this message because you are subscribed to the Google Groups

[web2py] Re: remove or add custom attribute to tag

2013-08-03 Thread lucas
thanx anthony, that worked great. lucas -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https

[web2py] adding to head under view

2013-08-02 Thread lucas
hello one and all, under a view html file, what is the best way to add a SCRIPT helper to the head of the final output. using layout.html as the template. thanx in advance, lucas -- --- You received this message because you are subscribed to the Google Groups web2py-users group

[web2py] remove or add custom attribute to tag

2013-08-02 Thread lucas
or except or error if i try to add a non-HTML standard attribute to a tag? if so, how can i get around that? thanx in advance. lucas -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails

[web2py] session verify dynamics

2013-07-31 Thread lucas
. please elaborate as necessary on any of the details or gaps i may have introduced. ok? thanx in advance. lucas -- --- 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

[web2py] Re: session verify dynamics

2013-07-31 Thread lucas
and in the case of file-based sessions, each session is stored as its own file under the subdirectory called sessions under the application subdirectory. nice. thanx for the confirmation. it helps to understand the flow of data in all of these interactions. lucas -- --- You received

Re: [web2py] Re: best advice for checking/unchecking all INPUT checkboxes with certain pattern in name

2013-07-23 Thread lucas
yes, it does along with window.open. i guess i was hoping for a more redirect(URL(... kind of solution, but that really doesn't make sense on the server-side. thanx lucas -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe

[web2py] save to ascii text to file instead of html

2013-07-23 Thread lucas
to save the plain text CSV data into a file on the user's computer in whatever filename they see fit? thanx in advance, lucas -- --- 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

[web2py] Re: save to ascii text to file instead of html

2013-07-23 Thread lucas
. lucas -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

[web2py] split windows with redirect?

2013-07-21 Thread lucas
hello one and all, i have a main page and when it processes the form, i want the browser to refresh and remain on that page. but i want a second window/tab to open which will show a report output of the main window. any good ideas on how to do that? lucas -- --- You received this message

[web2py] Re: best advice for checking/unchecking all INPUT checkboxes with certain pattern in name

2013-07-20 Thread lucas
it up. i want to grab the name of the all checkbox and only check/uncheck the sub checkboxes with that as the class. lucas -- --- 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

<    1   2   3   4   5   >