Community Blog

Crack the champagne!

Movable Type 5 is ready for you to download and give it a roll.

Download

Movable Type 5.01 (available in English, Japanese, German, Spanish, Dutch and French.)

mt5-objects.png

This is a great milestone in the 8 years of Movable Type history.

Some long-awaited features are now available:

  • Websites for grouping blogs together.
  • Themes with full support for custom fields, static files, templates, categories, folders, etc for blogs and websites.
  • Revision History for entries, pages, and templates.
  • Custom Fields for all objects.
  • User Dashboard for quick access to the most used blogs and websites.

…and much more.

We’re excited that all of these features derived from real-world use cases requested by enthusiastic customers using Movable Type. A big thanks to the customers building beautiful things with Movable Type.

And huge thanks goes out to everyone on the Movable Type team to design, build and test this release.

In the coming weeks we’ll be posting articles and adding to the documentation to help you take advantage of the new features in Movable Type.

Documentation

We’ve got a lot of new docs that are being reviewed and will be published as they become available. We’ll do a regular wrap up of new post on this blog as well. Until then keep an eye on these pages:

MT5.x Development

The MT SVN trunk is where all future development of MT5 will occur.

MT5 Trunk SVN TRAC

MT 5.01 release (codename G2) SVN TRAC mt5.01 SVN Tag

Found a Bug?

  1. To avoid duplication of efforts, search existing bugs (from the feedback page) before submitting a new bug.
  2. Submit a bug in the Greyhound (MT5) Beta

Have a Question?

Ask questions about this release or Movable Type 5 in general in one of these places:


Movable Type 4.33 Security Update

Part of the reason for the delay of the 5.01 launch was that a minor security issue was reported that affected both MT4.x and MT5.x. This is an optional update. Read more in the release notes.

MT4.x Development

As many customers will be on MT4 until they have a need to upgrade to MT5, Six Apart will continue to update the MT4.x product with security fixes and other updates as necessary. Any new updates to 4.x will be created from the following branches:

26 Comments

Dear Beau,

That's such excellent news for the entire community!

I'm so proud so see movable type turning into the v5.x series.

You may know that I'm working with movable type since v2.x (way back in 2002) and since then I've enjoyed coding movable type stuff, hacking the movable type application in order to adapt it to any publishing needs, as well as writing plugins for it.

I remain very grateful to that wonderful team from San Francisco which imagined and developed movable type. Special thanks to everybody from Six Apart, including my friend Brad Choate for his excellent engineering.

Kind Regards, Mihai Bocsaru

Dear Friends,

You may have heard of myself (Mihai Bocsaru) or about my movable type consulting company (PRO IT Service).

If you didn't, let me just say that I've offered anybody an online absolutely free movable type v4.x demo Web site at http://www.movabletype4.org/.

The idea I had in mind when I've offered that online demo was to let users try the movable type v4.x series which was completely different from the v3.x series.

And I was thinking especially to those that were preferring wordpress vs. movable type v3.x. With the 4th series, movable type became again an excellent competitor to wordpress.

Now let me introduce you the movable type v5.x demo, again absolutely free!

I've made available for you both the Commercial (Pro) and Open Source versions.

Here we go:

1) Movable Type v5.x Pro

http://www.movabletypedemo.org/v5x/pro/cgi-bin/mt/mt.cgi

2) Movable Type v5.x OS

http://www.movabletypedemo.org/v5x/os/cgi-bin/mt/mt.cgi

Login to any of these versions using:

  • username: "demo";

  • password: "demo".

Please respect the following rules:

1) don't change the password "demo" so that any users could evaluate this movable type version;

2) when you create a Web site, make sure you create it based on the path ".../movabletypedemo/v5x/sites/..." so that we keep everything tidy.

I hope you would enjoy movable type v5.x which starts today with movable type v5.01.

Six Apart, thank you for making this possible!

Yours always, Mihai Bocsaru

Mihai, we're excited about the v5 series of MT too!

