<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/extensionController.php, branch 1.14.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-06-09T13:58:18+00:00</updated>
<entry>
<title>New extension event + Tumblr GDPR (#1924)</title>
<updated>2018-06-09T13:58:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-06-09T13:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6a56894e940db0b1f7ee6788fbc38f26c80d004d'/>
<id>urn:sha1:6a56894e940db0b1f7ee6788fbc38f26c80d004d</id>
<content type='text'>
* New extension event + Tumblr GDPR

https://github.com/FreshRSS/FreshRSS/issues/1894
simplepie_before_init event

* Refactor extension enabling + Tumblr GDPR enabled by default

Add possibility for extensions to be enabled by default, and disabled
back by users.

* Minor whitespace
</content>
</entry>
<entry>
<title>Update travis config (#1751)</title>
<updated>2018-01-11T18:18:29+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-11T18:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a14c160beb360ffb00f255621030c77878f6c8a1'/>
<id>urn:sha1:a14c160beb360ffb00f255621030c77878f6c8a1</id>
<content type='text'>
I've enabled tests on PHP 7.2 since it's the latest stable version.
I've also installed phpcs from composer since PEAR is not available for all versions of PHP.</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>Fix coding style in extension manager</title>
<updated>2015-01-14T22:40:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T22:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=789d9fc6c8647fa100d80e3ef52727c813f35f16'/>
<id>urn:sha1:789d9fc6c8647fa100d80e3ef52727c813f35f16</id>
<content type='text'>
Yep, same as 8968288...
</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>Add mechanism at (un)install of an extension</title>
<updated>2015-01-14T20:38:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T20:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=806b4de54ffd1dd682ec7b42a5be8343a464e5f0'/>
<id>urn:sha1:806b4de54ffd1dd682ec7b42a5be8343a464e5f0</id>
<content type='text'>
Test if the install or uninstall has been successfully performed.
If these methods return true, all is ok but if a string is returned,
the string must explain the problem. This problem is stored in log file.

A feedback is given to explain to check log file.

This commit fix a problem in the english translation of
feedback.sub.feed.internal_problem.
</content>
</entry>
<entry>
<title>Call handleConfigureAction() even for GET requests</title>
<updated>2015-01-08T13:30:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5bd7997d41d052420e2a4c164a4f60fe982760e2'/>
<id>urn:sha1:5bd7997d41d052420e2a4c164a4f60fe982760e2</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Merge branch 'dev' into 252-extensions</title>
<updated>2015-01-08T13:18:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=73023bc12b81a27045703e1f733faeb2b4e02cec'/>
<id>urn:sha1:73023bc12b81a27045703e1f733faeb2b4e02cec</id>
<content type='text'>
Conflicts:
	app/FreshRSS.php
	app/Models/Configuration.php
	app/views/index/index.phtml
	app/views/index/normal.phtml
	lib/Minz/Configuration.php
	lib/Minz/Translate.php
	lib/lib_rss.php
</content>
</entry>
<entry>
<title>Implement extension deletion</title>
<updated>2014-12-08T12:36:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-08T12:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=76358846abe2eba95668d66d3847cbdfe3f8bcdc'/>
<id>urn:sha1:76358846abe2eba95668d66d3847cbdfe3f8bcdc</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
</feed>
