<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n, 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-14T22:30:19+00:00</updated>
<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>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>Show the version number during update process.</title>
<updated>2015-01-13T11:02:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7c24b5d41c293fa13e4d92efb2aee7778ddcab4'/>
<id>urn:sha1:e7c24b5d41c293fa13e4d92efb2aee7778ddcab4</id>
<content type='text'>
Number is stored inside the data/last_update.txt file and shown if there
is an update script.

See https://github.com/FreshRSS/FreshRSS/issues/699
</content>
</entry>
<entry>
<title>Show current version of FRSS on the update page</title>
<updated>2015-01-13T10:32:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T10:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0cba8dd69156eab50142efe67f4f3fac22a08081'/>
<id>urn:sha1:0cba8dd69156eab50142efe67f4f3fac22a08081</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/699
</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 Minz_Translate::availableLanguages() method</title>
<updated>2015-01-08T13:50:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a3f667e586e73e996175477939aa7beb10630901'/>
<id>urn:sha1:a3f667e586e73e996175477939aa7beb10630901</id>
<content type='text'>
</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>Refactor FreshRSS_Share object to be more usable</title>
<updated>2015-01-07T13:59:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T13:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0140448a562b97859be0b9a6e480e1f6aa4d1b1d'/>
<id>urn:sha1:0140448a562b97859be0b9a6e480e1f6aa4d1b1d</id>
<content type='text'>
- FreshRSS_Share is the only object we manipulate
- Add a way to register new share options easily
- Move some i18n keys from index.php to gen.php

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix i18n for check installation</title>
<updated>2014-12-28T18:59:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-28T18:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=249a474703259a3e2b7e9064ed2052c20c207a8c'/>
<id>urn:sha1:249a474703259a3e2b7e9064ed2052c20c207a8c</id>
<content type='text'>
Add keys for user directory checking

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
<entry>
<title>Fix install.php to consider new data organization</title>
<updated>2014-12-28T16:42:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-28T16:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=039a83759d41615aaa593fa62deff4c25fc126a2'/>
<id>urn:sha1:039a83759d41615aaa593fa62deff4c25fc126a2</id>
<content type='text'>
- Introduce USERS_PATH
- Remove LOG_PATH
- Use join_path in install.php
- Change references to old  data files to the new ones
- Update i18n

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
</feed>
