Re: [Qgis-developer] Problem uploading plugin

2012-03-28 Thread Alex Mandel
On 03/27/2012 10:15 AM, Victor Olaya wrote: Alex, Yes, plugins.qgis.org It would be great if the limit was a bit higher Thanks in advance Victor Looks like the default is set in validator.py PLUGIN_MAX_UPLOAD_SIZE= getattr(settings, 'PLUGIN_MAX_UPLOAD_SIZE', 1048576) appears

Re: [Qgis-developer] Problem uploading plugin

2012-03-28 Thread Larry Shaffer
Hi Alex, On Wed, Mar 28, 2012 at 1:58 AM, Alex Mandel tech_...@wildintellect.com wrote: Looks like the default is set in validator.py PLUGIN_MAX_UPLOAD_SIZE= getattr(settings, 'PLUGIN_MAX_UPLOAD_SIZE', 1048576) appears override-able in the local_settings.py if I understand the getattr

Re: [Qgis-developer] Problem uploading plugin

2012-03-28 Thread Alessandro Pasotti
2012/3/28 Alex Mandel tech_...@wildintellect.com: On 03/27/2012 10:15 AM, Victor Olaya wrote: Alex, Yes, plugins.qgis.org It would be great if the limit was a bit higher Thanks in advance Victor Looks like the default is set in validator.py PLUGIN_MAX_UPLOAD_SIZE= getattr(settings,

Re: [Qgis-developer] Problem uploading plugin

2012-03-28 Thread Gary Sherman
On Mar 28, 2012, at 7:43 AM, Alessandro Pasotti wrote: 2012/3/28 Alex Mandel tech_...@wildintellect.com: On 03/27/2012 10:15 AM, Victor Olaya wrote: Alex, Yes, plugins.qgis.org It would be great if the limit was a bit higher Thanks in advance Victor Looks like the default is

[Qgis-developer] Problem uploading plugin

2012-03-27 Thread Victor Olaya
Hi all I have tried to upload my SEXTANTE plugin to the plugin repository, but it says that it is too big (it has around 1.5 MB). Any solution to this? Otherwise, I will just put the zip file in the SEXTANTE website, but that is not such a good solution, I guess. Regqards and thanks in advance

Re: [Qgis-developer] Problem uploading plugin

2012-03-27 Thread Alex Mandel
On 03/27/2012 07:17 AM, Victor Olaya wrote: Hi all I have tried to upload my SEXTANTE plugin to the plugin repository, but it says that it is too big (it has around 1.5 MB). Any solution to this? Otherwise, I will just put the zip file in the SEXTANTE website, but that is not such a good

Re: [Qgis-developer] Problem uploading plugin

2012-03-27 Thread Victor Olaya
Alex, Yes, plugins.qgis.org It would be great if the limit was a bit higher Thanks in advance Victor ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer