[web2py:29560] Re: web2py book, 2nd Ed

2009-08-27 Thread Alexandre Andrade
bookmarks, I just spent 15 mins > > > > > adding some; but surely these should already be included in a > paid- > > > > > for PDF? > > > > > > > Please consider this a positive criticism because I think the book > > > > > itself is brilliant -- thanks! &g

[web2py:29578] Re: web2py book, 2nd Ed

2009-08-28 Thread Alexandre Andrade
t; > the issue is the legal structure of it... that will need some more > thinking and work (and decisions, since it brings with it > responsibilities, and creates more work of its own). > > On Thu, Aug 27, 2009 at 11:06 PM, Alexandre > Andrade wrote: > > About 2), it

[web2py:29663] Re: pyforum instead of google groups?

2009-08-30 Thread Alexandre Andrade
any in a week :) web2py should use pyforum instead and >> > > > take back control! >> > >> > > Are you sure? When I looked just now < >> http://groups.google.com/group/web2py?hl=en >> > > >, it had 29347 messages. I haven't noticed

[web2py:29664] Re: pyforum instead of google groups?

2009-08-30 Thread Alexandre Andrade
Julio, Well, I try it on new version of web2py, and it can't install. Can you provide a new package, using a new version of web2py? 2009/8/30 Alexandre Andrade > Well, if the problem is host, I can host it > > > > 2009/8/29 Pynthon Pynthon > > True, it is more pro

[web2py:29775] Re: autocomplete

2009-08-31 Thread Alexandre Andrade
> the third step will be to customize it to the terms and context in > web2py. > > what do you all think? > > -- > Teru > > > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~

[web2py:30367] Re: Login problem

2009-09-07 Thread Alexandre Andrade
on in web2py and after registering a > > user, the user is automatically signed in. But if i log the user out > > and try to login using the login form, nothing happens. Any idea why > > this is happening? > > > -- Atenciosamente -- = Alexand

[web2py:31260] Re: FORM, SQLForm - what should I use?

2009-09-18 Thread Alexandre Andrade
gt;SQLField('other_software','string',length=500), >SQLField('other_security','string',length=500)) > > and I would like to create form which will have combo (i mean html > SELECT) > to select machines by descrip

[web2py:31650] How personalize submit button?

2009-09-24 Thread Alexandre Andrade
I cant figure how to do it with form = FORM form = SQLFORM form = SQLFORM.factory -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:33673] Re: Recommended way to server web2py

2009-10-25 Thread Alexandre Andrade
hadeus > > > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to we

[web2py:35860] Re: Maximum No of users can web2py server can support

2009-11-23 Thread Alexandre Andrade
quests/seconds. > > > > > > On my laptop an average dynamic page takes ~20ms, and that means 50 > > > > requests/second. This means I can handle 200 current users on my > > > > laptop. > > > > > > The bottleneck is always database access. It really depends on what > &g

Re: [web2py:36176] RSS encoding

2009-11-29 Thread Alexandre Andrade
> For more options, visit this group at > http://groups.google.com/group/web2py?hl=en > -~--~----~~----~--~~--~--~--- > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to th

Re: [web2py:36413] about distribution

2009-12-03 Thread Alexandre Andrade
ers" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > --

Re: [web2py:36443] Re: about distribution

2009-12-03 Thread Alexandre Andrade
s, we could detect whether there had been > modifications and act accordingly. > > > > > >>>> Note also that the current scheme (--upgrade) is all or nothing, > but it's not likely that a developer would be modifying all three of the > standard apps. > > >

Re: [web2py:36462] Re: Python 2.6 Errata

2009-12-03 Thread Alexandre Andrade
- > > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For mor

[web2py:36468] Someone have examples using mongodb

2009-12-03 Thread Alexandre Andrade
I found some messages at the list talk about mongodb and maybe a DAL-like interface. Someone have examples of using web2py with mongobd? I'm planning work in a workflow/bpm app using it. Any help welcome. -- Atenciosamente -- = Alexandre Andrade Hipercente

Re: [web2py:37249] Re: new on web2pyslices.com: WebGrid

2009-12-15 Thread Alexandre Andrade
or more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group,

Re: [web2py:37255] Re: new on web2pyslices.com: WebGrid

