This is an article on HTML::Template that O'Reilly published recently. HTML::Template is of course the module MT uses for all of its application screen...
Tell me about the Javascript mess. I spent the better part of two days trying to figure out why itemset actions weren't working with the notification list,...
... Agreed. And this is why this has become a real issue. Further, I think it would be a huge benefit to the platform if users could more easily create their...
Er... "neglected to put in". Sorry about that. :) _____ From: mt-dev@yahoogroups.com [mailto:mt-dev@yahoogroups.com] On Behalf Of Chad Everett Sent: Friday,...
... I suppose that is an option since since I know its in use by the Vox team and perhaps TypePad by now. Those products needs and situations are fairly...
Hi, Was trying to read the MT sources and encountered the following "use" statement in a manner that I had not seen before. Can someone please help me to...
... That is a basic construct of the Exporter modules and the 'use' function: use Module LIST See the following: * http://perldoc.perl.org/functions/use.html *...
... A use statement can take parameters that are passed to the import statement. If you open up lib/MT/Bootstrap.pm you'll see how import takes a regular hash...
Hi all, I'm in the midst of writing an extra rebuild option using a RebuildOptions callback, and I'm having the damnedest time of it. I've added the callback,...
... I haven't one this before, but I've looked at the rebuild engine quite a bit because I've frequently run into scenarios where I needed to add a rebuild...
... Yeah, I was digging through this mess but was really really hoping I was missing some obvious solution. I guess I'll have to hijack the rebuild start page...
... That's sounds like it might be a slightly better options then trying to decipher how you might (perhaps you can't at all) reuse what MT is doing. Its quite...
Has anyone tried the internationlization of plugin items within an itemset action list? It's easy enough to do with the description of your plugin by simply...
Hi, MT 3.3 is an improvement regarding unicode but it still for the most part does not use Perl's utf-8 strings. In fact, it turns the utf8 flag on for some...
Well done and thanks for sharing this Zack. Any tips you have for Feeds.App or Feeds.App Lite would be appreciated! <tim/> -- Timothy Appnel Appnel Solutions ...
... I am using Feeds.App Lite right now but the incoming feeds are in English so I haven't noticed any problems. I am going to add some Urdu language feeds to...
Has anyone (or their clients) experienced an issue posting from an external editor like ecto where the category is not published until the second rebuild? I...
Could you write a plugin that defines a MT::Placement post_save callback that will trigger a rebuild of the entry, only when running in XMLRPCServer context?...
The MT::Placement callback hook wouldn't work. They have some very large category pages that I've clocked at about 30 seconds a build. They're on 3.21 that...
I have always theorized that the MT search was pretty inefficient based on my review of the code and general experience. I had never really put that to the...
I was taking advantage of the downtime over the holidays to do more personal tinkering. After dealing with a few flaws in Typist (see the code.google.com...
I wanted to put some work I did over the past year as an FYI and for some feedback and "peer review." For some time I've mention that Feeds.App 3 has an entire...
Here is one other thing I've had sitting around my hard drive that I wrote up since Telegraph uses it. I'm mention it as another FYI and call for feedback. The...
Ok, so here is the deal.. I'm trying to setup a script to post my del.icio.us links as individual entries. I have been working on a script, but don't really...
Hi Chris, The 'tags' method expects a list of things, so if you only give one string, it assumes the whole thing to be a tag name. In other words, it doesn't...
I am trying to create a pre_load callback, but not exactly sure how to address and modify the $args that get passed to the callback. From the MT::Callback...