Re: [web2py] Re: web2py as a cross-platform mobile application platform

2010-11-02 Thread Johann Spies
It runs on the Nokia N900. Regards Johann --  May grace and peace be yours in abundance through the full knowledge of God and of Jesus our Lord!  His divine power has given us everything we need for life and godliness through the full knowledge of the one who called us by his own glory and excell

[web2py] Re: new welcome app in trunk but minor problem...

2010-11-02 Thread mdipierro
btw... with the new app you can add a sidebar (left, right or both to any page) by doing: #in view/default/index.html for exmaple {{left_sidebar_enabled=True}} {{extend 'layout.html'}} Main content goes here {{block right_sidebar}}New Right Sidebar Content{{end}} OR {{right_sidebar_enabled=True

[web2py] Re: new welcome app in trunk but minor problem...

2010-11-02 Thread mdipierro
The more I think about this, the more I think the css files, and the js files should be moved back to root static and leave images in static/images. The new welcome also took the starfish css out of base.css. This also creates problems with layouts and add a more file to download. I thinks it shou

[web2py] how to make incremental search using ajax?

2010-11-02 Thread rafael
hello I would like to make incremental search using ajax like below link. http://sphinx.pocoo.org/search.html?q=python Currently I made search function using grep tool through Popen python function following code. def result(): from subprocess import * pipe = Popen( "grep -R -n \"web2py\"

[web2py] new welcome app in trunk but minor problem...

2010-11-02 Thread mdipierro
The new welcome app proposed by Martin (in HTML5) is in trunk. Excellent job Martin. I made some changes: - removed the tests (because make it un-necessarily heavy) - removed jgrowl - moved the ok, warn, error login into the controller - moved the left_sidebar_enabled and right_sidebar_enabled lo

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
LOL. How true. On Nov 2, 5:58 pm, Branko Vukelic wrote: > Bike shed![1] > > [1]http://bikeshed.com/ > > > > On Tue, Nov 2, 2010 at 11:06 PM, Anthony wrote: > > I generally like orange as an accent color, but if we're going to go with > > the main site color scheme, I'm not sure orange is the bes

Re: [web2py] Re: Some beginner questions on form

2010-11-02 Thread Jonathan Lundell
On Nov 2, 2010, at 4:09 PM, pierreth wrote: > > OK, it works when the enumeration is in a list but not when the same > enumeration is in a tuple. A tuple works fine, but zero=None isn't part of the tuple. IS_IN_SET(("Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", "hon"), zero=None

[web2py] Re: welcome app normalize hack ie and html5 ready

2010-11-02 Thread Martin.Mulone
the new logo powered by is there I didn't make an example with the new version, you have to download from repository. On 2 nov, 19:16, Bruno Rocha wrote: > Needs to change the 'powered by' sticker at the bottom. to the new one. > > 2010/11/2 Martin.Mulone > > > > > > > > > > > I made a new versi

[web2py] Re: new admin layout

2010-11-02 Thread Anthony
OK, point taken. But you did specifically ask what people thought of the color scheme. That's my answer (I don't like reddish oranges with that green). Anyway, I really appreciate all your efforts. Best, Anthony On Nov 2, 6:58 pm, Branko Vukelic wrote: > Bike shed![1] > > [1]http://bikeshed.co

[web2py] Re: Some beginner questions on form

2010-11-02 Thread pierreth
OK, it works when the enumeration is in a list but not when the same enumeration is in a tuple. Thanks. On 2 nov, 18:53, Bruno Rocha wrote: > You can try > > IS_IN_SET(["Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", > "hon"], zero=None) > > 2010/11/2 pierreth > > > > > I have: > >

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
Bike shed![1] [1] http://bikeshed.com/ On Tue, Nov 2, 2010 at 11:06 PM, Anthony wrote: > I generally like orange as an accent color, but if we're going to go with > the main site color scheme, I'm not sure orange is the best complement to > the main green color. At least for me, I think the prob

Re: [web2py] Re: Some beginner questions on form

2010-11-02 Thread Bruno Rocha
You can try IS_IN_SET(["Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", "hon"], zero=None) 2010/11/2 pierreth > I have: > > IS_IN_SET("Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", > "hon", zero=None) > > and it changes nothing. Do you mean something else? > > On 2 nov

[web2py] Re: Some beginner questions on form

2010-11-02 Thread pierreth
I have: IS_IN_SET("Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", "hon", zero=None) and it changes nothing. Do you mean something else? On 2 nov, 17:54, mdipierro wrote: > IS_IN_SET(...,zero=None) > > On Nov 2, 4:44 pm, pierreth wrote: > > > I have a blank line in the menu when I

[web2py] [offtopic] HTML5 builder, python way.

2010-11-02 Thread Albert Abril
html5witch is an early-stage Python 2.5+ HTML5 generator based on xmlwitch . http://github.com/galvez/html5witch

Re: [web2py] Re: Learning Management System survey

2010-11-02 Thread Bruno Rocha
Look this app: http://www.learnboost.com/tour/ can be use as inspiration source for building the grade system. 2010/10/20 mdipierro > What you say is important and different schools have different > policies. My schools for example does not claim copyright ownership on > faculty content (unless

Re: [web2py] Re: rich UI and util js library

2010-11-02 Thread Albert Abril
Is the library (or AJAX toolkit) used to make ymacs, as said at his web: http://www.ymacs.org/ On Tue, Nov 2, 2010 at 10:37 PM, mdipierro wrote: > This is good work. It is very clear and bsd license. > > On Nov 2, 4:32 pm, Michele Comitini > wrote: > > Could be a good alternative to pyjamas ap

Re: [web2py] Re: welcome app normalize hack ie and html5 ready

2010-11-02 Thread Bruno Rocha
Needs to change the 'powered by' sticker at the bottom. to the new one. 2010/11/2 Martin.Mulone > I made a new version with new updates and fixes, now on bitbucket. > > > http://martin.tecnodoc.com.ar/myblog/2010/11/01/my-welcome-web2py-scaffold-application > > On Sep 29, 6:48 am, Tom Atkins wr

Re: [web2py] Re: ymacs editor

2010-11-02 Thread Albert Abril
Wow! I didn't know about Amy. I like Amy so much. With the new design and this editor, maybe I use more the admin interface. Great job people! On Tue, Nov 2, 2010 at 10:56 PM, mdipierro wrote: > edit admin/models/0.py it is the first admin config option. > > On Nov 2, 4:43 pm, Branko Vukelic

[web2py] new web2py appliance: File Manager

2010-11-02 Thread mdipierro
This is CoreFive's Filemanager integrated with web2py. Also included ckeditor to edit text and html files. Developed by Jeevan License: BSD http://web2py.com/appliances/default/show/70

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:51 PM, Anthony wrote: > I'm not sure I like the filenames inside buttons, especially such dark > buttons. It ends up looking very stark and heavy. It's not too bad > with just the 3 files in this mockup, but may be a bit much when > viewing a full page with dozens of file

[web2py] Re: Large file Upload Froze Web2py. version 1.83

2010-11-02 Thread mdipierro
web2py was tested extensively with large files (up to 2GB, the max browsers can handle) on machines with low memory (256MB). Can you post the code you use for uploading? The only way I can see this problem is if you upload into a blob. On Nov 2, 3:46 pm, Phyo Arkar wrote: > Hello all; > > If i

[web2py] Re: Large file Upload Froze Web2py. version 1.83

2010-11-02 Thread mdipierro
That is the default. web2py never uplaods to ram. It streams into a file buffer an then when the upload is completed it moves the file using shutils. Something else is causing your problem. which os? Can you please try with latest version? Massimo On Nov 2, 4:11 pm, Phyo Arkar wrote: > Anyway

[web2py] Re: bug on IS_NOT_EMPTY(..)?

2010-11-02 Thread Marco Prosperi
here is the db.py file (it's a work-in-progress), the default.py (it's a welcome app modification) and the movqta.html. Look to default/movqta url Marco # db.define_table('movtempi_mast', Field('IDStaffatura','string'), Field('fase','string'), Field('data_inizio','datetime'),

[web2py] Re: ymacs editor

2010-11-02 Thread mdipierro
edit admin/models/0.py it is the first admin config option. On Nov 2, 4:43 pm, Branko Vukelic wrote: > Is Amy in trunk? How do you switch to it? > > On Tue, Nov 2, 2010 at 10:35 PM, mdipierro wrote: > > I am all for replacing the current editor with this. At least provide > > it as an option alo

[web2py] Re: Some beginner questions on form

2010-11-02 Thread mdipierro
IS_IN_SET(...,zero=None) On Nov 2, 4:44 pm, pierreth wrote: > I have a blank line in the menu when I use IS_IN_SET. How can I remove > it?

