<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Plugins Blog</title>
      <link>http://www.staggernation.com/mtplugins/blog/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Thu, 20 Sep 2007 20:30:37 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>TinyTuring and MT 4</title>
         <description><![CDATA[I expected to have to update <a href="/mtplugins/tinyturing/">TinyTuring</a> to work with Movable Type 4.0, but I just upgraded <a href="http://www.kshay.com/">kshay.com</a> to MT 4 and tried posting a comment, and it seems to work fine. Please <a href="/mtplugins/forums">let me know</a> if you try it and encounter any problems.

I do plan to update TinyTuring to use MT 4's new "CAPTCHA Provider" framework at some point.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/09/tinyturing_and_mt_4_1.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/09/tinyturing_and_mt_4_1.php</guid>
        
        
          <category domain="http://www.sixapart.com/ns/types#tag">plugins</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">tinyturing</category>
        
         <pubDate>Thu, 20 Sep 2007 20:30:37 -0500</pubDate>
      </item>
      
      <item>
         <title>RightFields 1.21 - Bug Fix Release</title>
         <description><![CDATA[If you've installed RightFields 1.2, please upgrade to <a href="/mtplugins/RightFields-1.21.tar.gz">1.21</a>. This version fixes two small but significant bugs, one a Date field interface problem and the other a rebuilding error with MTEntries in certain cases.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/08/rightfields_121_bug_fix_releas.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/08/rightfields_121_bug_fix_releas.php</guid>
        
        
          <category domain="http://www.sixapart.com/ns/types#tag">bug fix</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">rightfields</category>
        
         <pubDate>Wed, 08 Aug 2007 19:29:26 -0500</pubDate>
      </item>
      
      <item>
         <title>RightFields 1.2 Released</title>
         <description><![CDATA[I've released <a href="/mtplugins/RightFields/">RightFields</a> 1.2. <a href="/mtplugins/RightFields-1.2.tar.gz">Download it here.</a>

You can read <a href="http://www.staggernation.com/mtplugins/blog/2007/06/rf12b1.php">this entry</a> to find out about what's new in this version, and future plans for the plugin. <a href="http://www.staggernation.com/mtplugins/forums/viewtopic.php?pid=588">This forum topic</a> has more a more detailed list of features and changes.

Many thanks to all who helped test the beta versions!]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/07/rightfields_12_released.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/07/rightfields_12_released.php</guid>
        
        
          <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">rightfields</category>
        
         <pubDate>Sat, 28 Jul 2007 17:46:15 -0500</pubDate>
      </item>
      
      <item>
         <title>Installing Movable Type: The Quick Way</title>
         <description><![CDATA[Reading some recent discussions on the <a href="http://www.sixapart.com/pronet">ProNet</a> mailing list about the installation process for <a href="http://www.movabletype.org">Movable Type 4</a>, I started wondering how many users always install or upgrade MT by extracting the files from the distribution on your local machine and then uploading the files individually&#151;that is, dragging the directory or directories of extracted files to your server in an FTP client, which requires the program to send each file one at a time. With so many files to upload (1100+ for MT 3.35, 1800+ for the latest MT 4 beta), this can take quite a while.

Except in the rare instances where I only have FTP access to a server, I <b>never</b> install or upgrade Movable Type&#151;or, for that matter, any other web-based software&#151;in this way. If your MT site is hosted on a server running a Unix-based operating system and you have command-line access to it (either directly or through your host's control panel), you don't have to, either. Instead, try the following steps.

1) Download the version of Movable Type you want to install. Choose the <code>.tar.gz (for Unix, Linux, Mac OS X servers)</code> option for the download.

2) Find the downloaded file. Let's say you're installing Beta 7 of MT 4; this means the file will be called <code>MT-4.0-beta7-20070717.tar.gz</code>.

3) Upload this file to the directory on your server where you want the MT directory to go&#151;in other words, upload it not to your MT directory (if it already exists) but one level up; for example, into your <code>cgi-bin</code> directory.

If you've ever uploaded MT file-by-file, you'll quickly see how much faster it is to do it this way.

4) Open a shell (command-line) connection to your server using <code>ssh</code> or the control panel on your host, and navigate to the directory where you just uploaded the MT distribution file.

5) You may, at this point, want to copy the string <code>MT-4.0-beta7-20070717</code> (or whatever version you're installing) to your clipboard, so you can paste it instead of typing it for each of the following commands. After doing that, do this (and by "do this" I mean "type this into your shell interface and hit Enter"):

<div class="code">tar -xzf MT-4.0-beta7-20070717.tar.gz</div>

This will extract the files from the archive. It may take anywhere from a couple of seconds to a minute or two, depending on the speed of the server.

5.5) If your server requires you to have static files (the mt-static directory) in a different location, do this:

<div class="code">mv MT-4.0-beta7-20070717/mt-static /your/static/web/path/</div>

(Note that you should <b>not</b> include <code>mt-static</code> in the static web path; if an mt-static directory already exists, you'll end up with the new mt-static being moved within the old one.)

6a) if you're installing MT for the first time on this server, you probably don't want the mouthful <code>MT-4.0-beta7-20070717</code> in your URL when you access MT, so do this:

<div class="code">mv MT-4.0-beta7-20070717 mt</div>

If you want the directory to be called something other than <code>mt</code>, use that in place of <code>mt</code> in the above command.

6b) If you're upgrading rather than installing for the first time&#151;let's say your current version is in a directory called <code>mt</code> in this same directory&#151;do this:

<div class="code">cp -r MT-4.0-beta7-20070717/* mt/</div>

This will recursively copy everything in <code>MT-4.0-beta7-20070717</code> into <code>mt</code>, replacing any duplicate files. Since the MT distribution doesn't have an <code>mt-config.cgi</code> file (you have to rename it from <code>mt-config.cgi-original</code>), you don't have to worry about your configuration getting overwritten.

That's it! If you care to, you can now delete the upload and the original copy of the extracted files:

<div class="code">rm -r MT-4.0-beta7-20070717 MT-4.0-beta7-20070717.tar.gz</div>
]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/07/installing_movable_type.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/07/installing_movable_type.php</guid>
        
        
         <pubDate>Sat, 21 Jul 2007 23:24:03 -0500</pubDate>
      </item>
      
      <item>
         <title>RightFields 1.2b2 Available</title>
         <description><![CDATA[I've just released a <a href="http://www.staggernation.com/mtplugins/RightFields-1.2b2.tar.gz">new beta version of RightFields 1.2</a>. This version fixes a number of bugs and includes dynamic publishing support for most of the plugin's new features.

Please post all questions, bug reports, and comments about this beta to the <a href="http://www.staggernation.com/mtplugins/forums/viewforum.php?id=37">RightFields 1.2 Beta Testing forum</a>.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/07/rightfields_12b2_available.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/07/rightfields_12b2_available.php</guid>
        
        
         <pubDate>Tue, 10 Jul 2007 17:46:57 -0500</pubDate>
      </item>
      
      <item>
         <title>New Plugin for MT 4: Bookmarks</title>
         <description><![CDATA[(<strong>UPDATE:</strong> There was a problem with 1.0b1. Please try 1.0b2, linked below, instead.)

I've just released a beta version of my first plugin for Movable Type 4.0: Bookmarks.

<img src="/mtplugins/blog/img/bookmarks_menu.jpg" />

You can download 1.0b2, which has been tested with MT 4 Beta 4, <a href="/mtplugins/Bookmarks/Bookmarks-1.0b2.tar.gz">here</a>. There's no documentation yet, but it's fairly self-explanatory. When you're on any page in the MT CMS, you can bookmark it. Each author has their own set of bookmarks.

Here's the impetus for this plugin. On the ProNet mailing list, a number of people have expressed reservations about the thoroughly revamped navigation in MT 4. My feeling is that the new architecture represents a big usability improvement for two general categories of users: 1) the administrator who needs to manage dozens or even hundreds of blogs in an enterprise-scale installation, and 2) an author with a single blog, whether a blogger who's installed MT for himself or someone who's been provided with their own blog as part of a larger installation.

However, there's another type of user: a single author who creates and updates content on multiple blogs. Not an arbitrarily large number, but more than one. That describes me, for example: the MT installation that runs kshay.com and staggernation.com actually has 16 separate "blogs," some of which function as blogs and others that hold various pieces of content. With the Main Menu in previous versions of MT, it was easy to create a new entry, or view entries, templates, etc., in any blog with a single click. In MT 4, having first to switch to the intended blog, then click on the desired action, feels like a step backward in terms of usability.

The Bookmarks plugin is intended to restore some of that ease of navigation, especially for someone who authors multiple blogs.

Please post all comments, bug reports, and feature requests concerning Bookmarks to <a href="http://www.staggernation.com/mtplugins/forums/viewforum.php?id=38">this area</a> of my plugin forums.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/06/new_plugin_for_mt_4_bookmarks.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/06/new_plugin_for_mt_4_bookmarks.php</guid>
        
        
         <pubDate>Sat, 30 Jun 2007 11:41:43 -0500</pubDate>
      </item>
      
      <item>
         <title>RightFields 1.2 Beta 1 Now Available</title>
         <description><![CDATA[As you've probably heard, last week Six Apart announced the first beta release of <a href="http://www.movabletype.org/download.html">Movable Type 4</a>, sporting a thoroughly revamped user interface and dozens of great new features.

Meanwhile, I've been working on a new version of <a href="/mtplugins/RightFields/">RightFields</a>, which due to various other commitments has progressed rather slowly. I've only implemented about half of the new features I hoped to get into the next version.

However, in order to focus on developing a new version for MT 4, I've decided to go ahead and release RightFields 1.2 (which works with MT 3.33) with the current feature set. If there's a particular feature you've been waiting for that didn't make it into this version, I apologize.

This will be the last version of RightFields for MT 3.x. RightFields 2.0 will be a from-the-ground-up rewrite, partly because of changes required by MT 4 but also because the plugin's code has grown rather unwieldy, and is overdue for an overhaul. The result, if all goes well, will be much more flexible, extensible, and easier for me to enhance in the future.

But for now, you can <a href="http://www.staggernation.com/mtplugins/RightFields/RightFields-1.2b1.tar.gz">download RightFields 1.2b1 here</a>. The major new features:

<ul>
<li>A new Defaults configuration section that lets you set a default value for any standard or extra field. You can also choose to make the default for a text field a "guide" value, or instruction, that will disappear when the user navigates to the field.</li>
<li>A new Entry Listing configuration section that lets you control which fields appear in the entry listing for a given blog&#151;you can use any combination of MT template code and HTML. This can be very useful if you're not using the Title, Entry Body, and Excerpt fields in a standard way, or if you have extra fields with information that it's important to display in the listing.</li>
<li>You can now sort an MTEntries listing by any extra field.</li>
<li>For choice list fields (Select Menu or Radio Button), you can now enter choices in "key=value" format, so that the value will be displayed but only the key will be stored; for example, <code>NY=New York</code>. This lets you change the displayed values at will without worrying about losing data stored in existing entries.</li>
<li>The interface for Date fields has been vastly improved, including:
<ul>
<li>a JavaScript popup calendar to select dates (thanks to Dan Wolfgang for letting me steal the icon from his <a href="http://eatdrinksleepmovabletype.com/plugins/hot_date/">Hot Date</a> plugin)</li>
<li>(optional) 12-hour clock menu with am/pm</li>
<li>the option to omit the menu for seconds, or for both seconds and minutes</li>
<li>a configurable minutes menu that can display the minutes in various intervals, instead of all 60</li>
</ul></li>
<li>A script for converting extra fields data from PluginData storage to an SQL table.</li>
</ul>

Please post all questions, bug reports, and comments about this beta to the <a href="http://www.staggernation.com/mtplugins/forums/viewforum.php?id=37">RightFields 1.2 Beta Testing forum</a>. If you haven't yet posted there and would like to, after registering, simply send an email to <b>forums&nbsp;[AT]&nbsp;staggernation&nbsp;[DOT]&nbsp;com</b> requesting approval, and please mention the username or email address you used in registering. I apologize for this extra step, which became necessary to prevent the forums from being  overrun with spam.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/06/rf12b1.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/06/rf12b1.php</guid>
        
        
          <category domain="http://www.sixapart.com/ns/types#tag">beta</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">mt4</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">plugins</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">rightfields</category>
        
         <pubDate>Tue, 12 Jun 2007 18:28:02 -0500</pubDate>
      </item>
      
      <item>
         <title>Staggernation.com&apos;s MT Plugins Site: Now With 100% More Blog</title>
         <description><![CDATA[Ever since I started developing plugins for Movable Type, in 2002, the homepage of this section of staggernation.com simply contained a list of the plugins. This made it difficult for you, gentle plugin user, to keep track of when new plugins or versions were released. So I've relaunched this area of the site as a blog.

A blog? On a site devoted to plugins for a blogging platform? It sounds crazy, I know!

Each current and future plugin listed in the sidebar will still have its own static page, as opposed to being tied to a blog entry, but I'll announce and describe new plugins and updates here, as well as other items&#151;code samples, MT coding tips, links to sites that are using my plugins in an interesting way, etc.

You can subscribe to the blog's <a href="/mtplugins/blog/index.xml">RSS feed</a> to keep up with all the latest plugin news.]]></description>
         <link>http://www.staggernation.com/mtplugins/blog/2007/05/staggernationcoms_mt_plugins_n.php</link>
         <guid>http://www.staggernation.com/mtplugins/blog/2007/05/staggernationcoms_mt_plugins_n.php</guid>
        
        
          <category domain="http://www.sixapart.com/ns/types#tag">blogging</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">plugins</category>
        
          <category domain="http://www.sixapart.com/ns/types#tag">site updates</category>
        
         <pubDate>Fri, 25 May 2007 15:28:22 -0500</pubDate>
      </item>
      
   </channel>
</rss>
