[web2py] Re: .mobile.html disappeared

2011-09-13 Thread Massimo Di Pierro
I think I fixed it in trunk. Can you check?

On Sep 13, 8:24 am, Martin Weissenboeck mweis...@gmail.com wrote:
 I have written a small test function def m() for the @mobilize decorator.
 Then I have created two views default/m.html and default/m.mobile.html.
 Both views are working correct, but the second one has disappeared from the
 view menu:

    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/__...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 __init__.pyhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/__...
    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/ap...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 appadmin.htmlhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/ap...
 extends
    *layout.html*
    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/de...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 default/index.htmlhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/de...
 extends
    *layout.html*
    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/de...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 default/m.htmlhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/de...
 extends
    *layout.html*
    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/de...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 default/user.htmlhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/de...
 extends
    *layout.html*
    -  
 Edithttps://web2py-trunk.fluxflex.com/admin/default/edit/welcome/views/ge...
    https://web2py-trunk.fluxflex.com/admin/default/delete/welcome/views/...
    
 generic.htmlhttps://web2py-trunk.fluxflex.com/admin/default/peek/welcome/views/ge...
 extends
    *layout.html*

 But the file default/m.mobile.html is still in its directory!
 I have tried some other filenames: it seems that every file with a filename
 containing more than one dot disappears!

 Regards, Martin


Re: [web2py] Re: .mobile.html disappeared

2011-09-13 Thread Martin Weissenboeck
Ok, I have to wait for the nightly built  :-)
I think I should spend some time to learn how to work with the
repository

2011/9/13 Massimo Di Pierro massimo.dipie...@gmail.com

 I think I fixed it in trunk. Can you check?

 On Sep 13, 8:24 am, Martin Weissenboeck mweis...@gmail.com wrote:
  I have written a small test function def m() for the @mobilize
 decorator.
  Then I have created two views default/m.html and
 default/m.mobile.html.
  Both views are working correct, but the second one has disappeared from
 the
  view menu:



Re: [web2py] Re: .mobile.html disappeared

2011-09-13 Thread Angelo Compagnucci
Hi Martin,

The first time you download the source you can use:

hg clone https://code.google.com/p/web2py/ web2py-dev

Getting the latest version is really a matter of typing:

hg pull -u

into the web2py-dev folder!

2011/9/13 Martin Weissenboeck mweis...@gmail.com:
 Ok, I have to wait for the nightly built  :-)
 I think I should spend some time to learn how to work with the
 repository

 2011/9/13 Massimo Di Pierro massimo.dipie...@gmail.com

 I think I fixed it in trunk. Can you check?

 On Sep 13, 8:24 am, Martin Weissenboeck mweis...@gmail.com wrote:
  I have written a small test function def m() for the @mobilize
  decorator.
  Then I have created two views default/m.html and
  default/m.mobile.html.
  Both views are working correct, but the second one has disappeared from
  the
  view menu:



Re: [web2py] Re: .mobile.html disappeared

2011-09-13 Thread Martin Weissenboeck
@Angelo. only 2 commands - great!
I have used TortoiseHg (WinXP) and with your help it was simple to use.

@Massimo: I'll be back said the file - problem solved!

Thank you very much!
Martin

2011/9/13 Angelo Compagnucci angelo.compagnu...@gmail.com

 Hi Martin,

 The first time you download the source you can use:

 hg clone https://code.google.com/p/web2py/ web2py-dev

 Getting the latest version is really a matter of typing:

 hg pull -u

 into the web2py-dev folder!

 2011/9/13 Martin Weissenboeck mweis...@gmail.com:
  Ok, I have to wait for the nightly built  :-)
  I think I should spend some time to learn how to work with the
  repository
 
  2011/9/13 Massimo Di Pierro massimo.dipie...@gmail.com
 
  I think I fixed it in trunk. Can you check?
 
  On Sep 13, 8:24 am, Martin Weissenboeck mweis...@gmail.com wrote:
   I have written a small test function def m() for the @mobilize
   decorator.
   Then I have created two views default/m.html and
   default/m.mobile.html.
   Both views are working correct, but the second one has disappeared
 from
   the
   view menu: