[web2py] Re: administrator controller

2010-12-15 Thread Christopher Steel
People can (and will) still host code elsewhere, Martins app allows for a "snap shot" of a working application along with links to wherever the code is hosted. C On Dec 15, 7:03 am, Luther Goh Lu Feng wrote: > I wonder if the plugins will be better hosted on services like github > and bitbucket?

[web2py] Re: administrator controller

2010-12-15 Thread Christopher Steel
Awesome, Thanks Martin! On Dec 15, 6:27 am, Martín Mulone wrote: > I have no problem. > > 2010/12/15 mdipierro : > > > > > If we can repurpose Martin's app and he is willing to maintain it, > > that would be the best solution. > > > I can also split appliances. Not hard to do but we need a way to

[web2py] Re: administrator controller

2010-12-15 Thread Christopher Steel
I agree 100% On Dec 14, 10:15 pm, mdipierro wrote: > I think we need a better public repository for plugins so that people > can contribute. > > On Dec 13, 11:52 am, Christopher Steel wrote: > > > it is literally the same plugin but with a menu item... I was going to > > add some more features b

[web2py] Re: administrator controller

2010-12-15 Thread Anthony
On Wednesday, December 15, 2010 7:03:54 AM UTC-5, Luther Goh Lu Feng wrote: > > I wonder if the plugins will be better hosted on services like github and > bitbucket? Will it be easier to fork and contribute? Good idea for code hosting, but it would probably still be helpful to have a web2p

Re: [web2py] Re: administrator controller

2010-12-15 Thread Martín Mulone
+1. It's a must for developers, to register an account is less than a minute and the basic are simple and easy to learn. 2010/12/15 Luther Goh Lu Feng : > I wonder if the plugins will be better hosted on services like github > and bitbucket? Will it be easier to fork and contribute? > > On Dec 15,

[web2py] Re: administrator controller

2010-12-15 Thread Luther Goh Lu Feng
I wonder if the plugins will be better hosted on services like github and bitbucket? Will it be easier to fork and contribute? On Dec 15, 7:27 pm, Martín Mulone wrote: > I have no problem. > > 2010/12/15 mdipierro : > > > > > > > > > > > If we can repurpose Martin's app and he is willing to maint

Re: [web2py] Re: administrator controller

2010-12-15 Thread Martín Mulone
I have no problem. 2010/12/15 mdipierro : > If we can repurpose Martin's app and he is willing to maintain it, > that would be the best solution. > > I can also split appliances. Not hard to do but we need a way to vote > and keep track of versions. > > > Massimo > > On Dec 14, 9:48 pm, Bruno Roch

Re: [web2py] Re: administrator controller

2010-12-15 Thread Branko Vukelic
Wasn't Thadeus working on this, though? With a public API so it can integrate into admin, and all the bells and whistles. On Wed, Dec 15, 2010 at 5:28 AM, mdipierro wrote: > If we can repurpose Martin's app and he is willing to maintain it, > that would be the best solution. > > I can also split

[web2py] Re: administrator controller

2010-12-14 Thread mdipierro
If we can repurpose Martin's app and he is willing to maintain it, that would be the best solution. I can also split appliances. Not hard to do but we need a way to vote and keep track of versions. Massimo On Dec 14, 9:48 pm, Bruno Rocha wrote: > 2010/12/15 mdipierro > > > I think we need a b

Re: [web2py] Re: administrator controller

2010-12-14 Thread Bruno Rocha
2010/12/15 mdipierro > I think we need a better public repository for plugins so that people > can contribute. web2py.com/appliances can be splited in categories ['Applications','modules','plugins'] or @martin created an application for WAE (http://w2pexhibition.appspot.com/) source is here:

[web2py] Re: administrator controller

2010-12-14 Thread mdipierro
I think we need a better public repository for plugins so that people can contribute. On Dec 13, 11:52 am, Christopher Steel wrote: > it is literally the same plugin but with a menu item... I was going to > add some more features but had to move on to other projects... > > On Dec 13, 2:01 am, mdi

[web2py] Re: administrator controller

2010-12-13 Thread Christopher Steel
it is literally the same plugin but with a menu item... I was going to add some more features but had to move on to other projects... On Dec 13, 2:01 am, mdipierro wrote: > can you tell us more? What does it do? > > Massimo > > On Dec 13, 12:20 am, Christopher Steel wrote:> Here > is the same o

[web2py] Re: administrator controller

2010-12-12 Thread mdipierro
can you tell us more? What does it do? Massimo On Dec 13, 12:20 am, Christopher Steel wrote: > Here is the same one, I added a menu item. but I have not touched it > in a while > > http://code.google.com/p/uc-admin/ > > I would be interested in any updates etc. as well.. > > Chris

[web2py] Re: administrator controller

2010-12-12 Thread Christopher Steel
Here is the same one, I added a menu item. but I have not touched it in a while http://code.google.com/p/uc-admin/ I would be interested in any updates etc. as well.. Chris

[web2py] Re: administrator controller

2010-12-12 Thread Richard
yes I understand the code required, but was after existing solution with nice looking view

[web2py] Re: administrator controller

2010-12-11 Thread mdipierro
On Dec 12, 12:45 am, Richard wrote: > @abrilc, would be interested to see what you have. > My specifications are simple: > - view users def users(): return dict(users=db(db.auth_user).select()) > - block/unblock user db.auth_user(id).update_record(registration_key='blocked') > - delete user