<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/indexController.php, branch 1.4.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.4.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-04-23T17:10:32+00:00</updated>
<entry>
<title>HTTP2 optimization</title>
<updated>2016-04-23T17:10:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-04-23T17:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b042d3a7728037db90a9306c61091be0a8ac42c4'/>
<id>urn:sha1:b042d3a7728037db90a9306c61091be0a8ac42c4</id>
<content type='text'>
Fast flush HTTP headers, push promise CSS.
Requires PHP 5.3+ due to anonymous function.
Do not load syles, scripts, and notifications for Ajax requests.
https://github.com/FreshRSS/FreshRSS/issues/1089
</content>
</entry>
<entry>
<title>Minz getBaseUrl correction and RSS template bug</title>
<updated>2015-05-23T00:23:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-23T00:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=27d2b88a19345dfc665dc086d3c2b2e4547e1b7f'/>
<id>urn:sha1:27d2b88a19345dfc665dc086d3c2b2e4547e1b7f</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/848
Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never
used and not working anyway with absolute base_url)
$this-&gt;url was not defined in rss.phtml
</content>
</entry>
<entry>
<title>Use the search object to get values in the search</title>
<updated>2015-02-21T14:46:21+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-21T14:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=115612959302fc51c4720b7a954bf8cbe1b14f3b'/>
<id>urn:sha1:115612959302fc51c4720b7a954bf8cbe1b14f3b</id>
<content type='text'>
It is now possible to combine multiple keywords to do a search. The separation of concern is better now since the search extraction is not done in the DAO anymore.
At the moment, a multiple keyword search is stored as this. It could be nice to have it rendered differently in the search page to make it more readable.
At the moment, there is a problem with search enclosed by ". Same search works well when enclosed by '.
</content>
</entry>
<entry>
<title>BREAKING FEATURE: Remove general in config</title>
<updated>2015-01-06T17:53:36+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T17:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30'/>
<id>urn:sha1:d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30</id>
<content type='text'>
General attribute has been removed from system config.
Now subattributes (e.g. environment, salt, title, etc.) are directly accessible.

YOU HAVE TO FIX YOUR ./data/config.php file!

- Remove the general array
- Values inside this array must be kept
- To see what it must look like, please have a look to ./data/config.default.php
  (but keep your values!!).

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix Controllers to use the correct config system</title>
<updated>2015-01-06T16:38:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T16:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d27efeec04c7c41cf0f52bc7f89879e66f2e44a9'/>
<id>urn:sha1:d27efeec04c7c41cf0f52bc7f89879e66f2e44a9</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Change name of user configuration var in Context</title>
<updated>2015-01-05T21:45:03+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-05T21:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7cca47d1ab5838f5440b1a1e08fa4c0d43989664'/>
<id>urn:sha1:7cca47d1ab5838f5440b1a1e08fa4c0d43989664</id>
<content type='text'>
- FreshRSS_Context::$conf is replaced by FreshRSS_Context::$user_conf
- Introduce FreshRSS_Context::$system_conf
- Remove FreshRSS_Configuration object

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix i18n for index Controller</title>
<updated>2014-12-10T23:25:02+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-10T23:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=57bffe83eb396580d08633af93d6cd10a443bf09'/>
<id>urn:sha1:57bffe83eb396580d08633af93d6cd10a443bf09</id>
<content type='text'>
Fix strings for:

- about page
- rss and reader views
- fix title of global view
</content>
</entry>
<entry>
<title>Fix i18n for normal view</title>
<updated>2014-12-10T23:00:15+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-10T23:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d455837c6d6e3ad3d64d06f40c947c93fc4e2086'/>
<id>urn:sha1:d455837c6d6e3ad3d64d06f40c947c93fc4e2086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix i18n for logs, pagination and javascript vars</title>
<updated>2014-12-10T22:16:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-10T22:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a40a726575947c074216ad9084275e0195f9c30'/>
<id>urn:sha1:8a40a726575947c074216ad9084275e0195f9c30</id>
<content type='text'>
Logs first to avoid annoying message when refreshing log page
</content>
</entry>
<entry>
<title>Fix titles for normal and global views</title>
<updated>2014-10-24T13:11:02+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-24T13:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=83d95ca4b894a84de467a97c7f413c1d04c43631'/>
<id>urn:sha1:83d95ca4b894a84de467a97c7f413c1d04c43631</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/634
</content>
</entry>
</feed>
