Re: Error with virtual field (was: Re: [web2py] [ANN] Started development on web2admin)

2014-01-10 Thread rif
I meant a few updates to web2admin :) vineri, 10 ianuarie 2014, 13:46:24 UTC+2, rif a scris: > > Unfortunately it seems to be a web2py grid/smartgrid bug. I opened a > ticket here: http://code.google.com/p/web2py/issues/detail?id=1851 > > Meanwhile please note that defining an old style virtual f

Re: Error with virtual field (was: Re: [web2py] [ANN] Started development on web2admin)

2014-01-10 Thread rif
Unfortunately it seems to be a web2py grid/smartgrid bug. I opened a ticket here: http://code.google.com/p/web2py/issues/detail?id=1851 Meanwhile please note that defining an old style virtual field does not break the smartgrid: class MyVirtualFields(object): def testfield(self):

Re: Error with virtual field (was: Re: [web2py] [ANN] Started development on web2admin)

2014-01-10 Thread rif
I am checking it right now, be back soon. -rif vineri, 10 ianuarie 2014, 01:28:37 UTC+2, Manuele a scris: > > Il 10/09/12 15:49, rif ha scritto: > > I started the development of a new django-like admin interface. > > > > You can find it here: https://github.com/rif/web2admin > > > > It is ve

Error with virtual field (was: Re: [web2py] [ANN] Started development on web2admin)

2014-01-09 Thread Manuele Pesenti
Il 10/09/12 15:49, rif ha scritto: > I started the development of a new django-like admin interface. > > You can find it here: https://github.com/rif/web2admin > > It is very basic but still usable because it uses SQLFORM.smartgrid. > > I am announcing it early because I need your feedback and fea

Re: [web2py] [ANN] Started development on web2admin

2012-09-14 Thread rif
Hi rochacbruno, thank you for the kind words. Yes select2 should be an improvement over chosen, I found about it here: https://github.com/h5bp/lazyweb-requests/issues/92 (they are planning to upgrade standard select). A widget would be great. The url trick is very welcome I will get it in the r

Re: [web2py] [ANN] Started development on web2admin

2012-09-13 Thread Bruno Rocha
Nice work! the select2.js is the same as choosen? I really like it! should have a web2py widget for this. SUGGESTION: it is very annoying to request "host/app/plugin_web2admin" the url does not looks good. To change this, the hard option is tricking on routes. But there is an easy way: NOTE: it

Re: [web2py] [ANN] Started development on web2admin

2012-09-13 Thread rif
New features: - Admin logo configuration - Actions (execute functions on multiple rows) - w2a_export permission for restricting export feature - Screenshots in readme :) - Tweaks and bug fixes More to come: - Table fields exclusion - Filters (easy restrict range of displ

Re: [web2py] [ANN] Started development on web2admin

2012-09-12 Thread rif
There was a problem with the installation from master tip tar gz. Created plugin archive for download here . miercuri, 12 septembrie 2012, 18:50:20 UTC+3, rif a scris: > > Added plugin configuration options (inspired by sram

Re: [web2py] [ANN] Started development on web2admin

2012-09-12 Thread rif
Added plugin configuration options (inspired by sramana's instant-admin): - items per page - extra links in sidebar Every day when I get some free time I am adding some new features. If you have requests or bug reports please don't hesitate :) Thanks, -rif --

Re: [web2py] [ANN] Started development on web2admin

2012-09-10 Thread Marin Pranjić
Github is having some database problem right now. But thanks for sharing this - I will try it later. On Mon, Sep 10, 2012 at 3:49 PM, rif wrote: > I started the development of a new django-like admin interface. > > You can find it here: https://github.com/rif/web2admin > > It is very basic but s