Thank you! I joined when I read your post and the first time I used this program I bought $219.78 worth of groceries and only had to pay $16.88. Thanks again...
I noticed that the MT database schemas don't use any defaults. I'm wondering why not. I'm guessing it's probably a database vs application layer issue, but...
Hi. My name is Scott. I'm new here. With the consumer release of MT coming up, I'm trying to get into plugin development and the new API. But I was having...
My guess is they don't because any defaults would have to be implemented through the application, since MT still supports the Berkeley DB as a database, which...
Has anyone figured out an elegant and foolproof way to set @INC in subfoldered plugin CGI scripts which is cross-platform compatible (*NIX, Windows, Apache,...
... subfoldered plugin ... Apache, IIS, etc etc)? I was deeply saddened to discover that my plugin contest entry used an incomplete method to do this, just...
Is anyone working on a plugin that allows MT users to add RSS enclosures to a post? It would require a change to the new entry form, the upload a file form,...
Sorry to pester, but here's another link that gives you a sense of what an RSS-enclosure plugin might do: http://backend.userland.com/enclosuresAggregators ...
... I'm actually holding of upgrading my two installs. I had a blast beta testing it and was amazed and the amount of work that had gone in since 3.0x I was...
... The new "application-level callbacks" look interesting. However, it appears they aren't (yet?) documented in the MT docs, but only in the POD in the MT...
I'm in the process of upgrading from whatever release candidate I had installed. I think I'm going to use it on my life site, but I'm pretty sure that I won't...
... Hash: SHA1 ... I actually worked up an upgrade script for that last night and sent it along to Ben/Ezra. Figured I should give them right of first...
+1. I used to use the URL all the time for similar reasons. Since some users are chosing not to upgrade with every version, I would go so far as to suggest...
... I'm deeply puzzled about the Dynamic Publishing. When I heard about it I thought "Great! A way to prototype page templates with enormous amounts of plugins...
I was just typing a message to ask if anyone else was bothered by the fact we'll need to recreate our plugins in PHP in order to support those using dynamic...
... What's worse, though it is planned for a future revision (at least that's what Brad told me when we spoke last night), data stuffed in PluginData is ...
I dunno how bothered I am. I'm not especially impressed with the dynamic function at this point. A lot of that has to do with the fact that I use some PHP in...
... gads! my entire mt-feeds system is based on mt::plugindata and storable straight to the filesystem. being mostly a PHP novice, is Storable even supported...
... As far as I know, it's not. But I don't claim any significany expertise in PHP either. :) But that's why I'm looking into YAML and the like. It'd solve...
On Sep 1, 2004, at 12:28 PM, app@... wrote: How many people are running MT under mod_perl? I always wanted to make MT do the dynamic pages, but with...
... I believe I saw Data::Dumperused to serialize/unserialize data structures in a text format though I could be mistaken. If that were true it would be ideal...
... I'm not running mod_perl, but at least one person is finding it 3.1 breaks under it: http://www.movabletype.org/support/index.php?act=ST&f=26&t=44581 But,...
... What it all boils down to is that we need a serializer to do the following: - Use a format that both Perl and PHP can read easily - Preferably a...
... One of my thoughts were similar though I hadn't considered using PHP at all. Most ISPs don't support mod_perl, but they do support PHP. I suppose it would...