Search the web
Sign In
New User? Sign Up
mt-dev · Movable Type Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1251 - 1280 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1251
Hi, Is there a call in the MT Perl API that will allow me to build a single index template - perhaps by passing its template_id for example? I am using MT3.35....
Gurunandan R. Bhat
relinker
Offline Send Email
Jun 22, 2007
6:11 am
1252
Hi all, A user of my old DateTags plugin reported that part of it (MTNextNEntries) wasn't working under the MT 4 beta. Investigating this, I realized that...
Kevin Shay
kevin_shay
Offline Send Email
Jun 26, 2007
7:48 pm
1253
Yes, this is one of the more 'drastic' changes we found necessary for the app. It was improper to be storing such a value in the 'created_on' column to begin...
Brad Choate
bschoate
Offline Send Email
Jun 26, 2007
8:02 pm
1254
On the ProNet call this week Byrne asked if I had any feedback and I said I hadn't sat down to review the code. This weekend that time has finally come. I'm...
Timothy Appnel
tappnel
Offline Send Email
Jul 2, 2007
1:43 pm
1255
IRT YAML - I have not seen a lot of YAML either to be truthful. The first one I saw was for the Enterprise.pack. Because I don't think it betrays any IP, here...
Byrne Reese
byrnereese
Offline Send Email
Jul 2, 2007
2:51 pm
1256
Bummer. I noticed a lot of this type of configuration embedded in the code (MT::Core for instance) and would have thought it could have been implemented as...
Timothy Appnel
tappnel
Offline Send Email
Jul 2, 2007
4:35 pm
1257
While the YAML files are a little more approachable, lets not forget they're additional files to load and need to be parsed by a pure-Perl module. YAML::Tiny...
Brad Choate
bschoate
Offline Send Email
Jul 2, 2007
4:56 pm
1258
I haven't forgotten that Perl code will be faster. It's just that I was given a different expectation by how the component architecture is being sold to...
Timothy Appnel
tappnel
Offline Send Email
Jul 2, 2007
5:24 pm
1259
Hi, Sorry to be such a bore in these exciting MT4 times - I have a question about MT3.3X :) Is it possible to store an array or a more complicated data ...
Gurunandan R. Bhat
relinker
Offline Send Email
Jul 2, 2007
7:17 pm
1260
I thought this would be a better forum than Pronet to ask this question. We are now on MT4 Beta 4 -- how close are we getting to a final release? More...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
2:12 pm
1261
Does anyone have any ideas or best practices on how a plugin developer might support 3.2, 3.3, and 4.0 for a plugin? I know that some users of my plugins are...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
2:18 pm
1262
Yes, a general "progress report" would be great. I know beta 4 marked the end of notable featue additions, but that doesn't really tell me how far along the...
Dan Wolfgang
wolfgangdan
Offline Send Email
Jul 3, 2007
2:22 pm
1263
A recent message from Byrne suggested they've been trying to have the betas out on Tuesdays, so b5 as an RC is probably out unless they've done some serious...
Su
hamletcomplex
Offline Send Email
Jul 3, 2007
2:27 pm
1264
I think the answer is that it largely depends on how much of a difference there is and how your code is organized. I think it would be helpful if you could be...
Timothy Appnel
tappnel
Offline Send Email
Jul 3, 2007
2:28 pm
1265
One thing new I came across in my review of the MT4 API that raised an immediate red flag was doing away with the notion of a conditional tag in the API. You...
Timothy Appnel
tappnel
Offline Send Email
Jul 3, 2007
2:34 pm
1266
Thanks for the reply, Tim. Since each of my plugins is different, some more different than others, I was looking for some general suggestions. How do other...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
2:44 pm
1267
Personally, I won't be expending too much effort in maintaining backwards compatibility. Although there are undoubtedly many that will be hesitant to upgrade...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Jul 3, 2007
2:53 pm
1268
That is a hard question to answer. Some UI screens are being updated (refined only), but the focus of the engineering team is definitely on bug fixing alone....
Byrne Reese
byrnereese
Offline Send Email
Jul 3, 2007
5:35 pm
1269
... Err, I've actually filed a lot of bugs regarding the API. Whilst building out some of my Athena-compatible plugins, I faced quite a few problems (just off...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Jul 3, 2007
5:49 pm
1270
... As I'm going through the code I can't agree with this view either. ... You are a saint amongst men if you found all of those bugs and you are still...
Timothy Appnel
tappnel
Offline Send Email
Jul 3, 2007
5:59 pm
1271
By ³solid² I mean that it is not changing. It is critical that developers start building against the API in its current state as Arvind and Kevin have done...
Byrne Reese
byrnereese
Offline Send Email
Jul 3, 2007
6:16 pm
1272
... I've yet to actually dive in to my plugins too deep and test them myself. (I was hoping I'd get some help from users in this regard.) Ideally planning for...
Timothy Appnel
tappnel
Offline Send Email
Jul 3, 2007
6:21 pm
1273
... Going back to Brad's comment yesterday -- it would also help the QA process if the core would actually use more of its own API rather then a backdoor....
Timothy Appnel
tappnel
Offline Send Email
Jul 3, 2007
6:27 pm
1274
... I recently discovered that whilst setting a variable (setvar, setvarblock) you could now use a prepend or append attribute with the tag which would do the...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Jul 3, 2007
6:29 pm
1275
... I will look into that option. But I do wonder in either upgrade function will run into problems with writing/renaming files to the /path/to/mt/php/plugins...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
6:36 pm
1276
... Just to throw another spanner in the works, PHP plugins can now be included within the plugin envelope (i.e. plugins/FooBar/php). Check out some of the...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Jul 3, 2007
6:41 pm
1277
... I noticed this in your plugin's template, Arvind, and immediately realized how valuable this is going to be. It would be great if this concept could also...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
6:44 pm
1278
... Unfortunately, in my experimentation, that didn't work because setvartemplate stashes the tokens and so when I tried to append/ prepend with that, I just...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Jul 3, 2007
6:47 pm
1279
It depends upon what you want to optimize for I suppose. You could optimize for 1. code maintenance or 2. user experience and simplicity of install Speaking...
Byrne Reese
byrnereese
Offline Send Email
Jul 3, 2007
6:51 pm
1280
... Arvind, I think may have missed the fact that instead of a name= argument, my (hypothetical) example uses a module= argument instead. For that reason, it...
Mark Carey
bsakamano
Offline Send Email
Jul 3, 2007
7:13 pm
Messages 1251 - 1280 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help