<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/importExportController.php, branch 1.13.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.13.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.13.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-11-18T10:34:40+00:00</updated>
<entry>
<title>PHP 7.1 tempnam warning fix (#2134)</title>
<updated>2018-11-18T10:34:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-11-18T10:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f26b8f3f310df60693deab7d977dd5fcc3adaf09'/>
<id>urn:sha1:f26b8f3f310df60693deab7d977dd5fcc3adaf09</id>
<content type='text'>
And suggested dir was wrong.

https://bugs.php.net/bug.php?id=69489
```
&lt;b&gt;Notice&lt;/b&gt;:  tempnam(): file created in the system's temporary
directory in
&lt;b&gt;/var/www/html/FreshRSS/app/Controllers/importExportController.php&lt;/b&gt;
on line &lt;b&gt;800&lt;/b&gt;&lt;br /&gt;
```</content>
</entry>
<entry>
<title>Add username in configuration menu and exports (#2133)</title>
<updated>2018-11-18T10:32:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-11-18T10:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=55d7115926df2df45e8bde6e8e6f6e2b9c367024'/>
<id>urn:sha1:55d7115926df2df45e8bde6e8e6f6e2b9c367024</id>
<content type='text'>
* Add username in configuration menu

https://github.com/FreshRSS/FreshRSS/pull/2099#issuecomment-435944803

* Add username to exported files
</content>
</entry>
<entry>
<title>TT-RSS import (#2099)</title>
<updated>2018-11-05T17:10:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-11-05T17:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cf899d8d25c57b05dff89b89e2c7e56808f83c50'/>
<id>urn:sha1:cf899d8d25c57b05dff89b89e2c7e56808f83c50</id>
<content type='text'>
* TT-RSS import

Import of Tiny Tiny RSS favourites
https://github.com/FreshRSS/FreshRSS/issues/2018#issuecomment-432710462

* Fallback feed_url

* Simpler JSON

* TT-RSS import custom labels

* Fix syntax
</content>
</entry>
<entry>
<title>Fix import: invalid variable scope (#1901)</title>
<updated>2018-05-28T21:33:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-28T21:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1801f44bfca5ecc0f5709f03c9ee3434b78a9bf9'/>
<id>urn:sha1:1801f44bfca5ecc0f5709f03c9ee3434b78a9bf9</id>
<content type='text'>
* Fix import: invalid variable scope

https://github.com/FreshRSS/FreshRSS/issues/1890
https://github.com/FreshRSS/FreshRSS/pull/1315

* Changelog 1890

https://github.com/FreshRSS/FreshRSS/issues/1890
https://github.com/FreshRSS/FreshRSS/pull/1901
</content>
</entry>
<entry>
<title>Fix SQL constraint insert into entrytmp table</title>
<updated>2017-09-23T10:32:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2017-09-23T10:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=28db5dd2858002b376c920ec1d1aaad4ef254d54'/>
<id>urn:sha1:28db5dd2858002b376c920ec1d1aaad4ef254d54</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1614
</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>More defered insertion</title>
<updated>2017-03-27T19:26:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-27T19:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5541e3951262bf93fc0eeb4938d6b93b01bfd1bd'/>
<id>urn:sha1:5541e3951262bf93fc0eeb4938d6b93b01bfd1bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'FreshRSS/dev' into defered-insertion</title>
<updated>2017-03-26T17:36:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T17:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fbdc22f75a896363d6c0f1a5b1d84adf8209fb88'/>
<id>urn:sha1:fbdc22f75a896363d6c0f1a5b1d84adf8209fb88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PDO fix PHP 7.1</title>
<updated>2017-03-26T16:48:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T16:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7a6751b50d9c809d2127a154bf811f576a24e4a4'/>
<id>urn:sha1:7a6751b50d9c809d2127a154bf811f576a24e4a4</id>
<content type='text'>
http://php.net/manual/migration71.changed-functions.php#migration71.changed-functions.pdo
</content>
</entry>
<entry>
<title>Candidate implementation of defered insertion</title>
<updated>2017-03-25T23:01:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-25T23:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=22b41f3bfcbd5a54d59789c2cebfda6dc23b7dde'/>
<id>urn:sha1:22b41f3bfcbd5a54d59789c2cebfda6dc23b7dde</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/530
</content>
</entry>
</feed>
