[Pytrainer-devel] New information on help file of Post to Wordpress Plugin

2011-05-16 Thread Francisco Matelli
I suggest to add this line at the end of help file: WordPress Configuration Under Configuration tab, depeding on your version of wp you have to go to "Newtword Dashboard", and add this and chage allowed file types to: "jpg jpeg png gif mp3 mov avi wmv midi mid pdf gpx kml txt html" Just adding t

Re: [Pytrainer-devel] Pytrainer service layer refactoring

2011-05-16 Thread Druzee
I guess you've seen that currently the data is being inserted with string query building ... besides being a bad practice it causes a problem when trying to insert/update strings with single/double quotes On Fri, May 13, 2011 at 12:43 PM, Nathan Jones wrote: > > I'm starting with the simplest en

Re: [Pytrainer-devel] Pytrainer service layer refactoring

2011-05-16 Thread Nathan Jones
On 16 May 2011 19:57, Druzee wrote: > I guess you've seen that currently the data is being inserted with string > query building ... besides being a bad practice it causes a problem when > trying to insert/update strings with single/double quotes Yeah, tell me about it. This service layer will ef