Just a quick note to say that I updated the known issues list with some of the most egregious or frequently reported bugs in beta 3. So if you stumble across one of these bugs, it's not necessary to report it as they should all be fixed for the next beta (except 53121 which may wait for the category selector redesign.)
Hi Serena, few years ago Moveable Type became a partner of FogBugz. This is probably the best bugs tracker system available. So if you find a bug (which will be really hard, because they don’t have a beta version) you should go to FogBugz page and report the bug there.
Burnet on July 6, 2012, 12:19 p.m. 返信
Is 53121 fixed yet?
Serena T. on August 1, 2012, 4:30 a.m. 返信
Could you tell me where we can inform for bugs for the newer version of Moveable type?
Jo Thorstein on August 31, 2012, 1:26 a.m. 返信
It is written perfectly clear. Don’t report for bugs if they are in the list. They were put in list for fixing.
Clrak on October 1, 2012, 10:54 p.m. 返信
I see the list with Moveable type Release Notes is getting bigger and bigger :)
Ivan Ivanoff on October 18, 2012, 4:21 a.m. 返信
Hello, I have a question. How can I see the past Beta Version release notes?
sltech on October 25, 2012, 9:30 p.m. 返信
That’s good news, I will try to remember it. :)
Mark Thompson on November 11, 2012, 10:03 p.m. 返信
Hi Serena, few years ago Moveable Type became a partner of FogBugz. This is probably the best bugs tracker system available. So if you find a bug (which will be really hard, because they don’t have a beta version) you should go to FogBugz page and report the bug there.
Elizabeth Hudson on December 12, 2012, 7:16 a.m. 返信
Hello, can someone tell me when Movable Type is planning to release another alpha or beta version?
Kathryn Morris on December 21, 2012, 11:22 p.m. 返信
Well, I have a question. It is about object locking. I do the following code, but it returns me an error message.
my $iter = MT::Foo->load_iter({ foo => ‘bar’ }); while (my $foo = $iter->()) { $foo->remove; }
Where do I make mistake in this code?