[Qgis-developer] Python Plugin repository problems

2011-12-18 Thread Gary Sherman
Apparently a series of unfortunate events, including a DDOS attack, have rendered the ability to upload new plugins to http://pyqgis.org/manager/python_plugins inoperable. I wonder if we can move to the new repository by including the URL in the plugin installer (already in master) and direct a

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-12-02 Thread Martin Dobias
On Tue, Nov 30, 2010 at 7:28 PM, Alessandro Pasotti wrote: > > Hi Martin, > all done, except the select in templates for plugin upload, but the same > functionality is implemented with checkboxes and sensible defaults. > I've also added some views and functions for a better user handling (block >

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-30 Thread Alessandro Pasotti
2010/11/29 Martin Dobias > Hi Alessandro > > On Mon, Nov 29, 2010 at 2:53 PM, Alessandro Pasotti > wrote: > > 2010/11/28 Martin Dobias > >> > >> I think log in / log out can be added now (just without registration) > >> - if I understand it correctly, once we know how to deal with the ldap > >>

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-29 Thread Martin Dobias
Hi Alessandro On Mon, Nov 29, 2010 at 2:53 PM, Alessandro Pasotti wrote: > 2010/11/28 Martin Dobias >> >> I think log in / log out can be added now (just without registration) >> - if I understand it correctly, once we know how to deal with the ldap >> server, we will just switch over to ldap au

[Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-29 Thread Alessandro Pasotti
Sorry, I forgot to CC the list. -- Forwarded message -- 2010/11/28 Martin Dobias > Hi Alessandro! > > > On Fri, Nov 26, 2010 at 6:28 PM, Alessandro Pasotti > wrote: > > Hi, > > I've just uploaded the first working version of the new Python plugins > > Django app. > > I've jus

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-28 Thread Martin Dobias
On Sun, Nov 28, 2010 at 11:16 PM, Alessandro Pasotti wrote: > > Thanks Martin for your comments, I will answer you tomorrow, by now just a > quick note to say that the XML view is already implemented, look for > plugins.xml in urls.py and for the correponding template in the plugins app. Ouch, so

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-28 Thread Alessandro Pasotti
2010/11/28 Martin Dobias > Hi Alessandro! > > On Fri, Nov 26, 2010 at 6:28 PM, Alessandro Pasotti > wrote: > > Hi, > > I've just uploaded the first working version of the new Python plugins > > Django app. > > > many functional additions/changes are required. One important missing > piece is a

Re: [Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-28 Thread Martin Dobias
Hi Alessandro! On Fri, Nov 26, 2010 at 6:28 PM, Alessandro Pasotti wrote: > Hi, > I've just uploaded the first working version of the new Python plugins > Django app. I've just tried it - and it's great stuff, working very well! > Implementation is hopefully complete but it still needs testing,

[Qgis-developer] Python Plugin Repository - plugins app first working version

2010-11-26 Thread Alessandro Pasotti
Hi, I've just uploaded the first working version of the new Python plugins Django app. Implementation is hopefully complete but it still needs testing, authentication is also missing since it should be handled by an external provider (ldap ?) but for testing as a logged in user you can log in thr

Re: [Qgis-developer] Python Plugin Repository - plugins app draft

2010-11-23 Thread Alessandro Pasotti
2010/11/22 Martin Dobias > Hi Alessandro > > On Sun, Nov 21, 2010 at 2:00 PM, Alessandro Pasotti > wrote: > > Hi, > > I've just committed a first draft of the plugins app. > > I've had not much time to test it, admin seems to be working, while > public > > views are still missing, I was thinking

Re: [Qgis-developer] Python Plugin Repository - plugins app draft

2010-11-22 Thread Martin Dobias
Hi Barry On Mon, Nov 22, 2010 at 8:14 PM, Barry Rowlingson wrote: > Hi guys, > >  I just had a quick look at the plugin repo spec. Cool. > >  It mentions putting plugin metadata in a config file rather than > having it executable in __init__.py - I've been doing that for a while > with my plugins

Re: [Qgis-developer] Python Plugin Repository - plugins app draft

2010-11-22 Thread Barry Rowlingson
Hi guys, I just had a quick look at the plugin repo spec. Cool. It mentions putting plugin metadata in a config file rather than having it executable in __init__.py - I've been doing that for a while with my plugins. I have config.ini which looks like: [general] name: autosave version: 0.21 de

Re: [Qgis-developer] Python Plugin Repository - plugins app draft

2010-11-22 Thread Martin Dobias
Hi Alessandro On Sun, Nov 21, 2010 at 2:00 PM, Alessandro Pasotti wrote: > Hi, > I've just committed a first draft of the plugins app. > I've had not much time to test it, admin seems to be working, while public > views are still missing, I was thinking about using generic views as much as > poss

[Qgis-developer] Python Plugin Repository - plugins app draft

2010-11-21 Thread Alessandro Pasotti
Hi, I've just committed a first draft of the plugins app. I've had not much time to test it, admin seems to be working, while public views are still missing, I was thinking about using generic views as much as possible. I'm not sure about the "last" flag in versions, are not the version and modi

Re: [Qgis-developer] Python Plugin Repository

2010-11-20 Thread Alessandro Pasotti
Sorry, I missed the note. It's clear enough. And I think a django group could do the job quite right. 2010/11/20 Alessandro Pasotti > 2010/11/20 Martin Dobias > >> On Wed, Nov 17, 2010 at 3:59 PM, Alessandro Pasotti >> wrote: >> > >> > Hi, >> > I need to put into focus the requirements of t

Re: [Qgis-developer] Python Plugin Repository

2010-11-20 Thread Alessandro Pasotti
2010/11/20 Martin Dobias > On Wed, Nov 17, 2010 at 3:59 PM, Alessandro Pasotti > wrote: > > > > Hi, > > I need to put into focus the requirements of this project, a couple of > - trusted/untrusted users - to make it more complicated to publish > plugins with malicious code > Hi, so far so good

Re: [Qgis-developer] Python Plugin Repository

2010-11-19 Thread Martin Dobias
On Wed, Nov 17, 2010 at 3:59 PM, Alessandro Pasotti wrote: > > Hi, > I need to put into focus the requirements of this project, a couple of > questions before start writing code: > * should we use this page http://www.qgis.org/wiki/PluginRepository for > specs or directly put them on github ? I h

Re: [Qgis-developer] Python Plugin Repository

2010-11-17 Thread Gary Sherman
On 11/17/10 11:22 AM, Tim Sutton wrote: On Wed, Nov 17, 2010 at 6:52 PM, Alex Mandel wrote: %<--- * a DB dump of the the actual Repository application would be helpful, how can we obtain it ? Lets ask Gary for it. Gary can

Re: [Qgis-developer] Python Plugin Repository

2010-11-17 Thread Tim Sutton
Hi On Wed, Nov 17, 2010 at 6:52 PM, Alex Mandel wrote: > On 11/17/2010 06:59 AM, Alessandro Pasotti wrote: >> 2010/11/17 Tim Sutton >> >>> Hi (plugin repo) devs >>> >>> I have committed a basic django project (it as yet contains no apps) >>> along with readme license, installation guide etc. Its

Re: [Qgis-developer] Python Plugin Repository

2010-11-17 Thread Alex Mandel
On 11/17/2010 06:59 AM, Alessandro Pasotti wrote: > 2010/11/17 Tim Sutton > >> Hi (plugin repo) devs >> >> I have committed a basic django project (it as yet contains no apps) >> along with readme license, installation guide etc. Its ready for you >> to start building your apps underneath it. >>

Re: [Qgis-developer] Python Plugin Repository

2010-11-17 Thread Alessandro Pasotti
2010/11/17 Tim Sutton > Hi (plugin repo) devs > > I have committed a basic django project (it as yet contains no apps) > along with readme license, installation guide etc. Its ready for you > to start building your apps underneath it. > > https://github.com/qgis/qgis-django > > I was thinking alo

[Qgis-developer] Python Plugin Repository

2010-11-17 Thread Tim Sutton
Hi (plugin repo) devs I have committed a basic django project (it as yet contains no apps) along with readme license, installation guide etc. Its ready for you to start building your apps underneath it. https://github.com/qgis/qgis-django I was thinking along the lines of having three apps: plu