[web2py:11171] Contributing: Branches on Launchpad

2008-11-04 Thread Yarko T
I posted this earlier, and Tim pointed out trouble with PC bazaar I've revised my guide (and worked out PC end of things): This assumes informally you have created a local branch on your private machine where you do work, and keep it merged with the trunk (currently, there is only Massimo's dev

[web2py:11170] Re: Existing forum app

2008-11-04 Thread mdipierro
could you list the features you requires? You can probably write one in t2 using {{=t2.comments()}} Massimo On Nov 4, 10:39 pm, Baron <[EMAIL PROTECTED]> wrote: > hello, > > I'm looking for a simple forum app but there aren't any in the > appliances page:http://mdp.cti.depaul.edu/appliances > D

[web2py:11169] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Yarko T
Yes - but IRC serves different function - online live discussion help "hey, could you see if you get the same trouble with this code as I am? THanks!" I think an IRC could be a useful way (also) to have a meeting to discuss the next T2 plugin / project, and agree on starting definitions, and

[web2py:11168] tabella turni, come farla?

2008-11-04 Thread ceriox
ciao a tutti, vorrei un consiglio su come fare una tabella per gestire i turni di volontari, mi spiego meglio ho già le tabelle: anagrafica volontari luoghi mezzi dovrei fare una tabella servizi con i seguenti campi nome servizio descrizione servizio luogo mezzo autista (anagrafica volontari)

[web2py:11167] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread mdipierro
seeker is right. It is important to keep the knowledge base in one place. I am working on porting /AlterEgo, /appliances and /who to a new single application where people can more easily contribute too. It will be done by Dec 15. Massimo On Nov 5, 12:51 am, seeker <[EMAIL PROTECTED]> wrote: > Wh

[web2py:11166] Re: public face to app

2008-11-04 Thread mdipierro
That is one solution if you need central authentication. I suggest using T2 instead. Eventually T2 will be ported on CAS as an option. On Nov 4, 9:28 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 4:55 PM, Wes James <[EMAIL PROTECTED]> wrote: > > so if i create the app "myapp

[web2py:11165] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Daniel Contag
Because of these very two important reasons, I would not change the way of communication for web2py. Right now we've got very fast reply times and an excellent archive (with awesome search). Do we need more? Daniel On Wed, Nov 5, 2008 at 07:51, seeker <[EMAIL PROTECTED]> wrote: > > When consid

[web2py:11164] Re: t2.display image file

2008-11-04 Thread mdipierro
yes and no. {{=t2.include()}} will write the html head part that includes all requires css and js. They are '/plugin_t2/static/t2/scripts/jquery.js', '/plugin_t2/static/t2/styles/calendar.css', '/plugin_t2/static/t2/scripts/calendar.js', '/plugin_t2/static

[web2py:11163] Re: code completion data source

2008-11-04 Thread Daniel Contag
Good choice :) On Wed, Nov 5, 2008 at 07:50, mdipierro <[EMAIL PROTECTED]> wrote: > > I just came back from the Obama Rally in Chicago so the only answer I > can give you is: yes we can. > > Massimo > --~--~-~--~~~---~--~~ You received this message because you are

[web2py:11162] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread seeker
When considering this please just keep the following in mind: - This group serves as a very important source of web2py info at the moment. Even some trivial discussions sometimes yield unintended gems; and referring back to these days or even months later is important. - Please don't spread the

[web2py:11161] Re: code completion data source

2008-11-04 Thread mdipierro
I just came back from the Obama Rally in Chicago so the only answer I can give you is: yes we can. Massimo On Nov 4, 6:12 pm, billf <[EMAIL PROTECTED]> wrote: > Re Amy Editor, I have emailed the developer - Petr Krontorad - with > the following result: > > > Petr > > > What is the status of Amy

[web2py:11160] Existing forum app

2008-11-04 Thread Baron
hello, I'm looking for a simple forum app but there aren't any in the appliances page: http://mdp.cti.depaul.edu/appliances Does anyone know of an existing web2py forum app? Or alternatively, would one of the existing applications be relatively easy to convert to a forum? Perhaps the chat room?

[web2py:11159] Re: public face to app

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 4:55 PM, Wes James <[EMAIL PROTECTED]> wrote: > so if i create the app "myapp" is the public face at http://site/myapp > ? I then need to make views and controllers to access what I created > in the admin area? I see CAS in web2py manual... I'll look at that... -wj --~-

