<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ratatoeskr-cms/ratatoeskr/templates/src/systemtemplates, branch develop</title>
<subtitle>Ratatöskr is a flexible Content Management System / Blogging Software for PHP 5.3.
</subtitle>
<id>http://git.laria.me/ratatoeskr-cms/atom?h=develop</id>
<link rel='self' href='http://git.laria.me/ratatoeskr-cms/atom?h=develop'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/'/>
<updated>2014-05-25T10:32:43Z</updated>
<entry>
<title>Include new STE version</title>
<updated>2014-05-25T10:32:43Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-05-25T10:32:43Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=1bb15c28b7af7265687b85607b853a5f6722ecf4'/>
<id>urn:sha1:1bb15c28b7af7265687b85607b853a5f6722ecf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We are now Beta 3.</title>
<updated>2013-10-28T21:44:37Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-28T21:44:37Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=2c88eecc053ad8d7fc527238485c17b7b6c53afa'/>
<id>urn:sha1:2c88eecc053ad8d7fc527238485c17b7b6c53afa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Using the new ste:else in ste:foreach feature.</title>
<updated>2013-10-28T21:44:12Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-28T21:44:12Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=d552bd7b8fbc9ff8b81067a05eba53207cb8c91a'/>
<id>urn:sha1:d552bd7b8fbc9ff8b81067a05eba53207cb8c91a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.2 Beta 2</title>
<updated>2013-10-03T22:13:20Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-03T22:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=1d584b981defe7f0ec5a609a0012a963b218fd51'/>
<id>urn:sha1:1d584b981defe7f0ec5a609a0012a963b218fd51</id>
<content type='text'>
Fixed PHP 5.3 compatibility.

I also accidentally merged some features earlier.
They actually seem to work quite well, so I do not try to revert these
changes.
</content>
</entry>
<entry>
<title>Changed version number.</title>
<updated>2013-10-03T20:39:17Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-03T20:39:17Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=a2e489ace560bc104ea8f85cc9a09b685d1955be'/>
<id>urn:sha1:a2e489ace560bc104ea8f85cc9a09b685d1955be</id>
<content type='text'>
I guess this is okay, since the move to PDO is something pretty huge.

A note for plugin authors:

Unless you accessed the database manually, nothing has changed for you.
The API and the database model is still the same.
</content>
</entry>
<entry>
<title>Better(?) tag editor.</title>
<updated>2012-05-26T10:55:35Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-05-26T10:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=84d920ef69d88e16956f49d81f6a1ba0e1129c2d'/>
<id>urn:sha1:84d920ef69d88e16956f49d81f6a1ba0e1129c2d</id>
<content type='text'>
* Look&amp;Feel of the Tag editor now matches better with the rest of the
  backend.
* Deleted templates, functions and translations that are not longer
  needed.
</content>
</entry>
<entry>
<title>ste:default_delete_yesno introduces</title>
<updated>2012-05-26T10:16:33Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-05-26T10:16:33Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=9ee26e1077a52fcbdab5929186e7d118f834d269'/>
<id>urn:sha1:9ee26e1077a52fcbdab5929186e7d118f834d269</id>
<content type='text'>
This tag makes it a bit easier to write backend templates. It
automatically generates the typical  dropdown + button combo for
mass-deleting entries.
</content>
</entry>
<entry>
<title>Sidebar blocks of Article editor can be expanded/collapsed.</title>
<updated>2012-05-21T19:21:00Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-05-21T19:21:00Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=8ad26def303c7dc0db1049b8c72f21c17133ab33'/>
<id>urn:sha1:8ad26def303c7dc0db1049b8c72f21c17133ab33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Plugins can now hook into the Article editor.</title>
<updated>2012-05-20T11:00:31Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-05-20T11:00:31Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=793b0e31beb22fe33402c8a9ceebf47a5a950635'/>
<id>urn:sha1:793b0e31beb22fe33402c8a9ceebf47a5a950635</id>
<content type='text'>
* Plugins can display additional fields in the article editor.
* Plugins can perform actions when saving an article and even veto the
  saving.
* Plugins can get their ArticleExtradata objects.
</content>
</entry>
<entry>
<title>Uncatched exception, if a tag had no translation for current language.</title>
<updated>2012-04-24T19:47:34Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-04-24T19:47:34Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=315d92afcdb95b360b5a4217f222a8b408a33290'/>
<id>urn:sha1:315d92afcdb95b360b5a4217f222a8b408a33290</id>
<content type='text'>
Now fixed. These tags are now filtered out.
Also, Beta 5
</content>
</entry>
</feed>
