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 override-able in the local_settings.py if I understand the 
getattr function.


Tim or other admins have an idea of the best place to make the change? 
What should we set the new limit to? 5 MB?


Thanks,
Alex
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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
 function.

 Tim or other admins have an idea of the best place to make the change? What
 should we set the new limit to? 5 MB?

+1

I suggest a higher upload limit: maybe 10-15 MB?

I just deployed and zipped the plugin I'm currently working on, and it
is close to 5 MB. I have many documentation pages to go; so, I don't
doubt my plugin will be over 5 MB when released as a ZIP archive. It
will also be an alpha version with more features being added later.

As plugin devs attempt more complex plugins, the upload size should
not be a hindrance. Also, if the size could be saved with the plugin
data on plugins.qgis.org, then it could be displayed there and
possibly in the Plugin Installer. This way a user could decide if they
want to download based on that info. In my opinion, 10-15 MB is not
that large a download these days.

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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, 'PLUGIN_MAX_UPLOAD_SIZE', 1048576)

 appears override-able in the local_settings.py if I understand the getattr
 function.

Yes, exactly.


 Tim or other admins have an idea of the best place to make the change?

local_settings.py is the way to go.


-- 
Alessandro Pasotti
w3:   www.itopen.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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 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
 function.
 
 Yes, exactly.
 
 
 Tim or other admins have an idea of the best place to make the change?
 
 local_settings.py is the way to go.
 

I've bumped the limit to 10Mb in settings_local.py. No idea if it works though 
:)

-gary

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Gary Sherman
GeoApt LLC
  http://geoapt.com
Founder, Quantum GIS
Chair, QGIS PSC
Book:
  http://geospatialdesktop.com
We work virtually everywhere
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=









___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[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

Victor
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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 solution, I guess.
 
 Regqards and thanks in advance
 
 Victor

Victor,

Are you talking about plugins.qgis.org? We can change that limit for
you. I'll look into it later today.

Thanks,
Alex

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


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