[web2py] Re: welcome app normalize hack ie and html5 ready

2010-11-02 Thread mdipierro
+1 this will be in web2py 1.89.1. On Nov 2, 4:47 pm, "Martin.Mulone" wrote: > I made a new version with new updates and fixes, now on bitbucket. > > http://martin.tecnodoc.com.ar/myblog/2010/11/01/my-welcome-web2py-sca... > > On Sep 29, 6:48 am, Tom Atkins wrote: > > > Brilliant - many thanks M

[web2py] Re: new admin layout

2010-11-02 Thread Anthony
I'm not sure I like the filenames inside buttons, especially such dark buttons. It ends up looking very stark and heavy. It's not too bad with just the 3 files in this mockup, but may be a bit much when viewing a full page with dozens of files listed. I think the filenames may look better as just t

[web2py] Re: welcome app normalize hack ie and html5 ready

2010-11-02 Thread Martin.Mulone
I made a new version with new updates and fixes, now on bitbucket. http://martin.tecnodoc.com.ar/myblog/2010/11/01/my-welcome-web2py-scaffold-application On Sep 29, 6:48 am, Tom Atkins wrote: > Brilliant - many thanks Martin - this is very helpful and great to see > web2py looking more beautiful

Re: [web2py] ymacs editor

2010-11-02 Thread Bruno Rocha
I like Emacs more than Vi/Vim, the best thing about this online version is that it can open multiple windows at the same time. even does not having Python, I use that for editing Pyrhon code, I also used this one http://codemirror.net/contrib/python/index.html 2010/11/2 Michele Comitini > Brun

[web2py] Re: Some beginner questions on form

2010-11-02 Thread pierreth
I have a blank line in the menu when I use IS_IN_SET. How can I remove it?

Re: [web2py] Re: ymacs editor

2010-11-02 Thread Branko Vukelic
Is Amy in trunk? How do you switch to it? On Tue, Nov 2, 2010 at 10:35 PM, mdipierro wrote: > I am all for replacing the current editor with this. At least provide > it as an option along with editarea and Amy, both supported now. > > Massimo > > On Nov 2, 4:08 pm, Michele Comitini > wrote: >> B

[web2py] Re: rich UI and util js library

2010-11-02 Thread mdipierro
This is good work. It is very clear and bsd license. On Nov 2, 4:32 pm, Michele Comitini wrote: > Could be a good alternative to pyjamas approach for building component > based UIs? > > http://www.dynarchlib.com/dl/index.html > > mic

[web2py] Re: ymacs editor

2010-11-02 Thread mdipierro
Does not look they have a Python mode yet and I cannot find a list of supported browsers. On Nov 2, 4:08 pm, Michele Comitini wrote: > Bruno Rochas pointed this out: > > http://www.ymacs.org/demo/ > > cool! > > mic

[web2py] Re: ymacs editor

2010-11-02 Thread mdipierro
I am all for replacing the current editor with this. At least provide it as an option along with editarea and Amy, both supported now. Massimo On Nov 2, 4:08 pm, Michele Comitini wrote: > Bruno Rochas pointed this out: > > http://www.ymacs.org/demo/ > > cool! > > mic

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:31 PM, mdipierro wrote: > I am ok with this but not too may icons I guess iconds for folder, > edit, delete are ok. If we have more icons we may need tooltips to > explain them. As far as I can see, those are the only icons we need at this time. Maybe later I might do ic

[web2py] rich UI and util js library

2010-11-02 Thread Michele Comitini
Could be a good alternative to pyjamas approach for building component based UIs? http://www.dynarchlib.com/dl/index.html mic

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
I am ok with this but not too may icons I guess iconds for folder, edit, delete are ok. If we have more icons we may need tooltips to explain them. On Nov 2, 4:12 pm, Branko Vukelic wrote: > On Tue, Nov 2, 2010 at 10:10 PM, Branko Vukelic wrote: > > Fonts are 13px. I'm really against making ic

Re: [web2py] ymacs editor

2010-11-02 Thread Branko Vukelic
Yeah, I've seen it the other day. Looking great. On Tue, Nov 2, 2010 at 10:08 PM, Michele Comitini wrote: > Bruno Rochas pointed this out: > > http://www.ymacs.org/demo/ > > cool! > > mic > -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovu

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:10 PM, Branko Vukelic wrote: > Fonts are 13px. I'm really against making icons any smaller because > these are really nice to click on. But if you guys insist, I will make > them smaller. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my bl

