[web2py] Re: Requesting Feedback for Web2py Instant Admin

2012-02-21 Thread Sanjeet Kumar
Can I add the dropdown for searching in Plugin_instant_admin

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-12-04 Thread Joseph Jude
is there any progress in including it in admin? I couldn't download the compiled plugin but downloaded and from the excellent docs, was able to include into my app. But making it part of admin will be great. Joseph

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-02 Thread Massimo Di Pierro
Let us know when you think it is ready. Massimo On Aug 2, 1:31 am, Ramana wrote: > Dear all, > > I am overwhelmed by your positive response and kind words. Thank you very > much. > > I just want to clarify that the HTML theme is not my own. I copied it > from Rails > Admin

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Ramana
Hi, I just reset the password and verified that the login is working. Can you please try now? On Tue, Aug 2, 2011 at 12:12 AM, Francisco Costa wrote: > Looks very good, but I can't login with superuser credentials > (usearname = a, password = a) > I get this message: "We're sorry. Please enter a

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Ramana
Hi Chris, The requirements are not necessary to use the plugin. They are only for developers for automating the dev/deploy/testing. Regarding path, it's my mistake. It should have been "path.py". It is at http://pypi.python.org/pypi/path.py. I fixed it now. On Tue, Aug 2, 2011 at 7:02 AM, Christ

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Ramana
Dear all, I am overwhelmed by your positive response and kind words. Thank you very much. I just want to clarify that the HTML theme is not my own. I copied it from Rails Admin , which in turn is based on Activo Theme ,

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Christopher Steel
minor bug or one time glitch? Not sure if this is a bug or a one time glitch not but after installing auth_group for the reader shows up with bars at both ends and none of the other auth_group showed this |plugin_instant_admin_reader| rather than plugin_instant_admin_reader This plug

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Christopher Steel
Ramana, Gorgeous plugin, I think we should make it part of the Web2py Welcome app as well. It is a great example of a plugin and if fills an important need for site administration. I was able to find urls for all the requirements with the exception of path which obviously brings up a lot of un

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread pbreit
Variables: self.applicationsset(['BASE', 'admin', 'error', 'examples', 'init', 'lab', ...])self.functionsset([])selfself.args[}>]self.controllersset(['appadmin', 'checkout', 'components', 'connect', 'cron', 'default', ...])

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread pbreit
I had trouble logging in but was finally successful by granting an existing auth_user superuser membership. I ran into the same "password must be 6 chars" error. One thing I noticed is that it did not seem to pick up my auth_user table (I don't see it listed in the right side nav). I am using a

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Furqan Rauf
me likey!!! web2py gets better every moment :) thanks all On Mon, Aug 1, 2011 at 1:42 PM, Francisco Costa wrote: > Looks very good, but I can't login with superuser credentials > (usearname = a, password = a) > I get this message: "We're sorry. Please enter a password with at > least six characte

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Francisco Costa
Looks very good, but I can't login with superuser credentials (usearname = a, password = a) I get this message: "We're sorry. Please enter a password with at least six characters." On Aug 1, 2:16 pm, Anthony wrote: > Looks very promising, but I cannot log into the demo (I've tried all the > provi

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Anthony
Looks very promising, but I cannot log into the demo (I've tried all the provided demo logins, but they all result in "Invalid login"). On Monday, August 1, 2011 2:09:23 AM UTC-4, Ramana wrote: > Dear Web2py users, > > I just launched the beta version of Web2py Instant > Admin

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread thakor yogesh
pls after some time dont sent any mail to my e-mail.

Re: [web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Martín Mulone
superb. Ramana, silently, you made a great job, also with docs!. Congrats!. 2011/8/1 Massimo Di Pierro > Hope you do not mind ;-) > > http://www.reddit.com/r/Python/comments/j5jhw/new_web2py_admin_plugin/ > > > On Aug 1, 1:09 am, Ramana wrote: > > Dear Web2py users, > > > > I just launched the

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Massimo Di Pierro
Hope you do not mind ;-) http://www.reddit.com/r/Python/comments/j5jhw/new_web2py_admin_plugin/ On Aug 1, 1:09 am, Ramana wrote: > Dear Web2py users, > > I just launched the beta version of Web2py Instant > Admin, > a (supposedly) django-like admin interf

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Massimo Di Pierro
A proposal 1) we change auth.requires_permission() with auth.requires(is_admin or has_permission(...)) 2) we move everything that is not under */plugin_instant_admin under plugins/plugin_instant_admin 3) we rename instant_admin into iadmin 4) we include it into welcome app 5) we expo

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread weheh
Ramana, looks really really nice. Congrats! On Aug 1, 2:09 am, Ramana wrote: > Dear Web2py users, > > I just launched the beta version of Web2py Instant > Admin, > a (supposedly) django-like admin interface for Web2py applications. > The demo

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Massimo Di Pierro
This is fantastic! I also see it is already packaged as a plugin. I only took a quick look at the source code. It is well written. I noticed you use the has_permission decorator everywhere therefore this is more suitable to be an admin to be exposed to users than an admin for the administrator. We

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-07-31 Thread pbreit
It looks pretty interesting. Is the idea that it would complement or replace appadmin?