<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/ConfigurationSetter.php, branch 1.1.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-18T12:04:08+00:00</updated>
<entry>
<title>Fix mark_when setter</title>
<updated>2015-01-18T12:04:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-18T12:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=711ef5546cd218f81595e6e3b479b929ffeb3bc7'/>
<id>urn:sha1:711ef5546cd218f81595e6e3b479b929ffeb3bc7</id>
<content type='text'>
mark_when was not taken in consideration.
</content>
</entry>
<entry>
<title>Simplify shortcut setter</title>
<updated>2015-01-16T22:38:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-16T22:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=409e09f68516be23f564be81f82f3a8af10a0bbf'/>
<id>urn:sha1:409e09f68516be23f564be81f82f3a8af10a0bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug if a shortcut is not in the initial config</title>
<updated>2015-01-16T22:20:59+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-16T22:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9483c6cf6759364678ca37d3f8379d35c72a8675'/>
<id>urn:sha1:9483c6cf6759364678ca37d3f8379d35c72a8675</id>
<content type='text'>
A new shortcut was never saved because ConfigurationSetter never set a
shortcut which did not appear in the initial conf.
</content>
</entry>
<entry>
<title>Fix Minz_Translate::availableLanguages() method</title>
<updated>2015-01-08T13:50:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a3f667e586e73e996175477939aa7beb10630901'/>
<id>urn:sha1:a3f667e586e73e996175477939aa7beb10630901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a setter for extensions_enabled config value</title>
<updated>2015-01-08T13:22:20+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e86a6097c886ac8b0ed9278c2cafc543ad4c0227'/>
<id>urn:sha1:e86a6097c886ac8b0ed9278c2cafc543ad4c0227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add system config setter methods</title>
<updated>2015-01-07T17:55:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T17:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9265cd57333b2a91effc6ea284b504fbc977b9ed'/>
<id>urn:sha1:9265cd57333b2a91effc6ea284b504fbc977b9ed</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Add setters for the user configurations</title>
<updated>2015-01-07T17:16:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T17:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7e81e67aeda7de923f31bfa36f6fcfa41f34dc9b'/>
<id>urn:sha1:7e81e67aeda7de923f31bfa36f6fcfa41f34dc9b</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Change way to call configuration setter.</title>
<updated>2015-01-07T16:36:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T16:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fb614ab80cf038416e5451b4f6f25f421d75d8e4'/>
<id>urn:sha1:fb614ab80cf038416e5451b4f6f25f421d75d8e4</id>
<content type='text'>
- Add a support($key) method which return if the given key is supported by
  the setter.
- Change handle signature by adding a $data param which must be passed by
  reference.

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Add first test for a generic ConfigurationSetter</title>
<updated>2015-01-07T15:36:55+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T15:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2fd8a80878441cf59b1689b1765633694cb320b6'/>
<id>urn:sha1:2fd8a80878441cf59b1689b1765633694cb320b6</id>
<content type='text'>
We are blocked if a setter has to update several values.
ConfigurationSetter will be updated.

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
</feed>
