[web2py] Re: databases folder not created in shell

2010-11-15 Thread DenesL

I believe that patch should go in shell.py too.



On Nov 15, 12:32 am, mdipierro mdipie...@cs.depaul.edu wrote:
 fixed in trunk

 On Nov 14, 8:13 pm, DenesL denes1...@yahoo.ca wrote:

  ^bump^




[web2py] Re: databases folder not created in shell

2010-11-15 Thread mdipierro
shell calls app_create which not has the problem fixed. Is it not? Can
you provide a test case?

On Nov 15, 9:05 am, DenesL denes1...@yahoo.ca wrote:
 I believe that patch should go in shell.py too.

 On Nov 15, 12:32 am, mdipierro mdipie...@cs.depaul.edu wrote:

  fixed in trunk

  On Nov 14, 8:13 pm, DenesL denes1...@yahoo.ca wrote:

   ^bump^




[web2py] Re: databases folder not created in shell

2010-11-15 Thread DenesL

When the app is being created from the shell.
See shell.py line 159.

The patch would be almost identical to the admin.py one except for
subpath =  os.path.join(path,subfolder)

which in shell.py should read
subpath =  os.path.join(adir,subfolder)



On Nov 15, 10:19 am, mdipierro mdipie...@cs.depaul.edu wrote:
 shell calls app_create which not has the problem fixed. Is it not? Can
 you provide a test case?

 On Nov 15, 9:05 am, DenesL denes1...@yahoo.ca wrote:

  I believe that patch should go in shell.py too.

  On Nov 15, 12:32 am, mdipierro mdipie...@cs.depaul.edu wrote:

   fixed in trunk

   On Nov 14, 8:13 pm, DenesL denes1...@yahoo.ca wrote:

^bump^




[web2py] Re: databases folder not created in shell

2010-11-15 Thread mdipierro
done, although it would be better if shell were to call app_create
from admin.py

On Nov 15, 10:21 am, DenesL denes1...@yahoo.ca wrote:
 When the app is being created from the shell.
 See shell.py line 159.

 The patch would be almost identical to the admin.py one except for
 subpath =  os.path.join(path,subfolder)

 which in shell.py should read
 subpath =  os.path.join(adir,subfolder)

 On Nov 15, 10:19 am, mdipierro mdipie...@cs.depaul.edu wrote:

  shell calls app_create which not has the problem fixed. Is it not? Can
  you provide a test case?

  On Nov 15, 9:05 am, DenesL denes1...@yahoo.ca wrote:

   I believe that patch should go in shell.py too.

   On Nov 15, 12:32 am, mdipierro mdipie...@cs.depaul.edu wrote:

fixed in trunk

On Nov 14, 8:13 pm, DenesL denes1...@yahoo.ca wrote:

 ^bump^




[web2py] Re: databases folder not created in shell

2010-11-14 Thread DenesL
^bump^


[web2py] Re: databases folder not created in shell

2010-11-14 Thread mdipierro
fixed in trunk

On Nov 14, 8:13 pm, DenesL denes1...@yahoo.ca wrote:
 ^bump^