In a view I have the following code:
{{if session.cal.lesrooster or session.cal.event_list or
session.cal.cursusrooster:}}
{{include 'site/calendar.html'}}
{{pass}}
{{include 'site/promoUnit.html'}}
Despite session.cal.lesrooster, session.cal.event_list and
session.cal.cursusroost
hi
dont put your thing into there, coz we dont know how web2py made its
password so it never works
quick&dirty:
1- Run web2py on your local computer; give it a password when it asks.
2- Go to web2py folder on local computer; copy the file: parameters_8000.py,
to a new place and rename it to : para
never saw such error, but multiple interpreter mode could mean you didn't
installed uwsgi using specific python
( in my case, I used python2.7)
wget http://projects.unbit.it/downloads/uwsgi-xx.tar.gz
tar xvzf uwsgi-xx.tar.gz
cd uwsgi-xx
/home/myusername/bin/python2.7 uwsgiconfig.py --build
mv uwsg
In a SQLFORM form I set:
buttons = [
INPUT(_type='submit', _value='go', _class='btn btn-primary'),
INPUT(_type='button', _value='info', _class='btn btn-info'),
]
but buttons have not bootstrap style (btn-primary button are not blue,
there are no space between the two button).
My be I must i
This works for me:
In web2py_ajax.html:
response.files.insert(3,URL('static','js/bootstrap.min.js'))
response.files.insert(4,URL('static','css/bootstrap.min.css'))
and in the function:
form=SQLFORM(..)
form.element(_type='submit')['_class']='btn btn-primary'
form.element(_type='button')['_class
Il 06/07/2012 10:52, Annet ha scritto:
This works for me:
but not for me :(
my web2py_ajax.html (I tried several changes):
...
{{
response.files.insert(0,URL('static','js/jquery.js'))
response.files.insert(1,URL('static','css/calendar.css'))
response.files.insert(2,URL('static','js/calendar.
>
>
> and this change a lot of things but not buttons style, so I think that's
> not the corrects way ...
>
Not sure if it would solve your problem, but sometimes you need to clear
the browser cache to see the effect of changes in css.
Marco,
What does 'very low level' subject matter mean in this context?
Is that to mean 'very detailed'?
--
Luc.
On Tuesday, 20 December 2011 18:33:21 UTC, ma...@rockiger.com wrote:
>
> I published the first 3 chapters of my web development tutorial at
> http://killer-web-development.com
>
> It's
On Saturday, June 30, 2012 5:38:46 PM UTC+3, Cliff Kachinske wrote:
>
> Yes, the debugger is there on the application page.
>
> Works very well.
>
>
Latest "Version 2.00.0 (2012-07-04 23:30:47) dev" version is broken. While
accessing http://127.0.0.1:8000/admin/debug/interact it gives "invalid vie
I ran into very odd behaviour on web2py side.
Say I have an application and want my login in several places (templates
are different so I cannot just do some creative routing).
Structure for logins goes like that.
/appname/order/signin
/appname/signin/index
/appname/place/signin
I setup my defau
I will try this weekend.
Massimo did you received the code of the apllication?
Thanks everyone
El 06/07/2012, a las 04:32, Massimo Di Pierro
escribió:
> Looks like I prematurely close the issue. There is now a db.close() in trunk.
> Please check it out.
>
> massimo
>
> On Thursday, 5 Jul
I understand it should work, but have hardtime debugging it.
Just need ideas where to look for this wierd redirection.
W dniu piątek, 6 lipca 2012 12:51:05 UTC+2 użytkownik Marek Mollin napisał:
>
> I ran into very odd behaviour on web2py side.
> Say I have an application and want my login in seve
Hi,
I am considering three frameworks for developing our commercial
applications-
1) web2py (choice #1)
2) ROR
3) Play framework
While my research I was intrigued by Massimo's post where he says that he
would pick ROR over any of the current python frameworks. My question is
how does web2py
Ok. This is a problem only with Mysql? with ProgreSQL too?
Eduardo
El jueves, 5 de julio de 2012 22:40:56 UTC-4, Massimo Di Pierro escribió:
>
> It is not like that field level migrations do not work. They work if, for
> example you change a field type. They do not work it you change an
> attri
Hello Marek,
can you please try:
auth.settings.controller = 'order'
or:
auth = Auth(..., controller = 'order')
Regards,
Marin
Dana petak, 6. srpnja 2012. 12:51:05 UTC+2, korisnik Marek Mollin napisao
je:
>
> I ran into very odd behaviour on web2py side.
> Say I have an application and w
today I will test all my apps then I report here.
http://zerp.ly/rochacbruno
Em 06/07/2012 01:52, "Massimo Di Pierro"
escreveu:
> There are many changes in DAL. If you use MySQL or MSSQL or PostgreSQL
> please help us check the new trunk did not break anything.
>
> We have salted password auth =
Il 06/07/2012 12:11, stefaan ha scritto:
Not sure if it would solve your problem, but sometimes you need to clear
the browser cache to see the effect of changes in css.
yes, but this is not my case. tnk
Works splendid!
Also as an inline within controller
W dniu piątek, 6 lipca 2012 13:51:39 UTC+2 użytkownik Marin Pranjić napisał:
>
> Hello Marek,
>
> can you please try:
>
> auth.settings.controller = 'order'
>
>
>
> or:
>
> auth = Auth(..., controller = 'order')
>
>
>
>
> Regards,
> Marin
>
> Da
Could you, please, tell us what should be tested?
What has changed?
By the way, what is "salt password"? I searched dictionary, but didn't
find a good translation. Sorry my poor English.
--
Vinicius Assef
On 07/06/2012 01:52 AM, Massimo Di Pierro wrote:
There are many changes in DAL. If yo
Hello all,
I have a table with two text fields.
I'm trying to make a select with about 7,000 records in a console.
My memory goes up, until full, and then the process is killed
If I comment those text fields in the table definition and try again, it
run the select without problem.
In the s
nice question, but i thing i like in web2py is the installation process its
so simple but in rails it somewhat u know less easy than web2py.
On Fri, Jul 6, 2012 at 10:28 AM, murtaza52
wrote:
> Hi,
>
> I am considering three frameworks for developing our commercial
> applications-
>
> 1) web2py (c
> By the way, what is "salt password"? I searched dictionary, but didn't find
> a good translation. Sorry my poor English.
http://en.wikipedia.org/wiki/Salt_%28cryptography%29
Basically means adding some padding to increase the strength of the
encryption without having the user create a longer pas
OK so you mean from beginner level. Thanks. I as soon as the sites is
accessible again I will try to give you good feedback.
On Jul 6, 2012 11:18 AM, "Luc Chase" wrote:
> Marco,
> What does 'very low level' subject matter mean in this context?
> Is that to mean 'very detailed'?
>
> --
> Luc.
>
>
I try and report back!
Richard
On Fri, Jul 6, 2012 at 8:59 AM, Alec Taylor wrote:
> > By the way, what is "salt password"? I searched dictionary, but didn't
> find
> > a good translation. Sorry my poor English.
> http://en.wikipedia.org/wiki/Salt_%28cryptography%29
>
> Basically means adding so
What the nature of the data in size?
Could you show us your select statment?
Richard
On Fri, Jul 6, 2012 at 8:41 AM, Marcello wrote:
> Hello all,
>
> I have a table with two text fields.
> I'm trying to make a select with about 7,000 records in a console.
> My memory goes up, until full, and t
>
> he would pick ROR over any of the current python frameworks
http://www.ruby-forum.com/topic/209343
not over *any*, but over *most*
your affirmation is misleading
I am pretty sure those things are pretty easy to implement...
Why not just add them in the issue on google code and if someone has time
he could just work on it.
Massimo can't support all the app he create to show us the way to go and
ask for poeple to take "paternity" of project to make sure the
I desire to have multiple apps. one of them will be a CAS provider My
questions are:
1. Can these app have different databases
i.e db = DAL('postgres://user:password@localhost:5432/cas',
migrate=True), db = DAL('postgres://user:password@localhost:5432/db1',
migrate=True), db = DAL('postgre
Hello,
This line in my app failed with '*table_name*'
dblabels_en = cache.ram('dblabels_en',
lambda: dict([(r.*table_name* + r.column_name, r.column_name_en_ui)\
for r in db().select(db.dict_database.ALL)]),
time_expire=3600)
Is the way row behave have change?
Richard
What I have to do to make it works :
for r in db().select(db.dict_database.ALL):
print r['"dict_database"."table_name"']
I have to use the table name and the field name as key to get row field
data, the worst is that it needs double quoting the table name and field
name and quote both...
It
Seems a little bug in template parser to me!
Richard
On Fri, Jul 6, 2012 at 3:17 AM, Annet wrote:
> In a view I have the following code:
>
>
> {{if session.cal.lesrooster or session.cal.event_list or
> session.cal.cursusrooster:}}
> {{include 'site/calendar.html'}}
> {{pass}}
> {{inc
Il 06/07/2012 10:31, orsomannaro ha scritto:
In a SQLFORM form I set:
buttons = [
INPUT(_type='submit', _value='go', _class='btn btn-primary'),
INPUT(_type='button', _value='info', _class='btn btn-info'),
]
but buttons have not bootstrap style (btn-primary button are not blue,
there are no
{{include ...}} is not Python code but a web2py template language
directive, so it is processed *before* any Python is processed. So, the
content of site/calendar.html will be included in the parsed template no
matter what. However, that content will still end up inside an "if" block,
so should
Hello, Richard,
I save 2 HTML pages.
SELECT processo.id, processo.na, processo.na_limpo, processo.nu,
processo.nu_limpo, processo.html, processo.html1, processo.processado,
processo.processado2, processo.processado_dia, processo.origem,
processo.classe, processo.fase, processo.assunto, processo
Are you running this request as raw SQL with executesql??
http://web2py.com/books/default/chapter/29/6#executesql
If your request is slow at backend level, maybe you have a problem with
your design...
What is your backend?
Richard
On Fri, Jul 6, 2012 at 11:12 AM, Marcello Parra wrote:
> Hell
Additionally...
I currently have three apps, including CAS server
the case server app also contain other tables
db.define_table('base_tags',
Field('name', 'string', label='Tag', length=64,
required=True, notnull=True),
format='%(name)s'
)
and many
Thought that db().select(db.table.ALL) was better, sorry for miss leading
you Santiago.
Richard
On Thu, Jul 5, 2012 at 5:43 PM, Anthony wrote:
> Also, your request should not be : db().select(db.voting_center**)
>> instead of db(db.voting_center).**select()
>
>
> If he wants to select all recor
Well CAS is for central authentication, not for sharing database tables ... .
The error you got simply says that your second app cant see tables from cas
provider app.
> Are you saying it is getting rendered even when the "if" condition is
> False?
>
Yes, this is what happens.
Despite session.cal.lesrooster, session.cal.event_list and
>> session.cal.cursusrooster being False, site/calendar.html is being
>> included. When I replace {{include 'site/calenda
I'm not using executesql...
I'm trying just:
query = q_processos.select()
It seems to load all data from database...
On Fri, Jul 6, 2012 at 12:40 PM, Richard Vézina wrote:
> Are you running this request as raw SQL with executesql??
>
> http://web2py.com/books/default/chapter/29/6#executes
To change the value of a button, this should work:
form.element(_type='submit')['_value']='Login'
To add the info button:
form[0][-1][1].append(INPUT(_type="button",_value="Info",_onclick="document.location='%s'"
%URL('function')))
To add the classes:
form.element(_type='submit')['_class']='
Yes I understand CAS is for central auth, so i have let the cas provider be
the app that takes care of login, registration, signup, what have you; as
it should
the tables are being created, so I am assuming that the other apps should
be able to access the tables if they exist all in the same dat
Unfortunately those logs did not tell me anything I didn't already know.
Besides errors that came up while I was developing and testing, there was
nothing new in there. The application is still crashing once a day and
nothing in the console output or the error page of the site have told me
anyt
Could anyone please advise if I'm doing this correctly? I'm trying to post
a request to Paymentech gateway. When I try the link in a browser, it
responds fine (https://orbitalvar1.paymentech.net/authorize:443), but using
post as bellow returns an error. Most likely I'm doing something wrong, bu
i use jPlayer and it's timing events to track a variety of statistics
around audio that i play. i suspect it works just as well for video.
On Thursday, July 5, 2012 3:01:46 AM UTC-7, encompass wrote:
>
> There are usually javascript plugins that you can have handle any
> function you like when
Short answer: manually.
You cannot connect (join or make a relation) fields among different
databases.
On 07/06/2012 02:16 PM, Horus wrote:
Yes I understand CAS is for central auth, so i have let the cas provider
be the app that takes care of login, registration, signup, what have
you; as i
How much data (in KB ou MB) are loaded into these text fields?
Could you show us your model file where you execute this define_table()?
(aka db.py)
On 07/06/2012 02:04 PM, Marcello Parra wrote:
I'm not using executesql...
I'm trying just:
query = q_processos.select()
It seems to load al
I think the main thing is that Rails is much more prevalent and so easier
to sell to other team members, recruits, etc. Web2py is much easier to use.
On Fri, Jul 6, 2012 at 2:52 PM, Massimo Di Pierro
wrote:
> There are many changes in DAL. If you use MySQL or MSSQL or PostgreSQL
> please help us check the new trunk did not break anything.
>
> We have salted password auth = Auth(...,salt=True). Check it out.
>
> We also have ability to deploy to
Rails has 37 signals, 37 signals has a very good marketing team. Thats it!
I tried ROR.
As a relative noob to both Python and Ruby I will testify that Python
allows much more concise and readable code. This means less typing and
easier debugging.
This means, in turn, that the time from project start to final payment
checkpoint is shorter and the ongoing maintenance
Right viniciusban i agree. i don't want to perform joins across databases
explicitly i have never seen that in SQL
BUT I can use the user id from the CAS provider to refer to other tables in
a database
let's say the *CAS* provider has this table called *auth_user* with a field
called *id*.
le
An infinite loop causes this behavior. Don't Ask Me How I Know This :).
Also, with Postgres, I *think* this has happened because certain migrations
cause existing data in a field to fail a new constraint. This would happen
if you make notnull=True on a field that already contains null. Howeve
*I will put all my tables in one app and call it a day!*
On Friday, July 6, 2012 2:40:32 PM UTC-4, Horus wrote:
>
> Right viniciusban i agree. i don't want to perform joins across
> databases explicitly i have never seen that in SQL
> BUT I can use the user id from the CAS provider to refer to
Anyone using Sunburnt for Apache SOLR access from web2py? (
http://opensource.timetric.com/sunburnt )
Any caveats I should expect or no problems on the path? (I mean sunburt
vs./in web2py)
Thank you ...
David
My website is deployed on webfaction. I've compiled the application before
uploading.
Doesn't seem to matter what page is requested, we're talking about 3 to 5
seconds to download (I have high speed internet). Any thoughts? When I go
to the normal webfaction admin pages, I don't have these ki
That's a good question, Horus. :-/
I haven't tried that. Theoretically, db_cas.base_tags field could be
referenced because it needs the db object.
Let us know about your progress on it.
--
Vinicius Assef
On 07/06/2012 03:40 PM, Horus wrote:
Right viniciusban i agree. i don't want to perfo
Notice that these two lines:
Field('image_file','blob'),
Field('image_upload','upload',uploadfield= Field('image_file','blob'))
should be
Field('image_file','blob'),
Field('image_upload','upload',uploadfield= 'image_file'),
or simply
Field('image_upload','upload',uploadfield= Field('image_file
I do not recall. Can you resend it please. My personal inbox is a bit messy.
On Friday, 6 July 2012 05:51:04 UTC-5, demetrio wrote:
>
> I will try this weekend.
>
> Massimo did you received the code of the apllication?
>
> Thanks everyone
>
>
>
> El 06/07/2012, a las 04:32, Massimo Di Pierro
> e
What I said was wrong. I had to look at the source code and what it does is
a bit more complex.
If the SQL used for the original field definition is different than the SQL
that would be used to define the field in the current model:
If sqlite: ignore it
elif the field type is 'reference',
I have reverted one of the changes and this should now work.
What I need to know is make sure we did not break backward compatibility.
On Friday, 6 July 2012 09:23:15 UTC-5, Richard wrote:
>
> What I have to do to make it works :
>
>
> for r in db().select(db.dict_database.ALL):
> print r['"
I'm dealing with the same situation, however, I wonder if there is a way to do
that in a more general fashion, like simply:
@service.soap('GetQuote1', returns={'result':dict}, args={'symbol':str})
...
..
.
and then:
return someDictVariable
Tested DAL for MSSQL and it works fine !
I noticed other things...
1. button look for the welcome app
What Paolo changed (Change "button look" back to previous regular link
style) is not applied.
https://groups.google.com/forum/#!topic/web2py/qZn1TQqgWCk
2. Remove "Share" link from welcome app
As pointed out what I said is that I would pick ROR of "most" python
frameworks.
In general I prefer to program in Python rather then Ruby. Indentation
makes the code more readable and there are more libraries. Ruby is used in
Rails but not much else. Python is used for all kind of things (thi
Will it be implemented in 2.0?
I would like to use something like this, but I don`t know how to do it yet.
Any tips that I can build a manager_group that can manage who belongs to
the other groups?
Em domingo, 29 de janeiro de 2012 23h17min06s UTC-2, Massimo Di Pierro
escreveu:
>
> auth.mygrou
Referring to the thread: new feature in trunk: better markmin
if my text is:
"""
@{borro/default/test}
"""
[app/controller/function]
markmin returns:
http://127.0.0.1:8000/borro/default/borro/default/test
[http://127.0.0.1:8000/app/controller/app/controller/function]
Jose
Mail with the code sended :)
2012/7/6 Massimo Di Pierro :
> I do not recall. Can you resend it please. My personal inbox is a bit messy.
>
>
> On Friday, 6 July 2012 05:51:04 UTC-5, demetrio wrote:
>>
>> I will try this weekend.
>>
>> Massimo did you received the code of the apllication?
>>
>> Tha
Thanks for that Richard. I took your advice and got it working with
Apache, mod_wsgi, mod_ssl, and redirection.
I have it set now so all activity is forced to SSL and created my own
certificate.
Easy step-by-step instructions for the cert creation I found here:
http://www.akadia.com/services
Just by the sounds of it, I doubt lack of memory would cause such
behaviour. Can't say what would though, without knowing what your
application does and how is it programmed to do that. There is basically no
information to troubleshoot with.
Regards
On Friday, July 6, 2012 8:51:38 PM UTC+2, wd
I believe i found my problem. The problem is with MySQL. I noticed in the
MySQL._db._adapter.uploads_in_blob = FALSE.
The database adapter doesn't allow uploads_in_blob. MySQLAdapter* *inherents
the uploads_in_blob of FALSE from BaseAdapter.
Do you know why the uploads_in_blob isn't set to true
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 webfaction. I've compiled t
How many tables do you have defined in db.py?
On Fri, Jul 6, 2012 at 2:32 PM, Matt wrote:
> 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 Satur
On Fri, Jul 6, 2012 at 4:44 PM, Jim S wrote:
> Thanks for that Richard. I took your advice and got it working with
> Apache, mod_wsgi, mod_ssl, and redirection.
>
> I have it set now so all activity is forced to SSL and created my own
> certificate.
>
> Easy step-by-step instructions for the cer
Hi Massimo,
What's the current state of this particular problem? I'm having similar
issues at the moment.
For me it's occurring when windows users are cutting and pasting text into
web2py forms which contain cp1252 encoded characters.
I've mentioned this in a very recent posting.
https://grou
This is a nice solution, and clever, thanks!
The upside (compared to postgres locks, as discussed above) is this works
for any database. The downside is it creates a whole new table.
On Thursday, July 5, 2012 2:49:36 PM UTC-7, nick name wrote:
>
> This might have been solved in this week, but in
This is correct. It expacts function/a/r/g/s or /app/controller/function
On Friday, 6 July 2012 15:28:01 UTC-5, Jose wrote:
>
>
> Referring to the thread: new feature in trunk: better markmin
>
> if my text is:
> """
> @{borro/default/test}
> """
>
> [app/controller/function]
>
> markmin returns:
That only sets the default behavior. Only on systems that do not have a
writable filesystem (like on GAE and couchdb) files go in blob by default.
On relational databases, uploads are stored in files, not in blobs (by
default).
On Friday, 6 July 2012 16:22:36 UTC-5, RCTYCO wrote:
>
> I believ
Hi Massimo
I do not understand.
I am giving you just that app/controller/function, but the url that
creates, is not correct: app/controller/app/controller/function
repeats app and controller.
Another thing, this does not work for me:
embed:@{}
Jose
I actually think memory could definitely be the culprit. On a VPS I
switched from 256mb to 512mb and noticed a dramatic improvement. I'm not
really sure how to check my system's memory usage, though.
I'd be surprised if it were migrations or tables. Have you tried just
running welcome or exampl
>
> Since the OP, I've also added handling and examples for:
>
- GitHub
- Stack Exchange
- Instagram
- bitly
Hello I am trying to figure out how to replace the submit button in SQLFORM
I would like to replace with
Upload
and add
Clear
My controller is
def index():
form = SQLFORM(db.music2)
if form.accepts(request.vars, session):
#db.music2.insert(song =
db.music2.song.store(request.v
Hmm, not sure what's going on. What happens if you remove the virtual field?
On Thursday, July 5, 2012 5:25:55 PM UTC-4, Santiago wrote:
>
> db.executesql(db(db.voting_center)._select()) takes only a few seconds
>
> It has one virtual field, but it is lazy. I think it is not necessary, but
> I'm
try
form[0][-1][1].components = [
TAG.button('Upload', _id="px-submit",_type="submit"),
TAG.button('Clear',_id="px-clear",_type="reset"),
]
or you can use a custom form.
On Friday, 6 July 2012 17:09:41 UTC-5, Andrew Evans wrote:
>
> Hello I am trying to figure out how to replace the submit b
The comment in markmin2html.py is incorrect. The behaviour is correct. The
syntax is not
@{app/controller/function}
the syntax is
@{function/args}
The 'app/controller/' part is put in automatically. That is the all point.
When you use markmin you are not supposed to know the name of the app o
That's an excellent theory and would make total sense, except I can't see
where there could possibly be an infinite loop as I only loop through
objects or db results. And I'm using mysql, not postgres. And I have
verified that there are no nulls where I have a notnull=True set just to be
sure.
Ok, I understand.
Thank you very much
Jose
I cannot reproduce the problem. If I create a condition that fails, the
content of the included file does not display. Are you absolutely certain
the condition is evaluating to False and/or the content in question is
being included? Maybe pack and attach a minimal app that reproduces the
proble
OK, now I see. Maybe just add a call to web2py_component() to the document
ready handler:
{{if show_tab:}}
$(document).ready(function(){
web2py_component('{{=URL('site', show_function, args=session.id)}}',show_tab
);
$('a[href=#{{=show_tab}}]').tab('show');
});
{{pass}}
You'll have to add
Hello Demian,
I do not understand your comment. Is there code we can look at?
On Friday, 6 July 2012 10:36:57 UTC-5, Demian Brecht wrote:
>
> Since the OP, I've also added handling and examples for:
>>
>
>- GitHub
>- Stack Exchange
>- Instagram
>- bitly
>
>
Meanwhile, can you check the new db.close() in trunk?
On Friday, 6 July 2012 15:40:57 UTC-5, demetrio wrote:
>
> Mail with the code sended :)
>
> 2012/7/6 Massimo Di Pierro :
> > I do not recall. Can you resend it please. My personal inbox is a bit
> messy.
> >
> >
> > On Friday, 6 July 2012
On Friday, 6 July 2012 14:48:31 UTC-5, Omi Chiba wrote:
>
> Tested DAL for MSSQL and it works fine !
>
> I noticed other things...
>
> 1. button look for the welcome app
> What Paolo changed (Change "button look" back to previous regular link
> style) is not applied.
> https://groups.google.com/
On 6 Jul 2012, at 6:42 PM, Bruno Rocha wrote:
> Recently, many users of a social site which uses Movu.ca
> (http://www.menuvegano.com.br) are trying to upload pictures taken from
> facebook, and that pictures has long file names, which leads in to this kind
> of error:
>
File name limits are t
Ubuntu server 11.04
On Fri, Jul 6, 2012 at 10:50 PM, Jonathan Lundell wrote:
> On 6 Jul 2012, at 6:42 PM, Bruno Rocha wrote:
>
> Recently, many users of a social site which uses Movu.ca (
> http://www.menuvegano.com.br) are trying to upload pictures taken from
> facebook, and that pictures has
Ubuntu server 11.04 and Postgres
On Fri, Jul 6, 2012 at 11:12 PM, Bruno Rocha wrote:
> Ubuntu server 11.04
>
>
> On Fri, Jul 6, 2012 at 10:50 PM, Jonathan Lundell wrote:
>
>> On 6 Jul 2012, at 6:42 PM, Bruno Rocha wrote:
>>
>> Recently, many users of a social site which uses Movu.ca (
>> http:/
If you set the length attribute of the uploadfield the filename will be
truncated accordingly.
As jonathan says, the length of uploadfield is filesystem dependent. Set it
to 128 or 256 to be safe.
On Friday, 6 July 2012 20:42:50 UTC-5, rochacbruno wrote:
>
> Hi!
>
> Recently, many users of a so
Hi Vinicius,
Thank you for the informed response and relating your experiences.
You have great ideas for dealing with this issue and helped me decide how
to proceed.
I will try to customize Auth and use it as you have done.
Muchas gracias Senor!!
Jerry.
On Thursday, July 5, 2012 4:24:30 PM UTC
>
> If you set the length attribute of the uploadfield the filename will be
> truncated accordingly.
> As jonathan says, the length of uploadfield is filesystem dependent. Set
> it to 128 or 256 to be safe.
>
Currently, it defaults to 512 characters (same as a string field).
On 6 Jul 2012, at 8:26 PM, Anthony wrote:
> If you set the length attribute of the uploadfield the filename will be
> truncated accordingly.
> As jonathan says, the length of uploadfield is filesystem dependent. Set it
> to 128 or 256 to be safe.
>
> Currently, it defaults to 512 characters (sa
Also, keep in mind that the encoding doubles the original filename length, plus
the table name, field name, and a 16 character uuid fragment are added.
Anthony
Hey Massimo,
What he was referring to is what the maintainer has added examples
for: https://github.com/demianbrecht/sanction/blob/master/example/server.py
(I also made a commit)
On Sat, Jul 7, 2012 at 11:30 AM, Massimo Di Pierro
wrote:
> Hello Demian,
>
> I do not understand your comment. Is t
1 - 100 of 101 matches
Mail list logo