[web2py:11158] Re: code completion data source

2008-11-04 Thread billf
Re Amy Editor, I have emailed the developer - Petr Krontorad - with the following result: > Petr > > What is the status of Amy Editor? Is it still being supported/developed? I > cannot find an active forum, etc. > > Regards > Bill --- Hi Bill, the status is "quo" :) , meaning it

[web2py:11157] public face to app

2008-11-04 Thread Wes James
so if i create the app "myapp" is the public face at http://site/myapp ? I then need to make views and controllers to access what I created in the admin area? in the cookbook the a view was created -> test/recipes.html... Do I create my views in test - how does public access these items? Also,

[web2py:11156] Re: t2.display image file

2008-11-04 Thread pmate
Ok, including {{=t2.include()}} in my html solved the problem. Is it the right solution? On 4 Nov, 23:45, mdipierro <[EMAIL PROTECTED]> wrote: > You are probably using the web2py layout, not the T2 layout and > therefore it is not including all required js and css. > > In your page add {{=respons

[web2py:11155] Re: Getting a Warning straight out of the box for web2py + GAE

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 3:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > You should copyright "easy as py". > > Massimo :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to th

[web2py:11154] Re: Getting a Warning straight out of the box for web2py + GAE

2008-11-04 Thread Yarko T
LOL On Tue, Nov 4, 2008 at 4:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > You should copyright "easy as py". > > Massimo > > On Nov 4, 4:36 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > > On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]> > wrote: > > > > > This means you don't ha

[web2py:11153] Re: Getting a Warning straight out of the box for web2py + GAE

2008-11-04 Thread mdipierro
You should copyright "easy as py". Massimo On Nov 4, 4:36 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]> wrote: > > > This means you don't have the PIL module installed. The GAE SDK uses > > it to simulate google's image API. If yo

[web2py:11152] Re: t2.display image file

2008-11-04 Thread mdipierro
You are probably using the web2py layout, not the T2 layout and therefore it is not including all required js and css. In your page add {{=response.files}} to see what you need. Massimo On Nov 4, 4:40 pm, pmate <[EMAIL PROTECTED]> wrote: > Thanks Massimo, > it was it! Now the image displays cor

[web2py:11151] Re: t2.display image file

2008-11-04 Thread pmate
Thanks Massimo, it was it! Now the image displays correctly but the zoom function doesn't work. Any other mistake? Thanks again On 4 Nov, 23:37, mdipierro <[EMAIL PROTECTED]> wrote: > do you have in controller? > > def download(): return t2.download() > > Massimo > > On Nov 4, 3:56 pm, pmate <[EM

[web2py:11150] Re: t2.display image file

2008-11-04 Thread mdipierro
do you have in controller? def download(): return t2.download() Massimo On Nov 4, 3:56 pm, pmate <[EMAIL PROTECTED]> wrote: > Hi, > i'm new to web2py but i'm impressed: it is great. > I have a problem with t2 plugin and display images like in the example > of puppy: > > in my model: > db.defin

[web2py:11149] Re: Getting a Warning straight out of the box for web2py + GAE

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]> wrote: > > This means you don't have the PIL module installed. The GAE SDK uses > it to simulate google's image API. If you won't be using that, no big > deal. If you need to, google PIL and install it. It's > straightforward on

[web2py:11148] t2.display image file

2008-11-04 Thread pmate
Hi, i'm new to web2py but i'm impressed: it is great. I have a problem with t2 plugin and display images like in the example of puppy: in my model: db.define_table('articoli', SQLField('myserial'), SQLField('categoria'), SQLField('descrizione'),

[web2py:11147] Re: Getting a Warning straight out of the box for web2py + GAE

2008-11-04 Thread James Ashley
This means you don't have the PIL module installed. The GAE SDK uses it to simulate google's image API. If you won't be using that, no big deal. If you need to, google PIL and install it. It's straightforward on Windows and Linux, but it seems kind of problematic on Mac OS. On Nov 2, 12:06 am

[web2py:11146] Re: PB with tag_widget

2008-11-04 Thread mdipierro
db.news.tags.widget=t2.tag_widget(db.news.tags,['news']) should be db.news.tags.widget=lambda a,b:t2.tag_widget(a,b,['news']) A widget is a function that takes a field and its value. On Nov 4, 3:50 pm, JessiHash <[EMAIL PROTECTED]> wrote: > Hello and thank you for this wonderful piece of softw

[web2py:11145] PB with tag_widget

2008-11-04 Thread JessiHash
Hello and thank you for this wonderful piece of software I' trying to use T2 and i have a problem with the tag_widget. here is my code : db.define_table('news', SQLField('title', required=True), SQLField('slug', default=''), SQLField('date', 'date', default=datetime.date.tod

[web2py:11144] Re: file uploads

2008-11-04 Thread BearXu
maybe one day web2py will include the sqldesigner too:) 2008/11/4 BearXu <[EMAIL PROTECTED]> > Thanks for your suggestion. > I mean will web2py support this function in the future? > 2008/11/4 Kyle Smith <[EMAIL PROTECTED]> > > You'll need to do this yourself. Check out the jquery multi file uplo

