Re: [web2py] Re: Crud is deprecated?

2015-06-04 Thread Dave S
On Thursday, June 4, 2015 at 12:25:00 PM UTC-7, Niphlod wrote: And remember that deprecated is meant to give you time to change over to newer stuff, but the deprecated stuff could be removed completely at some point. Your '54 Coupe could be banned from freeways or even public roads

Re: [web2py] Re: Crud is deprecated?

2015-06-04 Thread Dave S
On Friday, April 10, 2015 at 4:00:44 PM UTC-7, Dave S wrote: On Friday, April 10, 2015 at 1:50:24 PM UTC-7, Ron Chatterjee wrote: Does it break the backward compatibility if I have crud included in the code? If not, then it shouldn't be a problem in keep using it. Right? I think

Re: [web2py] Re: Crud is deprecated?

2015-06-04 Thread Niphlod
And remember that deprecated is meant to give you time to change over to newer stuff, but the deprecated stuff could be removed completely at some point. Your '54 Coupe could be banned from freeways or even public roads except under special conditions of historic display. /dps not

Re: [web2py] Re: Crud is deprecated?

2015-04-12 Thread Paul
There is a bug in crud search which i pointed out in this issue (and highlighted a fix for it) https://github.com/web2py/web2py/issues/844 On Saturday, 11 April 2015 05:19:20 UTC+1, Massimo Di Pierro wrote: We never officially said it but we have not touched the crud code in more than 2

Re: [web2py] Re: Crud is deprecated?

2015-04-11 Thread pang
El sábado, 11 de abril de 2015, 6:19:20 (UTC+2), Massimo Di Pierro escribió: We never officially said it but we have not touched the crud code in more than 2 years. No bugs have reported but we have no intention of adding functionality since better functionality if available in SQLFORM now.

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Massimo Di Pierro
We never officially said it but we have not touched the crud code in more than 2 years. No bugs have reported but we have no intention of adding functionality since better functionality if available in SQLFORM now. On Friday, 10 April 2015 19:34:04 UTC-5, Anthony wrote: * The buglist isn't

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Ron Chatterjee
Does it break the backward compatibility if I have crud included in the code? If not, then it shouldn't be a problem in keep using it. Right? Whats the pros and cons of using it as oppose to not using it vs. using SQLFORM instead? On Friday, April 10, 2015 at 2:59:18 PM UTC-4, Richard wrote:

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Dave S
On Friday, April 10, 2015 at 1:50:24 PM UTC-7, Ron Chatterjee wrote: Does it break the backward compatibility if I have crud included in the code? If not, then it shouldn't be a problem in keep using it. Right? I think you're missing the point of backwards compatibility. In the Web2Py

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Dave S
On Friday, April 10, 2015 at 4:00:44 PM UTC-7, Dave S wrote: On Friday, April 10, 2015 at 1:50:24 PM UTC-7, Ron Chatterjee wrote: Does it break the backward compatibility if I have crud included in the code? If not, then it shouldn't be a problem in keep using it. Right? I think

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Anthony
* The buglist isn't going to get shorter [2] While the primary developers may or may not bother to fix a given bug, I doubt a pull request with a fix would be rejected. Actually, I'm not sure we can really even say Crud has officially been deprecated. There is no mention of that in the

Re: [web2py] Re: Crud is deprecated?

2015-04-10 Thread Ron Chatterjee
Works fine. Just need to do this: from gluon.tools import Crud crud = Crud(db) On Friday, April 10, 2015 at 8:34:04 PM UTC-4, Anthony wrote: * The buglist isn't going to get shorter [2] While the primary developers may or may not bother to fix a given bug, I doubt a pull request with