<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/extension, branch 1.16.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2019-10-23T09:18:20+00:00</updated>
<entry>
<title>Take advantage of PHP 5.4+ short echo (#2585)</title>
<updated>2019-10-23T09:18:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-23T09:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7a5236de3f13f08b8c51eb183c0dcf1c8c85beca'/>
<id>urn:sha1:7a5236de3f13f08b8c51eb183c0dcf1c8c85beca</id>
<content type='text'>
* Take advantage of PHP 5.4+ short echo

https://php.net/migration54.new-features thanks to
https://github.com/FreshRSS/FreshRSS/pull/2495

Use `&lt;?=  ?&gt;` instead of `&lt;?php echo; ?&gt;`
10kB of code saved :-)

Done with regular expression:
```
&lt;\?php echo (.+?);? *\?&gt;
&lt;?= \1 ?&gt;
```

* Try Travis fix

https://github.com/squizlabs/PHP_CodeSniffer/issues/2045#issuecomment-395238272
</content>
</entry>
<entry>
<title>Show existing extensions in admin panel (#1708)</title>
<updated>2017-12-06T20:04:45+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2017-12-06T20:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3902d3f43330504945e78627b4c49e67ae88aea9'/>
<id>urn:sha1:3902d3f43330504945e78627b4c49e67ae88aea9</id>
<content type='text'>
* first draft

* display installed extension state

* fixed whitespace vs tabs

* added translation in all languages

* added error checks and log messages

* fixed tabs vs whitespace

* another try in fixing whitespaces

* another try in fixing whitespaces

* improved extension list translations

* using JSON from official extension repo

* improved version compare

* updated translations

* French translation
</content>
</entry>
<entry>
<title>CSRF token, update HTTP Referrer policy to same-origin</title>
<updated>2016-08-13T15:49:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6fd34bdda5d067a9e74714aaae10c89ed998a46'/>
<id>urn:sha1:e6fd34bdda5d067a9e74714aaae10c89ed998a46</id>
<content type='text'>
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
https://github.com/FreshRSS/FreshRSS/issues/570
https://github.com/FreshRSS/FreshRSS/issues/955
https://github.com/FreshRSS/FreshRSS/issues/1198
https://github.com/FreshRSS/FreshRSS/issues/565
https://github.com/FreshRSS/FreshRSS/issues/554
</content>
</entry>
<entry>
<title>Restaure compatibility with Internet Explorer 11 / Edge</title>
<updated>2016-07-31T16:25:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-07-31T16:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=93f7f849874dcdf1263370ff08c72a962f8de56f'/>
<id>urn:sha1:93f7f849874dcdf1263370ff08c72a962f8de56f</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/772
</content>
</entry>
<entry>
<title>CSP for statistics and forms</title>
<updated>2016-02-21T18:15:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-02-21T18:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cb913a3a76daf357ad36ca39c26b4aaf800211d2'/>
<id>urn:sha1:cb913a3a76daf357ad36ca39c26b4aaf800211d2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1075
</content>
</entry>
<entry>
<title>Fix extension interface</title>
<updated>2015-01-14T22:30:19+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T22:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2f1116818d7d9a6ef413b2c06e9603ffceaf7867'/>
<id>urn:sha1:2f1116818d7d9a6ef413b2c06e9603ffceaf7867</id>
<content type='text'>
- Seperate user and system extensions on extension/index
- extension/configure shows index page with the slider opened
  if request is done with ajax
- Reorganize some extension view files
</content>
</entry>
<entry>
<title>Fix extension API (coding style)</title>
<updated>2015-01-14T21:22:30+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T21:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=89682886005f1e6b36e664f47b3b0862d62846e6'/>
<id>urn:sha1:89682886005f1e6b36e664f47b3b0862d62846e6</id>
<content type='text'>
is_enabled() becomes isEnabled(). Sorry for this coding style mistake :s
</content>
</entry>
<entry>
<title>Fix i18n for extension system</title>
<updated>2014-12-17T20:44:00+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-17T20:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=04b9bd0b496994bed978e8bf772e83a181429ff1'/>
<id>urn:sha1:04b9bd0b496994bed978e8bf772e83a181429ff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add behaviour to configure action (extensions)</title>
<updated>2014-12-08T11:01:47+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-08T11:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c6dfec3ad351ee3b828c6a2c0a273bad5d9ac0df'/>
<id>urn:sha1:c6dfec3ad351ee3b828c6a2c0a273bad5d9ac0df</id>
<content type='text'>
- Put extension configure view in dir_ext/configure.phtml
- Handle POST action in Extension-&gt;handleConfigureAction() method

See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Add default behaviour for configure / remove ext</title>
<updated>2014-12-06T16:25:01+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-06T16:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc81979a6b25554c4832d5ccb41b427023096463'/>
<id>urn:sha1:bc81979a6b25554c4832d5ccb41b427023096463</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
</feed>
