[web2py:26525] Where's the roadmap?

2009-07-14 Thread lpg
I’m interested in using web2py for some business/enterprise applications, but other collaborators of mine have reservations about web2py because it is a new framework, and that there is no explicit long-term roadmap. Some of you may have a similar experience. I think the community would benefit

[web2py:26526] Web2Py Foundation?

2009-07-14 Thread lpg
I think most of us in the community are interested in seeing web2py maintained/developed/protected over the long term. The community is getting to a size where we need to discuss what can be done to disseminate and improve web2py, and take some of the burden off of Massimo (although he does a grea

[web2py:26561] Re: Where's the roadmap?

2009-07-15 Thread lpg
I vote for: A: The plug-in mechanism/specification. This is the only core feature missing, which Drupal, RoR and others have. B: Improved visuals and default templates (checkout the latest Django UI elements for the default admin panel; http://gosatchmo.com/static/images/gosatchmo/django-admin-plu

[web2py:26573] Re: Where's the roadmap?

2009-07-15 Thread lpg
Hi Massimo, RE: Book, I think we need more training or marketing materials specifically targeting CTOs, perhaps comparing to more established competitors (Java's Spring, Struts). Maybe some CTOs in our community have some input on what those materials should look like? Perhaps someone should start

[web2py:26574] Re: Web2Py Foundation?

2009-07-15 Thread lpg
web2py even more than > for collecting tax free donations. > > Massimo > > On Jul 14, 6:56 pm, lpg wrote: > > > I think most of us in the community are interested in seeing web2py > > maintained/developed/protected over the long term. The community is > > getting

[web2py:26673] Re: reddish2

2009-07-16 Thread lpg
Massimo, Yarko, Is it your idea to use Reddish2 to discuss and vote on the roadmap? Thanks, Lucas On Jul 15, 8:01 pm, Yarko Tymciurak wrote: > On Wed, Jul 15, 2009 at 5:47 PM, mdipierro wrote: > > > OK I will fix this. meanwhile use > > >http://localhost:8000/rdsh/default/user/login > > Yep - t

[web2py:26741] Re: reddish2

2009-07-17 Thread lpg
one had an objection we could start on Ideatorrent immediately. Massimo what do you say to this? Thanks! Lucas On Jul 16, 10:44 pm, mdipierro wrote: > yes > > On Jul 16, 4:32 pm, lpg wrote: > > > Massimo, Yarko, > > Is it your idea to use Reddish2 to discuss and vote on

[web2py:26812] Vote: Roadmap and Issue Tracking Applications

2009-07-18 Thread lpg
Recently we have been discussing different ways to manage the roadmap, feature request, bug tracking etc (http://groups.google.com/group/ web2py/browse_thread/thread/8ff54638a161cd97 ). From the discussions it's clear we need an application better than Google Groups to do this. Can we take a vote

[web2py] Re: Continuous Integration

2012-04-21 Thread lpg
HI All I'm doing some research on Continuous Integration for web2py, and would really like someone to share their experience with this. Seems like it would be an important complement to web2py enterprise deployments. On Monday, January 18, 2010 12:39:48 PM UTC-2, Matthew wrote: > > Has anyone

[web2py] Spontaneous .table file corruption?

2014-08-26 Thread lpg
Anyone else seen this? Database .table files are getting corrupted spontaneously. This happened overnight on a testing server that doesn't get users. No updates on application code, nor web2py. https://www.dropbox.com/s/p34vdbdszdpsr1q/Screenshot%202014-08-26%2010.14.24.png?dl=0 Relevant inform

[web2py] Re: Current status of adapting OrientDB for web2py

2014-09-19 Thread lpg
bumping this to the future. On Wednesday, September 5, 2012 2:59:26 AM UTC-4, luckysmack wrote: > > I am curious if anyone has made any advancements with OrientDB. I only > recently found out about it and Neo4j. I had been planning on using > mongo/couch for my db backend, but based on the way

[web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-01 Thread lpg
Testing the latest 2.9.11 on GAE, seems like /admin app is breaking, since many static resources can't be found. I used the new web2py.py -G configure. However it seems like the .yaml may not have all the static routes? See Screenshot here: https://www.dropbox.com/s/6zbb2zezmfrzhxe/Screenshot%20

[web2py] Re: Path to jquery and other libs is wrong in the admin app (2.9.11)

2014-10-02 Thread lpg
I'm having the same issue, it doesn't seem like the GAE config file solves it. I used "web2py.py -G config" and I am getting the same issue. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2

[web2py] Re: Path to jquery and other libs is wrong in the admin app (2.9.11)

2014-10-02 Thread lpg
Hi Miguel, this seems to break the rest of app for me, including welcome: https://www.dropbox.com/s/sa7s3yp5xy47ckb/Screenshot%202014-10-02%2012.55.58.png?dl=0 I didn't notice it until clearing the browser cache. Can you confirm? Thanks On Tuesday, September 30, 2014 9:22:19 AM UTC-4, Miguel wr

Re: [web2py] web2py.py -G configure issues? Trouble with /admin on GAE

2014-10-10 Thread lpg
ions/\1/static/\2 >> >> > upload: applications/(.+?)/static/(.+) >> >> > secure: optional >> >> > expiration: "365d" >> >> > >> >> > #- url: /(.+?)/static/(.+) >> >> > # static_f

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread lpg
Hello, what's the status of integrating this in Web2py ? Can't see any other discussions online... On Wednesday, April 2, 2014 7:18:26 AM UTC-4, Quint wrote: > > hmm, > > You'll need to import current somewhere in one of your models i guess.. > > Try to add this: > > from gluon.globals import cur