<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/extensionController.php, branch 1.9.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.9.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-12-06T20:04:45+00:00</updated>
<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>
<entry>
<title>Update comments for ExtensionController</title>
<updated>2014-12-08T12:22:11+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-08T12:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0543f96a97fa860fdec38d61b117e6b5addf94b6'/>
<id>urn:sha1:0543f96a97fa860fdec38d61b117e6b5addf94b6</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</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>
</feed>
