<?xml version="1.0"?>
<rss version="2.0"><channel><title>Habari Project</title><link>http://habariproject.org/en</link><description></description><lastBuildDate>Tue, 13 Dec 2011 05:28:19 +0000</lastBuildDate><generator>Habari 0.8-alpha http://habariproject.org/</generator><item><title>Habari 0.8 released</title><link>http://habariproject.org/en/habari-08-released</link><description>We're pleased to announce the release of Habari 0.8, our first release from Github.&#xD;
&#xD;
There have been many improvements and bug fixes in this release. Major changes include:&#xD;
&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;support for child themes&lt;/li&gt;&#xD;
&lt;li&gt;improved security&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
Habari's original default theme, k2, no longer ships as part of core, but can be found in &lt;a href="https://github.com/habari-extras/k2"&gt;habari-extras&lt;/a&gt;. The 0.9 release will include a responsive theme designed to be extended by child themes.&#xD;
&#xD;
For more details, read the complete &lt;a href="http://wiki.habariproject.org/en/Release_0.8"&gt;release notes&lt;/a&gt;, and make sure to see the &lt;a href="http://wiki.habariproject.org/en/Upgrading"&gt;upgrade instructions&lt;/a&gt; if you're already using Habari.&#xD;
&#xD;
We thank the growing Habari community for the usage, coding, translation, and creation of the best Habari yet.&#xD;
 &#xD;
