<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Foswiki Blog</title>
	
	<link>http://blog.foswiki.org</link>
	<description>Foswiki project blog</description>
	<lastBuildDate>Fri, 01 Mar 2013 08:43:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/OfficialFoswikiWeblog" /><feedburner:info uri="officialfoswikiweblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>OfficialFoswikiWeblog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Foswiki 1.1.8 released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/iEBf0dnPzhg/</link>
		<comments>http://blog.foswiki.org/foswiki-1-1-8-released/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 08:43:43 +0000</pubDate>
		<dc:creator>Jan Krüger</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=458</guid>
		<description><![CDATA[While it&#8217;s been quiet in the blog lately, we&#8217;re back just in time for the latest release in the Foswiki 1.1 series, with a few general improvements but also a fixed security issue. In other words: you don&#8217;t want to miss the new Foswiki version! It&#8217;s available right now at http://foswiki.org/Download/FoswikiRelease01x01x08. Be sure to pay [...]]]></description>
				<content:encoded><![CDATA[<p>While it&#8217;s been quiet in the blog lately, we&#8217;re back just in time for the latest release in the Foswiki 1.1 series, with a few <em>general improvements</em> but also a <em>fixed security issue</em>. In other words: you don&#8217;t want to miss the new Foswiki version! It&#8217;s available right now at <a href="http://foswiki.org/Download/FoswikiRelease01x01x08">http://foswiki.org/Download/FoswikiRelease01x01x08</a>.</p>
<p>Be sure to pay attention to the <em>upgrade instructions</em> there, especially if you&#8217;re upgrading from <em>Foswiki 1.1.5 or older</em>.</p>
<p>In case you haven&#8217;t been following the release announcements elsewhere, I&#8217;ve included a brief description of the other releases you may have missed. If you want to know every last detail about all the changes in recent releases, look at the <a href="http://foswiki.org/System/ReleaseNotes01x01">full release notes for the Foswiki 1.1 series</a>.</p>
<h2>Highlights of Foswiki 1.1.8 release</h2>
<h3>Security Release</h3>
<p>Release 1.1.8 fixes a <strong>Critical Security Vulnerability</strong>.     All previous releases of Foswiki are vulnerable to a security issue     in <a href="http://metacpan.org/module/Locale::Maketext" target="_blank">Locale::Maketext</a>.     It is described further in <a href="http://foswiki.org/Support/SecurityAlert-CVE-2013-1666" target="_blank">SecurityAlert-CVE-2013-1666</a>.  If your     site runs with Internationalization enabled, you should upgrade to     this release.</p>
<ul>
<li><strong> For users:</strong> 4 bug fixes relative to 1.1.7 </li>
<li><strong>For administrators:</strong> SSL Email works on newer versions of IO::Socket::SSL. (The         prior fix in 1.1.7 was incomplete). </li>
</ul>
<h2>Highlights of Foswiki 1.1.7 release</h2>
<p>Release 1.1.7 fixes a <strong>Critical Security Vulnerability</strong>. All previous releases of Foswiki are vulnerable to a security issue in <a href="http://metacpan.org/module/Locale::Maketext" target="_top">Locale::Maketext</a>.  It is described further in <a href="http://foswiki.org/Support/SecurityAlert-CVE-2012-6329" target="_top">SecurityAlert-CVE-2012-6329</a>.  A 2nd vulnerability in the Foswiki <code>%MAKETEXT%</code> macro was also discovered, and is described further in <a href="http://foswiki.org/Support/SecurityAlert-CVE-2012-6330" target="_top">SecurityAlert-CVE-2012-6330</a> .</p>
<h3>For users:</h3>
<ul>
<li> 20 bug fixes and 4 improvements relative to 1.1.6 </li>
<li> WYSIWYG editor improves handling of WikiWord links.  Changing the displayed WikiWord also updates the link target. </li>
<li> The default font has been restored to the attributes from  1.1.5. This prevents layout differences when upgrading to Foswiki 1.1.7</li>
</ul>
<h3>For administrators:</h3>
<ul>
<li> For sites using SSL accelerators and load balancers:  A new expert configuration parameter <code>{ForceDefaultUrlHost}</code> can be enabled to force Foswiki to override the user entered URL with the <code>{DefaultUrlHost}</code> setting. </li>
<li> SSL Email works again on newer versions of IO::Socket::SSL </li>
<li> Pending registration requests now have a separate timer independent from the Session timer. </li>
<li> Removed undocumented dependency on updated <code>HTML::TreeBuilder</code> &gt; 4.0</li>
</ul>
<h2>Highlights of Foswiki 1.1.6 release</h2>
<h3>For users:</h3>
<ul>
<li> More than 117 bug fixes and improvements relative to 1.1.5 </li>
<li> TinyMCE has been updated to release 3.4.9 </li>
<li> Markup within input fields is no longer rendered </li>
<li> The Chili syntax highlighter has been enabled by default</li>
</ul>
<h3>For administrators:</h3>
<ul>
<li> Duplicate email checks are applied to pending registrations. </li>
<li> Stale pending registrations are removed. </li>
<li> Configure makes a backup before saving configuration changes </li>
<li> Performance problems with Rename and Log Rotation have been addressed. </li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=iEBf0dnPzhg:QtvcZiiDsMQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=iEBf0dnPzhg:QtvcZiiDsMQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=iEBf0dnPzhg:QtvcZiiDsMQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/iEBf0dnPzhg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-1-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-1-1-8-released/</feedburner:origLink></item>
		<item>
		<title>New WysiwgyPlugin and TinyMCEPlugin released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/F0rUbn1yDww/</link>
		<comments>http://blog.foswiki.org/new-wysiwgyplugin-and-tinymceplugin-released/#comments</comments>
		<pubDate>Tue, 22 May 2012 18:59:53 +0000</pubDate>
		<dc:creator>George Clark</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=452</guid>
		<description><![CDATA[Updated versions of TinyMCEPlugin and WysiwygPlugin are available on Foswiki.org]]></description>
				<content:encoded><![CDATA[<p>Updated versions of the WysiwygPlugin and TinyMCEPlugin have been released to the Foswiki Extensions web.  This update adds a couple of minor enhancements and addresses several issues reported with WYSIWYG editing since the release of 1.1.5.</p>
<p><strong>Update: This version does not work with perl older than 5.10. <br />Update 2:  Version 1.1.12 of WysiwygPlugin fixes the perl compatibility issues and resolves a but where certain links were corrupted.</strong></p>
<ul>
<li>TinyMCE Editor is upgraded to Release 3.4.9</li>
<li>The editor can now view and edit blocks marked with the <code>foswikiHidden</code> class</li>
<li>Loss of whitespace in the edited topic  has been resolved.</li>
<li>Improvements  in link handling.  All wiki links are editable as true HTML links in TinyMCE.</li>
<li>Colors implemented using the new 1.1.5  foswiki CSS are now recognized </li>
</ul>
<p>There are several other bug fixes and enhancements.   Details are in the <a href="http://foswiki.org/Extensions/WysiwygPlugin">WysiwygPlugin</a> and <a href="http://foswiki.org/Extensions/TinyMCEPlugin">TinyMCEPlugin</a> topics.  The new extensions are both now installed on foswiki.org.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=F0rUbn1yDww:fZ6KbBSlGC0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=F0rUbn1yDww:fZ6KbBSlGC0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=F0rUbn1yDww:fZ6KbBSlGC0:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/F0rUbn1yDww" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/new-wysiwgyplugin-and-tinymceplugin-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/new-wysiwgyplugin-and-tinymceplugin-released/</feedburner:origLink></item>
		<item>
		<title>Foswiki 1.1.5 released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/xyMzmYGBqek/</link>
		<comments>http://blog.foswiki.org/foswiki-1-1-5-released/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 15:30:43 +0000</pubDate>
		<dc:creator>Michael Daum</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[foswiki]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=437</guid>
		<description><![CDATA[While 1.1.5 is primarily a security focused release, it also comes with more than 120 bug fixes and improvements related to 1.1.4. For those of you that can&#8217;t wait to get their hands on it: head over to the download page. Update: The VMware images , FoswikiOnUsb, RHEL6/Centos6 and Debian/Ubuntu installs have been updated to the Foswiki [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.foswiki.org/wp-content/uploads/2012/04/foswiki-helmet.jpeg"><img class="alignright size-full wp-image-441" title="foswiki-helmet" src="http://blog.foswiki.org/wp-content/uploads/2012/04/foswiki-helmet.jpeg" alt="" width="160" height="172" /></a>While 1.1.5 is primarily a security focused release, it also comes with more than 120 bug fixes and improvements related to 1.1.4. For those of you that can&#8217;t wait to get their hands on it: <a href="http://foswiki.org/Download/FoswikiRelease01x01x05">head over to the download page</a>.</p>
<p><strong>Update: </strong>The <a href="http://foswiki.org/Download/DownloadVirtualMachineImage">VMware images</a> , <a href="http://fosiki.com/FoswikiInstallers">FoswikiOnUsb</a>, <a href="http://fosiki.com/Foswiki_rpms/">RHEL6/Centos6</a> and <a href="http://fosiki.com/Foswiki_debian/">Debian/Ubuntu</a> installs have been updated to the Foswiki latest release.<strong> </strong></p>
<h3 id="Improvements_to_User_Registration">Improvements to User Registration</h3>
<ul>
<li>The complete fix for <a href="http://foswiki.org/Support/SecurityAlert-CVE-2012-1004" target="_top">CVE-2012-1004</a> has been integrated, including pluggable field validations in the User Mapper. If your installation uses a custom user mapper, there is a new function in the base user mapper <code>lib/Foswiki/Users.pm</code>, that performs registration field validations. Override this method in your custom user mapper to add site specific validations.</li>
<li>The user registration and group management API calls now all return error messages describing any failures. All errors are processed through MAKETEXT so that they are translated to the selected language.</li>
<li>New options can reject duplicate registrations using the same email, and can either white-list or black-list email domains from registering.</li>
</ul>
<h3 id="Improvements_to_.htpasswd_handling">Improvements to .htpasswd handling</h3>
<ul>
<li>The <code>HtPasswdUser</code> password manager has been changed to globally cache the password file if enabled. In an installation running <code>fcgi</code> or <code>mod_perl</code>, this will reduce the overhead of reading the file for each transaction.</li>
<li>The <code>.htpasswd</code> lock file is now configurable. There was a small risk that when multiple foswiki installations shared a common <code>.htpasswd</code> file, simultaneous updates would not be prevented, resulting in file corruption.</li>
<li>The default for <code>{Htpasswd}{Encoding}</code> has been changed to <code>apache-md5</code>. We <em>strongly</em> recommend that installations migrate away from <code>crypt</code> encoding &#8211; the prior default. <code>crypt</code> truncates passwords at 8 characters.</li>
<li>The <code>{Htpasswd}{AutoDetect}</code> option is enabled by default. This ensures that an existing <code>.htpasswd</code> file cannot be accidentally corrupted due to the change in default encoding.</li>
<li>A new password encoding hash has been added. <code>bcrypt</code> encoding. (Ref. <a href="http://yorickpeterse.com/articles/use-bcrypt-fool" target="_top">http://yorickpeterse.com/articles/use-bcrypt-fool</a> )</li>
</ul>
<h3 id="Better_session_support_for_mixed_http_and_https_environments">Better session support for mixed http and https environments</h3>
<p>If your foswiki is set up to accept both https and http requests, your users may find themselves logged out much faster than desired. 1.1.5 fixes this by using separate authentication session cookies when using <code>http</code> and <code>https</code>, but this may mean your users may need to login again. This applies to both <code>TemplateLogin</code> and <code>ApacheLogin</code>.</p>
<h3 id="Changes_to_the_61configure_61_password_handling">Changes to the <code>configure</code> password handling</h3>
<p>The encoding of the <code>bin/configure</code> and &#8220;sudo&#8221; <code>admin</code> user has been changed. Sites should change their configure password as soon as possible. Note that this change is not backwards compatible. Once the password has been changed, if fallback to 1.1.4 is required, the password will have to be reset by removing the password from <code>lib/LocalSite.cfg.</code></p>
<h3 id="Changes_to_Statistics_processing">Changes to Statistics processing</h3>
<p>The WebStatistics topics are no longer shipped with Foswiki. Two new topics have been included; <a href="http://localhost/System/DefaultWebStatistics">DefaultWebStatistics</a> and <a href="http://localhost/System/WebStatisticsTemplate">WebStatisticsTemplate</a>. The <code>statistics</code> script now has the optional capability of creating the missing WebStatistics topics.</p>
<ul>
<li>The Foswiki configuration has a new parameter: <code>{Stats}{AutoCreateTopic}</code> (Default is disabled)</li>
<li>The <code>statistics</code> script has a new parameter: <code>-autocreate 1</code> or <code>autocreate=1</code> (Default is 0 or disabled)</li>
<li>The <code>statistics</code> script must now only be run using <code>POST</code>. HTML <code>GET</code> should never result in an update.</li>
</ul>
<h3 id="Changes_to_PlainFile_logger_to_improve_log_rotation">Changes to PlainFile logger to improve log rotation</h3>
<p>In previous versions of foswiki, the default <code>PlainFile</code> logger failed to rotate the logs if any log records were corrupted. This is more likely in the error log file, but can be caused by any log record that is written containing embedded newlines. If a log record is read without the expected <code>| Timestamp |</code> as the first column, rotation stops.</p>
<p>This behavior has been corrected, however sites where rotation was failing may have extremely large log files. When foswiki performs the rotation at the beginning of the next month, rotation can take an extended time, resulting in extended response time.</p>
<p>Rotation is performed when the timestamp of the log file (<code>events.log</code>, <code>error.log</code>, <code>debug.log</code>) is in a month prior to the current month. In order for rotation to proceed:</p>
<ul>
<li>The directory containing the log files must be writable.</li>
<li>Archive files named <code>[logfile].YYYYMM</code> must not exist for any records in the current <code>[logfile].log</code> file.
<ul>
<li>For example, if <code>events.log</code> contains an event dated <code>2012-01-15:</code>, then the archive file <code>events.201201</code> must not exist.</li>
</ul>
</li>
<li>In order to force rotation and avoid extended web server response time:</li>
</ul>
<ul>
<li>Quiesce the web server to prevent logging activity</li>
<li>Upgrade to 1.1.5, which will install the updated <code>lib/Foswiki/Logger/PlainFile.pm</code></li>
<li>Reset the timestamps to the previous month on the logfile requiring rotation
<ul>
<li><code>touch -t 201202280101 events.log</code> will set the timestamp to February 28th on a linux/unix system.</li>
<li>Windows users will need to install a 3rd party tool to change timestamps, or wait for the next month</li>
</ul>
</li>
<li>Change to the <code>bin</code> directory and run the view script from the shell as the web user.
<ul>
<li><code>sudo -u www ./view</code> <em>(Actual user will vary depending on the distribution)</em></li>
</ul>
</li>
</ul>
<p>The plainfile logger will now report additional information on the rotation process, including displaying bad records to STDERR. Edit <code>lib/Foswiki/Logger/Plainfile.pm</code> and change the line <code>use constant TRACE =&gt; 0;</code> to use <code>constant TRACE =&gt; 1;</code> to enable more detailed debug messages.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=xyMzmYGBqek:4O-G7-7QyD8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=xyMzmYGBqek:4O-G7-7QyD8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=xyMzmYGBqek:4O-G7-7QyD8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/xyMzmYGBqek" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-1-1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-1-1-5-released/</feedburner:origLink></item>
		<item>
		<title>foswiki.org running 1.1.5-RC2</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/l7fJtymGqeI/</link>
		<comments>http://blog.foswiki.org/foswiki-org-running-1-1-5-rc2/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 00:46:58 +0000</pubDate>
		<dc:creator>George Clark</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=429</guid>
		<description><![CDATA[So far 1.1.5-RC1 has been very reliable, and RC2 will be &#8220;the release&#8221; unless new urgent issues are found. We plan to build 1.1.5 on April 10th.   You can download RC2 for testing from our Download Site.]]></description>
				<content:encoded><![CDATA[<p>So far 1.1.5-RC1 has been very reliable, and RC2 will be &#8220;the release&#8221; unless new urgent issues are found.  We plan to build 1.1.5 on April 10th.   You can download RC2 for testing from our<a href="http://foswiki.org/Download/FoswikiRelease01x01x05RC2"> Download Site</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=l7fJtymGqeI:ZbJVmtL7xsI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=l7fJtymGqeI:ZbJVmtL7xsI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=l7fJtymGqeI:ZbJVmtL7xsI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/l7fJtymGqeI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-org-running-1-1-5-rc2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-org-running-1-1-5-rc2/</feedburner:origLink></item>
		<item>
		<title>foswiki.org running 1.1.5-Beta1</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/pIbhNS1tjLg/</link>
		<comments>http://blog.foswiki.org/foswiki-org-running-1-1-5-beta1/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 18:24:49 +0000</pubDate>
		<dc:creator>George Clark</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=423</guid>
		<description><![CDATA[foswiki.org has been updated to an early beta of release 1.1.5. We are not quite ready for a public beta. There are a number of release blocking bugs that we hope to get fixed over the next week or two, and translations still need to be completed. So don&#8217;t look for the 1.1.5-Beta1 download just [...]]]></description>
				<content:encoded><![CDATA[<p><a title="foswiki.org" href="http://foswiki.org/Home/WebHome" target="_blank">foswiki.org</a> has been updated to an early beta of release 1.1.5. We are not quite ready for a public beta. There are a number of release blocking bugs that we hope to get fixed over the next week or two, and translations still need to be completed. So don&#8217;t look for the 1.1.5-Beta1 download just yet. We installed the early beta to get some live testing of a bug in log file rotation, and will hopefully find that it is fixed when the March 1st rollover occurs.</p>
<p>Details of the release are in the <a title="Beta release notes" href="http://foswiki.org/System/ReleaseNotes01x01" target="_blank">Beta release notes</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=pIbhNS1tjLg:U94PMj7gXAE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=pIbhNS1tjLg:U94PMj7gXAE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=pIbhNS1tjLg:U94PMj7gXAE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/pIbhNS1tjLg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-org-running-1-1-5-beta1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-org-running-1-1-5-beta1/</feedburner:origLink></item>
		<item>
		<title>Meet Foswiki at the CeBIT 2012</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/8fKTox7dqNM/</link>
		<comments>http://blog.foswiki.org/meet-foswiki-at-the-cebit-2012/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:46:51 +0000</pubDate>
		<dc:creator>Michael Daum</dc:creator>
				<category><![CDATA[Promo]]></category>
		<category><![CDATA[cebit]]></category>
		<category><![CDATA[fair]]></category>
		<category><![CDATA[hannover]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=410</guid>
		<description><![CDATA[  Foswiki will have a booth on this year&#8217;s CeBIT fair sponsored by Linux New Media AG. So come visit us in Hall 2, Section E58 at the Open Source Forum 6th &#8211; 10th March. More information at http://foswiki.org/Community/FoswikiCeBIT2012.]]></description>
				<content:encoded><![CDATA[<p> </p>
<p><img class="alignright size-full wp-image-427" style="margin: 0em 0em 1em 1em;" title="foswiki-cebit-2012" src="http://blog.foswiki.org/wp-content/uploads/2012/02/foswiki-cebit-20121.png" alt="halle 2, stand e62" width="240" height="70" />Foswiki will have a booth on this year&#8217;s <a href="http://www.cebit.de/">CeBIT</a> fair sponsored by Linux New Media AG. So come visit us in Hall 2, Section E58 at the Open Source Forum 6th &#8211; 10th March. More information at <a href="http://foswiki.org/Community/FoswikiCeBIT2012">http://foswiki.org/Community/FoswikiCeBIT2012</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=8fKTox7dqNM:hUME5BYRhwE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=8fKTox7dqNM:hUME5BYRhwE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=8fKTox7dqNM:hUME5BYRhwE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/8fKTox7dqNM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/meet-foswiki-at-the-cebit-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/meet-foswiki-at-the-cebit-2012/</feedburner:origLink></item>
		<item>
		<title>Foswiki 1.1.4 heads-up on manual changes to .txt files</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/X1SsgpEdHco/</link>
		<comments>http://blog.foswiki.org/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:52:01 +0000</pubDate>
		<dc:creator>Crawford Currie</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=399</guid>
		<description><![CDATA[One of the great strengths of Foswiki is that it stores topics in plain text files. This feature has proven its worth time and again, as Foswiki is able to quickly adapt to organisational change, easily support external processes that write to topics, and is quickly accessible for emergency measures. For an admin who has [...]]]></description>
				<content:encoded><![CDATA[<p>One of the great strengths of Foswiki is that it stores topics in plain text files. This feature has proven its worth time and again, as Foswiki is able to quickly adapt to organisational change, easily support external processes that write to topics, and is quickly accessible for emergency measures. For an admin who has login access to the server, it&#8217;s very easy to use  the command-line to make bulk changes to many topics simultaneously.</p>
<p>In Foswiki 1.1.4 we addressed a nasty bug that was inherited from the very earliest days of TWiki. This bug could result in serious history errors such as the wrong username being attributed to edits, incorrect revision numbers, and broken revision histories. Unfortunately there was a side-effect of this fix that anyone who modifies topics on the server needs to be aware of, and take action on.</p>
<p>Any process (or person) that changes a .txt file on the server <strong>must</strong> make sure that the corresponding .txt,v file is left with a file date that is <strong>equal to or more recent than</strong> the .txt file.</p>
<p>If you don&#8217;t do this, Foswiki will be forced to constantly re-read the .txt,v for the correct revision history, which can affect performance. Also, when such a topic is edited, Foswiki will create a new revision attributed to the &#8220;UnknownUser&#8221; to record that the topic was changed outside of Foswiki&#8217;s control. This is the correct behaviour in the general case, and will save less experienced users a lot of pain. However more experienced users may <strong>know</strong> that their changes are &#8216;safe&#8217; and that no change to the topic history is required. In this case, it is trivial to update the file date on the .txt,v file. In summary,</p>
<ul>
<li>After making any manual change to a .txt file on the server make sure that the corresponding .txt,v is &#8216;touched&#8217; (use the UNIX &#8216;touch&#8217; command, or simply text-edit and save the file)</li>
<li>Scripts that make bulk changes to files &#8211; and external processes that write .txt files &#8211; should be modified to &#8216;touch&#8217; the .txt,v files after writing.</li>
<li>If you have already made such a change but can&#8217;t remember which files you changed, you can use the following linux command line to &#8216;touch&#8217; all .txt,v files (this is perfectly safe)</li>
</ul>
<pre>find /path/to/foswiki/data -name '*.txt,v' -exec touch {} ;</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=X1SsgpEdHco:ZPWGSFmnowc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=X1SsgpEdHco:ZPWGSFmnowc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=X1SsgpEdHco:ZPWGSFmnowc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/X1SsgpEdHco" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/</feedburner:origLink></item>
		<item>
		<title>Foswiki Association board election.</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/QVFYAUNStkM/</link>
		<comments>http://blog.foswiki.org/foswiki-association-board-election/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 05:40:08 +0000</pubDate>
		<dc:creator>Sven Dowideit</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=393</guid>
		<description><![CDATA[The Foswiki Association's Board has just elected the new Office holders.]]></description>
				<content:encoded><![CDATA[<p>Foswiki is now over 3 years old, and its still <a href="https://www.ohloh.net/p/Foswiki">an extremely active project</a>: Congratulations and thankyou!</p>
<p>The Foswiki Association&#8217;s Board has just elected the new Office holders:</p>
<ul>
<li>Chairman: <a href="http://foswiki.org/Main/SvenDowideit">Sven Dowideit</a></li>
<li>Vice Chairman: <a href="http://foswiki.org/Main/CrawfordCurrie">Crawford Currie</a></li>
<li>Treasurer: <a href="http://foswiki.org/Main/OliverKrueger">Oliver Krueger</a></li>
</ul>
<p>As the new chairman, I hope to continue the great work that Crawford did in guiding our foundation so far, and take the opportunity I have to thank Kenneth for the work he did the last 2 years, and for the experience he has passed on to the Board in general.</p>
<p>For 2012, I have suggested that we work on improving our communications both within our community and towards the outside world &#8211; for example by developing more microblogging tools like the <a href="http://foswiki.org/Extensions/ExtensionNews">Extension News</a>, and then creating a regular newsletter from those feeds. Given that foswiki is a <strong>do-ocracy</strong>, that means I just volunteered myself to building some more tools for foswiki.org, and then to write newsletters.</p>
<p>In case you&#8217;re still reading this, the Board has a question for you &#8211; we now have 1,385 euros in the bank, is there anything we could use this money for that would positively impact on the community, its growth and visibility?</p>
<p>Have a happy and productive 2012 <img src='http://blog.foswiki.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=QVFYAUNStkM:axk7P6lXO1I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=QVFYAUNStkM:axk7P6lXO1I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=QVFYAUNStkM:axk7P6lXO1I:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/QVFYAUNStkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-association-board-election/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-association-board-election/</feedburner:origLink></item>
		<item>
		<title>Foswiki 1.1.4 released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/ghQHGvA1Fdo/</link>
		<comments>http://blog.foswiki.org/foswiki-1-1-4-released/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 13:38:19 +0000</pubDate>
		<dc:creator>Michael Daum</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[foswiki]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=379</guid>
		<description><![CDATA[It took 8 months and 2 days since the previous one to come out with yet another release of Foswiki, the Open Source Enterprise Wiki. Just in time before people dash off into Christmas holidays. So don&#8217;t forget to fetch your copy now available at http://foswiki.org/Download/DownloadFoswiki. This release of Foswiki comes with quite some new features and [...]]]></description>
				<content:encoded><![CDATA[<p>It took 8 months and 2 days since the previous one to come out with yet another release of Foswiki, the Open Source Enterprise Wiki. Just in time before people dash off into Christmas holidays. So don&#8217;t forget to fetch <em>your</em> copy now available at <a href="http://foswiki.org/Download/DownloadFoswiki">http://foswiki.org/Download/DownloadFoswiki</a>.</p>
<p><a href="http://foswiki.org/Download/DownloadFoswiki"><img class="alignleft size-full wp-image-381" style="border-style: initial; border-color: initial; margin: 0em 1em 1em 0em;" title="foswiki-santa" src="http://blog.foswiki.org/wp-content/uploads/2011/12/foswiki-santa.jpg" alt="foswiki 1.1.4" width="180" height="269" /></a>This release of Foswiki comes with quite some new features and more than 160 crunched bugs relative to the previous release. Here are some highlights:</p>
<div id="_mcePaste">
<ul>
<li>Preference variables can take parameters now. This allows to build very powerful macro shortcuts to ease the life of your content editors.</li>
<li>JQueryPlugin had a major release in its own allowing new possibilities for smart user interaction for the application developer. </li>
<li>There&#8217;s a new custom-made jQuery-ui theme providing a decent look&amp;feel for enterprise use.</li>
<li>SpreadSheetPlugin has been enhanced with new functions.</li>
<li>Significant enhancements were made to the Foswiki email implementation. These changes increase compatibility with email services like Google&#8217;s gmail, adding support for SMTP over SSL as well as S/MIME signed mail.</li>
</ul>
</div>
<p>Read up all the details on the full <a href="http://foswiki.org/Download/FoswikiRelease01x01x04">release notes</a>.</p>
<p>The Foswiki team wishes you quiet and relaxing Christmas holidays. See you next year.</p>
<p> </p>
<p> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=ghQHGvA1Fdo:DRTC4XXHTtg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=ghQHGvA1Fdo:DRTC4XXHTtg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=ghQHGvA1Fdo:DRTC4XXHTtg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/ghQHGvA1Fdo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-1-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-1-1-4-released/</feedburner:origLink></item>
		<item>
		<title>Foswiki at CERN/CMS</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/5eZNd9A1miY/</link>
		<comments>http://blog.foswiki.org/foswiki-at-cerncms/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:17:36 +0000</pubDate>
		<dc:creator>Michael Daum</dc:creator>
				<category><![CDATA[Promo]]></category>
		<category><![CDATA[camp]]></category>
		<category><![CDATA[cern]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[foswiki]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=371</guid>
		<description><![CDATA[The intrepid Foswiki computer science &#38; engineering team, prepared with appropriate safety gear, about to delve into the core. Boldly seeking new discoveries and features to enhance Foswiki for the benefit of all. More at Sven&#8217;s photo stream &#8230;]]></description>
				<content:encoded><![CDATA[<p style="text-align: left; "><a href="http://blog.foswiki.org/wp-content/uploads/2011/11/IntrepidFoswikiTeam.jpg"><img class="size-medium wp-image-373 alignleft" style="margin-right:2em" title="IntrepidFoswikiTeam" src="http://blog.foswiki.org/wp-content/uploads/2011/11/IntrepidFoswikiTeam-300x236.jpg" alt="" width="300" height="236" /></a> The intrepid Foswiki computer science &amp; engineering team, prepared with appropriate safety gear, about to delve into the core. Boldly seeking new discoveries and features to enhance Foswiki for the benefit of all. More at <a href="http://www.flickr.com/photos/svendowideit/sets/72157628078550753/with/6375643285/">Sven&#8217;s photo stream</a> &#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=5eZNd9A1miY:uL2FGIRlSpE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=5eZNd9A1miY:uL2FGIRlSpE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=5eZNd9A1miY:uL2FGIRlSpE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/5eZNd9A1miY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/foswiki-at-cerncms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/foswiki-at-cerncms/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.820 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-06-19 23:07:02 --><!-- Compression = gzip -->
