<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz, branch 0.9.4</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-15T12:43:05+00:00</updated>
<entry>
<title>Avoid "PHP Strict Standards" error</title>
<updated>2015-01-15T12:43:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-15T12:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2039710d12f8f705b7eb9233ae3cc130f6e4e7c9'/>
<id>urn:sha1:2039710d12f8f705b7eb9233ae3cc130f6e4e7c9</id>
<content type='text'>
A "Only variables should be passed by reference" error was raised in the
extension-&gt;getFileUrl() method.
</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 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 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>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>Fix translation bug</title>
<updated>2015-01-08T20:32:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T20:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b23fc3187cb90800aad6417badf7822a8d280b74'/>
<id>urn:sha1:b23fc3187cb90800aad6417badf7822a8d280b74</id>
<content type='text'>
A path registered after initialization must be loaded.
</content>
</entry>
<entry>
<title>Fix bug with Minz_Translate</title>
<updated>2015-01-08T15:32:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T15:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=19dfef8b49f78e898ea5841869ff80cc351724bc'/>
<id>urn:sha1:19dfef8b49f78e898ea5841869ff80cc351724bc</id>
<content type='text'>
When a path was registered before initialization, it was not considered unless
by calling reset() method.

This is fixed now.
</content>
</entry>
<entry>
<title>Fix install.php script (choice of lang)</title>
<updated>2015-01-08T14:16:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T14:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=85ea5e548ac1057feeb8dfff99b1b433e4ecfd6b'/>
<id>urn:sha1:85ea5e548ac1057feeb8dfff99b1b433e4ecfd6b</id>
<content type='text'>
Fix a bug in Minz_Translate too
</content>
</entry>
<entry>
<title>Change Minz_Translate::reset() behaviour</title>
<updated>2015-01-08T14:05:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T14:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8f04cb9d9db90cce71a0de81bcfbc68b0873ea23'/>
<id>urn:sha1:8f04cb9d9db90cce71a0de81bcfbc68b0873ea23</id>
<content type='text'>
- Don't reset the path list (use init() instead)
- init() accept a null lang_name. To use i18n, you'll have to use reset() later.
  It is helpful to load the list of available language before choosing one of them.
</content>
</entry>
</feed>