2009-12-15 Thread Alexandre Andrade
t; >args= > > > [request.args(0), self.tablenames[0], > > > row > > > [self.tablenames[0]]['id']])) > > > > > On Dec 15, 1:10 pm, Alexandre Andrade

Re: [web2py:37257] Re: new on web2pyslices.com: WebGrid

2009-12-15 Thread Alexandre Andrade
self.update_filters(vars,filters) NameError: free variable 'filters' referenced before assignment in enclosing scope 2009/12/15 Alexandre Andrade > > I had put a workaround in comments at > http://www.web2pyslices.com/main/slices/take_slice/39, and now I see you > upda

Re: [web2py:37376] Re: new on web2pyslices.com: WebGrid

2009-12-16 Thread Alexandre Andrade
; [request.args(0), self.tablenames[0], row['id']])) > > If it is a join: > grid.edit_link = lambda row: A('edit', _href=self.crud.url(f='custo', > args= > [request.args(0), self.tablenames[0], >

[web2py:37739] How to locale web2py date calendar widget

2009-12-23 Thread Alexandre Andrade
te? -- Atenciosamente -- ===== Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this gr

Re: [web2py:37873] How to locale web2py date calendar widget

2009-12-26 Thread Alexandre Andrade
I will have to look to jquery code of widget to judge the best strategy, but I think is a good alternative, specially because the translations need be done only once. 2009/12/26 Álvaro Justen [Turicas] > On Wed, Dec 23, 2009 at 11:29, Alexandre Andrade > wrote: >

Re: [web2py:37929] Re: plugin development notes/docs ?

2009-12-28 Thread Alexandre Andrade
to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Atenciosamente -- = Alexandre And

Re: [web2py:37941] Re: How to locale web2py date calendar widget

2009-12-28 Thread Alexandre Andrade
alendar.setup({ > > > > inputField:this.id, ifFormat:"{{=T('%Y-%m-%d')}}", > > > > showsTime:false > > > > }); }); } catch(e) {}; > > > > try { jQuery("input.datetime").focus( function() {Calendar.setup({ &g

Re: [web2py:37956] Re: breadcrumb design

2009-12-28 Thread Alexandre Andrade
tion. > > > > hmm, doing it automatically from the URL might work for me if I plan > > it right. > > Does anyone else already have their own breadcrumb system? > > > > Richard > --~--~-~--~~~---~--~~ > You received this message bec

Re: [web2py:37958] Re: breadcrumb design

2009-12-28 Thread Alexandre Andrade
I don't know the specs to do a plugin. I posted a message yesterday about it but have no answers 2009/12/28 JorgeRpo > > > On Dec 28, 3:45 pm, Alexandre Andrade > wrote: > > I improved the function and put it athttp:// > www.web2pyslices.com/main/slices/take

Re: [web2py:37967] Re: breadcrumb design

2009-12-28 Thread Alexandre Andrade
I think it is what you want: http://www.web2pyslices.com/main/slices/take_slice/3 while it can be improved 2009/12/28 JorgeRpo > > > On Dec 28, 3:45 pm, Alexandre Andrade > wrote: > > I improved the function and put it athttp:// > www.web2pyslices.com/main

Re: [web2py:38003] Re: plugin development notes/docs ?

2009-12-29 Thread Alexandre Andrade
gt; in front of the filename, database tables, etc. > > > > You now have a web2py plugin, congratulations. > > > > -Thadeus > > > > On Mon, Dec 28, 2009 at 6:29 AM, Alexandre Andrade > > > > wrote: > > > where we find the "not finalised&

Re: [web2py:38025] Re: breadcrumb design

2009-12-29 Thread Alexandre Andrade
ain/slices/take_slice/47 2009/12/29 Richard > neat! > > > On Dec 29, 7:45 am, Alexandre Andrade > wrote: > > I improved the function and put it athttp:// > www.web2pyslices.com/main/slices/take_slice/46 > > > > Features: > > > >- links in every bre

Re: [web2py:38032] Re: plugin development notes/docs ?

2009-12-29 Thread Alexandre Andrade
y over an existing app. Some > plugin have files that start with plugin_... so you can avoid naming > conflicts and you know how to call them when applied. > > Massimo > > > > On Dec 29, 7:43 am, Alexandre Andrade > wrote: > > Sugestion: > > > > I t

Re: [web2py:38035] Re: plugin development notes/docs ?

2009-12-29 Thread Alexandre Andrade
] button that will give you the > w2p. > > 2) For more fancy plugins use the shell > > cd applications/yourapp > tar zcvf /somewhere/web2py.plugin.name.w2p models/plugin_name.py any/ > other/file/in/folder > > > > On Dec 29, 5:13 pm, Alexandre Andrade > wrote: &g

[web2py] Re: [web2py:38396] Re: represent

2010-01-08 Thread Alexandre Andrade
.table.field.represent=... > > > > >>> just to see what happens with > > > > >>> {{=form}} (in my previous email /app/default/profile) > > > > >>> but it seems to be ignored. Any idea why? I put a break point in > > >>

Re: [web2py] Current List Of Web2py Plugins

2010-01-11 Thread Alexandre Andrade
> "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > &g

Re: [web2py] Re: Is there any 'Ad Rotator' like in ASP in web2py

2010-01-11 Thread Alexandre Andrade
ite > > > > > > a plugin for it. > > > > > > Actually, I just got introduced to this component in last lecture (at > > > > college), don't know more about it. > > > > But the basic idea is what I'm talking about in previous posts.

[web2py] auth tables model

2010-01-11 Thread Alexandre Andrade
label=auth.messages.label_user_id), Field('origin', default='auth', length=512, label=auth.messages.label_origin), Field('description', 'text', default='', label=auth.messages.label_de

[web2py] Re: auth tables model

2010-01-11 Thread Alexandre Andrade
bel_client_ip), Field('user_id', db.auth_user, default=None, label=auth.messages.label_user_id), Field('origin', default='auth', length=512, label=auth.messages.label_origin), Fie

[web2py] error

2010-01-12 Thread Alexandre Andrade
9, in _traverse newstatus = c._traverse(status) and newstatus File "gluon/html.py", line 449, in _traverse newstatus = c._traverse(status) and newstatus TypeError: 'NoneType' object is not callable -- Atenciosamente -- = Alexandre Andrade Hipercenter.c

Re: [web2py] Re: error

2010-01-13 Thread Alexandre Andrade
The error was caused by trying to redefine auth tables (I think especially auth_event), so I get back to a backup and will try to redefine only auth_user, as in the book. 2010/1/12 mdipierro > cannot say without looking at models and controller > > On Jan 12, 6:59 am, Alexandr

[web2py] How to get last_insert_id

2010-01-13 Thread Alexandre Andrade
ct (URL(r=request, f='processo', args[?])) where ? is the newly created record? -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group.

Re: [web2py] Re: choose a value

2010-01-13 Thread Alexandre Andrade
-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > > -- Atenciosamente --

Re: [web2py] Getting representation from two levels deep relation

2010-01-13 Thread Alexandre Andrade
up. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > > -- Atenciosamente -- =

[web2py] Re: How to get last_insert_id

2010-01-13 Thread Alexandre Andrade
Found: form.vars.id 2010/1/13 Alexandre Andrade > When I submit a form, DAL creates a new 'id' for the row of table. > > How I retrieve it with form, to show it again or redirect to another page? > > form=SQLFORM(db.processo, submit_button = "Cadastrar Pr

Re: [web2py] Getting representation from two levels deep relation

2010-01-13 Thread Alexandre Andrade
db.opportunity[opportunity_id].name <http://oppty_main_id.name/> 2010/1/13 Miguel Lopes > On Wed, Jan 13, 2010 at 2:07 PM, Alexandre Andrade > wrote: > > this works for me: > > > > db.plano_aplicacao.codigo.represent= lambda codigo: > > db.natureza_despesa[codig

Re: [web2py] Getting representation from two levels deep relation

2010-01-13 Thread Alexandre Andrade
better db.task -> child table | parent field db.opportunity -> parent table db.oppty_main_id -> grandparent table should work: db.task.opportunity_id.represent=lambda opportunity_id: db.oppty_main_id[db.opportunity[opportunity_id].oppty_main_id].name 2010/1/13 Alexandre Andrade

[web2py] how calculate field total

2010-01-14 Thread Alexandre Andrade
ld('total', 'integer', writable=False) ) Where total = qtd * price requires and a custom validator? how to do? onvalidation on form? how to do? -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
Thanks, very nice. 2010/1/14 mdipierro > with 1.74.5 and later you only need > > db.order_detail.total.compute=lambda r: r['qtd']*r['price'] > > On Jan 14, 8:51 am, Alexandre Andrade > wrote: > > What is the best solution to automatically calc

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
db.order_detail.total.compute=lambda r: r['qtd']*r['price'] don't work on updates 2010/1/14 mdipierro > with 1.74.5 and later you only need > > db.order_detail.total.compute=lambda r: r['qtd']*r['price'] > > On Jan 14, 8:51 am,

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
still don't work. The value before still mantains. Maybe I have to drop the column and create it again? 2010/1/14 mdipierro > Make sure Field(...,default=None, update=None) > > On Jan 14, 9:47 am, Alexandre Andrade > wrote: > > db.order_detail.total.compute=lamb

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
gt; > > > On Jan 14, 9:47 am, Alexandre Andrade > > wrote: > > > > > db.order_detail.total.compute=lambda r: r['qtd']*r['price'] > > > > > don't work on updates > > > > > 2010/1/14 mdipierro > > > > > > w

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
_investimento_contrapartida'] (one line above) 2010/1/14 Alexandre Andrade > It don't show at form, without readable=False. > > I set readable=False, but it don't show the updated value. > > 2010/1/14 mdipierro > >> Can you also try set readable=False? >

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
nput > [name='price']").val())*parseInt(jQuery("input[name='quantity']")); > }); > > > when use a custom validator to make sure the user did not mess up this > field somehow. > there are many options. > > On Jan 14, 12:57 pm, Alexandre A

Re: [web2py] Re: how calculate field total

2010-01-14 Thread Alexandre Andrade
y("input[name='total']").val(parseFloat(jQuery("input > [name='price']").val())*parseInt(jQuery("input[name='quantity']")); > }); > > Use firebug in to debug the JS. compute should not be used if the > field is shown. > >

Re: [web2py] Re: how calculate field total

2010-01-15 Thread Alexandre Andrade
; form.vars.valor_custeio_concedente + > form.vars.valor_investimento_concedente + > form.vars.valor_custeio_contrapartida + > form.vars.valor_investimento_contrapartida): > > which is 2 db queries less. > > On Jan 14, 2:42 pm, Alexandre Andrade > wrote: > > Solved without

