<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz/ExtensionManager.php, branch 1.3.0-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.3.0-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.3.0-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-29T09:17:29+00:00</updated>
<entry>
<title>Fix including extensions for actualize_script</title>
<updated>2015-01-29T09:17:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a47ce4f6af9e55267c4ce50af1bcc052229535ad'/>
<id>urn:sha1:a47ce4f6af9e55267c4ce50af1bcc052229535ad</id>
<content type='text'>
Extensions could be included multiple times. It resulted in an error.
</content>
</entry>
<entry>
<title>Addressed warnings when reading from new files</title>
<updated>2015-01-19T12:54:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2015-01-19T12:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d30b3becfa50b96982a3b4880c07cc2b770d7eed'/>
<id>urn:sha1:d30b3becfa50b96982a3b4880c07cc2b770d7eed</id>
<content type='text'>
There were warnings when reading extensions (trying to use e.g. README
and .gitignore as directories), and when reading update file.
https://github.com/FreshRSS/FreshRSS/issues/733
</content>
</entry>
<entry>
<title>Improve hook calls and add post_update hook</title>
<updated>2015-01-15T11:02:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-15T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=13cf8b5f9f22a50bba5d1223174407abb1c1d94c'/>
<id>urn:sha1:13cf8b5f9f22a50bba5d1223174407abb1c1d94c</id>
<content type='text'>
- To the hook is associated a method signature (OneToOne or NoneToNone for now) so
  it is easier to call hooks correctly
- post_update hook is called during the post update moment.
</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 valid extension entry points.</title>
<updated>2015-01-14T20:59:53+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T20:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ade1524d43150a45f633e6efac3d7fdea3e1d802'/>
<id>urn:sha1:ade1524d43150a45f633e6efac3d7fdea3e1d802</id>
<content type='text'>
Add possibility to use underscores (_) in entrypoints.
</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>Add a feed_before_insert hook</title>
<updated>2014-12-08T12:05:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-08T12:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=188b517daa174ce494f31dec02ae2cff122488ff'/>
<id>urn:sha1:188b517daa174ce494f31dec02ae2cff122488ff</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Add entry_before_display hook</title>
<updated>2014-12-07T13:31:50+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-07T13:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5932c3427b060d4f0aeab92d7ed17c8e8d4fd1d7'/>
<id>urn:sha1:5932c3427b060d4f0aeab92d7ed17c8e8d4fd1d7</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Add a first draft for hooks</title>
<updated>2014-12-06T17:48:00+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-06T17:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=08546af75ff9a25eac3409649ea4660fe070720c'/>
<id>urn:sha1:08546af75ff9a25eac3409649ea4660fe070720c</id>
<content type='text'>
- New Extension-&gt;registerHook($hook_name, $hook_function) method to register a new hook
- Only one hook works for the moment: entry_before_insert
- ExtensionManager::callHook will need to evolve based on future hooks

See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Add enable / disable extension features</title>
<updated>2014-12-06T15:17:11+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-06T15:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e4682ebd451f8dd291e11141553add9164cbbef'/>
<id>urn:sha1:2e4682ebd451f8dd291e11141553add9164cbbef</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
</feed>
