[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

[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: 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: 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 annet.verm...@gmail.com 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

[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] 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?

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

2010-11-02 Thread Tom Atkins
+1 for this one: http://trentrichardson.com/examples/timepicker/ 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 annet.verm...@gmail.com wrote: more

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 8:41 AM, David Marko dma...@tiscali.cz 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

[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 elf...@yahoo.com wrote: I wish to run a script after a component is ajax loaded. To achieve

[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 elf...@yahoo.com 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

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 minkto...@gmail.com 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:

[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 mdipie...@cs.depaul.edu wrote: I have used it more than one year ago, something around version 1.59.*. Let us know what does

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 bg.bra...@gmail.com On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote: +1 for this one:

[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

[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,

[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

[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 niph...@gmail.com wrote: hello, when you define a field in a table as a decimal(x,y) , the form widget renders it as an input class=decimal(x,y) .../ . I'm not perfectly sure that before worked right,

[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

[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 mulone.mar...@gmail.com 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

[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: 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 manuele.pese...@gmail.com wrote: I found through the web this very interesting

[web2py] Re: GAE orderby multiple fields

2010-11-02 Thread mdipierro
fantastic! Uploading your fix to trunk. On Nov 1, 11:50 pm, MicLee lmlll...@gmail.com 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__' + '|' +

[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 dgzabal...@gmail.com 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

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 2:51 PM, mdipierro mdipie...@cs.depaul.edu 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

[web2py] Re: new admin layout

2010-11-02 Thread mdipierro
:-) On Nov 2, 9:25 am, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Nov 2, 2010 at 2:51 PM, mdipierro mdipie...@cs.depaul.edu 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

[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: customizating the headers of the result in crud.search

2010-11-02 Thread demetrio
Thanks a lot Massimo! On 2 nov, 14:58, mdipierro mdipie...@cs.depaul.edu wrote: Yes. In the view, instead of {{=rows}} do {{=SQLTABLE(rows,headers=)}} On Nov 2, 5:43 am, demetrio dgzabal...@gmail.com wrote: Hi, first of all sorry if I made any mistake in english :) When i try

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

[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 mdipie...@cs.depaul.edu wrote:

[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.

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 annet.verm...@gmail.com wrote: It's smaller when you build your own download, that's what I did when I just needed the tabs. Annet.

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina ml.richard.vez...@gmail.com 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

[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 david.wald...@gmail.com wrote: Massimo, The webfaction server is

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 bg.bra...@gmail.com wrote: On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: I think minimalistic

[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

[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.

[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 ml.richard.vez...@gmail.comwrote: 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

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 for

[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 bg.bra...@gmail.com wrote: On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: I think minimalistic color schema is the way to go,

[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

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 6:49 PM, mdipierro mdipie...@cs.depaul.edu 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,

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] keep it simple (a lesson from expedia)

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 3:40 PM, mdipierro mdipie...@cs.depaul.edu 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

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 bg.bra...@gmail.com What do you people think about this color scheme? Trying out

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 rochacbr...@gmail.com wrote: I Like it better than the

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 bg.bra...@gmail.com wrote: What do you people think about this color scheme? Trying out colors that match the main

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

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:02 PM, Bruno Rocha rochacbr...@gmail.com 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,

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 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

[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 Martín Mulone
For me this last mockup look really nice. 2010/11/2 Branko Vukelic bg.bra...@gmail.com 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.

[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

[web2py] ymacs editor

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

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 mdipie...@cs.depaul.edu wrote: I like it but, I prefer lines to gradients. gradients look like dirt

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 phyo.arkarl...@gmail.com wrote: Hello all; If i upload a large file (800 MB) and closed the browser tab while uploading , it freeze the whole web2py.

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:10 PM, Branko Vukelic bg.bra...@gmail.com 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

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 michele.comit...@gmail.com 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:

[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 bg.bra...@gmail.com wrote: On Tue, Nov 2, 2010 at 10:10 PM, Branko Vukelic bg.bra...@gmail.com wrote: Fonts

[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

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:31 PM, mdipierro mdipie...@cs.depaul.edu 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.

[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 michele.comit...@gmail.com wrote: Bruno Rochas pointed this out: http://www.ymacs.org/demo/ cool! 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 michele.comit...@gmail.com wrote: Bruno Rochas pointed this out: http://www.ymacs.org/demo/ cool! mic

[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 michele.comit...@gmail.com wrote: Could be a good alternative to pyjamas approach for building component based UIs? http://www.dynarchlib.com/dl/index.html mic

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 mdipie...@cs.depaul.edu 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

[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] 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

[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 minkto...@gmail.com wrote: Brilliant - many thanks Martin - this is very helpful and great to see web2py

[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

[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 mulone.mar...@gmail.com 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 minkto...@gmail.com

[web2py] Re: Some beginner questions on form

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

[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 bg.bra...@gmail.com wrote: Is Amy in trunk? How do you switch to it? On Tue, Nov 2, 2010 at 10:35 PM, mdipierro mdipie...@cs.depaul.edu wrote: I am all for replacing the current editor with this. At

[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: 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

[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 phyo.arkarl...@gmail.com

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:51 PM, Anthony abasta...@gmail.com 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

[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: 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 mdipie...@cs.depaul.edu wrote: edit admin/models/0.py it is the first admin config option. On Nov 2, 4:43

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 mulone.mar...@gmail.com 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

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 mdipie...@cs.depaul.edu wrote: This is good work. It is very clear and bsd license. On Nov 2, 4:32 pm, Michele Comitini michele.comit...@gmail.com wrote:

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 mdipie...@cs.depaul.edu What you say is important and different schools have different policies. My schools for example does not claim copyright ownership on

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 pierre.thibau...@gmail.com 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

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 abasta...@gmail.com 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,

[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 bg.bra...@gmail.com wrote: Bike shed![1]

[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 rochacbr...@gmail.com wrote: Needs to change the 'powered by' sticker at the bottom. to the new one. 2010/11/2 Martin.Mulone

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) Thanks. On 2

[web2py] Re: new admin layout

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

[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

[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] 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