FYI, I just submitted the following as a bug (case 61023). This one had me tearing my hair out on several plugins until I figured it out today.... I finally...
I have slated this bug to be fixed for Boomer  our next release  a beta of which should commence in Nov. ... Re: [mt-dev] template_param callback bug I...
Could someone more familiar with PubQueue clue me in on this please? What "extra" has to be done for that part of the system? Without even checking I'm going...
Since the text formatting filters run automatically, I would assume they fall into the entry post_save callback process, if silently(I can't find an explicit...
... My understanding is that text formatting filters do not actually modify the content of an entry (as would be the case if they ran post_save; they are...
http://onmovabletype.com/articles/2007/11/regarding-enclosures.php This, incidentally, was why I was asking about when formatting filters are applied, if...
I've released a new version of Temper through my site. Please post any feedback etc here on the list. Changes and a draft of the docs follows. Thanks. <tim/> ...
I'm trying to find info on how to setup a cronjob to rebuild MT every hour. I've been looking around for a while and haven't found anything. Anybody else doing...
... It is important to note that while the above links are good howto resources for setting up cron jobs -- the "run-periodic-tasks" script will *not* trigger...
Hey Perl wiz kids. Here's a general question for you: I'm digging through some 3.35 code seeing how the app is fit together and I'm trying to better understand...
... I'll take this opportunity to poke Byrne and say: "Update the repos!" ... Which I looked at and looked at and it didn't click. I suppose I got carried away...
Definitely not claiming wizkidhood but this might help: When you define a class, you inherit methods from any parent listed in the @ISA array. You can then, if...
SUPER to access the "superclass" (the class) that is being inherited. MT::Entry inherits MT::Object. MT::Object has a save method that MT::Entry inherits BUT...
Hi all!, I've made a new MT 4 plugin that allows sending an email notification to a commenter when a specific comment is replied to by the blog's author. So...
On my travels today, I noticed something in the Japanese docs that I hadn't registered before: http://movabletype.jp/documentation/appendices/tags/include.html...
I recall the blog_id arguments and the variable pass-through being mentioned (mt-dev and Pronet by Byrne, respectively, IIRC), but they really should be be...
... I was about to say it's kinda mentioned in passing at the bottom of the page in a list of a bunch of other tags, if that's what you mean. But actually it's...
On Thu, 08 Nov 2007 10:38:00 +0530, "Gurunandan R. Bhat" ... Thanks for the explanation. I'm beginning to come around (I think). Real world example: In...
... Funny you should mention that, since support for this will be in the next release, and also support for an "else-if" type syntax, which would look like...
... use Your::Package; @Your::Package::ISA = qw( parents); is the old way of inheriting from a class/package. In more recent Perl's (starting in 5.6?) the...
My apologies... The template tag documentation scrub got stalled in the C¹s. I will pick up this torch again once MTCS ships and the team has some spare time...
I updated the include docs before leaving the office. The 'default' attribute is still undocumented for now, since it is primarily for application templates...