I've been getting some reports such as this one reporting character encoding issues with plugins that worked in version prior to 3.31. ... as utf-8. ... fine....
This is a little too vague for us to do anything with. I'd suggest the help ticket system where more discovery can be performed. -j- http://www.jayallen.org/ ...
... it's pretty vague for me too. The question is whether MT has started doing something different with its handling of output and character encoding in the...
... Or maybe Unicode is now handled as it always had to be? (no packs- unpacks-repacks?) -- Julian 'Julik' Tarkhanov please send all personal mail to me at...
I can't think of anything that would affect the APIs in this regard. Certainly we've made a lot of changes wrt to localization and character sets but nothing...
... I got some pretty nasty stuff going on on installation after upgrading. Would appreciate a bug tracker I could spam with all of these. -- Julian 'Julik'...
... In nearly all cases, the best thing to do if you have the paid license is to file a help ticket. Our technical support staff is awesome and responsive. If...
... Thx Jay. I already took the liberty to email my notes to you in detail. These do qualify both as bug reports and patches :-) And no, I have a developer...
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...