[web2py] Re: mercurial

2017-09-02 Thread Dave S
On Friday, September 1, 2017 at 9:18:48 PM UTC-7, Massimo Di Pierro wrote: > > There is an advantage in having some minimal version control functionality > available through the web admin. > We just have the wrong functionality. > > What we need is commit, push, and pull only. In that an admin

[web2py] Custom auth Forms processing

2017-09-02 Thread Razvan Cristian
Hello all! How i can take control of the registration,login, etc forms? It is very important that I process the registration form ( i have an 'organization' table in db and based on some info the user enters on the registration page i should create corresponding organization entry and based on

[web2py] Re: Web2py + PhoneGap + Cordova (Mobile Developer)

2017-09-02 Thread Massimo Di Pierro
I am very much interested in this. Can you tell us more about your goals. Also, can you email me privately? On Saturday, 2 September 2017 01:03:20 UTC-5, Junior Phanter wrote: > > Hi guys... > I'm starting a project (web2py plugin) to help in the development of > mobile applications with web2py

Re: [web2py] Web2py + PhoneGap + Cordova (Mobile Developer)

2017-09-02 Thread Mathieu Clabaut
Hello, Thanks for sharing ! A minimal README would however be welcomed to explain the goal of the project. Also, you would certainly get more user traction if you wrote the code in English. Best regard. On Sat, Sep 2, 2017 at 8:03 AM Junior Phanter wrote: > Hi guys... > I'm starting a project

[web2py] Re: web2py 2.15.4 is OUT

2017-09-02 Thread domezzzz
Dear Massimo The new windows executable version 2.15.4, is identical to the 2.15.2. Already reported the same for 2.15.3: > > https://groups.google.com/forum/?fromgroups#!topic/web2py/IdlH3hc8bRk > Regards. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://

Re: [web2py] Web2py + PhoneGap + Cordova (Mobile Developer)

2017-09-02 Thread Junior Phanter
I do not speak English, but I will work on it now. Both in the README and in the Code. Thanks 2017-09-02 12:48 GMT-03:00 Mathieu Clabaut : > Hello, > > Thanks for sharing ! > A minimal README would however be welcomed to explain the goal of the > project. > Also, you would certainly get more user

Re: [web2py] Re: Web2py + PhoneGap + Cordova (Mobile Developer)

2017-09-02 Thread Junior Phanter
Sorry my bad english... I will try to do a step-by-step on the github wiki. I'll get in touch soon. My final goal is to be able to develop all of the HTML5 + CSS + JAVASCRIPT of the mobile application on web2py using HELPERS, FORMs, URL, etc ... making the necessary ajax requests (if the app is not

[web2py] Re: Upload to auth_user

2017-09-02 Thread Tiago Barrionuevo
Well... I created a test application from scratch, added the auth_user.picture and it works fine! I'm going to try to find out what's going wrong with my application admin! I already run through the debugger and didn't discover nothing... When I find out the problem I'll post here! -- Resource

[web2py] Filter users in appadmin

2017-09-02 Thread Tiago Barrionuevo
Hi, Is there any way to filter records in the auth_user table when logged with a specific user in the appadmin? I know that's possible to select what tables are visible for a specific role, but I didn't find information about how to apply filters in a table (auth_user for exemple). Thanks fo