<?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>Official Foswiki Weblog</title>
	
	<link>http://blog.foswiki.org</link>
	<description>The Foswiki project and foundation news source.</description>
	<lastBuildDate>Sun, 15 Apr 2012 23:56:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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.5 released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/gRGUjGs-Dio/</link>
		<comments>http://blog.foswiki.org/2012/04/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 latest [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=97f3111f0f6bb468f53495a732b2a46e&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=gRGUjGs-Dio: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=gRGUjGs-Dio:4O-G7-7QyD8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=gRGUjGs-Dio:4O-G7-7QyD8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/gRGUjGs-Dio" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/04/foswiki-1-1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/04/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/ycCpjLsANt8/</link>
		<comments>http://blog.foswiki.org/2012/04/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=a5fa82557899517507d8abafd8331787&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=ycCpjLsANt8: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=ycCpjLsANt8:ZbJVmtL7xsI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=ycCpjLsANt8:ZbJVmtL7xsI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/ycCpjLsANt8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/04/foswiki-org-running-1-1-5-rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/04/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/tFvvOvLJIRA/</link>
		<comments>http://blog.foswiki.org/2012/02/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=a5fa82557899517507d8abafd8331787&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=tFvvOvLJIRA: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=tFvvOvLJIRA:U94PMj7gXAE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=tFvvOvLJIRA:U94PMj7gXAE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/tFvvOvLJIRA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/02/foswiki-org-running-1-1-5-beta1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/02/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/kdxOx7phWFk/</link>
		<comments>http://blog.foswiki.org/2012/02/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=97f3111f0f6bb468f53495a732b2a46e&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=kdxOx7phWFk: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=kdxOx7phWFk:hUME5BYRhwE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=kdxOx7phWFk:hUME5BYRhwE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/kdxOx7phWFk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/02/meet-foswiki-at-the-cebit-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/02/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/AH67akSFrtQ/</link>
		<comments>http://blog.foswiki.org/2012/01/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=862f2acbf2f0bb34d15c4196b27de3c1&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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 &#8217;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=AH67akSFrtQ: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=AH67akSFrtQ:ZPWGSFmnowc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=AH67akSFrtQ:ZPWGSFmnowc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/AH67akSFrtQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/01/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/01/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/w6omHvU-Gbc/</link>
		<comments>http://blog.foswiki.org/2012/01/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=51cc984e36eb70e812b605a56ebc0cdb&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=w6omHvU-Gbc: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=w6omHvU-Gbc:axk7P6lXO1I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=w6omHvU-Gbc:axk7P6lXO1I:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/w6omHvU-Gbc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2012/01/foswiki-association-board-election/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-association-board-election/</feedburner:origLink></item>
		<item>
		<title>Foswiki 1.1.4 released</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/Fruz1pa8nt8/</link>
		<comments>http://blog.foswiki.org/2011/12/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 more [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=97f3111f0f6bb468f53495a732b2a46e&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=Fruz1pa8nt8: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=Fruz1pa8nt8:DRTC4XXHTtg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=Fruz1pa8nt8:DRTC4XXHTtg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/Fruz1pa8nt8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2011/12/foswiki-1-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2011/12/foswiki-1-1-4-released/</feedburner:origLink></item>
		<item>
		<title>Foswiki at CERN/CMS</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/sfi6R-2HlOY/</link>
		<comments>http://blog.foswiki.org/2011/11/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[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=97f3111f0f6bb468f53495a732b2a46e&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><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=sfi6R-2HlOY: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=sfi6R-2HlOY:uL2FGIRlSpE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=sfi6R-2HlOY:uL2FGIRlSpE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/sfi6R-2HlOY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2011/11/foswiki-at-cerncms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2011/11/foswiki-at-cerncms/</feedburner:origLink></item>
		<item>
		<title>More news from the Foswiki Camp 2011</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/-eVbaXskKXw/</link>
		<comments>http://blog.foswiki.org/2011/11/more-news-from-the-foswiki-camp-2011/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 16:44:35 +0000</pubDate>
		<dc:creator>Crawford Currie</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/2011/11/more-news-from-the-foswiki-camp-2011/</guid>
		<description><![CDATA[We&#8217;ve carried on with the Foswiki Camp today, and wow, has it been a productive camp!
Andrew Jones has done an amazing job leading the effort on using PSGI  / Plack to replace the low-level Foswiki engine, for simplified  installation and ease of support across a wide range of platforms.
Andrew has also taken significant [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=862f2acbf2f0bb34d15c4196b27de3c1&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><p>We&#8217;ve carried on with the Foswiki Camp today, and <strong>wow</strong>, has it been a productive camp!</p>
<p>Andrew Jones has done an amazing job leading the effort on using PSGI  / Plack to replace the low-level Foswiki engine, for simplified  installation and ease of support across a wide range of platforms.</p>
<p>Andrew has also taken significant steps towards simplifying the installation documentation for new users.</p>
<p>Michael Daum has led the development of a super new plugin that helps  admins find out what extensions can be upgraded on their installs. A  bit of documentation and it&#8217;ll be ready for prime-time.</p>
<p>Olivier Raginel has led the move to git &#8211; we&#8217;ve managed to convert  all the hooks, set up the DNS and otherwise get lots of preparation  done.</p>
<p>Arthur Clemens has implemented support for displaying each search  result differently, based on any attribute of the topic the result was  found in. This makes the presentation of search results <strong>much </strong>sexier.</p>
<p><a href="../wp-content/uploads/2011/11/custom_summaries.jpg"><img title="custom_summaries" src="../wp-content/uploads/2011/11/custom_summaries-300x142.jpg" alt="" width="300" height="142" /></a></p>
<p>Arthur has also done a power of work on the awesome new base skin.</p>
<p>Padraig Lennon has led the development of a new &#8220;WikiApps&#8221; web on  foswiki.org that helps people share and explore wiki applications in a  simple and effective way.</p>
<p>Everyone at the camp has been fully engaged and productive &#8211; even to  the extent of turning down free beers in order to keep on working!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=-eVbaXskKXw:huqwXPzyh3U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=-eVbaXskKXw:huqwXPzyh3U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=-eVbaXskKXw:huqwXPzyh3U:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/-eVbaXskKXw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2011/11/more-news-from-the-foswiki-camp-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2011/11/more-news-from-the-foswiki-camp-2011/</feedburner:origLink></item>
		<item>
		<title>News from the 2011 Foswiki Camp</title>
		<link>http://feedproxy.google.com/~r/OfficialFoswikiWeblog/~3/7D3kfNKI1Dg/</link>
		<comments>http://blog.foswiki.org/2011/11/news-from-the-2011-foswiki-camp/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 19:35:54 +0000</pubDate>
		<dc:creator>Crawford Currie</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.foswiki.org/?p=358</guid>
		<description><![CDATA[What we've been working on at the Foswiki Camp, and what we want to do next.]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=862f2acbf2f0bb34d15c4196b27de3c1&amp;default=http://blog.foswiki.org/wp-content/uploads/2012/04/1x1.gif' alt='No Gravatar' width=40 height=40/><p>We&#8217;ve been having fun at the 2011 Foswiki Camp! As well as some great discussions (and surprisingly few arguments) we have turned our hands to some hardcore hacking. Here&#8217;s some of what we&#8217;ve been working on:</p>
<ul>
<li><strong>A new skin</strong> that will provide a strong base for the default install, and a good platform to build more sophisticated skins on. We&#8217;re applying learnings from many different skin developments to create a modern, HTML5-ready, easy to extend, look and feel.</li>
<li>An exciting new methodology for <strong>packaging wiki applications</strong>, including a &#8220;play pen&#8221; which allows end users to try out applications in their own safe environment on foswiki.org, before deciding whether to install or not.</li>
<li>Simplified and refined<strong> installation documentation</strong> for the core.</li>
<li>First steps in replacing the Foswiki::Engine and low level CGI code, with the modern web <strong>&#8216;Plack&#8217; framework</strong> (the Perl equivalent of Ruby&#8217;s excellent &#8216;Rack&#8217;).</li>
<li>A clever new plugin that will <strong>notify foswiki admins when extension updates become available</strong>, that affect their own installations, saving them from missing out on important releases.</li>
<li>A nice <strong>mind-map</strong></li>
</ul>
<p>What we haven&#8217;t started yet, but hope to get to tomorrow:</p>
<ul>
<li>Help people to share their own wiki applications on foswiki.org, in an easily accessible way.</li>
<li>Ease the handling of attachments, supporting multi-upload using drag and drop, pagination through large lists, and download of zip archives of multiple attachments.</li>
<li>Attack the &#8220;unicode&#8221; branch with interactive testing, to see how big the hole is.</li>
</ul>
<p>Other messages that have come from the last couple of days include:</p>
<ul>
<li>We want to make Foswiki something that our users never grow out of, and that means keeping up with the technology curve. Store2, unicode, and Plack are all exciting advances that help us enormously.</li>
<li>Continuity &#8211; ensuring safety of data and applications &#8211; always has been, and always will be, incredibly important to us.</li>
<li>We really need to have more of these camps! The ideas exchanged, and the work done, have been incredible. The more the merrier!</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=7D3kfNKI1Dg:DmaC56QGPHQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?a=7D3kfNKI1Dg:DmaC56QGPHQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OfficialFoswikiWeblog?i=7D3kfNKI1Dg:DmaC56QGPHQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OfficialFoswikiWeblog/~4/7D3kfNKI1Dg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.foswiki.org/2011/11/news-from-the-2011-foswiki-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.foswiki.org/2011/11/news-from-the-2011-foswiki-camp/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.409 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-03 04:49:54 --><!-- Compression = gzip -->

