<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/cli/do-install.php, branch 1.10.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.10.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.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>[ci] Add Travis (#1619)</title>
<updated>2017-09-22T10:13:46+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2017-09-22T10:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4e174ed9dd84ce4f8de410baf6a6e0fde9160055'/>
<id>urn:sha1:4e174ed9dd84ce4f8de410baf6a6e0fde9160055</id>
<content type='text'>
* [ci] Add Travis

* Exclude some libs

* Semi-auto whitespace fixes

* line length in SQLite

* Exclude tests from line length

* Feed.php line length

* Feed.php: get rid of unnecessary concat

* Feed.php: line length

* bootstrap.php: no newline at end of file

* Allow concatenating across multiple lines

* Add Travis badge

* do-install line length

* update-or-create-user line length

* cli/create-user line length

* tests/app/Models/SearchTest.php fix indentation

* tests/app/Models/UserQueryTest.php fix indentation

* tests/app/Models/CategoryTest.php fix indentation

* [fix] PHP 5.3 on precise

* cli/do-install no spaces

* cli/list-users line length

* cli/reconfigure line length

* empty catch statements

* api/index line length nonsense

* spaces before semicolon

* app/Models/EntryDAO bunch of indentation

* extra blank lines

* spaces before comma in function call

* testing tabwidth

* increase to 10

* comment out tabwidth line

* try older phpcs version 3.0.0RC4

* line length exception for app/install.php

* proper spaces

* stray spaces in i18n

* Minz/ModelPdo line length

* Minz whitespace

* greader line length

* greader elseif placement

* app/Models/Feed.php spacing in function argument

* ignore php 5.3

* app/Models/ConfigurationSetter.php stray whitespace

* EntryDAOSQLite line length

* I vote for higher max line length =P

* ignore SQL

* remove classname complaint

* line length/more legible SQL

* ignore line length nonsense

* greader line length

* feedController issues

* uppercase TRUE, FALSE, NULL

* revert

* importExportController lowercase null

* Share.php default value not necessary because ! is_array () a few lines down

* CategoryDAO constants should be UPPERCASE

* EntryDAO reduce line length

* contentious autofix

* Allow failures on all versions of PHP except 7.1 because reasons
</content>
</entry>
<entry>
<title>Update username constraints</title>
<updated>2017-07-22T13:47:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-07-22T13:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c3f2302be71d4b3bc2dd4cc67dd16c4505203498'/>
<id>urn:sha1:c3f2302be71d4b3bc2dd4cc67dd16c4505203498</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1597
</content>
</entry>
<entry>
<title>Allows do-install.php only if data/do-install.txt exists</title>
<updated>2017-03-03T22:15:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-03T22:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=37957d45b24306f494554ee1e6c911998ca68643'/>
<id>urn:sha1:37957d45b24306f494554ee1e6c911998ca68643</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1449
</content>
</entry>
<entry>
<title>CLI add language to install</title>
<updated>2017-03-02T22:04:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-02T22:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=992a811df66de7be66c64d3703e854c15a58d337'/>
<id>urn:sha1:992a811df66de7be66c64d3703e854c15a58d337</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1445
</content>
</entry>
<entry>
<title>Fix CLI install bug with SQLite</title>
<updated>2017-02-28T20:12:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-28T20:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17296f99d26ef3eb5a2e73428e3d67e418846ab7'/>
<id>urn:sha1:17296f99d26ef3eb5a2e73428e3d67e418846ab7</id>
<content type='text'>
And improve requirements check
https://github.com/FreshRSS/FreshRSS/issues/1443
</content>
</entry>
<entry>
<title>Merge branch 'dev' into feature/username-in-cli</title>
<updated>2017-02-25T09:20:59+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-25T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e871a0adf131f53dcf345ad2dda73bdf7c1a2c9'/>
<id>urn:sha1:2e871a0adf131f53dcf345ad2dda73bdf7c1a2c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1436 from dswd/disable-update</title>
<updated>2017-02-24T21:46:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-24T21:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=686311463b2bf82405d0d113469dab62a0980532'/>
<id>urn:sha1:686311463b2bf82405d0d113469dab62a0980532</id>
<content type='text'>
Add config option to disable and hide self-update</content>
</entry>
<entry>
<title>Added disable_update option to cli/do-install.php</title>
<updated>2017-02-24T06:20:50+00:00</updated>
<author>
<name>Dennis Schwerdel</name>
<email>schwerdel@informatik.uni-kl.de</email>
</author>
<published>2017-02-24T06:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9e931d1bc52443aeaf9ccf7e2b3d6eaa135368ec'/>
<id>urn:sha1:9e931d1bc52443aeaf9ccf7e2b3d6eaa135368ec</id>
<content type='text'>
</content>
</entry>
</feed>