[web2py:11143] Re: file uploads

2008-11-04 Thread BearXu
Thanks for your suggestion. I mean will web2py support this function in the future? 2008/11/4 Kyle Smith <[EMAIL PROTECTED]> > You'll need to do this yourself. Check out the jquery multi file upload > plugin. > > http://www.fyneworks.com/jquery/multiple-file-upload/ > > Kyle > > > On Tue, Nov 4, 2

[web2py:11142] Re: About patches

2008-11-04 Thread Yarko T
Tim - ugh! I should have tried this first... I've gotten the key generated, see the problem w/ the ssh key generated on PCs, and am having a *dilly* of a time trying to get something pushed up from behind a firewall. Should I just try a mercurial site, and see if that would work better? :-) I'll

[web2py:11141] Re: upload or blob db type for file upload in to db

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 2:42 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > Didn't I just answer? > As I look back at that - yes - thx. -wj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group.

[web2py:11140] Re: file uploads

2008-11-04 Thread Kyle Smith
You'll need to do this yourself. Check out the jquery multi file upload plugin. http://www.fyneworks.com/jquery/multiple-file-upload/ Kyle On Tue, Nov 4, 2008 at 1:35 PM, BearXu <[EMAIL PROTECTED]> wrote: > I mean can I choose more than one file and then click upload once? > Do I need to design

[web2py:11139] Re: upload or blob db type for file upload in to db

2008-11-04 Thread mdipierro
Didn't I just answer? http://groups.google.com/group/web2py/browse_thread/thread/f72710821d964ac9 On Nov 4, 3:32 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > Another question about sqldesigner: > > If I want to put the txt/doc uploaded in to the database, is the > upload db type for that or blob

[web2py:11138] Re: file uploads

2008-11-04 Thread BearXu
I mean can I choose more than one file and then click upload once? Do I need to design the form for myself? 2008/11/4 mdipierro <[EMAIL PROTECTED]> > > I do not understand the question. > > On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote: > > Will Web2py has multiple files uploading function

[web2py:11137] upload or blob db type for file upload in to db

2008-11-04 Thread Wes James
Another question about sqldesigner: If I want to put the txt/doc uploaded in to the database, is the upload db type for that or blob? thx, -wj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework"

[web2py:11136] Re: file uploads

2008-11-04 Thread mdipierro
I do not understand the question. On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote: > Will Web2py has multiple files uploading function inbox? > > 2008/11/4 Wes James <[EMAIL PROTECTED]> > > > > > On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > > > If you have SQLField

[web2py:11135] Re: sqldesigner NN item

2008-11-04 Thread mdipierro
yap On Nov 4, 3:06 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > Is the NN item not null and this would be for database not null if it > is, right? I'd still need to use python is_not_null or whatever for > web form to not allow blank - right? > > thx, > > -wj --~--~-~--~~

[web2py:11134] Re: file uploads

2008-11-04 Thread BearXu
Will Web2py has multiple files uploading function inbox? 2008/11/4 Wes James <[EMAIL PROTECTED]> > > On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > > > If you have SQLField('doc','upload') than doc goes in the uploads > > folder and the name (renamed) in the field. > > >

[web2py:11132] sqldesigner NN item

2008-11-04 Thread Wes James
Is the NN item not null and this would be for database not null if it is, right? I'd still need to use python is_not_null or whatever for web form to not allow blank - right? thx, -wj --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[web2py:11133] Re: Validators in db schema mapping to db model

