[web2py] Re: Why is the plugins list empty in the wizard?

2013-09-01 Thread Alan Etkin


 ... First we would need to enable the json package list controller at 
 web2pyslices. I thought I had implemented it but currently it doesn't seem 
 to work (returns null where it should return a json list of packages).

 
I have added an experimental package info service at web2pyslices:

This url retrieves a json response with a complete list of available plugins

http://www.web2pyslices.com/public/api.json/action/list/content/Package?package_type=plugin

We could use that information to fill the plugin options and also download 
those selected in the form. The list service could be used to list and 
download apps from the sites interface.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Why is the plugins list empty in the wizard?

2013-08-30 Thread Alan Etkin


 Can you show me an example?


Not a working one :/. First we would need to enable the json package list 
controller at web2pyslices. I thought I had implemented it but currently it 
doesn't seem to work (returns null where it should return a json list of 
packages).

Actually, I don't know what code is necessary to fix the plugin automation, 
I'm just saying we could use web2pyslices as plugin database. If that's ok, 
then I can work in an admin patch


-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Why is the plugins list empty in the wizard?

2013-08-29 Thread Massimo Di Pierro
Can you show me an example?

On Wednesday, 28 August 2013 20:52:39 UTC-5, Alan Etkin wrote:

 The problem is that the plugin app has been deprecated and plugins are 
 being moved to github and web2pyslices. It was a nice automatism we did not 
 have enough manpower to keep the plugins updated. It was not very useful.


 It is possible to feed the admin app with a query to a web2pyslices 
 packages api (i.e. with json) for searching plugins.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Why is the plugins list empty in the wizard?

2013-08-28 Thread Massimo Di Pierro
The problem is that the plugin app has been deprecated and plugins are 
being moved to github and web2pyslices. It was a nice automatism we did not 
have enough manpower to keep the plugins updated. It was not very useful.

Massimo

On Tuesday, 27 August 2013 15:41:59 UTC-5, Razvan Teslaru wrote:

 I'm trying out the New Application Wizard -- in step 1, however, the 
 plugins box is empty. I searched around and came across an older bug, where 
 the plugins where there but were not visible due to a 'overflow-y: auto' 
 value. 

 However, this is a different issue: the plugins are not listed at all (I 
 inspected the page source); playing around with overflow-y' doesn't help 
 either. The 'ul class=ms-list' is definitely empty. 

 Tested in Windows and CentOS, with Chrome and IE.

 Does anyone else experience the same issue? Or is it something I'm (not) 
 doing?

 Thanks!


-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Why is the plugins list empty in the wizard?

2013-08-28 Thread Alan Etkin


 The problem is that the plugin app has been deprecated and plugins are 
 being moved to github and web2pyslices. It was a nice automatism we did not 
 have enough manpower to keep the plugins updated. It was not very useful.


It is possible to feed the admin app with a query to a web2pyslices 
packages api (i.e. with json) for searching plugins.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.