Re: [web2py] Re: simple seo plugin

2015-09-05 Thread Carlos Cesar Caballero Díaz
Thanks!!! The plugin is in web2pyslices now!!! and my thumbnails plugin too!!! El 03/09/15 a las 15:14, Niphlod escribió: so we're good to go ? On Thursday, September 3, 2015 at 8:29:48 PM UTC+2, Alan Etkin wrote: Ooops The web2pyslices site sends the new post notifications, my bad,

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Niphlod
so we're good to go ? On Thursday, September 3, 2015 at 8:29:48 PM UTC+2, Alan Etkin wrote: > > Ooops > > The web2pyslices site sends the new post notifications, my bad, I was > just sending them to some unchecked email folder. > > > 2015-09-03 14:40 GMT-03:00 Alan Etkin >: > > Sorry, probably

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Alan Etkin
Ooops The web2pyslices site sends the new post notifications, my bad, I was just sending them to some unchecked email folder. 2015-09-03 14:40 GMT-03:00 Alan Etkin : > Sorry, probably your first post was not checked. > > We should implement some kind of post permission request on the user list

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Alan Etkin
Sorry, probably your first post was not checked. We should implement some kind of post permission request on the user list since the automated mail for admins at the slices app wont work or was disabled El 03/09/2015 12:11, "Anthony" escribió: > Actually, there's a bigger problem. In Python, de

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Carlos Cesar Caballero Díaz
Perfect, the code is already fixed, Thanks. El 03/09/15 a las 11:11, Anthony escribió: Actually, there's a bigger problem. In Python, default arguments are evaluated when the function is first defined, so all of your default arguments will be set when the module is first imported. Therefore, a

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Anthony
Actually, there's a bigger problem. In Python, default arguments are evaluated when the function is first defined, so all of your default arguments will be set when the module is first imported. Therefore, all references to the "current" object in the default arguments will be fixed to the valu

Re: [web2py] Re: simple seo plugin

2015-09-03 Thread Niphlod
On Thursday, September 3, 2015 at 7:22:52 AM UTC+2, Carlos Cesar Caballero wrote: > > Hi Niphlod, many thanks for your suggestions, The main problem with > web2pyslices.com is that I can't publish anything and I don't know why, I > mentioned this in other threads. > About the default value in

Re: [web2py] Re: simple seo plugin

2015-09-02 Thread Carlos Cesar Caballero Díaz
Hi Niphlod, many thanks for your suggestions, The main problem with web2pyslices.com is that I can't publish anything and I don't know why, I mentioned this in other threads. About the default value in argument, I can change it, but why you prefer default to None? El 02/09/15 a las 04:29, Niph