<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/EntryDAO.php, branch 1.18.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-05-18T20:50:51+00:00</updated>
<entry>
<title>Fix array_chunk key index bug (#3631)</title>
<updated>2021-05-18T20:50:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-05-18T20:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8d8b792007acd7c49e49ecc4e512ff594436656d'/>
<id>urn:sha1:8d8b792007acd7c49e49ecc4e512ff594436656d</id>
<content type='text'>
* Fix array_chunk key index bug
#fix https://github.com/FreshRSS/FreshRSS/issues/3630
We still want array entries indexed sequentially from zero https://php.net/function.array-chunk

* One missing</content>
</entry>
<entry>
<title>More cases of max SQL variable number (#3586)</title>
<updated>2021-05-07T22:56:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-05-07T22:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f2557bed9a669406ac8cca783ffcced8128e8749'/>
<id>urn:sha1:f2557bed9a669406ac8cca783ffcced8128e8749</id>
<content type='text'>
Follow up of https://github.com/FreshRSS/FreshRSS/pull/3553</content>
</entry>
<entry>
<title>Fix TT-RSS import (#3553)</title>
<updated>2021-03-24T18:04:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-03-24T18:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=de40f3ad56b99b6128e8d9d207f5c5304ae97393'/>
<id>urn:sha1:de40f3ad56b99b6128e8d9d207f5c5304ae97393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix updateEntryPrepared (#3500)</title>
<updated>2021-03-07T18:41:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-03-07T18:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0206fc1e5ea31d6a97838425153b8826d80fa3d6'/>
<id>urn:sha1:0206fc1e5ea31d6a97838425153b8826d80fa3d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQLite: fix updateEntry (#3461)</title>
<updated>2021-03-07T16:34:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-03-07T16:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b10cd770eeca5520d9beb5e4e2f1a85bfcb75a9b'/>
<id>urn:sha1:b10cd770eeca5520d9beb5e4e2f1a85bfcb75a9b</id>
<content type='text'>
* Draft of fix for updateEntry

#fix https://github.com/FreshRSS/FreshRSS/issues/3130

* Fix for SQLite

* Update app/Models/EntryDAO.php

Fixed in https://github.com/FreshRSS/FreshRSS/pull/3500

* Unbuffered streaming only for MySQL</content>
</entry>
<entry>
<title>Travis: Enforce phpcs line length + whitespace (#3488)</title>
<updated>2021-02-28T11:26:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-28T11:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=947e918f05d70d5dce4efa4ef403e593581c3fa9'/>
<id>urn:sha1:947e918f05d70d5dce4efa4ef403e593581c3fa9</id>
<content type='text'>
* Update Travis line length

* Also check whitespace in CSS files

* Fix line length ext.php

* More syntax, string templates

* Fix exclude-pattern

* Test JS files as well</content>
</entry>
<entry>
<title>INSERT ... ON CONFLIT DO NOTHING for addEntry (#3409)</title>
<updated>2021-02-01T23:03:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-01T23:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1ee1fcce91d64c8cee6b8621aaedbdeae0c9c330'/>
<id>urn:sha1:1ee1fcce91d64c8cee6b8621aaedbdeae0c9c330</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3402
Explicit `INSERT OR IGNORE` / `ON CONFLICT DO NOTHING` for the
`addEntry()` method, which does expect some duplicates.</content>
</entry>
<entry>
<title>Fix commitNewEntries query (#3357)</title>
<updated>2021-01-11T21:28:35+00:00</updated>
<author>
<name>Craig Andrews</name>
<email>candrews@integralblue.com</email>
</author>
<published>2021-01-11T21:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f9687ea18a391d2757905f6dcd90efdd334a0738'/>
<id>urn:sha1:f9687ea18a391d2757905f6dcd90efdd334a0738</id>
<content type='text'>
There was an erroneous '; at the end of the commitNewEntries DELETE query, resulting in an exception during actualization with this output:

```
FreshRSS starting feeds actualization at 2021-01-11T14:06:09+00:00
FreshRSS actualize candrews...
PHP Fatal error:  Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''' at line 1 in /var/www/localhost/htdocs/FreshRSS/lib/Minz/Pdo.php:45
Stack trace:
#0 /var/www/localhost/htdocs/FreshRSS/lib/Minz/Pdo.php(45): PDO-&gt;exec()
#1 /var/www/localhost/htdocs/FreshRSS/app/Models/EntryDAO.php(167): Minz_Pdo-&gt;exec()
#2 /var/www/localhost/htdocs/FreshRSS/app/Controllers/feedController.php(505): FreshRSS_EntryDAO-&gt;commitNewEntries()
#3 /var/www/localhost/htdocs/FreshRSS/app/Controllers/feedController.php(548): FreshRSS_feed_Controller::actualizeFeed()
#4 /var/www/localhost/htdocs/FreshRSS/lib/Minz/Dispatcher.php(119): FreshRSS_feed_Controller-&gt;actualizeAction()
#5 /var/www/localhost/htdocs/FreshRSS/lib/Minz/Dispatcher.php(47): Minz_Dispatcher-&gt;launchAction()
#6 /var/www/localhost/htdocs/FreshRSS/lib/Minz/FrontController.php(81): Minz_Dispatcher-&gt;run()
#7 /var/www/localhost/htdocs/FreshRSS/app/actualize_script.php(75): Minz_FrontController-&gt;run()
#8 {main}
  thrown in /var/www/localhost/htdocs/FreshRSS/lib/Minz/Pdo.php on line 45
Results:
```</content>
</entry>
<entry>
<title>Ensure maximum date int (#3259)</title>
<updated>2020-11-23T22:04:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-11-23T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=08a5cf594623879222d50568af36df053c1a6d82'/>
<id>urn:sha1:08a5cf594623879222d50568af36df053c1a6d82</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3258</content>
</entry>
<entry>
<title>Add error log (#3055)</title>
<updated>2020-06-13T19:19:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-06-13T19:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6edbeaaf6add5e6f60d949301a05ef42fbdc6afd'/>
<id>urn:sha1:6edbeaaf6add5e6f60d949301a05ef42fbdc6afd</id>
<content type='text'>
For https://github.com/FreshRSS/FreshRSS/issues/3054</content>
</entry>
</feed>
