<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ratatoeskr-cms/ratatoeskr/setup, 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>2025-01-05T15:46:52Z</updated>
<entry>
<title>Add notice that r7r is no longer maintained</title>
<updated>2025-01-05T15:46:52Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2025-01-05T15:46:52Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=e9456a5b92e54d3d7c7cb517c2e5dd4a27376361'/>
<id>urn:sha1:e9456a5b92e54d3d7c7cb517c2e5dd4a27376361</id>
<content type='text'>
</content>
</entry>
<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>Move article status consts into Article class</title>
<updated>2020-11-08T16:13:51Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-11-08T16:13:51Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=743c562ac9a8d8df7a176a989ebee36ad2acbfb7'/>
<id>urn:sha1:743c562ac9a8d8df7a176a989ebee36ad2acbfb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unused DB functions / globals</title>
<updated>2020-10-20T19:53:28Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-20T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=69049acef2ee593d65af7bcb62055dae6c9615b4'/>
<id>urn:sha1:69049acef2ee593d65af7bcb62055dae6c9615b4</id>
<content type='text'>
Now it begins to pay off, that (nearly) all model classes were updated
to  use the new Database class :)
</content>
</entry>
<entry>
<title>Use password_hash() and friends to hash and verify passwords</title>
<updated>2020-09-25T21:09:31Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-25T21:09:31Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=5e347e4efaa81c2108256dc927208cd55dc10baa'/>
<id>urn:sha1:5e347e4efaa81c2108256dc927208cd55dc10baa</id>
<content type='text'>
Previously I rolled my own password hashing function. While it at least
used some sort of salt, it's still a terrible idea.

The newly created class PasswordHash wraps the password_hash() family of
functions but can also check the old password hash format (to distinguish
them, the new password hashes are prefixed with a '!'). In
PasswordHash::needsRehash we then always report an hash of the old format
as being in need of a rehash. That way, these old hashes will be replaced
the next time the user successfully logs in.
</content>
</entry>
<entry>
<title>Fix some broken references to the \ste namespace</title>
<updated>2020-09-25T19:29:45Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-25T19:24:53Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=ecec65566a4ec77edf2054984663d97df55b877a'/>
<id>urn:sha1:ecec65566a4ec77edf2054984663d97df55b877a</id>
<content type='text'>
Should be \r7r\ste now
</content>
</entry>
<entry>
<title>Require STE using composer and add autoloading</title>
<updated>2020-09-22T19:41:13Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-22T19:30:49Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=a0f6f2e849d0884259693e7c1df1bc9de6585eb2'/>
<id>urn:sha1:a0f6f2e849d0884259693e7c1df1bc9de6585eb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code cleanup</title>
<updated>2020-09-21T19:30:57Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-21T19:21:30Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=7f4159ac258c501f9666efc465a78cb2aec9d177'/>
<id>urn:sha1:7f4159ac258c501f9666efc465a78cb2aec9d177</id>
<content type='text'>
- Remove unused variables
- Remove unused utility functions
- Asserting presence and typehinting global variables
- Remove unused variables
- Add missing global
- Add parameter type constraint
- Fix some references to nonexisting variables
</content>
</entry>
<entry>
<title>Format config generation code</title>
<updated>2020-04-28T17:39:11Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-28T17:39:11Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ratatoeskr-cms/commit/?id=86acea61b18ae3cb3ef6c28d8edd080a34539f56'/>
<id>urn:sha1:86acea61b18ae3cb3ef6c28d8edd080a34539f56</id>
<content type='text'>
</content>
</entry>
</feed>
