Hi all!, Anyone traveling a lot? I've made a plugin that automatically sets your blog time zone when your computer's clock time has been changed. This works...
Well I didn't get a spot to present as OSCON this year, but I was pretty pleased to hear from the organizers of YAPC:NA (Yet Another Perl Conference North...
I got Privacy working with MT 4.1, but when I tried it out in 4.15, I noticed that the callbacks that were being called on "cmspostsave" and one for MT::Entry...
Hi all!, Ever need to copy an entry to a new one? That usually involves having 2 windows (or tabs), and cut & pasting each of the fields you need. No more!...
Is there a reason you're still running a three-year old version of the software? Do you realize that that version is missing a number of critical security...
Usually big companies are the most conscious of insecure software. Do "they" know about the security vulnerabilities? -- Jay Allen Endevver Consulting ...
Anyone notice that if you write long strings of characters (for instance, a URL, though any long string of characters appears to suffice) to the log, it...
I've been contacted by an organization still running MT 3.2 (not MT 3.21) and they are experiencing core dumps on a regular basis. From what I can tell its...
Do they have a PHP accelerator installed? I recall issues, usually traceable to plugins, that caused core dumps when eAccelerator was installed on MT 3.2. I...
Thanks Kevin. I'll look in to that. They are running a lot of PHP apps on that box also so its a possibility. I also found that they still had spam lookup...
... I'm surprised at the number of people that contact me about "slow commenting" where this is the problem. Just last night I had another e-mail from someone...
Sorry if this ends up being a cross-post. I sent this to the sixapart supported list Friday afternoon and it never was posted there, so I'm assuming they don't...
I want to write an upgrade function for an MT4.1 plug-in that is triggered when the database schema is incremented. The task is simple: for each blog, the...
Hi, uh, Ole - You don't really need to get a list of blogs, assuming you're reading each one. Just loop over the entire blog table. Within that loop, just set...
Hi Chad, ... Thanks--that's what I was looking for; at least this appears to accomplish what I want. I had originally looked at load_iter for MT::PluginData...
I followed this guide: http://www.movabletype.org/documentation/developer/plugins/extending-existing-object-type.html and had an init_registry method that...
Does anyone know of a reference or sample that explains the various variables such as next_max, list_end, list_total, etc. that are used to control the...
Explains as in documentation? No, I've never seen any. But explains in terms of real-world examples? Absolutely... If you don't already have them, get a...