Re: [web2py] Autoincrement field

2010-01-15 Thread Alexandre Andrade
roups.google.com/group/web2py?hl=en. > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.

Re: [web2py] validating an empty select

2010-01-15 Thread Alexandre Andrade
gt; > Txs for the help, > Miguel > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py

[web2py] How disable date widget?

2010-01-19 Thread Alexandre Andrade
hange the field to string will make loose all functionalities of web2py do work with dates. -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to

Re: [web2py] Re: How disable date widget?

2010-01-19 Thread Alexandre Andrade
> wrote: > > I believe he is referring to the jQuery date widget and he does not > > want to use it ? > > > > -Thadeus > > > > > > > > > > > > On Tue, Jan 19, 2010 at 7:39 AM, mdipierro > wrote: > >> Can you explain "it do

Re: [web2py] Hosting PHP and Web2py

2010-01-20 Thread Alexandre Andrade
/groups.google.com/group/web2py?hl=en. > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com.

Re: [web2py] Re: Hosting PHP and Web2py

2010-01-20 Thread Alexandre Andrade
they run PHP & > apache, web2py may not give good performance ? > Does it mean I need separate server running only apache & web2py > (mod_wsgi) ? > > > > > On Jan 20, 5:28 pm, Alexandre Andrade > wrote: > > I think is not a good idea. > > > > php

