<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/cli/_cli.php, branch 1.11.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.11.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-12-11T20:11:34+00:00</updated>
<entry>
<title>Use __DIR__ for relative include and require</title>
<updated>2017-12-11T20:11:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-11T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d09886558361bd818182da9ddc204e83f618ba'/>
<id>urn:sha1:52d09886558361bd818182da9ddc204e83f618ba</id>
<content type='text'>
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
</content>
</entry>
<entry>
<title>Check requirement in CLI script (#1711)</title>
<updated>2017-12-10T21:09:54+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2017-12-10T21:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5c52d9b34bb1f1285f92dd557bb8b8cb222b50f4'/>
<id>urn:sha1:5c52d9b34bb1f1285f92dd557bb8b8cb222b50f4</id>
<content type='text'>
* check requirements in actualize_script before executing, fixes #1710

* removed empty whiteline

* testing all requirements

* incorporated code review feedback

* removed code that is already executed in _cli.php

* added newline at eof

* fixed include problems

* fixed include problems
</content>
</entry>
<entry>
<title>Move default configuration files</title>
<updated>2017-05-12T21:33:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-05-12T21:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=af8960b8b3be3c78573d0319a8a537083fae2d4d'/>
<id>urn:sha1:af8960b8b3be3c78573d0319a8a537083fae2d4d</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1531
</content>
</entry>
<entry>
<title>use function with preg_match to check username</title>
<updated>2017-02-16T17:54:59+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T17:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4eeae5171b885b6dda392f5dd68d6dd78a0c7858'/>
<id>urn:sha1:4eeae5171b885b6dda392f5dd68d6dd78a0c7858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possibility to register user having a '-', a '_' or a '.' in username</title>
<updated>2017-02-16T13:27:45+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T13:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8d2b76334cd60356c85810bf4902124105d54ad4'/>
<id>urn:sha1:8d2b76334cd60356c85810bf4902124105d54ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLI do-install</title>
<updated>2016-10-23T23:41:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-23T23:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ab4ece6780cf841f6ce4e89f7b81a1ff1661f615'/>
<id>urn:sha1:ab4ece6780cf841f6ce4e89f7b81a1ff1661f615</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/1090
</content>
</entry>
<entry>
<title>CLI export</title>
<updated>2016-10-23T11:37:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-23T11:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fcb9280fc87c159539f5832ab35f174cd515654e'/>
<id>urn:sha1:fcb9280fc87c159539f5832ab35f174cd515654e</id>
<content type='text'>
ZIP export, OPML export.
Corrected height of feeds select in Pafat theme.
https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1039
https://github.com/FreshRSS/FreshRSS/issues/1277
</content>
</entry>
<entry>
<title>CLI import ZIP/OPML/JSON for user</title>
<updated>2016-10-22T23:46:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-22T23:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1b8eb6c7e732f1eda4fc8f22e847b363b016f857'/>
<id>urn:sha1:1b8eb6c7e732f1eda4fc8f22e847b363b016f857</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/851
</content>
</entry>
<entry>
<title>CLI list-users and create-user</title>
<updated>2016-10-22T10:58:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-22T10:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e1f214e9e2e09a83a9920e33fbf617dfe48fbb7e'/>
<id>urn:sha1:e1f214e9e2e09a83a9920e33fbf617dfe48fbb7e</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/1090
</content>
</entry>
</feed>