Please &lt;a href="http://habariproject.org/dist/habari-0.8.zip"&gt;download Habari 0.8&lt;/a&gt;.&#xD;
&#xD;
Many thanks again to our friend &lt;a href="http://www.sneaked.net/"&gt;Mauro Gentile&lt;/a&gt; (alias &lt;a href="http://twitter.com/sneak_"&gt;sneak&lt;/a&gt;), who has done a great job helping secure Habari.</description><pubDate>Tue, 13 Dec 2011 05:28:19 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:habari-08-released/1322916750</guid></item><item><title>Feature freeze for Habari 0.8</title><link>http://habariproject.org/en/feature-freeze-for-habari-08</link><description>The release of Habari version 0.8 is coming very soon. To prepare for it, we're feature freezing to shift the focus from adding new functionality over to finding bugs and fixing other problems.&#xD;
&#xD;
Over the last several months the Habari Project has seen many changes, from changing the source code repository to several changes in the API, so there's a lot to check out.&#xD;
&#xD;
You can &lt;a href="http://habariproject.org/dist/habari_makaanga.zip"&gt;download a zip file&lt;/a&gt; or &lt;a href="http://wiki.habariproject.org/en/Habari_on_github"&gt;install it from Github&lt;/a&gt;.&#xD;
&#xD;
&#xD;
The release notes are a work in progress on &lt;a href="http://wiki.habariproject.org/en/Release_0.8"&gt;the wiki page&lt;/a&gt;.&#xD;
&#xD;
As with all releases, please help out by &lt;a href="https://github.com/habari/habari/issues"&gt;reporting any bugs&lt;/a&gt; you find and stop by the &lt;a href="http://groups.google.com/group/habari-dev"&gt;mailing list&lt;/a&gt; or jump on &lt;a href="http://wiki.habariproject.org/en/IRC"&gt;IRC&lt;/a&gt; if you have any questions or problems!&#xD;
</description><pubDate>Wed, 23 Nov 2011 21:48:28 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:feature-freeze-for-habari-08/1322066304</guid></item><item><title>Code sprint weekend</title><link>http://habariproject.org/en/code-sprint-weekend</link><description>To celebrate our &lt;a href="https://habariproject.org/en/habari-boards-the-github-train" title="Habari moves to github"&gt;move to Github&lt;/a&gt;, we're having a code sprint! What does that mean? In this case, it means, we all hang out on IRC, try to close as many of our &lt;a href="https://github.com/habari/habari/issues"&gt;issues&lt;/a&gt; as possible, make sure everyone is comfortable with the git workflow, and ensure that our &lt;a href="http://wiki.habariproject.org/en/Habari_on_github"&gt;git documentation&lt;/a&gt; makes sense.&#xD;
&#xD;
So join us next weekend, 16 and 17 July, to let's kick some kitako.</description><pubDate>Thu, 14 Jul 2011 11:16:37 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:code-sprint-weekend/1310642148</guid></item><item><title>Habari boards the Github train</title><link>http://habariproject.org/en/habari-boards-the-github-train</link><description>We're happy to announce that the Habari project has migrated source control and issues ticketing to &lt;a href="https://github.com/habari"&gt;Github&lt;/a&gt;. Of course, this means we're now using git for source control and bidding farewell to subversion. We're also bidding farewell to Trac (and putting it in a little boat and on the river and setting it on fire).&#xD;
&#xD;
The details of our repositories and how to get set up are on &lt;a href="http://wiki.habariproject.org/en/Habari_on_github"&gt;the wiki&lt;/a&gt;. They're a work in progress, so let us know what sucks about them (or improve them!).&#xD;
&#xD;
&lt;h2&gt;Why we moved to git&lt;/h2&gt;&#xD;
&#xD;
There are things that git does better than subversion. Some of those things are:&#xD;
&#xD;
&lt;ul&gt;&#xD;
  &lt;li&gt;in place branching; no need for a ton of different branches and checkouts, all your Habari work can happen in the same place,&lt;/li&gt;&#xD;
  &lt;li&gt;simpler sharing of in-progress work with forks and branches (though the word 'fork' is used in a different sense in git than in the history of open source),&lt;/li&gt;&#xD;
  &lt;li&gt;being able to stash changes; save your changes into any number of "stashes" so you can quickly pull in new changes, make more edits, and then merge your changes back in,&lt;/li&gt;&#xD;
  &lt;li&gt;submodules are more powerful than svn externals; they check out a specific commit, not just the current revision (though they're tricker to handle than externals, for just this reason).&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
And there are things that subversion does better than git, despite what the fans tell you. In the end, git is source control software that does things with a bit of different syntax, and we probably wouldn't have moved if it wasn't for Github.&#xD;
&#xD;
&lt;h2&gt;Why we're moving to Github&lt;/h2&gt;&#xD;
&#xD;
Github makes it incredibly easy for developers to contribute, and for us to pull in their contributions, and many potential developers already have Github accounts. Of course making it easy to contribute to the Habari project is very attractive.&#xD;
&#xD;
Additionally, some of our best and brightest have spent countless hours trying to get Trac to work well for us. Any time any of us spends fighting with (restarting, troubleshooting, updating, etc) Trac is time that would be better spent making Habari better, and we can offload that responsibility and maintenance onto Github.&#xD;
&#xD;
So we're moving to Github because:&#xD;
&lt;ul&gt;&#xD;
  &lt;li&gt;there's a vibrant and active developer community on Github,&lt;/li&gt;&#xD;
  &lt;li&gt;pull requests allow Github users to easily supply changes that can be tested and, importantly, reviewed, commented on, and improved,&lt;/li&gt;&#xD;
  &lt;li&gt;pull requests are easier to manage than patches, and patches are still possible using the ticket system and diffs; &lt;a href="https://github.com/dmondark/dark-autumn/pull/1"&gt;here is an example of a pull request using the Dark Autumn Habari theme&lt;/a&gt;,&#xD;
&lt;/li&gt;&#xD;
  &lt;li&gt;no Trac-hosting resource-devouring headaches,&lt;/li&gt;&#xD;
  &lt;li&gt;the potential for greater visibility of the Habari project through the Github community,&lt;/li&gt;&#xD;
  &lt;li&gt;more powerful code review tools, with commit-level and line-level commenting.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
To celebrate the move, and get the community familiar with how things will work now we're on Github, we're having a code sprint on the weekend of July 16, details in a forthcoming post.</description><pubDate>Fri, 01 Jul 2011 01:41:04 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:habari-boards-the-github-train/1309478084</guid></item><item><title>Habari 0.7.1</title><link>http://habariproject.org/en/habari-071</link><description>Not much more than a month after we released 0.7, we've already packaged up a minor update to it. There are no security fixes, but we recommend you upgrade to gain the following:&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;A bugfix for login issues related to certain browsers and PHP sessions.&#xD;
&lt;li&gt;Improved support for viewing images in multiple silos.&#xD;
&lt;li&gt;AutoP no longer formats HTML script tags.&#xD;
&lt;li&gt;Improvements to the tag display template (in Mzingi and Charcoal).&#xD;
&lt;/ul&gt;&#xD;
&#xD;
For more details, and links to the actual commits, see &lt;a href="http://wiki.habariproject.org/en/Release_0.7.1"&gt;the 0.7.1 release notes&lt;/a&gt; on the wiki.&#xD;
&#xD;
Thanks to all in the Habari Community for help with identifying issues and testing.</description><pubDate>Thu, 12 May 2011 20:11:24 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:habari-071/1305230081</guid></item><item><title>Habari 0.7 Released!</title><link>http://habariproject.org/en/habari-07-released</link><description>It's been a long road, but Habari 0.7 is finally seeing public release. &#xD;
&#xD;
Over the past two years Habari has had more than 1400 bug fixes and enhancements applied to it. Major areas of improvement include:&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Blocks. When a theme defines an area for them, blocks added by the theme and plugins can be displayed, configured, and rearranged without the theme user needing to edit any theme files. The theme configuration page has been enhanced to make adding such content a matter of click, drag, and drop.&lt;/li&gt;&#xD;
&lt;li&gt;Taxonomy. Scary word, we know, but the functionality it enables is fantastic. Using the proper plugins, users now can easily create new types of content on their site, use almost any type of menu structure, including nested posts and pages, or create vocabularies only they can imagine. Habari's built-in tagging system has been rewritten to build on the taxonomy structure, and many plugins already exist for other kinds of content.&lt;/li&gt;&#xD;
&lt;li&gt;Installation. Habari's Installer has been much improved, making it easier than ever to install Habari.&lt;/li&gt;&#xD;
&lt;li&gt;I18n. More translations are distributed with Habari, including major European languages and Russian. These have been created by the community, for the community.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
For more details, read the complete &lt;a href="http://wiki.habariproject.org/en/Release_0.7"&gt;release notes&lt;/a&gt;, and make sure to see the &lt;a href="http://wiki.habariproject.org/en/Upgrading"&gt;upgrade instructions&lt;/a&gt; if you're already using Habari.&#xD;
&#xD;
Many thanks go to the Habari community for the usage, coding, translation, and creation of this fine piece of work. &#xD;
 &#xD;
But now, &lt;a href="http://habariproject.org/dist/habari-0.7.zip"&gt;download Habari 0.7&lt;/a&gt;.&#xD;
&#xD;
&lt;strong&gt;Update:&lt;/strong&gt; &lt;a href="http://www.sneaked.net/"&gt;Mauro Gentile&lt;/a&gt; (alias &lt;a href="http://twitter.com/sneak_"&gt;sneak&lt;/a&gt;), who reported the security issue mentioned in the &lt;a href="https://habariproject.org/en/the-final-countdown-07-release-candidate-3" title="Habari 0.7 release candidate 3 announcement"&gt;final release candidate post&lt;/a&gt; and worked with us to fix it, has written an &lt;a href="http://www.sneaked.net/multiple-persistent-xss-vulnerabilities-habari-066-07-dp3-inputfilterphp-and-comments-about-the-fixes"&gt;extended description of the vulnerability and the fix&lt;/a&gt;. Thanks Mauro!.</description><pubDate>Fri, 01 Apr 2011 19:19:50 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:habari-07-released/1301669149</guid></item><item><title>Call for Translators</title><link>http://habariproject.org/en/call-for-translators</link><description>One of the things we've worked hard on with Habari is to make it usable in multiple native languages. There is still a great deal of work to do to make Habari fully translatable, especially in the Javascript and access control sections, but with each release we get a little closer to reaching the goal.&#xD;
&#xD;
This post is a request for help on two fronts for the release of Habari 0.7.&#xD;
&#xD;
First, as with all of Habari, translations rely on volunteers. &lt;a href="https://translations.launchpad.net/habari/+translations"&gt;Launchpad&lt;/a&gt; is used to maintain all of Habari's translations. With a Launchpad account, any user is welcome, and invited, to help make Habari fully usable in any language. We now how have at least the beginnings of translations for nearly 40 languages. Of these, Italian and German are as complete for Habari 0.7 as they can be. Spanish, Russian, French, and Traditional Chinese are all very close. Any assistance completing these translations would be appreciated.&#xD;
&#xD;
Second, right now Habari is distributed with translations for Traditional Chinese, German, Danish, and Japanese. Every release we go back and forth about which translations to distribute with Habari. This time around we would like the input of you, the Habari user, as to which translations should be distributed with Habari. Go ahead and leave your suggestions in the commments. &#xD;
&#xD;
Things to keep in mind when making your suggestions are:&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Completeness is good. A barely begun translation won't do the user much good.&lt;/li&gt;&#xD;
&lt;li&gt;Habari download size. We try to keep the size of the Habari download as small as possible. Thus, while we do want to include other languages beside English, we can't include every language possible.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
This isn't to say the other translations won't be available to you. Periodically, all translation files are downloaded from Launchpad and put in our &lt;a href="http://trac.habariproject.org/habari-extras/browser/locales"&gt;Habari-Extras Locales&lt;/a&gt; repository, where they are available for download. Once downloaded, they can be uploaded to your Habari installations locales folder, where they will detected and ready for use by Habari.&#xD;
</description><pubDate>Wed, 30 Mar 2011 19:39:59 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:call-for-translators/1301514000</guid></item><item><title>The Final Countdown: 0.7 Release Candidate 3</title><link>http://habariproject.org/en/the-final-countdown-07-release-candidate-3</link><description>It's been a hectic month, with almost 100 changes made since the second release candidate, but we're confident that this will be the final release candidate. Habari 0.7 will be fully baked soon!&#xD;
&#xD;
The most important change in this release is the tightening up of how we parse URLs in input data, to protect from XSS attacks that rely on manipulated link schemes.&#xD;
&#xD;
Details of the changes made since Release Candidate 2 can be found in the &lt;a href="http://wiki.habariproject.org/en/Release_0.7-rc3"&gt;0.7-rc3 release notes&lt;/a&gt;. Full details on the changes since the 0.6 release can be found in the &lt;a href="http://wiki.habariproject.org/en/Release_0.7"&gt;main 0.7 release notes&lt;/a&gt;.&#xD;
&#xD;
You can &lt;a href="http://habariproject.org/dist/habari-0.7-rc3.zip"&gt;download a zip file&lt;/a&gt; or &lt;a href="http://svn.habariproject.org/habari/tags/0.7-rc3"&gt;check out the tag&lt;/a&gt; directly from Subversion.&#xD;
&#xD;
As with all releases, please help out by &lt;a href="http://trac.habariproject.org/habari"&gt;reporting any bugs&lt;/a&gt; you find and stop by the &lt;a href="http://groups.google.com/group/habari-dev"&gt;mailing list&lt;/a&gt; or jump on &lt;a href="http://wiki.habariproject.org/en/IRC"&gt;IRC&lt;/a&gt; if you've got any questions or problems.</description><pubDate>Wed, 30 Mar 2011 04:00:24 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:the-final-countdown-07-release-candicate-3/1301031009</guid></item><item><title>That Was Quick! 0.7 Release Candidate 2</title><link>http://habariproject.org/en/that-was-quick-07-release-candidate-2</link><description>Quickly on the heels of our first release candidate we're happy to announce that Habari 0.7 Release Candidate 2 is now available.&#xD;
&#xD;
RC2 includes some important security updates for the 0.7 series as well as bug fixes and enhancements. Anyone using a Developer Preview or earlier Release Candidate build is encouraged to upgrade as soon as possible.&#xD;
&#xD;
Details on the issues addressed in this release can be found in the &lt;a href="http://wiki.habariproject.org/en/Release_0.7-rc2"&gt;0.7-rc2 release notes&lt;/a&gt;. Full details on the changes since the 0.6 release can be found in the &lt;a href="http://wiki.habariproject.org/en/Release_0.7"&gt;main 0.7 release notes&lt;/a&gt;.&#xD;
&#xD;
You can &lt;a href="http://habariproject.org/dist/habari-0.7-rc2.zip"&gt;download a zip file&lt;/a&gt; or &lt;a href="http://svn.habariproject.org/habari/tags/0.7-rc2"&gt;check out the tag&lt;/a&gt; directly from Subversion!&#xD;
&#xD;
As with all releases, please help out by &lt;a href="http://trac.habariproject.org/habari"&gt;reporting any bugs&lt;/a&gt; you find and stop by the &lt;a href="http://groups.google.com/group/habari-dev"&gt;mailing list&lt;/a&gt; or jump on &lt;a href="http://wiki.habariproject.org/en/IRC"&gt;IRC&lt;/a&gt; if you've got any questions or problems!</description><pubDate>Fri, 25 Feb 2011 06:19:28 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:that-was-quick-07-release-candidate-2/1298614687</guid></item><item><title>Finally: Habari 0.7 Release Candidate 1!</title><link>http://habariproject.org/en/finally-habari-07-release-candidate-1</link><description>The last Habari 0.7 developer preview was in December, 2010. With help from you and everyone who worked with the developer previews, more lingering issues have been discovered and fixed. As a result, a couple of weeks ago, February 13, Habari 0.7 went into feature freeze.&#xD;
&#xD;
At this point, with few issues being reported, we are happy to present Habari 0.7 RC1. Anyone using a Developer Preview is encouraged to upgrade as soon as possible, especially if you are using it on a live site.&#xD;
&#xD;
For a complete list of changes in this release since Habari 0.6, please see the &lt;a href="http://wiki.habariproject.org/en/Release_0.7"&gt;release notes&lt;/a&gt;.  As always, &lt;a href="http://wiki.habariproject.org/en/Upgrading"&gt;upgrade instructions&lt;/a&gt; are available.&#xD;
&#xD;
You can &lt;a href="http://habariproject.org/dist/habari-0.7-rc1.zip"&gt;download a zip file&lt;/a&gt; or &lt;a href="http://svn.habariproject.org/habari/tags/0.7-rc1"&gt;check out the tag&lt;/a&gt; directly from Subversion!&#xD;
&#xD;
As with all releases, please help out by &lt;a href="http://trac.habariproject.org/habari"&gt;reporting any bugs&lt;/a&gt; you find and stop by the &lt;a href="http://groups.google.com/group/habari-dev"&gt;mailing list&lt;/a&gt; or jump on &lt;a href="http://wiki.habariproject.org/en/IRC"&gt;IRC&lt;/a&gt; if you've got any questions or problems!</description><pubDate>Thu, 24 Feb 2011 01:24:42 +0000</pubDate><guid isPermaLink="false">tag:habariproject.org,2011:finally-habari-07-release-candidate-1/1298435768</guid></item></channel></rss>