Re: [web2py] Re: Hosting PHP and Web2py

2010-01-21 Thread Alexandre Andrade
e trick to configure both php and web2py sites. I think a good solution would be virtual hosts: www.mysite.com - > web2py other.mysite.com -> php (/var/www) I will test it later. 2010/1/20 Graham Dumpleton > > > On Jan 20, 11:28 pm, Alexandre Andrade > wrote: > > I thi

Re: [web2py] SQLTABLE: how to customise it?

2010-01-21 Thread Alexandre Andrade
e subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group

Re: [web2py] SQLTABLE: how to customise it?

2010-01-21 Thread Alexandre Andrade
ops, its don't work for sql tables... 2010/1/21 Alexandre Andrade > A another way to define a different column name is using label > > Field('myfield', label ='myothernametofield') > (in model) > > or in controller/function (if you don

Re: [web2py] Re: Hosting PHP and Web2py

2010-01-22 Thread Alexandre Andrade
t; Anyway, get Apache loading both then not a problem to do it using > separate virtual hosts like you intend. > > Graham > > On Jan 22, 12:10 am, Alexandre Andrade > wrote: > > well, thanks by explanation. > > > > :-) > > > > I think my confusi

[web2py] db.export_to_csv_file error

2010-01-22 Thread Alexandre Andrade
e? Exporting each table works. -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscrib

