Let's say I have a plugin which declares itself as: package MTPlugin::FooBar::MTPluginName; As I understand, this suggests it should be located at: ...
Looks like MT (3.2 at least) just tries a require on any .pl file within the plugins directory. So by putting it in the base plugins directory rather than a...
This is a technical thing hopefully I can explain clearly enough. package simple defines a namespace. A namespace separates and identifies variables or methods...
... It does, and I did. I would've expected nothing less *grin* I was actually pretty sure the basic answer to my question would be no, but didn't know why,...
I've been racking my brains on some MT code today and have come to the conclusion that I've found a bug in other MT 3.31 and MT 3.2. The problem is with the...
Tim - The hour added to the resulting time is a result of adjusting for daylight savings time. iso2ts() makes a call to offset_time_list(), which in turn ...
MT will be adopting DOD, but it's not as easy as you'd think. For one, DOD supports a subset of our existing MT::ObjectDriver implementations. Notably,...
... For what its worth, I'd like to see Berkeley DB deprecated in the near term and removed by the time a switch to DOD comes around. These days every shared...
Thanks for the reply. I had already done something similar using Date::Parse and then ran it through epoch2ts. I'm working on Feeds.App which uses XML::RAI...
... I agree. There are many fewer hosting plans out there now that don't offer some sort of SQL database support than there were in the early days of MT. The...
... We agree then. ... NOT looking forward to another day like that one. PS: Oddly enough, SpamAssassin has been scoring some of the mt-dev messages as spam...
Has anyone else noticed that the MT repository has had a single commit in weeks. That strike me as odd. I know that repository is a mirror of their internal...
Around July 15th, an MT 3.32 branch was created in the repository, and all subsequent commits / updates have been made solely to that branch. No updates have...
... Are you looking at the trunk, or the 3.32 branch? I see a steady stream of small changes on the branch up until five days ago(so that also includes a...
The Movable Type 3.32 branch has been frozen, tested and certified by QA. While that is being prepared for release, the Movable Type team has been working on...
Here is some helpful information if you are fool enough to try out some of the new upgrade/install features for plugins like me. I've been hard at work...
Being nothing more than a self-taught perl hacker, I'd love to know how everyone tests their plugins. I normally just try to *use* the plugin as I imagine...
Look no further then the Test::* modules in CPAN. There are dozens of them for testing virtually anything. The perl testing community is quite active and...
Perl Testing, "A Developer's Resource" is a greant hands-on introduction to the Test::* modules and unit testing in general. It was written by the module...
Here is my process: I maintain a test blog in which a number of Index Templates exist that contain template tags from all of my plugins. I label each template...
I'm just noticing that I didn't reply to this as I thought I did. Thanks for the reply tweezerman. I've been following along mostly through my aggregator and...
Hey Tim, Just as the external code repo is nascent and growing so are our communication methods about it. In short, all development will occur in a branch....
Someone at Six Apart might want to check on the code repository - no part of Trac is available where it was on code.sixapart.com. All of the code repo URLs...
Thank you. On it. From: mt-dev@yahoogroups.com [mailto:mt-dev@yahoogroups.com] On Behalf Of David Phillips Sent: Monday, August 21, 2006 3:55 PM To:...
Trac was removed recently (for what reason I am not 100% sure). But we are moving code.sixapart.com to another box where Trac will once again we re-installed. ...