Har har... way to keep it pythonic. They say to use Python jokes where
ever you can. :D Does that make us more Pep8?
On Mon, 2010-10-11 at 07:50 -0700, Jonathan Lundell wrote:
> On Oct 11, 2010, at 12:05 AM, weheh wrote:
> >
> > I know it's late, but I've got it! The logo should be a simulacrum
I LIKE THAT!!!
On Tue, 2010-10-12 at 00:53 -0500, Massimo Di Pierro wrote:
> Begin forwarded message:
>
> > From: Bruno Rocha
> >
> >
> >
> >
>
I like the idea. I wonder how it would look with various colors.
On Mon, 2010-10-11 at 22:41 -0700, weheh wrote:
> More doodles. Fonts and colors are easily changed.
> https://docs.google.com/leaf?id=0BzPqKovYWlw-YjdkYzllM2UtMWNlNy00N2MzLWExZGEtYWY2MDg4MmIwN2Ni&hl=en&authkey=CNrH5YQE
Could you tell which line this is happening on? It sounds like a syntax
error.
On Thu, 2010-10-14 at 04:16 -0700, Francisco Costa wrote:
> I'm getting this:
>
> NameError: global name 'IS_NOT_EMPTY' is not defined
>
> What should i import?
Punks.. Dont click. Spam.
- Original message -
> http://123maza.com/35/build415/
Me too
On Thu, 2010-10-14 at 17:40 +0200, Michele Comitini wrote:
> I agree with Thadeus
>
> 2010/10/14 Thadeus Burgess :
> > You really should remove the names of who voted for what. It creates a bias
> > towards certain logos for new people to vote.
> >
> > The logos should also be randomized e
FUN! I think this is something more people can contribute to as it's
higherlevel then the server/framework.
BR,
Jason
On Tue, 2010-10-19 at 05:41 -0700, mdipierro wrote:
> I am stealing this idea. In trunk:
>
> /admin/widget
>
> It is a work in progress so not everything works yet.
>
> On Oct
I have had similar problem. Here is what you could do. Dont think about the
page you click on but where you are redirecting. Get or post the parameters you
want into the next page that is telling you to wait. Then on the "telling you
to wait" page you take the parameters and start looking. As lo
Are there no arg in response.menu? If not I can build it different, but
I thought it would so I can do some special menu items.
:/ Innerestin'
---
BR,
Jason
<>
ur browser will eventually give up. (The page didn't
load, timeout error, or something like that.)
Perhaps this approach would be better.
BR,
Jason Brower
On Wed, 2010-10-20 at 10:41 -0700, meland wrote:
> Hi Jason,
>
> Thank you for your reply. I think I have tried something similar t
I can see it in google, I can use cär and it works...
Why or how can I use äöå in that area or is there some other way to use
it as a parameter when sending data to a page...
BR,
Jason Brower
o
default/products and the other to default/products/used.
BR,
Jason
On Wed, 2010-10-20 at 11:26 -0700, mdipierro wrote:
> ?
>
> On Oct 20, 12:26 pm, Jason Brower wrote:
> > Are there no arg in response.menu? If not I can build it different, but
> > I thought it would so I can do some special menu items.
> > :/ Innerestin'
> > ---
> > BR,
> > Jason
> >
> > face-uncertain.png
> > 1KViewDownload
Woah... I thought you had to do...
URL(r=request, c='defaut', f='index',args=[1,2,3])
I am such an old school web2py'r
:)
Jason
On Wed, 2010-10-20 at 15:22 -0700, Eric Vicenti wrote:
> Vlad,
>
> URL is quite versatile. Not only can you do URL('function') for a
> function in the current controller
I think I see where your going with this.
Are you going to implement this in your recent work with the
"application builder"?
BR,
Jason
On Wed, 2010-10-20 at 18:04 -0700, mdipierro wrote:
> http://web2py.com/layouts
>
> I deleted a lot of the crappy layouts and fixed the good ones. Now
> they a
For example, if I put...
http://127.0.0.1:8000/furniture/default/results/sdfsafsdfa%C3%A4%C3%A4%
C3%A4
It will not work and tells me I have an invalid controller.
http://127.0.0.1:8000/furniture/default/results/sdfsafs
Works.
Any solution for this?
BR,
Jason Brower
On Wed, 2010-10-20 at 20:52
That works, but how do I load that data?
On Wed, 2010-10-20 at 19:57 -0700, Jonathan Lundell wrote:
> On Oct 20, 2010, at 7:52 PM, Jason Brower wrote:
>
> > For example, if I put...
> > http://127.0.0.1:8000/furniture/default/results/sdfsafsdfa%C3%A4%C3%
> > A4%C3%A4
Sorry that was a really dumb moment. Of course I can just put it in the
URL. :P Sorry about that.
On Wed, 2010-10-20 at 22:44 -0700, ron_m wrote:
> This works
>
> URL(request.application,'default','products/used'), [])
>
> On Oct 20, 7:40 pm, Jas
It was my understanding that you called it as such...
request.vars.variable_name
So I want it so I can set the variable_name and it would respond with
it's contents.
BR,
Jason
On Wed, 2010-10-20 at 22:47 -0700, Jonathan Lundell wrote:
> On Oct 20, 2010, at 10:34 PM, Jason Brow
GREAT! I think we could make lots of improvements to that. Especially
is special things, like if you want auth... then it should show more
form information.
And who wants to buy this poor guy a new magic mouse? He really needs
to save his fingers from that poor trackpad!
BR,
Jason
On Wed, 2010-
> >
> >
> >
> > > Ron
> >
> > > On Oct 20, 10:55 pm, Jonathan Lundell wrote:
> > >> On Oct 20, 2010, at 10:44 PM, ron_m wrote:
> >
> > >>> This works
> >
> > >>> URL(request.application,
This gets me pretty close!
I can't put spaces in the field... is there a way to do that?
In the end I will be parsing by space for a search feature I am trying
to implement.
Best Regards,
Jason Brower
On Thu, 2010-10-21 at 07:42 -0700, Jonathan Lundell wrote:
> On Oct 21, 2010, at
:
>
> > On Oct 21, 2010, at 9:55 AM, Jason Brower wrote:
> >
> > > This gets me pretty close!
> > > I can't put spaces in the field... is there a way to do that?
> > > In the end I will be parsing by space for a search feature I am
> > > try
;
I want to look for
big & comfy & sofa...
And it would be dynamicly sized...
I only know how to look for the one value in many feilds at a time...
but not many items dynamically.
Any ideas?
---
BR,
Jason Brower
> Thadeus
>
>
>
>
> On Fri, Oct 22, 2010 at 12:12 PM, Jason Brower
> wrote:
>
> d this works with one string of works...
> but I would like to look for items sigul
>
>
I personally put them in a special section of the file I am using. It's
easier to me. If you need to restrict access to it you can use the same
decorators you normally use too.
On Sun, 2010-10-24 at 07:11 -0700, mdipierro wrote:
> If a function returns a string it does not require a view.
>
>
I like the white one! Very nice! Nothing wrong with the ship. Does it
mean we are a flasg ship product with new ideas?! :D
On Tue, 2010-10-26 at 00:46 +0200, Branko Vukelic wrote:
> It says no more uploads, so I'll attach the first proposal here. In
> the following days, I will probably do more
+1 have fun. Be nice to all those other frameworks. :)
On Thu, 2010-10-28 at 22:34 -0700, ron_m wrote:
> Massimo, your users of web2py wish you a safe and successful trip
> spreading the good word about web2py.
<>
Yeah, I noticed that a few months ago. It's very nice to use.
On Wed, 2010-11-03 at 10:49 -0200, Bruno Rocha wrote:
>
>
>
> Countries as Python objects
>
>
> http://opencountrycodes.appspot.com/python/
>
>
data
And then I would have to create customer forms for these as they are
certainly not conventional.
That second table here is like a 3 way cosmic convergence of craziness
and I wonder if there is a better way.
---
Best Regards,
Jason Brower
I personally would use it to your advantage. Loop over them and pick
the last one, or the first ones, time stamp. That should give what you
need timestamp wise. While your at it, you can count them too, and use
that info too.
BR,
Jason
On Sat, 2010-11-06 at 04:15 -0700, Ruiwen Chua wrote:
> Hi
I have a big fat book on SQL syntax. But I am hoping on using Web2Py's
python syntax.
I want to make it so my users that have tags that are the same can be
listed with the tag is the same between them. The user I am looking up
is the logged in user, I am using the auth feature.
Soo I have tag "
B(db,'tag.id')
db.user_tags.user_id.requires = IS_IN_DB(db,'users.id')
db.users.first_name.requires = IS_NOT_EMPTY()
db.users.last_name.requires = IS_NOT_EMPTY()
db.users.password.requires = CRYPT()
db.users.email.requires = [IS_EMAIL(), IS_NOT_IN_DB(db,'users.email')]
t;
> > db.user_tags.tag_id.requires = IS_IN_DB(db,'tag.id')
> > db.user_tags.user_id.requires = IS_IN_DB(db,'users.id')
> >
> > db.users.first_name.requires = IS_NOT_EMPTY()
> > db.users.last_name.requires = IS_NOT_EMPTY()
> > db.users.password.requir
Sadly, I agree, but 1 month ago, the choice was made to stick to what we
have now. I REALLY want that to happen.
Regards,
Jason Brower
On Tue, 2009-06-09 at 08:56 -0700, cesmiga wrote:
> All:
>
> I'm not sure if this has been discussed in the past and would like to
> hear mor
I have this fancy little help from you guys... But I can't quite seem to
work with the data the way I like.
Basically, I want to display a list of all users that have similar tags
that I do. So I would get something like this:
Tag Name 1
-- Massimo
-- Jukka
-- Billy
Tag Name 2
-- Massimo
--
+1 on the Jython support! That will open a lot of doors at my work.
Thanks!
Regards,
Jason Brower
On Thu, 2009-06-11 at 08:27 -0700, mdipierro wrote:
> Please check it out!
>
> - Models are much faster ~ 2.5x times (thanks Alexey)
> - fully works on Jython without tweaks
2009/06/12/web2py-now-works-with-jython/
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
So we have gotten close with this:
def status():
current_user_id=auth.user.id
tags = db((db.users.id==db.user_tags.user_id)
&(db.user_tags.tag_id==db.tag.id)
&(db.user_tags.tag_id.belongs(
db(db.user_tags.user_id==current_user_id)._select(
db.user_tags.tag_i
I found this...
http://groups.google.com/group/web2py/browse_thread/thread/3250ef91619c7c19
but the link seems dead.
Any new information I should know about?
Just want to know how to send an email.
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this
Those two links in the mdp.cti.depaul.edu are not working for me.
Weird. not even http://mdp.cti.depaul.edu/ loads.
Regards,
Jason Brower
On Sun, 2009-06-14 at 01:48 -0700, Fran wrote:
> On Jun 14, 8:34 am, Jason Brower wrote:
> > I found
> > this...http://groups.google.c
e
>
> http://www.web2py.com.//.php
> http://www.web2py.com.//.asp
> http://www.web2py.com.//.jsp
>
> will add you to the firewall and reject your IP forever.
>
> Massimo
>
> On Jun 14, 5:44 am, Jason Brower wrote:
> > Those two links in the mdp.cti.depaul.edu
Thanks, I will try working with these.
Regards,
Jason
On Sun, 2009-06-14 at 06:19 -0700, Fran wrote:
> def email_user(sender,message,subject="group notice"):
> import smtplib
> fromaddr=sender
> toaddrs=[x.email for x in db().select(db.recipient.email)]
> msg="From: %s\r\nTo: %s\
:( I want to see it, but I am still blocked. Is there any way of
allowing me again? (I need this site for my thesis work.;)
Regards,
Jason
On Tue, 2009-06-16 at 16:14 -0700, mdipierro wrote:
> http://web2py.com/3d
>
> Please send me comments, suggestions for improvements.
>
> Massimo
> >
-
{{for user in relatedTags[tag]:}}
User Name
{{count2 += 1}}
{{pass}}
{{count +=1}}
{{pass}}
{{pass}}
Have
sigh, still not working for me either. I need that documentation for my
thesis. :(
Regards,
Jason
On Sun, 2009-06-07 at 19:56 -0700, Jesse Bever wrote:
> I can't access it it either I thought it was just me
>
> On Sun, Jun 7, 2009 at 1:30 PM, Hans Donner
> wrote:
>
> for me i
I start web2py with this...
python web2py.py -i 0.0.0.0
And it seem to run fine on that server... but when I try to go to the IP
address from online it doesn't work.
I know it's not my firewall as I have apache running on this computer
too.
I turned off apache before trying this.
Rega
Thanks Kuba, your awesome!
Regards,
Jason Brower
On Sat, 2009-06-20 at 14:48 +0200, Kuba Kucharski wrote:
> Have you tried specyfing BOTH ip and port parameter?
>
>
> --
> Kuba
>
>
> >
--~--~-~--~~~---~--~~
You received t
There was some mention of a firewall. Sadly, I think we are on that
list. I don't think it's punishment though. :P
On Sat, 2009-06-20 at 08:30 -0500, Douglas Horst wrote:
> It's not working for me either from home but it is from work. Both
> are in the Chicago area. Trace route from home sti
I got it, and yeah, it's worth it.
If your having trouble, and need to do your thesis, don't do anything
until you get this.
It's too bad I couldn't get the newer version. ;) I wanted to have
details about auth and other nifties.
Thanks M.
R
ok ok I got da buukn = ok ok I got the book.
:) It's very nice.
On Sun, 2009-06-21 at 13:25 -0700, mdipierro wrote:
> ?
>
> On Jun 21, 1:38 pm, Jason Brower wrote:
> > I got it, and yeah, it's worth it.
> > If your having trouble, and need to do your thesis,
I have 3 tables:
1 for tags
1 for users
and one to stick them together based on there ID's
How do I view all tags that a user has?
I have the book, but I just don't know where to look. Don't really know
the difference between an inner outer left join. :/
Regard
I did this for the tags with this from what you gave me:
userTags = db(db.user_tags.user_id ==
current_user_id).select('user_tags.tag_id')
should I actually run the query for each one? Shouldn't I be able to
get the rows of the tags too?
On Mon, 2009-06-22 at 12:12 -0700, DenesL wrote:
> So if
b.tag.on
> (db.tag.user_id==db.user.id)):
> print row.user.name, row.tag.name
> # output
> Jason web2py
> Jason python
> Massimo None
>
> # same as before but Massimo is listed even if no tags.
>
> Massimo
>
>
>
> On Jun 22, 12:33 pm, Jason Brower w
I am not sure that is what he is looking for.
Are you looking to get autocomplete for commands as your program right?
Perhaps this?
http://www.web2py.com/AlterEgo/default/show/178
-
j
On Thu, 2009-06-25 at 10:11 -0700, Yannick wrote:
> Hello,
>
> I think you can just create an Ajax from the fro
I wonder if there is a nice way to implement thumbnailing. I am working
with a lot of images in my website and it would be nice to have a way to
scale them before they get to the user. That way my big images scale to
the need of the view.
Regards,
Jason Brower
Noticed this dead end.
http://groups.google.com/group/web2py/browse_thread/thread/3250ef91619c7c19
I would love to have attatchments in email. (I will be sending a users
avatar in the email.)
Regards,
Jason
--~--~-~--~~~---~--~~
You received this message because
If you thinking of making your own phone apps with web2py I see 2 ways:
Client uses a webbrowser. Just like Joe said here, you can simply log
into the site.
As far as making an application, if you can get python for phone, you
can actually make a little webserver in the phone itself, that run you
I have thought about using imagemagick something I have grown used to.
Let's see if I can't implement my ideas with PIL.
Regards,
Jason
On Sun, 2009-06-28 at 16:21 +0200, Tim Michelsen wrote:
> > There is the Python Imaging Library (PIL) that lets you open and
> > manipulate images from Python a
I personally feel this falls in the lines of IDE or fancy plugin.
Perhaps something for Gimp if you want photoshop like, or a plugin for
Geanery or Bluefish.
Regards,
Jason
On Sun, 2009-06-28 at 14:39 -0700, Pystar wrote:
> By saying designer friendly i mean being able to design my forms, web
tip:
> if you use a Mac, try the tool Picturesque.
>
> There are many tools that can do batch resizing on images and adding
> suffixes like this. I think gimp also does it.
>
> On Jun 28, 4:57 pm, Jason Brower wrote:
> > I have thought about using imagemagick something I have g
Or better, why don't we just package this with web2py?
http://www.imagemagick.org/download/python/
That would be fancy schmancy.
Regards,
Jason Brower
On Sun, 2009-06-28 at 20:36 -0700, mdipierro wrote:
> I think imagemagic is the best way. It is in every unix system and it
> very
As nice as this is, the real power, I think, would be in requesting an
image, declaring it's width and height, and it resizes or sends an image
read for you. At least at first thought, it would be cool.
Regards,
Jason
On Mon, 2009-06-29 at 08:39 -0700, cjparsons wrote:
> I've had success with P
Oh yeah, forgot about Google Apps Engine.
On Mon, 2009-06-29 at 11:31 -0700, mdipierro wrote:
> It is not pure python it is a binary library. As far as I know none of
> them runs on GAE.
>
> On Jun 29, 1:23 pm, Joe Barnhart wrote:
> > Since PIL is all Python, do you suppose it's compatible wi
Thanks, that will come in handy.
Regards,
Jason Brower
On Tue, 2009-06-30 at 07:58 -0700, mdipierro wrote:
> Thanks to Mateusz for the new IS_IMAGE validator in trunk (pure
> Python, no PIL)
> read more about it here:
>
> http://web2py.com/AlterEgo/default/show/2
It looks like email was working, and now it's not. :(
I am down to static typing with still no result.
I have postfix installed from my ubuntu repositories.
I have turned off postfix and I get an error, so I figure it is getting
that far.
---
def email_user(sender,message,subject, recipient):
Looks very fun!
On Tue, 2009-06-30 at 16:56 -0700, JohnMc wrote:
> Anyone try/using this python-javascript translator?
>
> http://code.google.com/p/pygowave-server/wiki/PythonToJavaScriptTranslator
> >
--~--~-~--~~~---~--~~
You received this message because yo
I hope to get this resolved soon. It was very unexpected. It just
stopped working. And now I have my thesis project being piloted for the
first time tomorrow. :(
Is there anyone that can help?
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this
t; try:
> line = raw_input()
> except EOFError:
> break
> if not line:
> break
> msg = msg + line
> print "Message length is " + repr(len(msg))
> server = smtplib.SMTP('localhost')
> server.set_debuglevel(1)
> server.s
g = ("From: %s\r\nTo: %s\r\n\r\n"
>% (fromaddr, ", ".join(toaddrs)))
> while 1:
> try:
> line = raw_input()
> except EOFError:
> break
> if not line:
> break
> msg = msg + line
> print "Message leng
ak
> msg = msg + line
> print "Message length is " + repr(len(msg))
> server = smtplib.SMTP('localhost')
> server.set_debuglevel(1)
> server.sendmail(fromaddr, toaddrs, msg)
> server.quit()
>
>
> On Jun 30, 10:27 pm, Jason Brower wrote:
> > I
I have a form like this...
form=FORM(SQLTABLE(rows),INPUT(_type='submit'))
if form.accepts(request.vars):
for i in request.vars:
if i.startswith("check"):
tagID = i.replace("check", "")
db.user_tags.insert(tag_id=tagID, user_id=auth.user.i
puter with ssh, run a text based browser and then install the program
that way. Not fun. I would rather code here, then deploy it with ftp to
a directory on the server and restart the server.
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this message b
I have started to deploy my applicaton.
I donwloaded the latest web2py extracted it and it's working.
No on my personally computer I packaged my app and sent it to the
server. Now I have it installed, all the data is there, but all I get
is the dark background from my CSS style sheet. Nothing el
I will look into that one. For now I am running a strait copy of my
program.
Regards,
Jason
On Thu, 2009-07-02 at 00:07 -0300, Álvaro Justen [Turicas] wrote:
> On Wed, Jul 1, 2009 at 23:31, Jason Brower wrote:
> > I have started to deploy my applicaton.
> > I donwloaded th
Isn't there a way to redirect to a page after a successful login?
Regards,
Jason
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroup
meeh, I don't know :)
Regards,
Jason
On Thu, 2009-07-02 at 08:05 -0700, AchipA wrote:
> Great tip ! How would you go about handling tickets/errors ?
> >
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web
setup)?
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send e
Looks like that is what I will use as it would work well with launchpad.
Regards,
JAson
On Sat, 2009-07-04 at 11:34 -0700, Fran wrote:
> On Jul 4, 7:09 pm, Jason Brower wrote:
> > I have people that would love to translate some of the stuff I am
> > working on. But I don't
I have a funny issue with links...
ip/IID
and
ip/IID/
are different.
The second one works, but the first one goes to the wrong pages all the
time.
This is in the view...
Any ideas?
Regard
I think I got it...
it was simply using a static like link.
Instead of:
I did this...
And seemed to solve my issue.
Regards,
Jason
On Sun, 2009-07-05 at 09:42 -0700, mdipierro wrote:
> I do not understand. Sorry.
>
> On Jul 5, 11:31 am, Jason Brower wrote:
> > I have a f
I have setup the email verification according to the instructions
online, but everyone is still able to login with no issues.
I know the email is setup properly as I have used the same settings for
emailing to others with my website.
I am using Gmail's smtp to do the emailing.
Any ideas?
This is i
Little hack I do that most editors have...
If you want to see your last change:
Cntrl-Z for undo... that will jump your cursor there...
the Cntrl-Y is ussually redo, and that will put back your change with
your cursor where you want it.
I use geany, it has a nice bookmarking feature. I use it at
I am getting complaints about a bug I reported a while ago.
When people update their profile, people have to logout and back in to
see the change.
Is there a setting I haven't set for this?
Regards,
Jason
--~--~-~--~~~---~--~~
You received this message because yo
http://web2py.com/examples/default/download
but it's only the code that is being used... not the launchpad site,
web2py doesn't use all the launchpad featureset.
On Tue, 2009-07-07 at 08:15 -0700, annet wrote:
> Massimo,
>
> Problem solved. Thanks.
>
> By the way: I couldn't find a link on the
The code is and stays very organized.
I work on a powerful system built on Java.
But when I make changes to the web application built on java... I
program in python(with jython)
Python is a more organized language. Really easy to learn, and actively
being developed.
If you like java run web2py in
Speaking of... did you find a good tutorial on how to use sphinx? Our
site of a huge bug I found nothing that showed how to actualy document
in the code.
Regards,
JAson
On Wed, 2009-07-08 at 09:51 -0700, mdipierro wrote:
> Right now there are many ways to get Documentation about web2py (until
>
I know what it does in linux. But what is it for in Web2py and why do I
need it?
Regards,
Jason
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to we
Is there a way with auth to send a welcome message when people register?
Regards,
JAson
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@goog
rro wrote:
> def welcome(form):
> auth.settings.mailer.sent(to=form.vars.email,message='Hello %s' %
> form.vars.first_name)
>
> auth.settings.register_onaccept = welcome
>
> Need to add this to the book. Thanks for the reminder.
>
> Massimo
>
&g
What is this for?
On Fri, 2009-07-10 at 14:21 -0700, mdipierro wrote:
> amfrpc3
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroup
It may be a little off topic, but actually on too...
have you looked into pywurfl.
http://wurfl.sourceforge.net/
This tool has been a great use for us with our mobile users.
It is also the reason I wanted to have rendering thumbnails on the fly.
So depending on the screen it sends an optimized ima
I don't know... but I wonder how much better it would be then just using
reportlab itself, 'cause that's dead easy to me. Thanks.
Regards,
JAson
On Mon, 2009-07-13 at 10:05 -0700, JohnMc wrote:
> This looks like an interesting report generator. Says its framework
> independent.
>
> http://geral
I may be a newb at this web2py but I wanted to tell you I am working at
my job to create a reporting tool with reportlab, inkscape, web2py,
python etc... should be fun... the only thing I can't do is support
foriegn char like chinese in the adobe files unless I do a poor hack.
But that's adobe's f
I like it, but let's hope this is only for things that are closely
related. We don't want ever website under that sun that is made with
web2py to be called 2py. That would just get annoying. Look at KDE
with, Kwin, Konquerer, Kalculator, talk about weird.
Regards,
J
On Tue, 2009-07-14 at 04:4
+1 on launchpad. I love the bug tracker. Not to mention the look and
feel. :P
On Sat, 2009-07-18 at 12:34 -0700, mdipierro wrote:
> I would prefer to use google groups and/or launchpad instead of
> hosting something myself.
>
> On Jul 18, 2:00 pm, Yarko Tymciurak wrote:
> > Well - currently
What is the proper way to remove a user with the Auth method? I could
just delete them from the database. But I don't know about all the
connection they may have. Is there something built in to auth for this?
Perhaps it should be part of their edit profile page?
Best Regards,
Jason
--~--~---
+1 on the minimum app idea.
Many times, now that I am more "advanced" in my development, I don't
want any of the base stuff. I would like a basic app. No more.
Along those same lines, we coudl have a "wizard" to ask what you would
like, get get you started with basic tables, authentication and o
Thanks Ulf, good Points. ;)
Jason
On Fri, 2009-07-24 at 08:23 -0700, Jonathan Lundell wrote:
> On Jul 24, 2009, at 3:36 AM, BG wrote:
>
> >
> > OK, I will try to be specific from a newbie perspective.
> >
> > How does the Javascript menu work?
> >
> > I assume that you build a structure with HT
I have asked this one before. I actually, got really used to using my
own editor.
Regards,
Jason
On Fri, 2009-07-24 at 14:19 -0700, rb wrote:
> Can anyone tell me how to change the default colour of the cursor in
> the web-edit of files? On my systems the cursor colour against the
> background
27;ll have to look around some, I guess.
>
> --
>
> On Jul 24, 8:12 pm, Jason Brower wrote:
> > I have asked this one before. I actually, got really used to using my
> > own editor.
> > Regards,
> > Jason
> >
> > On Fri, 2009-07-24 at 14:19 -0700,
201 - 300 of 760 matches
Mail list logo