Does web2py have a feature/request tracking system?
I'm really keen to see this added - if possible - as it's a core part
of GAE.
Matt
On Apr 25, 10:44 am, Matt wrote:
> Yes it is.
>
> I'm happy to raise a feature request for this.
>
> Matt
>
&g
Any chance this could be considered as well?
Currently the DAL doesn't allow you to set the parent which is
required for GAE entity groups.
http://groups.google.com/group/web2py/browse_thread/thread/3c11deb2bfadf207/96a4324e5fd0cf71?lnk=gst&q=GAE+parent#96a4324e5fd0cf71
On Jun 22, 7:35 am, Carle
I have a custom login method. I would like to set the group, and
names etc. I noticed the mappings for facebook in the docs, but was a
little confised about how to apply it. Can I apply a mapping from
within the actual login_method class, and if so how?
Thanks.
A couple of quick thoughts on using the book.
Can the online book have next page and previous page links added? This
would make browsing the book easier.
Also is it possible to have all in "one page" view? For searching
within the browser rather than the site.
my 2cents.
Matt
ps/web2py/applications/testing/controllers/
default.py:index", line 3, in
ImportError: No module named soaplib.client
[I'm running this with the GAE launcher]
Any suggestions?
Thanks in advance,
Matt
PS: Really impressed with what I've seen in web2py.
--
You received this message be
So realistically the soaplib package won't work on GAE due to the lxml
dependency.
Do you know of any other products that I should consider? I only need
to consume web services.
Potentially I could hack soaplib but that seems a little extreme.
Thanks,
Matt
On Feb 8, 3:42 pm, mdipierro
client.
On Feb 8, 5:35 pm, mdipierro wrote:
> What do you need specifically? client or server?
>
> On Feb 7, 9:07 pm, Matt wrote:
>
> > So realistically the soaplib package won't work on GAE due to the lxml
> > dependency.
>
> > Do you know of any other p
Thanks for both or your replies will take a look at suds.
Matt
On Feb 8, 7:01 pm, mdipierro wrote:
> It may work. Seems to use only basic libraries.
>
> On Feb 7, 11:34 pm, "mr.freeze" wrote:
>
> > I've heard good things about SUDS:https://fedorahosted.org/sud
ically given access to a
"default" group?
Thanks in advance,
Matt
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to
Hi there,
I'm not sure if I understand your question.
I'm using:
http://code.google.com/p/rpxauth/
Matt
On Feb 22, 5:10 pm, "mr.freeze" wrote:
> Which RPX module are you using?
>
> On Feb 21, 10:05 pm, Matt wrote:
>
> > Hi there,
>
> >
Whats the best way to create groups for an application but only create
them once...?
Thanks,
Matt
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from
Hi Hamdy,
Thanks for your answer.
I guess my initial question was a little bit vague I ended up doing
something like:
if len(db().select(db.auth_group.ALL)) == 0:
auth.add_group('Administrator', 'Manage the website')
auth
Matt
On Feb 22, 10:46 pm, "hamdy.a
Hi there,
Is there an _actual_ HTML hosted API available that describes how to
programatically use web2py?
I.e. That covers things like tools, contrib etc from gluon?
Thanks in advance,
Matt
--
You received this message because you are subscribed to the Google Groups
"web2py-users"
Great thanks
That should be included in the manual.
On Feb 23, 1:13 pm, "mr.freeze" wrote:
> http://web2py.com/examples/default/apihttp://web2py.com/examples/static/epydoc/index.html
>
> On Feb 22, 5:20 pm, Matt wrote:
>
> > Hi there,
>
> > Is there
;s what I would expect if I was new to web2py.
My 2cents.
Matt
On Feb 23, 5:40 pm, Richard wrote:
> it is in the online book:http://web2py.com/book/default/api
>
> On Feb 23, 11:23 am, Matt wrote:
>
> > Great thanks
>
> > That should be included in the manual.
&g
web2py is.
The GAE support it brilliant, the API is flexible and well thought out
and having everything like JQuery etc bundled in is a massive help not
to mention a huge time saver.
Thanks for creating a better wheel. Keep up the fantastic work.
Kind regards,
Matt
--
You received this message
Hi there,
In the "features not in the book section" it lists since version
1.74.5
* support for all native types on GAE (e.g. StringListProperty)
Are there any examples demonstrating the use of these available?
Thanks,
Matt
--
You received this message because you are subscri
quot;/Apps/web2py/testing/gluon/contrib/gql.py", line 128, in
define_table
t._create()
File "/Apps/web2py/testing/gluon/contrib/gql.py", line 216, in
_create
elif field.type[:2] == 'id':
TypeError: 'type' object is unsubscriptable
What am I doing w
Just had a quick look into gql.py and yes in the _create method around
line 214 I've got those lines you mentioned.
I'm running web2py 1.76.5 (2010-03-11 15:19:08) with GAE launcher
version 1.3.2
Matt
On Apr 6, 4:31 pm, mdipierro wrote:
> odd. The code there says:
>
Thanks :) I should have noticed that as well.
Also one final question.
Is it possible to mix and match "app engine" specific code like:
from google.appengine.ext import db
class person(db,Expando):
With the DAL? Or by doing this have I effectively lost the use of the
DAL la
/sql.py", line 3055, in select
query = self._select(*fields, **attributes)
File "/Apps/web2py/gluon/sql.py", line 2947, in _select
raise SyntaxError, 'Set: no tables selected'
SyntaxError: Set: no tables selected
Whereas:
rows = db(db.shop.id>0).select()
f
Massimo,
Ok Cool... Thanks for fixing it so quickly.
Will checkout the trunk,
Matt
On Apr 7, 5:29 pm, mdipierro wrote:
> Thanks Matt,
>
> it is a bug. I think I fixed it in trunk just now, but please give it
> a try.
>
> Massimo
>
> On Apr 6, 11:10 pm, Matt wrote:
>
Yup all good... Working now.
Thanks again,
Matt
On Apr 7, 5:56 pm, Matt wrote:
> Massimo,
>
> Ok Cool... Thanks for fixing it so quickly.
>
> Will checkout the trunk,
> Matt
>
> On Apr 7, 5:29 pm, mdipierro wrote:
>
> > Thanks Matt,
>
> > it is a bug.
is wrong. I must provide a
value from the
set.
title :
Errors in form
title : enter a value
Is this possibly a bug or I am doing something wrong here?
Matt
--
To unsubscribe, reply using "remove me" as the subject.
% '|'.join(values), None)
Shouldn't that be?
if self.multiple:
return ('%s' % '|'.join(values), None)
Matt
On Apr 11, 12:38 pm, Matt wrote:
> Hi there,
>
> I'm attempting validate a multiple select against a set of values.
Ok thanks for your reply. That makes sense.
Matt
On Apr 12, 4:13 pm, mdipierro wrote:
> No. This is correct. If you had
>
> "1|2|11" in the field how would you write a sql query to seach for
> "1"?
>
> If you have "|1|2|11|" you can look for LIKE
.com'],
cc=['someb...@else.com'], subject='Hello', message='World')
Works a treat
Needs google apps for your domain set up of course and either an
account or a nickname for "per...@yourdomain.com".
Hope that helps.
Matt
On Apr 17, 9:01
o the following:
db.review.insert(parent = book, text = 'The book was great)
Is there an easy way to do this?
Thanks in advance,
Matt
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en
Thanks Massimo.
Matt
On Apr 19, 1:53 pm, mdipierro wrote:
> No but there should. Will look into this. If anybody has come concrete
> proposals, let me know.
>
> Massimo
>
> On Apr 18, 7:30 pm, Matt wrote:
>
>
>
> > Hi,
>
> > Quick question when using
Yes it is.
I'm happy to raise a feature request for this.
Matt
On Apr 21, 6:07 am, howesc wrote:
> isparentaGAEthing?
>
> if not, then wouldn'tparentbe setup as a reference to book (in this
> example), and
> db.review.insert(parent= book.id, text = 'The book wa
code and message returned instead?
Thoughts?
Matt
Thanks Massimo :)
Will check it out.
Matt
> Ok. In trunk.
> Please give this a try
>
> raise service.JsonRpcException(100,"info")
>
> On Nov 10, 10:07 pm, Matt wrote:
> > Hi there,
> >
> > (This is probably more or a small request that a question.)
Can anyone advise? This is the message that appears when running
web2py.exe:
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2009
Version 1.56.2 (2009-02-08 21:49:34)
Database drivers available: SQLite3, MySQL
pleas
Hi Massimo,
Thanks for your help, that solved it. By the way Web2Py is excellent!
Makes everything so easy, if only more people had your philosophy of
keeping things as simple as possible. Thanks again,
Matt
On Feb 13, 11:49 am, mdipierro wrote:
> You have something else running on port 8
Hi Massimo,
There's a small bug in this code.
The line (3491) in Tools.py
except Service.JsonRpcException, e:
--> return return_error(id, e.code, e.info)
Needs to include the id. As above.
Cheers,
Matt
On Nov 12, 9:12 am, Matt wrote:
> Thanks Massimo :)
>
>
eeds to be amended.
class JsonRpcException(object): <--- previously was
class JsonRpcException:
def __init__(self,code,info):
self.code,self.info = code,info
Thanks in advance,
Matt
can access the internal GAE model like
address = db.address._tableobj.get_by_id(id,
parent=Key.from_path('user', userId))
or
address = gae,get(key)
But then I've stepped _outside_ of web2py and alot of the useful
functionality provided by web2py is unusable.
Thanks in advan
7;s parent. Which I have no way to specify.
So hence I have to step outside of web2py to retrieve records using
raw GQL calls and means that I lose nice web2py features like:
Inside my html:
{{= address.user.name }}
Does that make sense?
Ideally I'd like to be able to construct the key
', 4
Which would equate to:
a = db(db.A.id == ['D:4', 'C:3', 'B:2', 'A:1'])
Matt
On Jan 11, 3:48 pm, Christian Foster Howes wrote:
> Matt,
>
> so now i understand completely. thanks for the clarification.
>
> this may be craz
Sorry that should have been:
a = db(db.A.id == ['A:1', 'B:2', 'C:3', ''D:4')
Matt
On Jan 11, 4:39 pm, Matt wrote:
> Thanks Christian,
>
> Your suggestion looks good.
>
> Could potentially specify the "tablename" like:
>
ut I have to use 'static' for javascript files:
http://localhost:8000/static/js/jquery.js
As
http://localhost:8000/js/jquery.js gives an error and redirects to :
http://localhost:8000/error?code=400&ticket=None&requested_uri=/js/jquery.js&request_url=/js/jquery.js
Any sugg
Hi Jonathan,
Thanks for your quick response. Yes the application is 'app'.
Sure, that would be great.
Cheers,
Matt
On Jan 17, 2:19 pm, Jonathan Lundell wrote:
> Thanks for the report, Matt.
>
> On Jan 16, 2011, at 5:11 PM, Matt wrote:
>
>
>
>
>
>
>
Hi Jonathan,
As it turns out I'd mistakenly left a handler in my app.yaml that was
causing the problem.
Really sorry to have wasted your time on this.
Otherwise the new routing code seems to be working really well. Much
simpler which is fantastic!
Thanks again for your help,
Matt
On Jan
Hi cfn,
Yes your suggestion would be preferable (and more workable).
This would be a great addition to the GAE support included with
web2py.
Matt
On Jan 14, 6:39 pm, howesc wrote:
> Matt,
>
> given the arbitrary depth of the keys, perhaps it would be better to have
> the user c
Could this be configurable? I.e. have a setting in the router to
specify if we want a 400 or 404 when this occurs?
Matt
On Jan 20, 5:43 am, Jonathan Lundell wrote:
> On Jan 19, 2011, at 3:55 AM, Albert Abril wrote:
>
> > Just a suggestion.
>
> > When I an incorrect url,
have any idea where to look in order to solve this problem? I am very
willing (and motivated!) to help fix this problem.
Thanks!
Matt
On Monday, July 16, 2012 6:35:33 PM UTC-4, DonH wrote:
>
> Yes, I was running the web2py for OS X. I have switched to the web2py
> source version an
On Thursday, August 16, 2012 12:24:34 AM UTC-4, Matt wrote:
>
> On Wed, Aug 15, 2012 at 10:03 PM, Anthony wrote:
> >> Is there any way around this? This seems to have broken only with the
> >> upgrade to Mountain Lion. We develop this app primarily on (and for)
>
ried clearing out all the pyc files, removing all
references to local_import and re-ran the program and it works just fine.
At this point I really have no idea what was going on before but will be
sure to revive the thread if it happens again, sorry for the confusion.
Matt
> 3324:ef752355
estions would be appreciated. Happy to give mere
information if possible.
Thanks in advance,
Matt
BTW: Also had this problem occur prior to the above:
self.db.executesql("CREATE TABLE IF NOT EXISTS web2py_filesystem (path
VARCHAR(512), content LONGTEXT, PRIMARY KEY(path) ) ENGINE=InnoDB;
Thankfully even though the original columns have been dropped from the
schema (along with my data) it's only currently running on my on local
development machine so the loss isn't too much of a problem as I can
recreate the data again.
Thanks again for your fast response and fix
Hi there,
Making the following minor change:
def clear(self, key = None):
if key:
key = '%s/%s' % (self.request.application, key)
self.delete(key)
else:
self.flush_all()
would allow the entire cache to be cleared via.
cache.ram.clear()
Matt
--
ith the following error:
for y in x.y.select():
AttributeError: 'Row' object has no attribute 'y'
If I set lazy_tables back again to False. It's fine again.
Matt
--
(query, placeholders)
TypeError: execute() takes exactly 2 arguments (3 given)
Matt
--
Weird. Did you try with GAE?
Matt
On Saturday, September 15, 2012 2:20:57 PM UTC+12, Massimo Di Pierro wrote:
>
> I cannot reproduce this. tested with and without lazy_tables = True on
> 2.0.9.
>
> On Friday, 14 September 2012 20:19:48 UTC-5, Matt wrote:
>>
>> Hi the
Great. Thanks :)
Matt
On Saturday, September 15, 2012 2:16:56 PM UTC+12, Massimo Di Pierro wrote:
>
> in trunk! Thanks.
>
> On Friday, 14 September 2012 19:33:11 UTC-5, Matt wrote:
>>
>> Hi there,
>>
>> Making the following minor change:
>>
>>
I'm using GAE + Cloud SQL (essentially MySQL.)
I've been using executesql like this in 1.99.7 and it was working fine then.
Kind regards,
Matt
On Sunday, September 16, 2012 2:34:02 AM UTC+12, Anthony wrote:
>
> Not all of the adapters allow placeholders. Which one are you usin
It would be great if it was reintroduced then. I've currently got a live
site using executesql just like this.
Matt
On Sunday, September 16, 2012 3:16:13 PM UTC+12, Anthony wrote:
>
> Hmm, doesn't look like the Google SQL adapter takes a placeholder
> argument: http://code.
Thanks. Will do.
Matt
On Monday, September 17, 2012 12:40:01 PM UTC+12, Anthony wrote:
>
> Please open a ticket: http://code.google.com/p/web2py/issues/list
>
> On Sunday, September 16, 2012 8:07:21 PM UTC-4, Matt wrote:
>>
>> It would be great if it was reintroduced th
form = form)
Then in the form.html
{{= form.custom.begin }}
{{ for field in form.fields: }}
{{= form.custom.widget[field] }}
{{ pass }}
{{= BUTTON('Submit', _type = 'submit') }}
{{= form.custom.end }}
Cheers,
Matt
--
Raised as issue.
http://code.google.com/p/web2py/issues/detail?id=1027
On Friday, September 21, 2012 12:35:56 AM UTC+12, Massimo Di Pierro wrote:
>
> Please open a ticket pointing to this thread. Thanks.
>
> On Thursday, 20 September 2012 00:11:49 UTC-5, Matt wrote:
>>
>&g
Hey Jarod,
I'm using it!
The following hack - which I've documented in the issue I've raised below -
seemed to fix some uploading issues.
http://code.google.com/p/web2py/issues/detail?id=746&q=cloud
Hope that helps,
Matt
On Monday, 19 March 2012 16:03:25 UTC+13, Ja
'image' field is being updated correctly although the 'image_blob'
remains NULL.
Any suggestions for this? Should I raise an issue?
Thanks in advance,
Matt
s own
database of user groups, rather than those of the system user. Is there an
easy way to fix this? Could someone possibly give me direction on where the
work needs to be done to implement this so I can get started?
Thanks!
Matt
n you should be able to
click on that reference and go straight to the relevant page.
Anyways, my 2 cents.
Matt
following is output:
*please enter their full name
*
*
*
Is there anyway to suppress the div or change it so that it can become
*please enter their full name***
*
*
Instead?
Any help or suggestion for this would be greatly appreciated.
Thanks in advance,
Matt
is so that the class is output also?
Thanks in advance,
Matt
Brilliant thanks for that.
Matt
On Sunday, 13 May 2012 15:53:19 UTC+12, Anthony wrote:
>
> http://web2py.com/books/default/chapter/29/7#Hide-errors
>
> Anthony
>
> On Saturday, May 12, 2012 11:35:52 PM UTC-4, Matt wrote:
>>
>> Hi Everybody,
>>
>> I
Ok. No worries.
Matt
On Sunday, 13 May 2012 15:51:16 UTC+12, Anthony wrote:
>
> It would be tricky because form.custom.begin is not like the form.custom
> widgets, which are just references to HTML helper objects within the form
> object (so it's easy to add attributes). It c
Hi Massimo,
Quick question if I may,
Will the upcoming 2.0 bootstrap code support the html style forms that
bootstrap uses?
Thanks in advance,
Matt
On Sunday, 20 May 2012 08:10:13 UTC+12, Massimo Di Pierro wrote:
>
> Basically the same features we have in trunk now. Just lots of bug
or me.
Also the forms provided by bootstrap are really nice:
http://twitter.github.com/bootstrap/base-css.html#forms
Thanks for all of your hard work btw. The product is excellent.
Matt
On Wednesday, 23 May 2012 00:21:33 UTC+12, Massimo Di Pierro wrote:
>
> If knew we would have
kill.)
Is there any way that this could be changed so that we can "choose" to have
this displayed or not?
Thanks in advance.
Matt
--
bal" form level.
Does anyone have any suggestions on how I might be able to achieve this? or
is it best to raise this as a feature request / bug?
Thanks in advance,
Matt
More info: http://effbot.org/zone/unicode-gremlins.htm
bal" form level.
Does anyone have any suggestions on how I might be able to achieve this? or
is it best to raise this as a feature request / bug?
Thanks in advance,
Matt
More info: http://effbot.org/zone/unicode-gremlins.htm
bal" form level.
Does anyone have any suggestions on how I might be able to achieve this? or
is it best to raise this as a feature request / bug?
Thanks in advance,
Matt
More info: http://effbot.org/zone/unicode-gremlins.htm
bal" form level.
Does anyone have any suggestions on how I might be able to achieve this? or
is it best to raise this as a feature request / bug?
Thanks in advance,
Matt
More info: http://effbot.org/zone/unicode-gremlins.htm
Are migrations enabled? In your db.py try changing your DAL to explicitly
turn it off. I.e.
DAL('', migrate_enabled = False, fake_migrate_all =
False)
Might do the trick,
Matt
On Saturday, July 7, 2012 6:51:38 AM UTC+12, wdtatenh wrote:
>
> My website is deployed on webfactio
fix could be rolled into the FORM
class somehow then that would be a fantastic solution for me and any other
users who'll eventually encounter this.
Kind regards,
Matt
On Tuesday, July 1, 2008 4:21:58 PM UTC+12, Massimo Di Pierro wrote:
>
> I do not like this solution. I would like som
Any luck reproducing this?
I can consistently make this bug happen by firstly launching my app via the
app engine launcher with Lazy_tables = False.
Then whilst it's running switch it over to Lazy_tables = True.
Matt
On Sunday, September 16, 2012 8:34:46 AM UTC+12, Massimo Di Pierro
ord')
print value
Returns:
-->
pbkdf2(1000,20,sha512)$a5408c54281fd146$e6024fe1e813c310e54e29f12113ebdc3eed289b
Any feedback on this would be great.
Thanks in advance,
Matt
--
Can you try from within the Google App Engine Launcher?
I'm using version 1.7.2 on a mac. python 2.7
Thanks,
Matt
On Sunday, September 30, 2012 11:29:48 AM UTC+13, Massimo Di Pierro wrote:
>
> I tried from the shell and I cannot reproduce it:
>
> $ python web2py.py -S welcom
Hi Massimo,
Thanks for explaining all of that.
Please ignore this now as It's working as expected.
tThanks again,
Matt
On Sunday, September 30, 2012 2:01:04 PM UTC+13, Massimo Di Pierro wrote:
>
>
>
> On Saturday, 29 September 2012 18:39:27 UTC-5, Matt wrote:
>>
>&
in create_table
self.file_close(tfile)
File "/Projects/www/gluon/dal.py", line 4005, in file_close
fileobj.close()
AttributeError: DatabaseStoredFile instance has no attribute 'close'
Matt
On Tuesday, October 2, 2012 3:32:16 PM UTC+13, Massimo Di Pierro wrote:
&
p
return gluon.main.wsgibase(env, res)
File "/Projects/www/gluon/main.py", line 631, in wsgibase
http_response, request, environ, ticket)
File "/Projects/www/gluon/rewrite.py", line 234, in try_rewrite_on_error
url_in(request, environ)[1]['PATH_INFO']
TypeError: 'NoneType' object is not subscriptable
INFO 2012-10-05 00:42:34,856 dev_appserver.py:3056] "GET /
HTTP/1.1" 500 -
Matt
--
Excellent! Just tested and working as expected.
Thanks Massimo.
On Friday, October 5, 2012 2:38:29 PM UTC+13, Massimo Di Pierro wrote:
>
> fixed in trunk
>
> On Thursday, 4 October 2012 19:48:40 UTC-5, Matt wrote:
>>
>> Hi there,
>>
>> If I request a n
Any idea about this? Currently I can't perform migrations on GAE.
On Wednesday, October 3, 2012 4:08:58 PM UTC+13, Matt wrote:
>
> Just testing it now, Getting an error on GAE + CloudSQL:
>
> File "/Projects/www//applications/app/models/db.py", line 45, in
>
Just pulled now. Fixed! Great thanks.
On Thursday, October 11, 2012 6:20:45 AM UTC+13, Massimo Di Pierro wrote:
>
> Can you try again? I think I fixed this in trunk.
>
>
> On Tuesday, 2 October 2012 22:08:58 UTC-5, Matt wrote:
>>
>> Just testing it now, Getting
FIELDSET('Recipients: ', INPUT(_name='recips', )),
FIELDSET('Message: ', TEXTAREA(_name='message')),
INPUT(_type='submit', _value='send', _name='sendBtn'),
INPUT(_type='submit', _value='cancel',
Still getting this bug in 2.2.1.
Can you try running via the GAE Launcher?
Thanks,
Matt
On Sunday, September 30, 2012 11:29:48 AM UTC+13, Massimo Di Pierro wrote:
>
> I tried from the shell and I cannot reproduce it:
>
> $ python web2py.py -S welcome -N
> web2py Web Framewo
File "/Projects/www/app/gluon/sqlhtml.py", line 1786, in grid
if row_id:
NameError: global name 'row_id' is not defined
Thanks,
Matt
download():
return response.download(request, db)
In the HTML:
{{= form }}
{{ for test in tests: }}
{{= A('download', _href = URL('download', args=test.image)) }}
{{= IMG(_src = URL('download', args=test.image)) }}
{{ pass }}
Any ideas?
Thanks in advance,
Matt
;makedirs'
I'm currently running on web2py-1.99.7-stable.
Any suggestions in fix this or is this a bug with the combination of GAE
and Cloud SQL?
Thanks in advance,
Matt
I've managed to figure out a solution. (Not sure if it's 100% correct
though but it seems to work fine).
The GoogleSqlAdapter needs the following change:
class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
uploads_in_blob = True
Hope this helps somebody else.
Matt
On T
Sure. Will Do.
Matt
On Wednesday, 28 March 2012 04:10:31 UTC+13, Anthony wrote:
>
> Can you submit an issue about this:
> http://code.google.com/p/web2py/issues/list
>
> Anthony
>
> On Tuesday, March 27, 2012 5:41:55 AM UTC-4, Matt wrote:
>>
>> I've manag
_insert version of the above? I.e. invoke
"validate" then "store" the image. (Couldn't seem to find any examples.)
Thanks in advance,
Matt
Hey Anthony,
Thanks for that suggestion will try your approach.
Thanks again,
Matt
On Monday, 2 April 2012 12:00:55 UTC+12, Anthony wrote:
>
> db.table('person',
>> Field('company', 'integer', required = True),
>> Field('photo_i
Hi there,
I have a very quick question about basic authentication.
Does web2py support this approach?
https://username:passw...@www.website.com/index
Matt
ing a new fake database backend seems to be overkill here
because we only need such a small subset of functionality offered by
the DAL. Any suggestions would be welcome!
Thank you,
Matt
ither. Is there some way to get this
information?
Thank you,
Matt
On Nov 13, 10:54 am, Massimo Di Pierro
wrote:
> I think this should be be fixed in both stable and trunk.
>
I am still seeing this error with 1.99.2, should it have been fixed
there?
> On Nov 12, 10:38 am, Tito Garrido wrote:
>
>
>
>
>
>
>
> > Is it already fixed?
>
> > On Thu, Sep 22, 2011 at
has this patch made it into the codebase? I'm looking at my checkout of
1.99.2 and it doesn't seem to be there (and trunk as well, from the looks
of it). Of course, it may have been written differently, I was only
checking for the exact strings
1 - 100 of 243 matches
Mail list logo