Re: [web2py] Large file Upload Froze Web2py. version 1.83

2010-11-02 Thread Phyo Arkar
Anyway to upload the files without holding too much into memory and writing to disk every N bytes? On Wed, Nov 3, 2010 at 3:16 AM, Phyo Arkar wrote: > Hello all; > > If i upload a large file (800 MB) and closed the browser tab while > uploading , it freeze the whole web2py. Anyone have this pro

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
Fonts are 13px. I'm really against making icons any smaller because these are really nice to click on. But if you guys insist, I will make them smaller. On Tue, Nov 2, 2010 at 10:02 PM, mdipierro wrote: > I like it but, I prefer lines to gradients. gradients look like dirt > on some browsers. > A

[web2py] ymacs editor

2010-11-02 Thread Michele Comitini
Bruno Rochas pointed this out: http://www.ymacs.org/demo/ cool! mic

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
I like it but, I prefer lines to gradients. gradients look like dirt on some browsers. Also please make the icons smaller and do not use fonts that exceed 16px, except for perhaps the logo. Big fonts push everything down and things are less likely to fit in a page. On Nov 2, 2:55 pm, Branko Vukeli

Re: [web2py] Re: new admin layout

2010-11-02 Thread Martín Mulone
For me this last mockup look really nice. 2010/11/2 Branko Vukelic > Yeah, I thought about it, and would want to keep exposes smaller. Icon > size is good. Smaller would be harder to click, which is not what I > want. > > Here's an alternative with filename looking like buttons. This should > ma

[web2py] Large file Upload Froze Web2py. version 1.83

2010-11-02 Thread Phyo Arkar
Hello all; If i upload a large file (800 MB) and closed the browser tab while uploading , it freeze the whole web2py. Anyone have this problem? Tried on Local Web2py. Not without using any http server.

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
Yeah, I thought about it, and would want to keep exposes smaller. Icon size is good. Smaller would be harder to click, which is not what I want. Here's an alternative with filename looking like buttons. This should make it easier to click. On Tue, Nov 2, 2010 at 9:18 PM, Thadeus Burgess wrote: >

Re: [web2py] Re: confused about services and authorization

2010-11-02 Thread David Waldrop
Massimo, I got the same thing (see below). Note that the original way I was calling worked on my local development machine. By work I mean if I pas valid credentials I can acces the function and know that I m loggend in AND if I pass invalid credentials I get the 303 error. In other words it

Re: [web2py] Re: new admin layout

2010-11-02 Thread Thadeus Burgess
Smaller icons, or bigger text. -- Thadeus On Tue, Nov 2, 2010 at 3:07 PM, Branko Vukelic wrote: > On Tue, Nov 2, 2010 at 9:02 PM, Bruno Rocha wrote: > > I just mean that the folder icon should be a closed folder, if this will > be > > unique for opened and closed folders. > > Ah, those do n

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:02 PM, Bruno Rocha wrote: > I just mean that the folder icon should be a closed folder, if this will be > unique for opened and closed folders. Ah, those do not correspond to file folders. It's the folder icon that is used for major application layers, and applications th

Re: [web2py] Re: new admin layout

2010-11-02 Thread Bruno Rocha
I just mean that the folder icon should be a closed folder, if this will be unique for opened and closed folders. if you could include the toggle functionality for changing it for an opened/closed folder icon when the folder opens/closes. I also prefer a lightweight gradient, like the gradient in

Re: [web2py] Re: new admin layout

2010-11-02 Thread Thadeus Burgess
This is much better. Not sure about the gradient on the apps listing however. Try some more subtle rounded corners? -- Thadeus On Tue, Nov 2, 2010 at 2:29 PM, Branko Vukelic wrote: > What do you people think about this color scheme? Trying out colors > that match the main site + orange as a

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
Sizes of things are something I'm working right now. I was more interested in feedback about the colors alone. :) What do you mean by 'static'? Did you mean admin vs other apps, or something else? On Tue, Nov 2, 2010 at 8:51 PM, Bruno Rocha wrote: > I Like it better than the orange/brown one > I

Re: [web2py] Re: new admin layout

