<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/scripts, branch 1.12.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.12.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-10-26T20:18:11+00:00</updated>
<entry>
<title>Fix manual refresh commit (#2081)</title>
<updated>2018-10-26T20:18:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-26T20:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cae30f010a06bded0107241b15d5acdaaaf9bd6b'/>
<id>urn:sha1:cae30f010a06bded0107241b15d5acdaaaf9bd6b</id>
<content type='text'>
Commit was performed too early, potentially before the last feeds were
done refreshing</content>
</entry>
<entry>
<title>init confirm also for configuration pages (#2048)</title>
<updated>2018-10-14T11:59:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-14T11:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fe1f6223f95dd1cb1da8bb194a9bd09c358e6f59'/>
<id>urn:sha1:fe1f6223f95dd1cb1da8bb194a9bd09c358e6f59</id>
<content type='text'>
There are some actions that require confirmation also in the
configuration pages, such as delete user.</content>
</entry>
<entry>
<title>Remove some preload / prefetch (#2040)</title>
<updated>2018-10-13T22:35:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-13T22:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1cc891be35c50ad3fd1fcc3498a08f7f46462d35'/>
<id>urn:sha1:1cc891be35c50ad3fd1fcc3498a08f7f46462d35</id>
<content type='text'>
* Remove next prefetch

This approach was only efficient in the specific case when no change was
made (no mark-as-read, favourites, tags), and useless in the other
situations.
Removed to reduce server load.

* Remove next prefetch from JavaScript too

* Remove some preload / prefetch

While useful for the first request, those preload / prefetch hints are
slightly negative for the following requets, especially server-side,
e.g. generating one log entry in Apache, and a bit more network traffic.

* Revert mistake

* Remove comment

https://github.com/FreshRSS/FreshRSS/pull/2040#discussion_r223214915
</content>
</entry>
<entry>
<title>Custom labels (#2027)</title>
<updated>2018-09-29T18:47:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-29T18:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ee8a573f1f7e9cc45f9b3c46627d15670f14f3a'/>
<id>urn:sha1:8ee8a573f1f7e9cc45f9b3c46627d15670f14f3a</id>
<content type='text'>
* First draft of custom tags

https://github.com/FreshRSS/FreshRSS/issues/928
https://github.com/FreshRSS/FreshRSS/issues/1367

* SMALLINT to BIGINT for id_entry

And uppercase SQL types

* Fix layout for unreads

* Start UI menu

* Change menu order

* Clean database helpers

https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r217971535

* Travis rules do not understand PostgreSQL constants

Grrr

* Tag controller + UI

* Add column attributes to tags

* Use only favicon for now, for label

* Fix styling for different themes

* Constant for maximum InnoDB index length in Unicode

https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r219052200
(I would have personnally prefered keeping the readability of a real
value instead of a constant, in this case of many SQL fields)

* Use FreshRSS_Factory::createCategoryDao

* Add view of all articles containing any tag

* Fix search in tags

* Mark as read tags

* Partial auto-update unread tags

* More auto update tag unreads

* Add tag deletion

* Do not purge tagged articles

* Minor comment

* Fix SQLite and UI bug

* Google Reader API support for user tags

Add SQL check that tag names must be distinct from category names

* whitespace

* Add missing API for EasyRSS

* Compatibility SQLite

Problematic parentheses

* Add SQL DISTINCT for cases with multiple tags

* Fix for PostgreSQL

PostgreSQL needs some additional type hint to avoid "could not determine
data type of parameter $1"

http://www.postgresql-archive.org/Could-not-determine-data-type-of-parameter-1-tp2171092p2171094.html
</content>
</entry>
<entry>
<title>Improve authors (#2025)</title>
<updated>2018-09-16T08:46:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-16T08:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b323ed084620cac2222fe1c93ec05b9773eb81e6'/>
<id>urn:sha1:b323ed084620cac2222fe1c93ec05b9773eb81e6</id>
<content type='text'>
* Links for authors and multiple authors

Favour ';' as a separator instead of ',' to better cope with
multi-author scientific articles.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/1997 ,
https://github.com/FreshRSS/FreshRSS/issues/1968,
https://github.com/FreshRSS/FreshRSS/pull/2023

* Change i18n authors

* Update layout

* Unicode-compatible search

Example for `author:Loïc`

* author &lt;em&gt; styling

* Final details

* Minor spacing
</content>
</entry>
<entry>
<title>Merge pull request #2021 from Alkarex/jQuery3.3.1</title>
<updated>2018-09-14T05:35:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-14T05:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60cc39db25de4f70c9a78930f5901d49b081c1f5'/>
<id>urn:sha1:60cc39db25de4f70c9a78930f5901d49b081c1f5</id>
<content type='text'>
jQuery 3.1.1 -&gt; 3.3.1</content>
</entry>
<entry>
<title>bcrypt.js 2.4.4</title>
<updated>2018-09-12T19:51:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-12T19:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a6cbac9b916a908c2a8d734f45f7ae92a4cddcba'/>
<id>urn:sha1:a6cbac9b916a908c2a8d734f45f7ae92a4cddcba</id>
<content type='text'>
https://github.com/dcodeIO/bcrypt.js
</content>
</entry>
<entry>
<title>jQuery 3.1.1 -&gt; 3.3.1</title>
<updated>2018-09-12T19:24:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-12T19:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d8c88b28c91278d660931c145f0e3d79e7ed3a2c'/>
<id>urn:sha1:d8c88b28c91278d660931c145f0e3d79e7ed3a2c</id>
<content type='text'>
https://github.com/jquery/jquery/compare/3.1.1...3.3.1
</content>
</entry>
<entry>
<title>Fix shortcuts for view switching</title>
<updated>2018-01-26T07:17:32+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2018-01-26T07:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=951eb708e609622f31faba591b624b5e9c901897'/>
<id>urn:sha1:951eb708e609622f31faba591b624b5e9c901897</id>
<content type='text'>
I've introduced shortcuts to switch between view in #1755. They have been broken by #1714.
Then I've made an ugly fix in #1758.

This change revert all changes to have something better.

See #1757
</content>
</entry>
<entry>
<title>Fix shortcuts triggering view switching</title>
<updated>2018-01-02T18:49:38+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2018-01-02T18:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=db959a1a449954c6bea1127dc591bf53bf4e25ce'/>
<id>urn:sha1:db959a1a449954c6bea1127dc591bf53bf4e25ce</id>
<content type='text'>
</content>
</entry>
</feed>
