... That's basically how I've ended up doing it in the past, although instead of using the MT::Request instance, I believe I just set a hash element in the...
... I was running into that exact problem when I was working on this problem. The post object creation code actually creates another object, so I had to...
... I've been working in this area for Tags.App and have found this kind of confusing. Having glanced at the docs I took original object to mean "what's in the...
... Yeah, the names are confusing. "The original" and "the object" are really "the object" and "the temporary copy for saving." They're completely identical...
... Or just replacing the whole ?!^#%*$ thing with Data::ObjectDriver and being done with it. It must be so frustrating for you to work with that module and...
You say that like it's EASY to migrate to Data::ObjectDriver. While Data::ObjectDriver has a number of great feaures, it doesn't have a number of great (and...
No hand waving implied. I never said it was easy either. I think the features in Data::ObjectDriver are important to MT as an enterprise platform. I can't...
... I think pretty much everyone agrees with that. ... Those are the biggest ones that come to mind. I know when Brad and I talked about this he mentioned a...
... Without describing my specific experience, I'll agree with everyone else that it's entirely feasible, yet not quite trivial. ... Lately I've avoided that...
Dear Movable Type Developers and ProNet, I wanted to let everyone know about an upcoming event we are hosting in San Francisco. Inspired by the Business...
As part of the upcoming Technology and Blogging Seminar [1] we are holding on November 13th in San Francisco, Six Apart is organizing the first ever, global...
*Sigh* I wish I could participate but Tuesday is a weekday and I'll be at school for most of the day and then have real life things to do after school :( ... ...
I've mentioned this here before, but now I've taken it a bit further. I've done some quick documentation and compilation tests and submitted Typist to CPAN. ...
Sorry for the inconvenience folks. If you attempted to register with our discount code "FREESF" and encountered any difficulties (in regards to it trying to...
Seems I wasn't the only mt-dev member dropping something into CPAN today. http://search.cpan.org/dist/JSON-Shell/ <tim/> -- Timothy Appnel Appnel Solutions ...
Has anyone been able to get a AppTemplateSource to work before? I'm not one for transformers, but I have a situation where they make sense. Everything I do to...
That's odd. All my former BigPAPI plugins now use AppTemplateSource callbacks--I don't think I've ever used AppTemplateOutput--and I've never had a problem. ...
Something on my local install was hosing that particular callback. Your plugin didn't work until I did a reinstall. Everything is fine now. Not sure what was...
Hi, Is it possible to add file upload to plugin settings? Essentially I've got a simple plugin, the purpose of which is to allow the user to set up a profile...
thump. thump. thump. Hello is this thing on? ;) What does everyone think? Anyone want to work on this as part of the hackathon? BTW: I put Typist now has its...
... Cool! The "Differences" section of your perldoc is pretty interesting. (Ack, variable tags must use $? I hate that thing.) ... From my (limited) experience...
... Could you elaborate? Did I stick my foot in my mouth somewhere? ... I know what you mean, but it makes it easier to visually and programmatic discern the...
Hi, Can anybody point me to some documentation which may help me move some plugin settings into a separate script? My client is complaining that the settings...
Maybe look at an old version of MultiBlog? It used an external script for config before the fancier bits of plugin integration were put into the system. I...
I wouldn't call it "a world of pain," but there is a significant amount of extra work involved. Your plugin will have to include CMS template code for...
I agree with Kevin. When I'm developing the config portion of my plugins, I routinely put a piece of javascript at the bottom of the page that automatically...
... I meant you made some interesting design choices. Maintaining stash members as stacks yourself is pretty cool, for instance. It fixes the encapsulation...