2010-11-02 Thread Bruno Rocha
I Like it better than the orange/brown one I just think the folder icon must be a closed folder if static, or better if can toggle open/cloded, and fonts could be a little smaller. 2010/11/2 Branko Vukelic > What do you people think about this color scheme? Trying out colors > that match the

Re: [web2py] keep it simple (a lesson from expedia)

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 3:40 PM, mdipierro wrote: > http://www.silicon.com/management/sales-and-marketing/2010/11/01/expedia-on-how-one-extra-data-field-can-cost-12m-39746554/ Otherwise, it's bad practice to ask for more data than the USER thinks you need. ;) -- Branko Vukelić bg.bra...@gmail.c

Re: [web2py] Standalone DAL, where is the database folder ? and problems caused by

2010-11-02 Thread Stef Mientki
On 02-11-2010 03:17, Thadeus Burgess wrote: > My_DB = DAL('sqlite://databaseName', folder='D:\Data_Python_25\Beheer...') > thanks Thadeus, that works like a charm. cheers, Stef > > -- > Thadeus > >

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 6:49 PM, mdipierro wrote: > I'd rather have one layout for admin than a choice. I think we need > this as simple as spossible. I agree. This is not a question of preference, but utility. If bold text fails to emphasize an important bit of information, but takes a lot of spa

[web2py] Re: confused about services and authorization

2010-11-02 Thread mdipierro
Please try: rserver = xmlrpclib.Server("http://%s:%...@www.meetingmonkey.ne/init/ default/call/xmlrpc" % (urllib.quite(email),urllib.quote(password)) Moreover I made a mistake in my previous advice. It should be @auth.requires_login() def call(): return service() and NOT @auth.requires(auth.us

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
I'd rather have one layout for admin than a choice. I think we need this as simple as spossible. On Nov 2, 11:54 am, Branko Vukelic wrote: > On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina > > wrote: > > I think minimalistic color schema is the way to go, like google = elementary > > color. > > T

Re: [web2py] Re: confused about services and authorization

2010-11-02 Thread David Waldrop
I tried several variations of encoding the url but got the following. Last login: Mon Nov 1 05:46:43 on ttys000 pydlw-mac-laptop:~ David$ python Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or "license"

[web2py] Re: Ticket issued: unrecoverable

2010-11-02 Thread Richard Vézina
Ok, reinstall everything dit it! Richard On Tue, Nov 2, 2010 at 1:04 PM, Richard Vézina wrote: > Hello, > > Can't figure out why I got : Ticket issued: unrecoverable > > when trying to access in prod app admin interface. > > I can acces the exact same app in web2py built in web server without an

[web2py] Ticket issued: unrecoverable

2010-11-02 Thread Richard Vézina
Hello, Can't figure out why I got : Ticket issued: unrecoverable when trying to access in prod app admin interface. I can acces the exact same app in web2py built in web server without any problem. I change database password before I get this problem. I change the db.py password adequately. Do

[web2py] pending patches

2010-11-02 Thread mdipierro
Since I have been traveling I have a lot of emails to read and respond to and I estimate about 20 pending patches. Please do not be offended if I have ignored you. I will process your patch as soon as possible. Massimo

Re: [web2py] Re: new admin layout

2010-11-02 Thread Richard Vézina
I just note that the font weight of the text is bolder then it was and It use that way more screen space. Richard On Tue, Nov 2, 2010 at 12:54 PM, Branko Vukelic wrote: > On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina > wrote: > > I think minimalistic color schema is the way to go, like google

[web2py] Re: confused about services and authorization

2010-11-02 Thread mdipierro
I think the problem is here: "http://david.wald...@gmail.com:x...@127.0.0.1:8000/svctest/default/ call/xmlrpc" there are two @. the username and password must be encoded using urllib.quote On Oct 25, 11:04 am, "David Waldrop" wrote: > Massimo, > > The webfaction server is Linux based and uses

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina wrote: > I think minimalistic color schema is the way to go, like google = elementary > color. The current goal is to implement this new more app-like interface for the admin. Mostly just cosmetic stuff that doesn't affect the underlying functionalit

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Thadeus Burgess
The problem is that there are great date pickers but never a good time picker or datetime picker -- Thadeus On Tue, Nov 2, 2010 at 11:07 AM, annet wrote: > It's smaller when you build your own download, that's what I did when > I just needed the tabs. > > > Annet. >

[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread annet
It's smaller when you build your own download, that's what I did when I just needed the tabs. Annet.

[web2py] Re: Clockpick

2010-11-02 Thread villas
Hi M Well, I did check truck. However the header of calendar.js still says Version 1.2.4 so I didn't know that you had done it. When you next get the chance, please update the header too :) Thanks for attending to this, D On Nov 1, 8:29 pm, mdipierro wrote: > changeset:   1032:532ac00026

Re: [web2py] Re: new admin layout

2010-11-02 Thread Richard Vézina
Maybe we could have a button to select old school layout??? I think minimalistic color schema is the way to go, like google = elementary color. The main difference is that the new interface seems to use more screen space to display essentially the same content. Nice initiative. Richard On Tue,

[web2py] Re: customizating the headers of the result in crud.search

2010-11-02 Thread demetrio
Thanks a lot Massimo! On 2 nov, 14:58, mdipierro wrote: > Yes. In the view, instead of > > {{=rows}} > > do > > {{=SQLTABLE(rows,headers=)}} > > On Nov 2, 5:43 am, demetrio wrote: > > > Hi, first of all sorry if I made any mistake in english :) > > > When i try to make a crud.search(), i can

[web2py] keep it simple (a lesson from expedia)

2010-11-02 Thread mdipierro
http://www.silicon.com/management/sales-and-marketing/2010/11/01/expedia-on-how-one-extra-data-field-can-cost-12m-39746554/

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
:-) On Nov 2, 9:25 am, Branko Vukelic wrote: > On Tue, Nov 2, 2010 at 2:51 PM, mdipierro wrote: > > Let's make a distinction between adding functionality (a more distant > > goal) and reworking the css. So far (compared with the original > > version) we just reworked the css. > > Ok. > > > Thin

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 2:51 PM, mdipierro wrote: > Let's make a distinction between adding functionality (a more distant > goal) and reworking the css. So far (compared with the original > version) we just reworked the css. Ok. > Things we should like: > * background and rounded corner around th

[web2py] Re: customizating the headers of the result in crud.search

2010-11-02 Thread mdipierro
Yes. In the view, instead of {{=rows}} do {{=SQLTABLE(rows,headers=)}} On Nov 2, 5:43 am, demetrio wrote: > Hi, first of all sorry if I made any mistake in english :) > > When i try to make a crud.search(), i can customize the names of the > search form, but i cant do the same with the res

