<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ratatoeskr-cms/ratatoeskr/setup/create_tables.php, branch master</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=master</id>
<link rel='self' href='http://git.laria.me/ratatoeskr-cms/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/'/>
<updated>2020-11-08T20:44:32Z</updated>
<entry>
<title>Get rid of db.php and include config directly in entry points</title>
<updated>2020-11-08T20:44:32Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-11-08T20:44:32Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=f142efd4f77c018b2a0a2530a4601920dc7fdcba'/>
<id>urn:sha1:f142efd4f77c018b2a0a2530a4601920dc7fdcba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove last qdb() usage! \(^.^)/</title>
<updated>2020-11-08T16:30:17Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-11-08T16:26:27Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=ba3ee3e41cdaf591f9cb1aeb1f6ff5aa83285d1d'/>
<id>urn:sha1:ba3ee3e41cdaf591f9cb1aeb1f6ff5aa83285d1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatic code formatting</title>
<updated>2020-04-26T19:13:51Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-26T19:03:08Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=ade9edeb849803082856f7633194913ad4df93a0'/>
<id>urn:sha1:ade9edeb849803082856f7633194913ad4df93a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some simple code formatting</title>
<updated>2020-04-26T14:48:01Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-26T14:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=c3cc300a952a793b9655226db1aad050daaa3803'/>
<id>urn:sha1:c3cc300a952a793b9655226db1aad050daaa3803</id>
<content type='text'>
- Expand tabs into spaces
- Remove trailing whitespace
- Get rid of closing `?&gt;` tags
</content>
</entry>
<entry>
<title>Expand tabs and remove trailing whitespace</title>
<updated>2020-04-26T14:33:36Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-26T14:33:36Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=82d40e32363c4e96996eca7ee44ade879589aa0e'/>
<id>urn:sha1:82d40e32363c4e96996eca7ee44ade879589aa0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>setup now uses PDO</title>
<updated>2013-10-03T20:25:09Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-03T20:25:09Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=26d5e326af47eaf41260b5f0a84d3d439e3ed255'/>
<id>urn:sha1:26d5e326af47eaf41260b5f0a84d3d439e3ed255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ArticleExtradata class and other changes to models.php</title>
<updated>2012-05-19T11:40:15Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-05-19T11:40:15Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=160230943592591fe105efb85255284f6ff48a97'/>
<id>urn:sha1:160230943592591fe105efb85255284f6ff48a97</id>
<content type='text'>
* ArticleExtradata class added. This class gives plugins the possibility
  to assign additional data to articles.
* Abstract class KVStorage added. ArticleExtradata and PluginKVStorage
  extend from it.
* Added dbversion function, it returns the version of the database model
  currently in use. The version is stored in the PREFIX_meta table.
  If there is no PREFIX_meta table, dbversion returns version 0.
  This will be useful for updating the system.
* New MySQL tables.
</content>
</entry>
<entry>
<title>Incompatible plugins will now get disabled.</title>
<updated>2012-02-18T00:34:25Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-02-18T00:34:25Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=7e04592b5c86352425906bb754c38a8fbea53b09'/>
<id>urn:sha1:7e04592b5c86352425906bb754c38a8fbea53b09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setup script and clean config file.</title>
<updated>2012-01-21T21:00:33Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-01-21T21:00:33Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=a36e46d44db24622eeed4438342dfdbd98a28727'/>
<id>urn:sha1:a36e46d44db24622eeed4438342dfdbd98a28727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Section's Styles are nowonlyavailable by a getter.</title>
<updated>2011-12-27T00:36:09Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2011-12-27T00:36:09Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=cf2a4a79eb8344ab1c3303d4bdbb80c91d94925b'/>
<id>urn:sha1:cf2a4a79eb8344ab1c3303d4bdbb80c91d94925b</id>
<content type='text'>
Also fixed many MySQL Queries. These SELECT ... WHERE foo = (SELECT...)
have not worked as expected, so now there are many ugly joins...
</content>
</entry>
</feed>
