... I'm seeing this error as well, although only intermittently and a server restart does not always fix the problem. Did you ever get a resolution? Has anyone...
Perhaps this has been known to others and not publicized well enough. What I realized over the weekend (and should have known) is that each batch of individual...
I published an infrastructure plugin called AtomAppCallback last night: http://markpasc.org/code/mt/atomappcallback/ I've been working on it for a few days as...
... I do it all the time. Ever since I invented it :) : http://groups.yahoo.com/group/mt-dev/message/223 (I love "decorating," which describes it perfectly.) ...
I just took the developer's release tag off of the latest version (v0.9) of XML::Atom::Syndication at put it into CPAN. It thankfully replaces the wretched...
This group has been too quiet lately. For a while now I've been thinking that there are a lot of common elements and best practices to blogs that are not...
Hi all, I have the following problem --bear with me, I'll get to what I did do to get this working in minute ;). I have to make sure that ALL files written to...
... <snip/> I like this a lot. There's definitely a pattern language for MT templates, that I find myself turning to over and over again. Just with MTEntries,...
... The advances are somewhat incremental from includes, but notable. Small performance gains is one advantage. More importantly they are more easily...
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,...