Re: [web2py] db.export_to_csv_file error

2010-01-22 Thread Alexandre Andrade
; -Thadeus > > > > > > On Fri, Jan 22, 2010 at 12:51 PM, Alexandre Andrade > wrote: > > I trying to export a sqlite db with > > > > db = DAL('sqlite://storage.sqlite') > > db.export_to_csv_file(open('/home/www-data/web2py/convenios.csv'

Re: [web2py] Web2py for PHP

2010-01-26 Thread Alexandre Andrade
email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received this message because you are subscribed to t

Re: [web2py] JOB POST: I need a Web2Py Developer

2010-01-26 Thread Alexandre Andrade
Mr., I'm insterested in your offer. My websites, hipercenter.com/init and hipercenter.com/ciclismo are in web2py. I wish to receive the details of project. -- -- = Alexandre Andrade Hipercenter.com 2010/1/25 tweety76 > I manage 2 websites that sell

Re: [web2py] JOB POST: I need a Web2Py Developer

2010-01-26 Thread Alexandre Andrade
I apologize. 2010/1/26 Alexandre Andrade > Mr., > > I'm insterested in your offer. > > My websites, hipercenter.com/init and hipercenter.com/ciclismo are in > web2py. > > I wish to receive the details of project. > > > -- > > -- >

Re: [web2py] Re: JOB POST: I need a Web2Py Developer

2010-01-27 Thread Alexandre Andrade
Response to the list, not private 2010/1/26 mdipierro > for what? > > On Jan 26, 2:24 pm, Alexandre Andrade > wrote: > > I apologize. > > > > 2010/1/26 Alexandre Andrade > > > > > > > > > Mr., > > > > > I'

Re: [web2py] Two domains, two web2py instances, two apps, same database

2010-01-28 Thread Alexandre Andrade
ibed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.g

Re: [web2py] Stupid translation question

2010-01-28 Thread Alexandre Andrade
unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com -- You received

[web2py:17197] Re: Alternate View

2009-03-01 Thread Alexandre Andrade
The oficial, sold at LuLu http://www.lulu.com/content/4968879 worth the purchase to the basic. New tools and resources not included. 2009/3/1 Greg Fuller > > Thanks Annet and Alexandre. What manual is this in? > > On Mar 1, 2:20 am, Alexandre Miguel de Andrade Souza > wro

[web2py:17205] Re: DAL development versus production

2009-03-01 Thread Alexandre Andrade
ications that make > use of the model and set migrate to False? > > > Best regards, > > Annet > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[web2py:17206] Re: DAL development versus production

2009-03-01 Thread Alexandre Andrade
cessary define a kind of conversion routine reading and writing for every non-standart fieldtype. The wizard would sugest some options or let the user define their own code. *10*. Finally, everything checked, generates the db model, including migrate=False. Something missing or any ideas? 2009/3/1 A

[web2py:17207] Re: Auto increase Field

2009-03-01 Thread Alexandre Andrade
see > any document or example use it. Please tell me to define an auto- > increasing integer field. > > Thanks, > > Nguyen > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ Yo

[web2py:17209] Re: Auto increase Field

2009-03-01 Thread Alexandre Andrade
of > using a field that defined by me? > > On Mar 1, 9:05 pm, Alexandre Andrade wrote: > > usually is know as autoincrement field. > > web2py "magically" creates a autoincrement field named "id" for every > table. > > You don't need to create,

[web2py:17240] how to correctly set self.messages.verify_email

2009-03-01 Thread Alexandre Andrade
ffold/default/user/verify_email/ 51acf56d-bbee-476b-909f-0f17847a2163 -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web

[web2py:17242] Re: More information about my new app...

2009-03-01 Thread Alexandre Andrade
t; Have fun! > If you guys make some changes I would love to learn from you. > And thank you my dear Polish friend! > --- > Regards, > Jason Brower > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~

[web2py:17249] Re: how to correctly set self.messages.verify_email

2009-03-01 Thread Alexandre Andrade
Answer to myself: include on db.py ##change the url self.messages.verify_email = str(T("Click on " )) + URL(" 'default',f='user') + str(T("/verify_email/%(key)s to verify your email")) 2009/3/1 Alexandre Andrade > In the myauth example, don'

[web2py:17254] Re: how to correctly set self.messages.verify_email

2009-03-01 Thread Alexandre Andrade
gt; > to verify your email") > > > > -- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework

[web2py:17259] Scaffold application - day two

2009-03-01 Thread Alexandre Andrade
-- Atenciosamente -- = Alexandre Andrade Hipercenter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegro

[web2py:17272] Re: Documentation - Scaffold application

2009-03-01 Thread Alexandre Andrade
oo cool to have a database importer. > > J > > > > On Sun, 2009-03-01 at 13:18 -0700, Paul Eden wrote: > > > +1 on that. That is one feature of django that I miss in web2py. > > > > > Alexandre, > > > Obriagdo pela applicacao tambem! > > >

[web2py:17274] Re: Documentation - Scaffold application

2009-03-01 Thread Alexandre Andrade
My plan is include in scaffold application 2009/3/1 mdipierro > > Look forward to this. > > Massimo > > On Mar 1, 6:06 pm, Alexandre Andrade wrote: > > I posted it in another topic. > > My idea is facilitate to create models from database, not directly impor

[web2py:17276] Auth with recaptcha

2009-03-01 Thread Alexandre Andrade
ssword reset and retrieval, editing user profile. its hard to understand how integrate the form of recaptha (recaptcha.xml) with auth. forms (login, register, etc) Could you provide a example or adapt the last version of scaffold? -- Atenciosamente -- = Alexandre A

[web2py:17281] Re: Auth with recaptcha

2009-03-01 Thread Alexandre Andrade
thanks. 2009/3/1 mdipierro > > You need trunk because of a bug in 1.56.4 and this one line > > auth.settings.captcha=Recaptcha(request,public_key,private_key) > > Massimo > > On Mar 1, 6:51 pm, Alexandre Andrade wrote: > > Massimo, > > > > Whi

[web2py:17287] Re: Scaffold application - day two

2009-03-01 Thread Alexandre Andrade
It's nothing! 2009/3/1 Yarko Tymciurak > Alexandre - > Thank you very much; this looks very nice. > > Yarko > > On Sun, Mar 1, 2009 at 2:41 PM, Alexandre Andrade < > alexandrema...@gmail.com> wrote: > >> Today I was fixed css and really put authen

[web2py:17380] Re: Documentation - Scaffold application

2009-03-03 Thread Alexandre Andrade
I don't try. But you can always change the layout of t3. My focus now is create the database model importer 2009/3/3, Jonathan B : > > Hi, > > > On Mar 1, 10:32 am, Alexandre Miguel de Andrade Souza > wrote: > >> While "welcome" is "de facto"

[web2py:17383] Re: auth need add has_membership_by_groupname

2009-03-03 Thread Alexandre Andrade
you can use database administration, above db.py. 2009/3/3 maplye > > the auth tool have has_membership(groupid) function. > but the groupid is variational. > I am unable in the view page to use when i only know groupname. > > > > -- Atenciosamente -- ===

[web2py:17384] Re: Documentation - Scaffold application

2009-03-03 Thread Alexandre Andrade
First, postgresql. 2009/3/3 Kuba Kucharski > > On Tue, Mar 3, 2009 at 11:57 AM, Alexandre Andrade < > alexandrema...@gmail.com> wrote: > >> >> My focus now is create the database model importer >> >> > supporting which database backends? al

[web2py:17432] Re: Documentation - Scaffold application

2009-03-03 Thread Alexandre Andrade
I'm not good with layouts. Any suggestions or improvements are welcome. 2009/3/3 mdipierro > > Hi Alexandre, this is very valuable. Can you improve the layout of > your scaffolding app? > > Massimo > > On Mar 3, 5:14 am, Alexandre Andrade wrote: > > First, p

[web2py:17433] Re: Documentation - Scaffold application

2009-03-03 Thread Alexandre Andrade
Your ideas are good to a layout/css tutorial: How improve/change the layout of scaffold? How change (any) aspect of the layout? etc. I'm not good with this any help is welcome. 2009/3/3 Yarko Tymciurak > On Tue, Mar 3, 2009 at 8:28 AM, mdipierro wrote: > >> >> Hi

[web2py:17484] Re: Scaffold application - day two

2009-03-04 Thread Alexandre Andrade
patching this (and possible future same mistakes one by > one), I try an setup-and-forget approach and it works. Share as below: > > class MyAuth(Auth): >def __init__(self, environment, T, db = None): >T=lambda s,T=T:str(T(s)) # Insert this line >

[web2py:17485] Re: Scaffold application - day two

2009-03-04 Thread Alexandre Andrade
The code for T3 menu is inside t2.wiki. I will study it later to learn how use it. 2009/3/4 Iceberg > > On Mar2, 4:41am, Alexandre Andrade wrote: > > > Today I was fixed css and really put authentication to work. > > > > So, at this point, scaffold has: > >

[web2py:17506] Re: Critical point in web2py

2009-03-04 Thread Alexandre Andrade
to make web2py > > > "mainstream", but only if we can get the information flowing at a pace > > > equivalent to development. Documenting is not as fun as development. > > > But if users must read the source to understand how to create sites, > > > we w

[web2py] Broken web2py Layout on IE6

2010-11-26 Thread Alexandre Augusto
New web2py layout renders all broken on IE6, as most of you I'm also big fan of Firefox and it looks great on Firefox. Although not all of ours customers think the same way.. I looked over a post about this and could only find issues related to older versions of web2py not displaying correctly on

[web2py] Re: Exception during file autodelete

2010-12-21 Thread Alexandre Strzelewicz
Thanks for fix line ! On Dec 14, 12:50 am, Kurt Grutzmacher wrote: > Using latest web2py trunk. > > Upload Field configured for autodelete=True and executing "del > db.t_file_uploads[form.vars.id]" after processing the file: > > File "/Users/grutz/src/web2py/gluon/dal.py", line 3696, in __delitem

Re: [web2py] Web2py Application Exhibition 2.0 Winning Entries

2011-01-02 Thread Alexandre Andrade
agement System by Falko Krause > > For more information and to see other entries, > go to http://w2pexhibition.appspot.com/ > > Special thanks goes to Martin Mulone for creating and > hosting the Voting Application and Massimo for a > great framework! > -- Atencios

Re: [web2py] Re: Another web2py powered site

2011-01-05 Thread Alexandre Andrade
I have turned my main website (hipercenter.com ) from Cycling news agregator (hipercenter.com/ciclismo) into a classifieds website ( hipercenter.com/classificados). Still working in it. Sugestions are welcome. Atenciosamente Alexandre Andrade Hipercenter.com Classificados Grátis e

Re: [web2py] Re: The first code example of the CRUD Methods section of the online web2py book

2011-01-10 Thread Alexandre Andrade
t; > And I just got this error message: > > " > > Error snapshot > > Detailed traceback description > > Exception: ('person') > > " > > > > The problem is supposed to be in this line: > > persons = crud.select(db.person, fields=['name'], > > headers={'person.name': 'Name'}) > > > > What's wrong with that? Thanks. > -- Atenciosamente Alexandre Andrade Hipercenter.com Classificados Gratuitos e Inteligentes

Re: [web2py] Re: The first code example of the CRUD Methods section of the online web2py book

2011-01-10 Thread Alexandre Andrade
Please forgot my last message. 2011/1/10 Alexandre Andrade > > The problem is supposed to be in this line: > > persons = crud.select(db.person, fields=['name'], > > headers={'person.name': 'Name'}) > > There is a typo, the last line shoul

Re: [web2py] Email gateway

2011-01-10 Thread Alexandre Andrade
You can start from http://docs.python.org/library/poplib.html http://docs.python.org/library/imaplib.html http://docs.python.org/library/email.parser.html Atenciosamente Alexandre Andrade Hipercenter.com Classificados Gratuitos e Inteligentes 2011/1/10 Kenneth Lundström > A gateway t

<    1   2   3   4   >