Re: [web2py] Re: News feeds [Re: please help us test new web site]

2010-10-12 Thread Mariano Reingart
On Wed, Oct 13, 2010 at 1:52 AM, Bruno Rocha wrote: > On Oct 12, 8:15 am, Timmie wrote: >> >> What do you think about adding a planet site where you aggregate >> important blogs? > > I think we clould have a general planetweb2py.com managed by someone > else (just like web2pyslices), and this cou

[web2py] Re: Fwd: Solie Logo

2010-10-12 Thread dederocks
This: https://docs.google.com/leaf?id=0B8rjB757aRhUOGVhMTA0NjUtYTA1ZC00ZTNhLWFjNWQtNzgxNjQ2NWQ2NTRh&hl=en On 12 oct, 16:16, Anthony wrote: > What is everyone commenting on here -- the original twoSolielogos, > or something new? I don't see any links or attachments in this thread? > > On Oct 12, 3

[web2py] SQLFORM fix

2010-10-12 Thread Alexey Nezhdanov
Hi. I managed to crash SQLFORM(db.table).accepts(request.vars,session) call by adding a 'delete_this_record=on' to the list of request variables. Proposed fix: --- sqlhtml.bak.py 2010-10-13 09:52:01.202884906 +0400 +++ sqlhtml.py 2010-10-13 09:52:06.662884519 +0400 @@ -949,7 +949,7 @@

Re: [web2py] Powered by web2py

2010-10-12 Thread Bruno Rocha
I am developing a slide show with the best ones to put on home page, just like the one you can see in pylonshq.com And is a good idea to have a /poweredby page in web2py.com, where users could update, send new links. 2010/10/13 Álvaro Justen [Turicas] > Rene did a nice work! > What about creati

Re: [web2py] Powered by web2py

2010-10-12 Thread Álvaro Justen [Turicas]
Rene did a nice work! What about creating http://poweredby.web2py.com/ ? On Sun, Oct 10, 2010 at 21:50, Bruno Rocha wrote: > A student of one of my classes of web2py training in Brazil, research the > web and made a list of websites powered by web2py. > he separates in categories: Populars, Great

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Thadeus Burgess
I still like Solies original option B. It matches simplified, no shadows, two colors, and a normal font. The font on the currently selected logo looks odd. It just doesn't feel like the right thing for web2py. I think the roundedness of the font makes it seem more childish in a sense. -- Thadeus

[web2py] Re: News feeds [Re: please help us test new web site]

2010-10-12 Thread Bruno Rocha
On Oct 12, 8:15 am, Timmie wrote: > Hey Bruno, > the site looks great. > > After taking a breath, one might think of integrating FAQ & plugins, > slices into the new layout site. Then, a single sign in would give > access to FAQ, slices and plugins etc. Yes, I talked to Nathan about a new layout

Re: [web2py] Re: need help on join with aliased tables

2010-10-12 Thread Audra Rudys
Thank you, removing db from the alias names in the join part of the statement worked. I'm now getting a different error, which is more cryptic for me: KeyError: 'ccolor' I'm assuming the trouble is in the view... the snippet from the view that that references the value is: {{for work in works:}}

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Bruno Rocha
@guruyaya, you talking about that http://7.latest.web2pysite.appspot.com/examples Some people tought this looks like a bat, and gives an darker image to web2py, everybody agreed, so we started a quest for a new logo. 2010/10/13 guruyaya > I think B is the best option, but... Hummm.. what happ

[web2py] Re: please help us test new web site

2010-10-12 Thread guruyaya
I think B is the best option, but... Hummm.. what happend to that beutiful logo that we had when the new website was first presented (the w with the p in it)? I missed the point when it was replaced, and it would have been my choise, if it was an option. On Oct 12, 6:03 am, mdipierro wrote: > P.S

[web2py] Re: need help on join with aliased tables

2010-10-12 Thread mdipierro
This: t=db.color.with_alias('t') c=db.color.with_alias('c') accessible_works=db().select(db.work.ALL, db.t.html_code, db.c.html_code, left=[db.t.on(db.t.id==db.work.title_color), db.c.on(db.c.id==db.work.cover_color)]) Should be this: t=db.color.with_alias('t')

