[web2py] Re: [ login | register | lost password? ]

2011-12-02 Thread Anthony
I believe 1.99.3 will be out any day now (includes both of the changes to auth.navbar mentioned in this thread). On Friday, December 2, 2011 4:09:50 PM UTC-5, monotasker wrote: > > Any idea when this will show up in stable? >

[web2py] Re: [ login | register | lost password? ]

2011-12-02 Thread monotasker
Any idea when this will show up in stable?

[web2py] Re: [ login | register | lost password? ]

2011-11-16 Thread Anthony
On Tuesday, November 15, 2011 10:59:27 PM UTC-5, Ray (a.k.a. Iceberg) wrote: > > Hi Anthony, > > So you are quite familiar with the web2py internal, this time the > navbar. Are you the programmer of that function? Would you comment on > this issue? > > http://code.google.com/p/web2py/issues/det

Re: [web2py] Re: [ login | register | lost password? ]

2011-11-16 Thread Anthony
On Wednesday, November 16, 2011 12:50:18 AM UTC-5, Viren Patel wrote: > > Hi, > > We can directly find and change in tools.py > Still not clear in which file to put the code for SPAN helper object so > that we do not need to modify tools.py > Assuming auth.navbar() is included in your layout.html

Re: [web2py] Re: [ login | register | lost password? ]

2011-11-15 Thread VIREN PATEL
Hi, We can directly find and change in tools.py Still not clear in which file to put the code for SPAN helper object so that we do not need to modify tools.py Also can you provide with exact snippet of lines to edit the navbar for | and [ ] Thanks, Viren On Wed, Nov 16, 2011 at 9:29 AM, Ray (a.k

[web2py] Re: [ login | register | lost password? ]

2011-11-15 Thread Ray (a.k.a. Iceberg)
Hi Anthony, So you are quite familiar with the web2py internal, this time the navbar. Are you the programmer of that function? Would you comment on this issue? http://code.google.com/p/web2py/issues/detail?id=517 Regards, Ray On Nov 16, 3:47 am, Anthony wrote: > In trunk, auth.navbar now takes

[web2py] Re: [ login | register | lost password? ]

2011-11-15 Thread Anthony
In trunk, auth.navbar now takes a new 'separators' argument -- the default is auth.navbar(..., separators=(' [ ', ' | ', ' ] ')) The new 'welcome' app will actually get rid of the brackets, with separators=('', ' | ', ''). Also, auth.navbar() simply returns a web2py SPAN helper object, so you