Not a developer? Go to MovableType.com

News

Known issues list updated for beta 3

By Chris Ernest Hall
Posted June 21, 2007.

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.)
Back

9 Comments

Burnet

Burnet on July 6, 2012, 12:19 p.m. Reply

Is 53121 fixed yet?

Serena T.

Serena T. on August 1, 2012, 4:30 a.m. Reply

Could you tell me where we can inform for bugs for the newer version of Moveable type?

Jo Thorstein

Jo Thorstein on August 31, 2012, 1:26 a.m. Reply

It is written perfectly clear. Don’t report for bugs if they are in the list. They were put in list for fixing.

Clrak

Clrak on October 1, 2012, 10:54 p.m. Reply

I see the list with Moveable type Release Notes is getting bigger and bigger :)

Ivan Ivanoff

Ivan Ivanoff on October 18, 2012, 4:21 a.m. Reply

Hello, I have a question. How can I see the past Beta Version release notes?

sltech

sltech on October 25, 2012, 9:30 p.m. Reply

That’s good news, I will try to remember it. :)

Mark Thompson

Mark Thompson on November 11, 2012, 10:03 p.m. Reply

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

Elizabeth Hudson on December 12, 2012, 7:16 a.m. Reply

Hello, can someone tell me when Movable Type is planning to release another alpha or beta version?

Kathryn Morris

Kathryn Morris on December 21, 2012, 11:22 p.m. Reply

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?