[web2py] need help on join with aliased tables

2010-10-12 Thread Audra Rudys
Please help! I'm trying to join using the same table twice, thus I need to do an alias. This is the first time I've ever tried an alias, so I don't know if I'm doing this right. If I were writing SQL code, I would write something like the following: SELECT db.work.*, db.tcolor.html_code, db.ccol

[web2py] Re: please help us test new web site

2010-10-12 Thread mdipierro
Interesting indeed. Looks like they all but one: - simplified - removed shadows - decreased number of colors to the very minimal - moved to a normal font (not slanted) On Oct 12, 9:29 pm, Bruno Rocha wrote: > interestinghttp://www.graphicdesignblog.org/famous-logo-redesigns-2010/

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Bruno Rocha
interesting http://www.graphicdesignblog.org/famous-logo-redesigns-2010/

[web2py] Re: SQLFORM input attributes

2010-10-12 Thread mdipierro
yes form=SQLFORM(Field('abc')) form.element(_name='abc')['_onkeyup'="." On Oct 12, 7:31 pm, cjung89 wrote: > In the web2py book there is this function in the overview for the wiki > demo: > > def search(): >      "an ajax wiki search page" >      return dict(form=FORM(INPUT(_id='keyword',_n

[web2py] Re: please help us test new web site

2010-10-12 Thread weheh
Here's another of my crazy logo ideas. Tries to blend with color scheme and meet MDP's requirements. I didn't spent lots of time tweaking it, yet. I first want to know what you think of concept. Colors, fonts, shadings, dropshadow, etc. can easily be modified. https://docs.google.com/leaf?id=0BzPq

[web2py] SQLFORM input attributes

2010-10-12 Thread cjung89
In the web2py book there is this function in the overview for the wiki demo: def search(): "an ajax wiki search page" return dict(form=FORM(INPUT(_id='keyword',_name='keyword', _onkeyup="ajax('bg_find', ['keyword'], 'target');")), target_div=DIV(_id='target'))

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Bruno Rocha
It remembers the smile in A-Z from amazon logo http://www.graphicdesignblog.org/images/logo-secrets/amazon-logo.jpg b2p could be "best to people" "best to professionals" "brought to people" "best to python" 2010/10/12 mdmcginn > Choice C is very clever, but I would have voted for B if there w

[web2py] Re: please help us test new web site

2010-10-12 Thread Anthony
On Oct 12, 5:54 pm, Bruno Rocha wrote: > Or we can just take examples app and switch the logo by given args > > something like:http://web2pylogocontest.appspot.com/examples/index?logo=1 Yes, this is a good idea. I think we need to see the logo in the context of the full page. Even if a logo seems

[web2py] Re: please help us test new web site

2010-10-12 Thread mdmcginn
Choice C is very clever, but I would have voted for B if there were no C. True, it does beg the question, What is b2p? On Oct 11, 11:03 pm, mdipierro wrote: > P.S. Anyway... everybody should say their opinion now: > > A)http://www.web2py.com/examples/static/img/logo_lb.png > B)http://www.soliewor

[web2py] app engine file paths

2010-10-12 Thread ChrisM
Hi I am experimening with pyaiml with web2py and app engine. What is the correct way in web2py to call a file in the site-packages/ aiml folder I can't get app engine to find my bot.brn data file which resides here and needs to be loaded by pyaiml.? help appreciated chrism

[web2py] Re: please help us test new web site

2010-10-12 Thread Solie
I'll have some time to tweak the logo a bit later tonight. I'll read everyone's comments and come up with some more concepts: favorite icon, etc. . . and I'll see if I can get a snake in the 2. Is a logo change still being considered? On Oct 11, 11:03 pm, mdipierro wrote: > HelloSolie, > > I am i

Re: [web2py] Re: how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Stef Mientki
thanks you all for the examples, now it will certainly succeed. cheers, Stef On 13-10-2010 00:19, Martin.Mulone wrote: > You can also use the html5 normalize welcome > http://web2pytesting.appspot.com/static/welcome.zip > > You only have to edit view/default/index.html > > and change: > > left_s

[web2py] Re: please help us test new web site

2010-10-12 Thread Anthony
These aren't bad, but I still prefer (A) (i.e., the current logo on the site). This new font is a bit hard to read -- the "B" in particular is somewhat distracting. I also don't think the orange looks particularly good with the new greenish color -- I think the (A) logo has a better color scheme.

[web2py] auth.settings.controller fails?

2010-10-12 Thread Jose
Hello, I define auth.settings.controller = 'admin' but login fucntion is wanted in the default controller. However, if I: auth.settings.login_url = URL('admin', 'user', args='login') this works fine, but implies that I configure auth.settings.login_url, auth.settings.logout_url, etc. Jose

[web2py] Re: how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Martin.Mulone
You can also use the html5 normalize welcome http://web2pytesting.appspot.com/static/welcome.zip You only have to edit view/default/index.html and change: left_sidebar_enabled = True right_sidebar_enabled = False and here put some content: {{block left_sidebar}}

[web2py] Re: please help us test new web site

2010-10-12 Thread Martin.Mulone
Now are looking great, also i like the others logos. On Oct 12, 6:54 pm, Bruno Rocha wrote: > Or we can just take examples app and switch the logo by given args > > something like:http://web2pylogocontest.appspot.com/examples/index?logo=1 > > we need to create a page for uploading logos to GAE. >

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Bruno Rocha
Or we can just take examples app and switch the logo by given args something like: http://web2pylogocontest.appspot.com/examples/index?logo=1 we need to create a page for uploading logos to GAE. All artists just need to create an 220x45 .png (transparent) image, and uploads that to the app.

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Thadeus Burgess
With a little bit of PIL we can make the app automatically add the logo to this image! -- Thadeus On Tue, Oct 12, 2010 at 4:36 PM, Bruno Rocha wrote: > Attached is a .png file to be used as base for new logo ideas. > > Just to know if it could blend with the new visual style and color scheme

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Thadeus Burgess
A survey with attached images of logo designs as the question text? Select your fav We just need to gather all of the logos in one place. but I think first we need to come to a consensus of what we want the logo to be styled like, then we can make logos, and submit them to a small web2py app... t

[web2py] Re: please help us test new web site

2010-10-12 Thread Rowdy
mdipierro wrote: I was working on it live. Sorry. Fixed now. Aha! Ok, thank you. I just noticed the lighter coloured icons down the right side - much better as they blend in more with the band across the top of the page and do not draw the eye away from the main page content as much. Rowdy

[web2py] Re: how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Mr. Electronic
Hi Hi It looks like a ul list with some CSS to create the vertical menu Utils Sortable Table ... Try look at http://web2py.com/plugins/static/base.css for the CSS Br. Rune On 12 Okt., 22:51, Stef Mientki wrote: >  hello, > > I wonder how to create the left sidebar menu, as shown in web2py p

Re: [web2py] how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Bruno Rocha
Based on scaffold app I just did {{block leftbar}}{{=MENU(response.menu,_class='sf-menu')}} {{end}} And changed the CSS for 'sf-menu' Here is how it looks like http://web2py.com/appliances/default/download/app.screenshot.a5bcc982998

[web2py] Re: how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread mdipierro
in views/layout.html replace {{#-- superfish menu --}} {{=MENU(response.menu,_class='sf-menu')}} ... {{#-- unused space}} with {{#-- superfish menu --}} ... {{=MENU(response.menu,_class='sf-menu web2py-menu- vertical

Re: [web2py] how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Richard Vézina
Old example app have it built in... Maybe you can get old web2py version with mercurial?? Don't know... I can send you CSS and layout.py from old app just ask. Richard On Tue, Oct 12, 2010 at 4:51 PM, Stef Mientki wrote: > hello, > > I wonder how to create the left sidebar menu, as shown in w

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Bruno Rocha
Consider this options too D: http://susweb.net/images/web2pylogo/web2py3.gif E: http://susweb.net/images/web2pylogo/web2py16.gif 2010/10/12 mdipierro > Do we really need more options? I do not think so. The problem is that > we have some great options and no process in place for deciding which

[web2py] how to create the left sidebar menu, like in web2py plugins ?

2010-10-12 Thread Stef Mientki
hello, I wonder how to create the left sidebar menu, as shown in web2py plugins (http://web2py.com/plugins/default/sortable) ? I couldn't find anything direct related in the web2py and google gave me a lot irrelevant links. thanks, Stef Mientki

[web2py] Re: please help us test new web site

2010-10-12 Thread mdipierro
Do we really need more options? I do not think so. The problem is that we have some great options and no process in place for deciding which ones we like best. I like A and C. Moreover I'd rather have the logo developed by a member of this community since we will need adaptations. Massimo On Oc

[web2py] Re: DB Select with date criteria

2010-10-12 Thread Paul Gerrard
Hi, Many thanks. Tried it and it didn't work. I had a rather subtle error in my code it seems... and then it worked just fine. Sometimes just changing some code rather than staring at it triggers a chain of failure and thinking events and the solution emerges! Thanks for the tip - much appreciat

[web2py] Re: please help us test new web site

2010-10-12 Thread villas
I think Tom's work looks the best yet for the logo. The example site looks really clean too. Great work! On Oct 12, 1:09 pm, Tom Atkins wrote: > sorry last post unless anyone would like more. i do miss the web2py orange. > here's an idea for a site design which keeps the orange: > > http://susw

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Jason (spot) Brower
As much as I like crowdspring, I would save my money and go for something bigger later, like a new page design. I have used them for some KILLER designs for 1500USD. But these lower end may not be so great. Just my thoughts on it. BR, Jason Brower On Tue, Oct 12, 2010 at 10:21 PM, rochacbruno

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread rochacbruno
I will make a try with some logo ideas posted here, and sent to me by mail. I think worth a try with more creative professionals. People are saying web2py deserves a professional logo. So we can try a $200 award logo in http://www.crowdspring.com/ We have to pay only if chose to use. Almost 11

[web2py] Re: almost have linkedin oauth working within web2py application. just need one more push

2010-10-12 Thread Carl
I have a basic linked oauth working. Now it's a question of parsing LinkedIn replies. thanks for your help C On Oct 12, 10:20 am, Carl wrote: > don't know why I didn't upgrade (it's normally the first thing I try) > > 1.86.3 has removed the bug! sorry to have wasted your time. > I'll now have a

[web2py] Re: Facebook/Twitter/Google login + normal login

2010-10-12 Thread howesc
Try this: http://web2pyslices.com/main/slices/take_slice/77 see it in action on www.tenthrow.com cfh On Oct 11, 4:57 pm, firedragon852 wrote: > I tried both the following methods: > > URL: .../login/facebook > if request.args(0) == 'facebook': >         from gluon.contrib.login_methods.oauth20

[web2py] Anyone used WHOOSH as search engine with web2py?

2010-10-12 Thread David Marko
Is there anyone who has used the whoosh (http://bitbucket.org/mchaput/ whoosh/wiki/Home) for full text search? If so, can you share your experience? David

[web2py] Re: facebook and auth logins

2010-10-12 Thread howesc
I remember having quite a wrestle with all that a few months ago. i honestly don't remember all the details, but web2pyslices does: http://web2pyslices.com/main/slices/take_slice/77 note that others have come up with other, potentially better, mutli- login solutions since then - including the one

[web2py] Re: 2 problems, taskbar icon and windows service

2010-10-12 Thread mdipierro
If you run from source, do you Mark hammond win32 extensions insatlled? On Oct 12, 12:49 pm, Youngblood wrote: > I am running web2py from source (version 1.87.2) in a windows os. When > I try to start web2py with the -t option I get the following error: > > Traceback (most recent call last): >  

[web2py] Re: 2 problems, taskbar icon and windows service

2010-10-12 Thread Youngblood
I ran the taskbar without problems when i was using an older version of web2py(can't remember which one), but then i upgraded to the newest version. On Oct 12, 2:02 pm, David Marko wrote: > Well I'm running the same version on WinXP and has no such problems. > e.g. taskbar icon apears and is work

[web2py] Re: lost password

2010-10-12 Thread pecos1046
Massimo - thank you. I tried the lost/reset password option with your latest release and it works as advertised. On Oct 11, 7:56 pm, mdipierro wrote: > This is fixed in trunk but in stable. I will post a new stable version > with the fix shortly. > > On Oct 11, 8:35 pm, pecos1046 wrote: > > > >

[web2py] Re: 2 problems, taskbar icon and windows service

2010-10-12 Thread David Marko
Well I'm running the same version on WinXP and has no such problems. e.g. taskbar icon apears and is working fine. David On 12 říj, 19:49, Youngblood wrote: > I am running web2py from source (version 1.87.2) in a windows os. When > I try to start web2py with the -t option I get the following err

[web2py] 2 problems, taskbar icon and windows service

2010-10-12 Thread Youngblood
I am running web2py from source (version 1.87.2) in a windows os. When I try to start web2py with the -t option I get the following error: Traceback (most recent call last): File "web2py.py", line 23, in gluon.widget.start(cron=True) File "C:\web2py\gluon\widget.py", line 826, in start

[web2py] OAuth and Linkedin on dev_appserver trips with a 303

2010-10-12 Thread Carl
I started with Michele Comitini pointing me towards his example of oauth with twitter (it also has facebook) http://code.google.com/r/michelecomitini-facebookaccess/source/browse/%23hg/applications/helloTwitter&usg=AFQjCNGD_upo3rTb6VeNIEAo9EP5HA1mqg The Twitter oauth worked fine locally but on Wi

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Thadeus Burgess
That is why I like logo B. It puts emphasis on the 2. Logo B with the new color scheme. Though I do like the orange in small quantities! -- Thadeus On Tue, Oct 12, 2010 at 11:26 AM, mdipierro wrote: > The problem is we already have lots of unintentional brand confusion > with web.py > > On O

[web2py] Re: please help us test new web site

2010-10-12 Thread mdipierro
The problem is we already have lots of unintentional brand confusion with web.py On Oct 12, 10:50 am, weheh wrote: > I'm pleased with this latest doodle. Font, color, background, drop > shadow can be changed easily. Can be shrunk and embossed into a > "powered by" lozenge sticker. > > https://doc

[web2py] pyforum security and future

2010-10-12 Thread Julius Minka
There is security issue reported here: http://secunia.com/advisories/37764 Is any fix available? Are there any plans to further develop pyforum? I am asking because I am considering pyforum as a base for bigger communication app. Julius

[web2py] Re: please help us test new web site

2010-10-12 Thread Lasiaf
The new site looks awesome, also I like the web2py logo with the snake but should be silhouette instead. http://host2py.appspot.com/default/file/216001/web2py.png On Oct 9, 4:07 pm, mdipierro wrote: > New web2py layout: > >    http://web2py.com > > Thanks Bruno and Martin > > New demo_admin: > >

[web2py] Re: please help us test new web site

2010-10-12 Thread weheh
I'm pleased with this latest doodle. Font, color, background, drop shadow can be changed easily. Can be shrunk and embossed into a "powered by" lozenge sticker. https://docs.google.com/leaf?id=0BzPqKovYWlw-ODY2Nzk0OWMtODU5Zi00YmI1LWEyNDctYTQ2Y2VhY2JiOWM5&hl=en&authkey=CK22yM8E

Re: [web2py] html5rocks.com

2010-10-12 Thread Jonathan Lundell
On Oct 12, 2010, at 7:54 AM, Tom Atkins wrote: > just for interest: > > http://www.html5rocks.com/ > > and > > http://slides.html5rocks.com Also for interest: W3C Says Don't Use HTML5 Yet CmdrTaco 10/6/10 8:39 AM Slashdot GMGruman writes "InfoWorld's Paul Krill reports that the W3C, the standa

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Jonathan Lundell
On Oct 11, 2010, at 10:49 PM, mdipierro wrote: > > I think we need an app just to post logos and a page to show them all. > Even if only one of the logos will be used for the web page there are > so many great ideas and I'd hate for them to go wasted. Two suggestions: try to separate color choice

[web2py] Re: html5rocks.com

2010-10-12 Thread mdipierro
Some of web2py Field type map into the new but to take adavantage we would need to change the widgets and web2py_ajax.html. On Oct 12, 10:11 am, mdipierro wrote: > The slides are excellent. I learned a lot. > > On Oct 12, 9:54 am, Tom Atkins wrote: > > > just for interest: > > >http://www.html5

[web2py] Re: html5rocks.com

2010-10-12 Thread mdipierro
The slides are excellent. I learned a lot. On Oct 12, 9:54 am, Tom Atkins wrote: > just for interest: > > http://www.html5rocks.com/ > > and > > http://slides.html5rocks.com

[web2py] html5rocks.com

2010-10-12 Thread Tom Atkins
just for interest: http://www.html5rocks.com/ and http://slides.html5rocks.com

[web2py] web2py 1.87.2 is OUT

2010-10-12 Thread mdipierro
It includes: - new design - various bug fixes - admin has an option in models/0.py that allow it to run in demo mode. Please report any problem.

[web2py] Re: Fwd: Solie Logo

2010-10-12 Thread Anthony
What is everyone commenting on here -- the original two Solie logos, or something new? I don't see any links or attachments in this thread? On Oct 12, 3:15 am, Jason Brower wrote: > I LIKE THAT!!! > > > > On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: > > Begin forwarded message: > >

[web2py] Re: trying to insert blob

2010-10-12 Thread mart
retract question. Got it. On Oct 11, 11:20 pm, mart wrote: > Hi, > > Can anyone help with the following. I need to have some back end, out > of sight, server stuff happening. But, need to share the SQLite DB > with web2py. So, i copied the gluon environment (the folder) where I > can reference it

[web2py] Re: Fwd: Solie Logo

2010-10-12 Thread dederocks
Me too, +1. It feels light ... like web2py developement :-)? On 12 oct, 09:15, Jason Brower wrote: > I LIKE THAT!!! > > On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: > > Begin forwarded message: > > > > From: Bruno Rocha > >

[web2py] Re: News feeds [Re: please help us test new web site]

2010-10-12 Thread Anthony
Note, there is a basic planet app (http://code.google.com/p/planet- web2py/) and sample planet site using the app (http:// www.web2py.com.ar/planet/). On Oct 12, 7:15 am, Timmie wrote: > Hey Bruno, > the site looks great. > > After taking a breath, one might think of integrating FAQ & plugins, >

[web2py] Re: Bug on the new version?

2010-10-12 Thread mdipierro
Do you also have the error with web2py.exe? Massimo On Oct 12, 2:26 am, ceriox wrote: > I download the new version > > Version 1.87.1 (2010-10-12 03:49:29) > > for windows and i have this error > > file: web2py_no_console.exe.log > > file text: > Traceback (most recent call last): >   File "web2

[web2py] Re: Fwd: Solie Logo

2010-10-12 Thread mdipierro
oops... I posted it... the attached image did not show for me so I deleted it. Sorry. I will repost it Masssimo On Oct 12, 2:15 am, Jason Brower wrote: > I LIKE THAT!!! > > On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: > > Begin forwarded message: > > > > From: Bruno Rocha > >

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Tom Atkins
sorry last post unless anyone would like more. i do miss the web2py orange. here's an idea for a site design which keeps the orange: http://susweb.net/images/web2pylogo/test/ and some alternative colours for the logo: http://susweb.net/images/web2pylogo/

[web2py] News feeds [Re: please help us test new web site]

2010-10-12 Thread Timmie
Hey Bruno, the site looks great. After taking a breath, one might think of integrating FAQ & plugins, slices into the new layout site. Then, a single sign in would give access to FAQ, slices and plugins etc. Generally all becomes more accessible. As others pointed out, a more lighter look would

Re: [web2py] Fwd: Solie Logo

2010-10-12 Thread Michele Comitini
+1 I think it gives you the feeling of a technology that does not scares you away... 2010/10/12 Jason Brower : > I LIKE THAT!!! > On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: >> Begin forwarded message: >> >> > From: Bruno Rocha >> > >> > >> > >> > >> > > >

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Michele Comitini
we are going to need a logo context plugin! :-) 2010/10/12 Tom Atkins : > uh oh - getting carried away now: http://susweb.net/images/web2pylogo/ >

[web2py] Re: DB Select with date criteria

2010-10-12 Thread annet
Hi Paul, I faced a similar problem and worked out the following solution: db.define_tables("publications", Field('publish','date',default=request.now,notnull=True), Field('expire','date',default=request.now +datetime.timedelta(days=28),notnull=True), Field(...)) rows=db((db.publicat

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Tom Atkins
uh oh - getting carried away now: http://susweb.net/images/web2pylogo/

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Albert Abril
I forgot to make my vote: I love the two ones of Solie. My vote for (B), the first one of Sollie. On Tue, Oct 12, 2010 at 11:47 AM, Albert Abril wrote: > I totally agree with weheh, web2py is a big quality framework and deserves > a profesional logo. > > mdipierro said: > > I think we need a

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Albert Abril
I totally agree with weheh, web2py is a big quality framework and deserves a profesional logo. mdipierro said: I think we need an app just to post logos and a page to show them all. Even if only one of the logos will be used for the web page there are so many great ideas and I'd hate for them t

[web2py] Re: almost have linkedin oauth working within web2py application. just need one more push

2010-10-12 Thread Carl
don't know why I didn't upgrade (it's normally the first thing I try) 1.86.3 has removed the bug! sorry to have wasted your time. I'll now have a go at adding Linkedin to your example app. C On Oct 11, 9:29 pm, Carl wrote: > I'm on 1.85.3, the same as your example > I'll update tomorrow to 1.

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Tom Atkins
just as an idea: http://susweb.net/images/web2py.gif On 12 October 2010 09:43, Tom Atkins wrote: > I vote A but with lower case like B - web2py - and perhaps a more stylish > font? > > PS Great to see the effort going into this and the new site design - it > will really help increase use of web2

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Tom Atkins
I vote A but with lower case like B - web2py - and perhaps a more stylish font? PS Great to see the effort going into this and the new site design - it will really help increase use of web2py (although it seems silly that aesthetics matter so much, it's a fact of life that they do).

[web2py] DB Select with date criteria

2010-10-12 Thread Paul Gerrard
Hi, I can't find a usable reference to selecting records from a database table based on the value of datetime fields. Here's my situation: I have a table with two date fields: db.define_table("announcements", SQLField("validfrom", "datetime", notnull=True, default=datetime.today(), l

[web2py] Bug on the new version?

2010-10-12 Thread ceriox
I download the new version Version 1.87.1 (2010-10-12 03:49:29) for windows and i have this error file: web2py_no_console.exe.log file text: Traceback (most recent call last): File "web2py.py", line 17, in File "gluon/widget.py", line 25, in File "gluon/main.py", line 83, in IOError: [

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Jason Brower
I like the idea. I wonder how it would look with various colors. On Mon, 2010-10-11 at 22:41 -0700, weheh wrote: > More doodles. Fonts and colors are easily changed. > https://docs.google.com/leaf?id=0BzPqKovYWlw-YjdkYzllM2UtMWNlNy00N2MzLWExZGEtYWY2MDg4MmIwN2Ni&hl=en&authkey=CNrH5YQE

Re: [web2py] Fwd: Solie Logo

2010-10-12 Thread Jason Brower
I LIKE THAT!!! On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote: > Begin forwarded message: > > > From: Bruno Rocha > > > > > > > > >