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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1237 - 1266 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1237
I am trying to accomplish something like: read (STDIN, $query, $ENV{'CONTENT_LENGTH'}); ...from with an MT (plugin) App. It doesn't seem to work. I think I ...
Mark Carey
bsakamano
Offline Send Email
May 15, 2007
5:37 pm
1238
... Yes, when the query object is initialized in MT::App::init_request(), the CGI->new call sucks everything out of STDIN. One possibility would be for your...
Kevin Shay
kevin_shay
Offline Send Email
May 15, 2007
6:29 pm
1239
If you can set the app member variable 'no_read_body' to 1 before the application's init_request routine is run, then it won't read STDIN. MT::AtomServer does...
Brad Choate
bschoate
Offline Send Email
May 15, 2007
6:58 pm
1240
Thanks, both. I think I have find another way to get what I need. Rather than try to access the raw STDIN, I tried doing the following: my $q = $app->{query};...
Mark Carey
bsakamano
Offline Send Email
May 15, 2007
7:12 pm
1241
Hi all, A) Let's say I have a plugin called Finagler, which "finagles" objects in the MT system. I want other plugins to be able to define callbacks that...
Kevin Shay
kevin_shay
Offline Send Email
May 17, 2007
9:19 pm
1242
And to followup: Brad, Byrne, which is "more" compatible with athena's coming modular-ization? ... -- djacobs@... (646) 244 9910 http://hello.typepad.com...
David Jacobs
pdx_davidj
Offline Send Email
May 17, 2007
9:23 pm
1243
The naming of callback hooks has always been a sore point for me because they are use different naming styles and are hard to keep straight. So my answer to...
Timothy Appnel
tappnel
Offline Send Email
May 17, 2007
9:34 pm
1244
A) Starting with Athena, all callback names will be lowercased. I'm sick of guessing at mix-cased things, so everything will be lowercase from now on (the...
Brad Choate
bschoate
Offline Send Email
May 17, 2007
9:44 pm
1245
Hey all, I'm working on a project right now where are particular part of the site is protected via basic HTTP authentication. I'm wondering if any of you have...
Jay Allen
fooljay
Offline Send Email
May 25, 2007
8:37 pm
1246
Is this what you're looking for? http://search.cpan.org/~gaas/libwww-perl-5.805/lwpcook.pod#ACCESS_TO_PROTECTED_DOCUMENTS ... -- David Raynes rayners@......
David Raynes
rayners1
Offline Send Email
May 25, 2007
8:43 pm
1247
If you need to send the user directly to an authenticated area (rather that GET the file server-to-server as David suggested), the only way I know is the...
Mark Carey
bsakamano
Offline Send Email
May 25, 2007
9:03 pm
1248
... It sounds like you want a web single sign-on solution, no? We use cosign here, and have modified MT to work behind it. If a user is already logged in,...
Patrick McNeal
umeditor
Offline Send Email
May 29, 2007
2:25 pm
1249
Well, yes, that's precisely what I'm building but the app that I need to fold under the authentication umbrella is not one that I can easily hack as it's...
Jay Allen
fooljay
Offline Send Email
May 30, 2007
1:36 am
1250
Hiss. -- Jesse Gardner ... http://plasticmind.com E: jesse@... P: 267.679.6316...
Jesse Gardner
superplastic...
Online Now Send Email
May 30, 2007
1:38 am
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
Online Now 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
Online Now 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
Messages 1237 - 1266 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