2008-11-04 Thread Micha? Niklas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdipierro pisze: > Yes the validator are applied to forms only but you can also do > > SQLField('name',notnull=True,unique=True) > > and if web2py is creating the table, the constraints will be enforced > by the db. Thanks for info. I will use it.

[web2py:11131] Re: file uploads

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > If you have SQLField('doc','upload') than doc goes in the uploads > folder and the name (renamed) in the field. > > If you have SQLField('doc','upload',uploadfield='doc_data') and > SQLField('doc_data','blob',default='') then

[web2py:11130] Re: file uploads

2008-11-04 Thread mdipierro
If you have SQLField('doc','upload') than doc goes in the uploads folder and the name (renamed) in the field. If you have SQLField('doc','upload',uploadfield='doc_data') and SQLField('doc_data','blob',default='') then the uploaded file goes in the database. Massimo On Nov 4, 2:41 pm, "Wes James

[web2py:11129] Re: About patches

2008-11-04 Thread mdipierro
email me the changes ;-) Massimo On Nov 4, 2:40 pm, Timothy Farrell <[EMAIL PROTECTED]> wrote: > I understand your need for patch organization. However, I cannot seem to do > this. I'm getting the 'Don't know how to handle SSH connections' error. > I've googled and tinkered but this seems t

[web2py:11128] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Yarko T
I just log on my IRC client when I want a log (or get one from other's who were online)... One IRC client collects HTML; another plain text; what more is needed? On Tue, Nov 4, 2008 at 2:13 PM, Phyo Arkar <[EMAIL PROTECTED]> wrote: > its good to have a home grown web2py chat. > > But problem wi

[web2py:11127] Re: textarea field

2008-11-04 Thread mdipierro
yes. On Nov 4, 2:35 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > I have a field that students need to type some stuff in (textarea) - > do i use the text db type in the sqldesigner for this type of field > vs. string? > > thx, > > -wj --~--~-~--~~~---~--~~ You rece

[web2py:11126] file uploads

2008-11-04 Thread Wes James
Also, students will need to upload a text or word doc for extra information for their scholarship application. I noticed that web2py has some file upload pieces. Does the data go in to the database or on to the file system? Do I put a pointer in the db to the filename if it is on the file syste

[web2py:11125] Re: About patches

2008-11-04 Thread Timothy Farrell
I understand your need for patch organization.  However, I cannot seem to do this.  I'm getting the 'Don't know how to handle SSH connections' error.  I've googled and tinkered but this seems to be beyond my computer (lots of people have had trouble with bzr on windows).  Would it be acceptable

[web2py:11124] textarea field

2008-11-04 Thread Wes James
I have a field that students need to type some stuff in (textarea) - do i use the text db type in the sqldesigner for this type of field vs. string? thx, -wj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py

[web2py:11123] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
its good to have a home grown web2py chat. But problem with homegrown web chats are 1. Not as fast as IRC as they use HTTP ( IRC is Raw , can even use telnet to chat , no encoding) 2. Not featureful (UnrealIRCD have many features) 3. Cannot connect using IRC Clients (some prefer non-web clients)

[web2py:11121] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
What is backend? IRC ? But will not hard to make it IRC backeneded. On Tue, Nov 4, 2008 at 7:26 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > There is already KPAX does chat and logs the chats. > > Massimo > > On Nov 4, 1:24 pm, Christophe Gragnic <[EMAIL PROTECTED]> > wrote: > > Let's build a lit

[web2py:11122] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread mdipierro
No it is all home grown web2py code and you can have multiple rooms. Massimo On Nov 4, 1:27 pm, "Phyo Arkar" <[EMAIL PROTECTED]> wrote: > What is backend? IRC ? > But will not hard to make it IRC backeneded. > > On Tue, Nov 4, 2008 at 7:26 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > > There is

[web2py:11115] Re: irc channel for web2py?

2008-11-04 Thread Wes James
On Tue, Nov 4, 2008 at 12:16 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > Do noth of them log the communications? That would be valuable. > > One way to log an irc channel is to use irssi in *nix and then move the and parse the log file in to a table and put it on a web site to be searched. I w

[web2py:11120] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread mdipierro
There is already KPAX does chat and logs the chats. Massimo On Nov 4, 1:24 pm, Christophe Gragnic <[EMAIL PROTECTED]> wrote: > Let's build a little web2py app for that :-D > > --- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit : > De: Phyo Arkar <[EMAIL PROTECTED]> > Objet: [we

[web2py:11119] Re: Possible bug in IS_URL

2008-11-04 Thread Kyle Smith
For your unit test there's a few other basic things you should probably be checking. The host portion can contain dashes http://my-site.com The path portion can contain many/most characters ex: http://my-site.com/path_to/my_file_for_'97.pdf In this example there are underscores and an apostrop

[web2py:11118] Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Christophe Gragnic
Let's build a little web2py app for that :-D --- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit : De: Phyo Arkar <[EMAIL PROTECTED]> Objet: [web2py:6] Re: irc channel for web2py? À: web2py@googlegroups.com Date: Mardi 4 Novembre 2008, 20h21 Can log But thats on server side W

[web2py:11117] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
there are some iRC Bots for that purpose . On Tue, Nov 4, 2008 at 7:19 PM, Wes James <[EMAIL PROTECTED]> wrote: > > On Tue, Nov 4, 2008 at 12:16 PM, mdipierro <[EMAIL PROTECTED]> > wrote: > > > > Do noth of them log the communications? That would be valuable. > > > > > > One way to log an irc cha

[web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
Can log But thats on server side Which means that only server admins can see and thats if we have our own server. If we do not have one our own we will need to leave a bot which can connect at the IRC 24/7 and logs all conversation and put those logs , serve it on the web server. popular bots are

[web2py:11114] Re: irc channel for web2py?

2008-11-04 Thread mdipierro
Do noth of them log the communications? That would be valuable. On Nov 4, 1:06 pm, "Yarko T" <[EMAIL PROTECTED]> wrote: > For now, the immediacy of help / replies on this group "approaches" IRC... > > With a paste-bin, IRC can be more interactive help... > > I think I agree that we should use IR

[web2py:11113] Re: irc channel for web2py?

2008-11-04 Thread Yarko T
For now, the immediacy of help / replies on this group "approaches" IRC... With a paste-bin, IRC can be more interactive help... I think I agree that we should use IRC - it's not a problem that people don't frequent it much yet (I think), but I would rather have just an IRC up (and hidden) with

[web2py:11112] Re : [web2py:11111] Re: irc channel for web2py?

2008-11-04 Thread Christophe Gragnic
--- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit : De: Phyo Arkar <[EMAIL PROTECTED]> *IRC is Good for quick response true, but people in the room must have the right answer ! --~--~-~--~~~---~--~~ You received this message because y

[web2py:11111] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
*IRC is Good for quick response On Tue, Nov 4, 2008 at 7:00 PM, Phyo Arkar <[EMAIL PROTECTED]> wrote: > I like IRC . I had setup my own UnrealIRCD IRC server for burmese IRC > community before. Yes. > > IRC is good for quick and but , when it comes to repeatable questions , > its better to have M

[web2py:11110] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
I like IRC . I had setup my own UnrealIRCD IRC server for burmese IRC community before. Yes. IRC is good for quick and but , when it comes to repeatable questions , its better to have Mailing list or forums. On Tue, Nov 4, 2008 at 6:42 PM, ceej <[EMAIL PROTECTED]> wrote: > > More people should

[web2py:11109] Re: how to code python based on field types

2008-11-04 Thread Timothy Farrell
I would start out making the values static (as part of your view).  As you get annoyed with editing them, put them in a database or make them autogenerate.  In any case, make sure your code is in version control so you have a record of what values where there at what time for auditing purposes.

[web2py:11108] Re: how to code python based on field types

2008-11-04 Thread mdipierro
Technically you can do both. If it just for you you may want to keep it fast and make a config file that you edit every year. If you want to sell it, follow the peoplesoft approach: everything in the database You can combine both by using db().select(,cache=(cache.ram,3600)) On Nov 4, 12:43

[web2py:11107] how to code python based on field types

2008-11-04 Thread Wes James
I am creating a scholarship application with web2py. I wondering how to code or implement these items. I have several dropdown lists: Expected Graduation: Fall 2009 or Spring 2010 Fall 2010 or Spring 2011 Fall 2011 or Spring 2012 Fall 2012 or Spring 2013 Ethnicity: American Indian Asian Black

[web2py:11106] Re: irc channel for web2py?

2008-11-04 Thread ceej
More people should try and use the IRC chat room as most of the frameworks use it and a lot of people looking to try out a new framework go into the rooms to see if the frameworks right for them. #django has over 560+ people in the room right now, #python has over 600+ etc I try to be on IRC e

[web2py:11105] Re: code completion data source

2008-11-04 Thread mdipierro
To start with would be great to have Amy editor source in the web2py distribution. On Nov 4, 12:30 pm, billf <[EMAIL PROTECTED]> wrote: > If I get some time I will investigate. Some code completion is there > but not everything(?) I wonder if it is referencing a default bundle > as opposed to t

[web2py:11104] Re: code completion data source

2008-11-04 Thread billf
If I get some time I will investigate. Some code completion is there but not everything(?) I wonder if it is referencing a default bundle as opposed to the full python settings. BTW I was using eAmy - the embedded Amy service. Is that what you would want to use with web2py or would you want t

[web2py:11103] Re: A little modification to generic.html

2008-11-04 Thread Phyo Arkar
I think current generic.html is fine. It is better to keep it simple and stupid. On Tue, Nov 4, 2008 at 4:42 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > Hi Iceberg, > > I am sorry I have to object to this proposal. For 3 reasons: > > 1) You can already edit your generic.html and make it behave t

[web2py:11101] Re: A little modification to generic.html

2008-11-04 Thread mdipierro
Hi Iceberg, I am sorry I have to object to this proposal. For 3 reasons: 1) You can already edit your generic.html and make it behave the way you like 2) For new users it will make the process of rendering the views more obscure since it would behave in different ways depending on what they pass