[web2py] Re: GAE orderby multiple fields

2010-11-02 Thread mdipierro
fantastic! Uploading your fix to trunk. On Nov 1, 11:50 pm, MicLee wrote: > Yes, that part is fine. The problem is in the building of the > Expression object. > > In gql.py:Expression:__or__(): > > was: >         return Expression(self.name if self.type!='id' else '__key__' > + '|' + other.name

[web2py] Re: Spatial Database Modeling

2010-11-02 Thread mdipierro
Most of that work was done on a very old web2py version. I never had the time to merge with the most current version. I have the thesis and I should go back study it. Massimo On Nov 2, 8:14 am, Manuele wrote: > I found through the web this very interesting > thesiswww.itc.nl/library/papers_2010

[web2py] jsfiddle - handy web tool for testing javascript and jquery

2010-11-02 Thread Tom Atkins
just for interest: http://jsfiddle.net very useful for me learning and sharing jquery stuff. very easy to include jquery-ui - just check the box!

[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread mdipierro
I do not think we should. People may want to use the datepicker and not use jquery ui. On Nov 2, 8:04 am, Martín Mulone wrote: > The problem with the last one and many other use jquery-ui, this is a > decision to make if we want to include jquery-ui by default, because is a > big library. > > 201

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
Let's make a distinction between adding functionality (a more distant goal) and reworking the css. So far (compared with the original version) we just reworked the css. Things we should like: * background and rounded corner around them * white background except for boxes in /site * more soft color

[web2py] Re: little bug in last web2py (maybe in a few last releases also)

2010-11-02 Thread mdipierro
I think I just fixed it in trunk. Can you please check. Thanks. On Oct 31, 1:17 pm, Niphlod wrote: > hello, when you define a field in a table as a decimal(x,y) , the form > widget renders it as an . > I'm not perfectly sure that before worked right, because I noticed the > behaviour writing a l

[web2py] customizating the headers of the result in crud.search

2010-11-02 Thread demetrio
Hi, first of all sorry if I made any mistake in english :) When i try to make a crud.search(), i can customize the names of the search form, but i cant do the same with the results' headers. def search(): db.licenses.id.represent = lambda id: \ DIV(A('edit',_href=URL(r=request, f='upd

[web2py] Re: GAE orderby multiple fields

2010-11-02 Thread MicLee
Yes, that part is fine. The problem is in the building of the Expression object. In gql.py:Expression:__or__(): was: return Expression(self.name if self.type!='id' else '__key__' + '|' + other.name if other.type!='id' else '__key__', None, None) should be: return Expression((self

[web2py] Spatial Database Modeling

2010-11-02 Thread Manuele
I found through the web this very interesting thesis www.itc.nl/library/papers_2010/msc/gfm/tsega.pdf do you know if theese arguments are going to be officially implemented in web2py? Or may I suggest it? :-) Manuele

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Martín Mulone
The problem with the last one and many other use jquery-ui, this is a decision to make if we want to include jquery-ui by default, because is a big library. 2010/11/2 Branko Vukelic > On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins wrote: > > +1 for this one: http://trentrichardson.com/examples/time

[web2py] Re: web2py as a cross-platform mobile application platform

2010-11-02 Thread Christopher Steel
runs on the iphone, I am not sure about Windows Mobile. Generally speaking if you can run Python you should be able to run Web2py. Chris On Oct 30, 8:44 pm, mdipierro wrote: > I have used it more than one year ago, something around version > 1.59.*. Let us know what does not work and we can help

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins wrote: > +1 for this one: http://trentrichardson.com/examples/timepicker/ +1 -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny

[web2py] Re: Using components breaks javascript?

2010-11-02 Thread selecta
nice, if i knew this exits ... thanks alot On Oct 27, 2:46 pm, Luther Goh Lu Feng wrote: > Thanks for the help selecta. I think your explanation is correct. > > I have managed to resolve my problem by using .live() > methodhttp://api.jquery.com/live/ > > replacing > > $('select#conversation_drop

[web2py] Re: Setting web2py-component-command

2010-11-02 Thread selecta
i am not sure but setting the header in the view might not work, better so set it in the contoller otherwise the page is already sumitted before you set the header On Oct 31, 3:00 am, Luther Goh Lu Feng wrote: > I wish to run a script after a component is ajax loaded. To achieve > that, I attempt

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 8:41 AM, David Marko wrote: > I have the same opinion. Its too confusing, too many color > backgrounds, quite heavy ... Yes, I agree to this as well (despite the fact that I proposed it myself). I'll keep working on this, so I'm sure we'll reach a solution that most of you

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Tom Atkins
+1 for this one: http://trentrichardson.com/examples/timepicker/ quite a few applications that i'm currently using make use of this approach - very usable and customisable. On 2 November 2010 07:16, annet wrote: > > more here:http://trentrichards

[web2py] Complete language files

2010-11-02 Thread Richard
I tried enabling Spanish for my website and found many of the strings defined in auth are missing in es-es.py. Are there more complete language files available?

[web2py] Looking to make contact with (UK based) dev/collaborators

2010-11-02 Thread Paul Gerrard
Hi, I'm currently building an application which we will host on our servers as a pay-for-use commercial service. We're making contact with some beta evaluators who we hope will help us to refine the product and hopefully, pay for the service and be our initial reference sites. The website will be

[web2py] Re: new admin layout

2010-11-02 Thread David Marko
I have the same opinion. Its too confusing, too many color backgrounds, quite heavy ... David On 2 lis, 08:25, annet wrote: > > I like the old one better. This is too busy. Everything looks exactly the > > same. Leads to much confusion on where things I need are. > > That's what I thought, so I

[web2py] Re: new admin layout

2010-11-02 Thread annet
> I like the old one better. This is too busy. Everything looks exactly the > same. Leads to much confusion on where things I need are. That's what I thought, so I agree with Thadeus. Annet.

[web2py] Re: I may have missed some posts....

2010-11-02 Thread annet
> If there is any open that I missed please ping me. http://groups.google.com/group/web2py/browse_thread/thread/5702475cd1256677/e5e07824cff40403#e5e07824cff40403 Kind regards, Annet.

[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread annet
> more here:http://trentrichardson.com/examples/timepicker/ This is my favourite, because it extends jQuery UI and it's very easy for users to work with. IMHO, the dynarch calendar is way to complex for the average user, and it still has an old fashioned look. The latter not really being a proble