Just wanted to note that a majority of the engineering efforts are now headed up by the MT engineering team in the Six Apart Tokyo office. The designers, engineers, and QA team in Tokyo are top notch and very motivated to improve MT on a regular basis.

Brad Choate is still passionate about Movable Type and is always lends a helpful hand when he can, but currently most of his time is spent on Six Apart platform products.

Thanks veeeeeeeeery much for AssetFileExtensions! :)

Awesome guys you are brilliant! Been afraid a next delay, but you're did it. :) V5 is a great step forward.

I've been playing a little with the beta's and are really looking forward to put the final release into good use. Amazing how far MT has come since the early days. :)

MT5 logo, please :) Already downloaded the press file at movabletype.com and mt logo is the old one...

Thanks Beau! Kudos to the engineers from Six Apart Tokio office.

Last night in about one hour from this announcement I've made available an absolutely free online demo at: http://www.movabletypedemo.org/

Go there and take a look at movable type v5.01 both commercial and open source releases.

Awesome! Congrats to the MT team on the release!

Congrats to your team!

Beau, is there any estimate on when Motion will be supported in MT5? And when this happens, will installing Motion templates over a Classic Website template be problematic? (As it's recommended to start fresh from Motion templates.) Thanks!

Erika

They talked about MT5 and Motion during their conference call last month:

MT5 Q & A Conference Call

Thanks, Abbey, I'll have a listen!

Sorry to rain on this parade of enthusiasm, but could someone please tell us common folk where to find the documentation for the new tags, attributes and modifiers for MT5?

Late last night I sidled into FogBugz, snooped around a search, slunk into a post, sneaked down the message body and scored some stuff that is essential but is also possibly illicit. Why else would it be hidden away like this?

My loot includes:

<MTMultiBlog mode="context" include_blogs="site" include_with_website="0">
      include_with_website can be 0 or 1
      mode can be context or loop

Also this:

<MTWebsites> is a container tag. It takes these attributes:
      include_websites="n" and exclude_websites="n", where n is the website id

Also this:

blog_ids="all | children | siblings | ID"
include_blogs="all | children | siblings | ID"

<MTWebsites> and the modifiers/attributes for <MTMultiblog> seem to me to be critical to the entire MT5 paradigm, one that is fundamentally different from its predecessor.

Here's a specific example. MT5 new install; create WebsiteA with Blog1 and Blog2. Blog1 has 2 entries, Blog 2 has 5. On WebsiteA's main page, you want to count the total number of entries in that website -- obviously the aggregate of the entries in Blog1 and Blog2. How would you do that? Try any of the existing, documented template syntax. Doesn't work. What does work is:

<mt:multiblog mode="context" include_blogs="site" include_with_website="0">
     <blogentrycount>
</mt:multiblog>

Developing something that is such a huge conceptual shift, how difficult could it have been to grab a pencil and paper and make a note of this new stuff and just stick it onto the documentation page? What's the point in keeping it hidden?

This is like giving us a brand new car -- without an ignition key. Sure I can push it around with some effort, but I can't really drive it, can I?

And before someone jumps down my throat, this stuff is NOT on the MT5 or any other docs page.

Congratulations From Chinese User(祝贺!)

Congrats to the entire Movable Type and Six Apart team! MT5 looks awesome.

Sorry for the delay in documentation release. It's coming.

Hello, is there a change log ?

Downloaded. Now waiting for the documentation.

I love MT 5.01. It is just an awesome improvement over 4x. Only complaint I have is comment pagination needs some serious work.

Thanks for sharing , i likes MT 5.01

Seriously, the release before the documentation? Not simultaneously?

Big thanks for this share, its really great and nice !!

Good day boys !

Que dire en effet c'est franchement bien fait tout ça, moi qui n'y connait pas grand chose, bravo !

@Dofus : I gree with you, is very awesome :)

la série V5 de MT est tout simplement excellent ! Très bonne analyse, et cela va nous aider pour le développement des CMS ! bravo et merci

Leave a comment

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.