[web2py:11102] Re: A little modification to generic.html

2008-11-04 Thread mdipierro
Hi Iceberg, I am sorry I have to object to this proposal. For 3 reasons: 1) You can already edit your generic.html and make it behave the way you like 2) For new users it will make the process of rendering the views more obscure since it would behave in different ways depending on what they pass

[web2py:11100] Re: A little modification to generic.html

2008-11-04 Thread Iceberg
I want to add one more comment about the benefit from my previous suggestion. The worst thing about a dedicated foo.html approach, is that the controller has to feed (sometimes fake) every variables which are mentioned explicitly inside the foo.html, even when in error exit, otherwise you are ver

[web2py:11099] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
it need gmail or aim . On Tue, Nov 4, 2008 at 4:12 PM, Yarko T <[EMAIL PROTECTED]> wrote: > I think you don't need to USE gmail to register your email for gmail > chats does this work well? Is it accessible (more than IRC?) > Let's try and see > > > On Tue, Nov 4, 2008 at 10:05 AM, Phyo

[web2py:11098] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
google groupchat only work for who already in the contact list rite? or am i wrong? Is there any permanent google group chat? On Tue, Nov 4, 2008 at 4:10 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > yes, set it up. I may be busy in the net couple of weeks. > > On Nov 4, 10:05 am, "Phyo Arkar" <[E

[web2py:11097] Re: irc channel for web2py?

2008-11-04 Thread Yarko T
I think you don't need to USE gmail to register your email for gmail chats does this work well? Is it accessible (more than IRC?) Let's try and see On Tue, Nov 4, 2008 at 10:05 AM, Phyo Arkar <[EMAIL PROTECTED]>wrote: > Seems most of us have gmails . How about making group chats.? > > >

[web2py:11096] Re: irc channel for web2py?

2008-11-04 Thread mdipierro
yes, set it up. I may be busy in the net couple of weeks. On Nov 4, 10:05 am, "Phyo Arkar" <[EMAIL PROTECTED]> wrote: > Seems most of us have gmails . How about making group chats.? > > On Tue, Nov 4, 2008 at 4:01 PM, Yarko T <[EMAIL PROTECTED]> wrote: > > I've spent days where it was only the 2-

[web2py:11095] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
Seems most of us have gmails . How about making group chats.? On Tue, Nov 4, 2008 at 4:01 PM, Yarko T <[EMAIL PROTECTED]> wrote: > I've spent days where it was only the 2-3 other users, so I've stopped > "lurking" there... > I would say the group is the main channel for now... > > On Tue, Nov 4,

[web2py:11094] Re: irc channel for web2py?

2008-11-04 Thread Timothy Farrell
For me, it's more work-friendly to use email.  IRC is just too attention consuming. Phyo Arkar wrote: We are usually active here on this mailing list and it is preferable way to communicate. On Tue, Nov 4, 2008 at 3:55 PM, Wes James <[EMAIL PROTECTED]> wrote: I connected to irc.freenod

[web2py:11093] Re: irc channel for web2py?

2008-11-04 Thread Phyo Arkar
We are usually active here on this mailing list and it is preferable way to communicate. On Tue, Nov 4, 2008 at 3:55 PM, Wes James <[EMAIL PROTECTED]> wrote: > > I connected to irc.freenode.net and joined #web2py there were only 2-3 > other users. Is that channel active or is email the main chan

[web2py:11092] Re: irc channel for web2py?

2008-11-04 Thread Yarko T
I've spent days where it was only the 2-3 other users, so I've stopped "lurking" there... I would say the group is the main channel for now... On Tue, Nov 4, 2008 at 9:55 AM, Wes James <[EMAIL PROTECTED]> wrote: > > I connected to irc.freenode.net and joined #web2py there were only 2-3 > other us

[web2py:11091] irc channel for web2py?

2008-11-04 Thread Wes James
I connected to irc.freenode.net and joined #web2py there were only 2-3 other users. Is that channel active or is email the main channel? -wj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" gr

[web2py:11090] Re: ipython funk

2008-11-04 Thread achipa
Yes, -M was the option I was looking for. The ipython is the one that came with ubuntu hardy, and 0.9 came unfortunately after intrepid's freeze date. I realize it's not rocket science to upgrade to the current version 'from source', I just wanted to try out a few basic things with the default pac

[web2py:11089] Re: server startup invalid url

2008-11-04 Thread mdipierro
On Nov 4, 9:14 am, "Phyo Arkar" <[EMAIL PROTECTED]> wrote: > That happens for me too. (gentoo linux and slackware ) > It must come from the launcher. > > On Tue, Nov 4, 2008 at 2:34 PM, airdrummer <[EMAIL PROTECTED]> wrote: > > > so i start the server from the form: > > > [ap2cl21 web2py]$ pytho

[web2py:11087] Re: server startup invalid url

2008-11-04 Thread Phyo Arkar
That happens for me too. (gentoo linux and slackware ) It must come from the launcher. On Tue, Nov 4, 2008 at 2:34 PM, airdrummer <[EMAIL PROTECTED]> wrote: > > so i start the server from the form: > > [ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key > web2py Enterprise Web Framewor

[web2py:11088] Re: server startup invalid url

2008-11-04 Thread Yarko T
I do not see this w/ Firefox 3* and Fedora-9 What Fedora / Firefox? Can you debug, step through to see what is going on? On Tue, Nov 4, 2008 at 9:11 AM, mdipierro <[EMAIL PROTECTED]> wrote: > > I think this is a fedora bug or firefox bug. > > On Nov 4, 8:34 am, airdrummer <[EMAIL PROTECTED]

[web2py:11086] Re: ssl_error_rx_record_too_long

2008-11-04 Thread mdipierro
I do not know but this is a ssl error. Is the error generated by the server or the client? Massimo On Nov 4, 9:08 am, "Daniel Contag" <[EMAIL PROTECTED]> wrote: > Could it be that your browser rejects the certificate because it is > self-signed? > > Just a guess. > > Daniel > > On Tue, Nov 4, 2

[web2py:11081] Re: About patches

2008-11-04 Thread Grahack
On 4 nov, 14:26, "Yarko T" <[EMAIL PROTECTED]> wrote: > >- If you have a new feature, register a blueprint on Launchpad and >describe what you're going to do. >- If you have found a bug, make a bug report on Launchpad. Hi all, first post here in the w2p list. Does this mean that http

[web2py:11085] Re: ssl_error_rx_record_too_long

2008-11-04 Thread Mark
Hi airdrummer I have been experiencing the same issue and was confused by that AlterEgo entry. According the Mozilla SSL error code page here (http:// www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html) "This generally indicates that the remote peer system has a flawed implementation

[web2py:11084] Re: server startup invalid url

2008-11-04 Thread mdipierro
I think this is a fedora bug or firefox bug. On Nov 4, 8:34 am, airdrummer <[EMAIL PROTECTED]> wrote: > so i start the server from the form: > > [ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key > web2py Enterprise Web Framework > Created by Massimo Di Pierro, Copyright 2007-2008 > V

[web2py:11083] Re: About patches

2008-11-04 Thread Yarko T
Massimo mirrors to Google code, so end users can find and get (I'm not sure how often, but for releases). Think of Launchpad as the place for development activity. Since there is _one_ issue posted on the Google site, perhaps we should decide where we want people to submit bug reports. I like L

[web2py:11082] Re: ssl_error_rx_record_too_long

2008-11-04 Thread Daniel Contag
Could it be that your browser rejects the certificate because it is self-signed? Just a guess. Daniel On Tue, Nov 4, 2008 at 15:39, airdrummer <[EMAIL PROTECTED]> wrote: > > i followed the ssl faq (http://mdp.cti.depaul.edu/AlterEgo/default/ > show/140) then tried to access https://127.0.0.1:8

[web2py:11080] Re: SyntaxError: invalid syntax (because of missing newline???)

2008-11-04 Thread ruko
It works now. Thanks. Rupert On 4 Nov., 15:34, mdipierro <[EMAIL PROTECTED]> wrote: > This is a bug! > > I just fixed it in trunk. > > Massimo > > On Nov 4, 5:33 am, ruko <[EMAIL PROTECTED]> wrote: > > > What's the reason for this error (@massimo's suggestion to a similar > > error: I can't add

[web2py:11079] Re: ipython funk

2008-11-04 Thread Yarko T
right models... (not modules) that was a typo on my part On Tue, Nov 4, 2008 at 8:38 AM, mdipierro <[EMAIL PROTECTED]> wrote: > > yes, as Yarko suggest you cannot import models, they are not modules. > The -M option will do it for you. > > % python web2py.py -S web2mon -M > > > On Nov 4

[web2py:11078] ssl_error_rx_record_too_long

2008-11-04 Thread airdrummer
i followed the ssl faq (http://mdp.cti.depaul.edu/AlterEgo/default/ show/140) then tried to access https://127.0.0.1:/admin: Secure Connection Failed An error occurred during a connection to 127.0.0.1:. SSL received a record that exceeded the maximum permissible length. (Error code: ss

[web2py:11077] Re: ipython funk

2008-11-04 Thread mdipierro
yes, as Yarko suggest you cannot import models, they are not modules. The -M option will do it for you. % python web2py.py -S web2mon -M On Nov 4, 8:18 am, yarko <[EMAIL PROTECTED]> wrote: > 2 things: > > 1 - your iPython version seems a bit old (mine shows 0.9.1 - you can > get an update fromh

[web2py:11076] server startup invalid url

2008-11-04 Thread airdrummer
so i start the server from the form: [ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2008 Version 1.47 (2008-10-27 12:36:17) WARNING:root:no MySQLdb driver WARNING:root:no psycopg2 driver WARNING:root:no c

[web2py:11075] Re: SyntaxError: invalid syntax (because of missing newline???)

2008-11-04 Thread mdipierro
This is a bug! I just fixed it in trunk. Massimo On Nov 4, 5:33 am, ruko <[EMAIL PROTECTED]> wrote: > What's the reason for this error (@massimo's suggestion to a similar > error: I can't add any empty lines: after saving the code in the web > interface, the empty lines are gone.): > > Error tr

[web2py:11074] Re: About patches

2008-11-04 Thread mdipierro
I do no know that either. I will rely on Yarko for guidance. It is also ok if you just upload a patch somewhere and submit a bug report about your patch. My problem is not the process of integrating patches (actually email works fine in that respect). The problem is keeping track of what people p

[web2py:11070] Re: ipython funk

2008-11-04 Thread yarko
2 things: 1 - your iPython version seems a bit old (mine shows 0.9.1 - you can get an update from http://launchpad.net/ipython ) 2 - to load modules, you want to do: % python web2py.py -S web2mon -M Hope that helps. Yarko On Nov 4, 7:59 am, achipa <[EMAIL PROTECTED]> wrote: > Just famili

[web2py:11073] Re: Possible bug in IS_URL

2008-11-04 Thread mdipierro
I think it should accept all valid URLs and should also add http:// if no protocol is specified. Massimo On Nov 4, 4:35 am, Jonathan Benn <[EMAIL PROTECTED]> wrote: > Hi Massimo, > > On Nov 4, 10:19 am, mdipierro <[EMAIL PROTECTED]> wrote: > > > the problem is not writing the regex, it is figuri

  1   2   >