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 your group to be featured on the Yahoo! Groups website? 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 832 - 861 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
832
This is a bug that has been reported by others, but I thought I'd pass it along since I was unaware of it until I ran into it. MT 3.2 does not permit you to...
Timothy Appnel
tappnel
Offline Send Email
Nov 2, 2005
4:13 pm
833
Speaking of API critique, does anyone have any strong opinions on the object callback API? I'm adding a limited amount of similar capability to...
Mark Paschal
markfoxie
Offline Send Email
Nov 3, 2005
9:37 pm
834
... I've been excited by Data::ObjectDriver. Being able to bring the MT-style database object driver framework with me to other applications is very useful. ...
Timothy Appnel
tappnel
Offline Send Email
Nov 4, 2005
4:57 pm
835
... Yeah, I did use Class::Trigger to get the basic feature, and it works well so far! My particular use doesn't require priorities, either, so my asking about...
Mark Paschal
markfoxie
Offline Send Email
Nov 4, 2005
6:26 pm
836
... Right. What you describe is a Filter callback that is implemented at the application level in MT, not the object level. Still I think its a worthwhile...
Timothy Appnel
tappnel
Offline Send Email
Nov 4, 2005
6:48 pm
837
Meant to reply to this thread a few weeks ago when it was current, but better late than never. I'd definitely be interested in using a system like this for my...
Kevin Shay
kevin_shay
Offline Send Email
Nov 10, 2005
2:18 pm
838
... I've always liked how CPAN has handled versioning. It leaves version to the maintainer(s) only enforcing at one time upload per version number. A uploaded...
Timothy Appnel
tappnel
Offline Send Email
Nov 10, 2005
8:50 pm
839
Speaking of better late then never. Here is a message I've had queued up for a while without sending. ... Amen. ... Having studied the code since version 1.2,...
Timothy Appnel
tappnel
Offline Send Email
Nov 10, 2005
9:12 pm
840
... Well put, Tim. I can see this. Luckily, we've been pretty consistently trying to right past wrongs and refactor as necessary. This is not an overnight...
Jay Allen
fooljay
Offline Send Email
Nov 10, 2005
9:41 pm
841
... I was thinking MT's own template engine. Template toolkit is horrendous in my opinion. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Nov 10, 2005
9:49 pm
842
Not generally - but I do get them from time to time for older MT code (for instance, the 2.6x version of MT-Notifier. I've just made those more apparent on...
jayseae
Offline Send Email
Nov 11, 2005
1:32 pm
843
So I started a "little" project last night after I read a message over on ProNet[1] and thought that would be easy. Famous last dying words. Actually it has...
Timothy Appnel
tappnel
Offline Send Email
Nov 14, 2005
3:02 pm
844
Hi, Can anyone explain how CMSSaveFilter_* callbacks are supposed to work, or whether they do work? It looks like these are intended to be a hook for...
Kevin Shay
kevin_shay
Offline Send Email
Nov 16, 2005
3:59 pm
845
... I tested it and got the same result you did: it looks like the internal CMSSaveFilter_category that limits field length runs, but callbacks added by...
Mark Paschal
markfoxie
Offline Send Email
Nov 16, 2005
6:47 pm
846
Hi Kevin, Unfortunately, these CMS callbacks are currently dysfunctional. Here's the deal: CMSSaveFilter_* callbacks are used to prevalidate data when saving ...
Brad Choate
bschoate
Offline Send Email
Nov 16, 2005
6:53 pm
847
... Just out of curiosity -- shouldn't this callback be at the object level and not the application level? As I think about the scenarios in which I could use...
Timothy Appnel
tappnel
Offline Send Email
Nov 16, 2005
7:05 pm
848
Its still not clear to me why a FileInfo record for an unnecessary/deleted file is being created, but further research into this turned up what I consider a...
Timothy Appnel
tappnel
Offline Send Email
Nov 16, 2005
7:28 pm
849
Brad and Mark, thanks for your responses. ... Looks like the same applies to entries--save_entry or (when saving from Power-Editing Mode) save_entries. ... I...
Kevin Shay
kevin_shay
Offline Send Email
Nov 16, 2005
8:22 pm
850
... Understand and agree with where you are coming from. You can achieve such an effect with an object callback by wrapping it in an if statement like this: if...
Timothy Appnel
tappnel
Offline Send Email
Nov 16, 2005
8:30 pm
851
... Good point. My other concern was that I would want to be able to do validation based on fields on an input form that don't map directly to columns of the...
Kevin Shay
kevin_shay
Offline Send Email
Nov 16, 2005
9:04 pm
852
Hi, I have several plugins that let the template author pass some MT template code within certain tag attributes: <MTIfDateNotEqual target="[MTDate...
Kevin Shay
kevin_shay
Offline Send Email
Nov 17, 2005
12:22 am
853
Hey Kevin - Thanks for the code. Cool! ... From: Kevin Shay [mailto:mtplugins@...] Sent: Wednesday, November 16, 2005 7:23 PM To:...
Chad Everett
jayseae
Offline Send Email
Nov 17, 2005
3:39 pm
854
I've had a question on my mind for a bit, and figured I'd ask those who (hopefully) know better than I. In the course of my work, I encounter a large number of...
Chad Everett
jayseae
Offline Send Email
Nov 17, 2005
3:49 pm
855
Today I've released a new plugin the Tags.App PowerTagger. PowerTagger is a utility plugin for Tags.App users to tag entries en masse by implementing a Tags...
Timothy Appnel
tappnel
Offline Send Email
Dec 2, 2005
3:17 pm
856
Or, maybe instead I should ask if anybody does anything other than just use the plugin and see what breaks? (Or, better yet, releasing it to users and seeing...
David Raynes
rayners1
Offline Send Email
Dec 8, 2005
6:54 pm
857
I install it, and if it works I release it. :) Not entirely true, but not far from reality. Typically I run through all the common combinations that I can...
Chad Everett
jayseae
Offline Send Email
Dec 8, 2005
7:44 pm
858
I've created a few modules recently were I wrote a suite of tests using Test::More. These were purely logical modules (MT::TagCloud for instance) that didn't...
Timothy Appnel
tappnel
Offline Send Email
Dec 8, 2005
9:07 pm
859
Has anyone installed Movable Type under mod_perl2 ? I know some of the modules changed names, but I'm hoping that someone else has already written a crib sheet...
David Jacobs
pdx_davidj
Offline Send Email
Dec 11, 2005
1:01 am
860
Since no one is answering you I figure I'll pass this the second hand knowledge I have. Gawker is running Apache2 which requires mod_perl 2. They looked into...
Timothy Appnel
tappnel
Offline Send Email
Dec 13, 2005
4:21 pm
861
I spent a couple hours hunting down bugs, and a lot of people were doing similar work, but there were just so many patches and development versions, and they...
David Jacobs
pdx_davidj
Offline Send Email
Dec 13, 2005
4:47 pm
Messages 832 - 861 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