Re: [web2py] Re: Powerpack

2011-05-01 Thread Martín Mulone
Thanks, now is working 2011/4/30 villas > Hi Martin > I was just trying out powerpack but it seems there are a few things > broken, I suppose you are working on that? > plugin_ip2_admin.py def editcat should be catedit > .xml() has been cancelled etc. > Regards, D -- http://martin.tec

[web2py] Re: Powerpack

2011-04-30 Thread villas
Hi Martin I was just trying out powerpack but it seems there are a few things broken, I suppose you are working on that? plugin_ip2_admin.py def editcat should be catedit .xml() has been cancelled etc. Regards, D

[web2py] Re: Powerpack

2011-04-30 Thread Christopher Steel
Yes, Right now we do two languages and we are suppose to add a third in the near future (http://voiceofaccess.org/). In the short term our solution is working but kind of clunky. I am looking for a smooth transition path for our site and our clients sites, all of which are multi-lingual. Thanks,

Re: [web2py] Re: Powerpack

2011-04-30 Thread Martín Mulone
Mmmh you need to write the same page in differents languages?. 2011/4/29 Christopher Steel > Martin, > > I have been looking at powerpack and it is a really exciting > application and collection of plugins. > > You have addressed a number of practical issues related to Web2py > application deve

Re: [web2py] Re: Powerpack

2011-04-30 Thread Martín Mulone
Like any other web2py application, change in models/config.py mainconfig.database_uri = 'sqlite://storage.sqlite' a mainconfig.migrate = True mainconfig.database_uri = 'mysql://user:pass@localhost:3306/databasename' The problem is perhaps you have migrate=False. Delete all the content in the

[web2py] Re: Powerpack

2011-04-30 Thread luckysmack
This is great. I noticed that the default is to use sqlite, is there a way I can convert it to use mysql? i tried editing the connection screen before visiting the page, but i kept getting a ticket stating it was unable to create a table. On Apr 29, 8:17 am, Christopher Steel wrote: > Martin, > >

[web2py] Re: Powerpack

2011-04-29 Thread Christopher Steel
Martin, I have been looking at powerpack and it is a really exciting application and collection of plugins. You have addressed a number of practical issues related to Web2py application development in an elegant and what appears to be a highly practical ways. Bravo! Your approach of starting w

Re: [web2py] Re: Powerpack

2011-04-13 Thread Martín Mulone
there are too many changes to the scatfolding app welcome, this is why I'm packaging as an application and not as plugin, the changes come to models, layout.html and web2py_ajax.html and the plugins use this changes, but there are great benefits in doing that, more pluggable. To make an example the

[web2py] Re: Powerpack

2011-04-12 Thread mart
Bravo! On Apr 12, 5:50 pm, Massimo Di Pierro wrote: > wow...can we make easier for user to install? Can we add this to the > list of wizard plugins? > > On Apr 12, 4:34 pm, pbreit wrote: > > > > > > > > > Wow, great packaging! Will definitely have a look.

Re: [web2py] Re: Powerpack

2011-04-12 Thread Stifan Kristi
amazing, i'll try it...

[web2py] Re: Powerpack

2011-04-12 Thread Massimo Di Pierro
wow...can we make easier for user to install? Can we add this to the list of wizard plugins? On Apr 12, 4:34 pm, pbreit wrote: > Wow, great packaging! Will definitely have a look.

[web2py] Re: Powerpack

2011-04-12 Thread pbreit
Wow, great packaging! Will definitely have a look.

[web2py] Re: Powerpack

2011-04-12 Thread Anthony
Awesome! Thanks a lot, Martin. :) On Tuesday, April 12, 2011 5:19:51 PM UTC-4, Martin.Mulone wrote: > Powerpack App = Plugin Instant Press + Plugins Comments + Plugins > > Intro: http://www.youtube.com/watch?v=nvvWE2rVnR0 > > https://bitbucket.org/mulonemartin/powerpack/wiki/Home > > -- > My bl