summaryrefslogtreecommitdiff
path: root/app/i18n
AgeCommit message (Collapse)Author
2014-09-26Remove German language for 0.8 releaseGravatar Marien Fressinaud
2014-09-26Fix i18nGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
2014-09-24More explicit message when deleting feeds or catsGravatar Marien Fressinaud
Introduce "data-str-confirm" to override default message for confirm actions. Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-20Entities i18nGravatar Alexandre Alapetite
A few bugs + conversion to Unicode
2014-09-19Details i18nGravatar Marien Fressinaud
2014-09-19Add a message if there is no idle feed (stats)Gravatar Marien Fressinaud
2014-09-19Load $nb/2 articles when reading viewGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-19Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-19Improve "no feed to display" boxGravatar Marien Fressinaud
2014-09-19Details i18nGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-19Few fixes about statisticsGravatar Marien Fressinaud
2014-09-19Coding style (user queries)Gravatar Marien Fressinaud
2014-09-19Add an error message when a query is deprecated.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-18Refactor code for strict unread message displayGravatar Alexis Degrugillier
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly. Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode. See #619
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Add a link on Persona page to reset auth systemGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Reset auth system: i18n and styleGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Merge pull request #620 from plopoyop/devGravatar Alexandre Alapetite
Ajout d'un timeout pour la notification HTML5
2014-09-18Alignement des =>Gravatar plopoyop
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-17Misc minor details + a few i18n correctionsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Test HTTP REFERER in install.phpGravatar Marien Fressinaud
Test is actually basic, we need to use Minz_Request::isRefererFromSameDomain() method to improve checking
2014-09-17Move button to apply update outside the messageGravatar Marien Fressinaud
2014-09-17Coding style + i18nGravatar Marien Fressinaud
Change "Show only unread or read if no unread" into "Adjust showing". It is less explicit but shorter.
2014-09-17Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into ↵Gravatar Marien Fressinaud
aledeg-reading-conf
2014-09-17Show a message to warn about loading divided by 2Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-16Message if last update checking is closeGravatar Marien Fressinaud
last_update.txt is updated even if there is no update If last_update.txt has been modified during last hour, show a message See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
2014-09-08Check FRESHRSS_PATH is writable.Gravatar Marien Fressinaud
FRESHRSS_PATH needs to be writable before performing update.
2014-09-08Merge branch 'dev' into 411-update-systemGravatar Marien Fressinaud
Conflicts: constants.php
2014-09-06Add a new configuration optionGravatar Alexis Degrugillier
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found. Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior See #551 It is missing the german translation
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-02Add a first version of i18n for GermanGravatar Marien Fressinaud
All the strings are not completed yet, but it's a good start!
2014-08-27Add configuration for help configurationGravatar Alexis Degrugillier
2014-08-24Add shortcutsGravatar Alexis Degrugillier
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable. Add a shortcut to access user filters the same way to access share actions.
2014-08-23Add category reading optionGravatar Alexis Degrugillier
Before, when a category was selected, it was expanded to show the feeds in that category. Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
2014-08-12Improve import systemGravatar Marien Fressinaud
Catch more errors Code refactoring
2014-08-11Improve import systemGravatar Marien Fressinaud
Catch errors of zip_open and log it. A notification is shown to indicate something went wrong. See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-11Improve system import/exportGravatar Marien Fressinaud
Miss checking presence of zip extension during import See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-10Add 1 month indication for "keep me logged in"Gravatar Marien Fressinaud
.prompt .form is also now larger See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Forget to change the i18n stringGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Add possibility to keep logged in with formGravatar Marien Fressinaud
Add an option to keep logged in. Change lifetime of session cookie to 1 year. See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Add translations for update systemGravatar Marien Fressinaud
2014-08-09Add basic system of updateGravatar Marien Fressinaud
- Check on update.freshrss.org for new updates - Download script - Apply script - Need translations and verifications NOTE: current script on server indicates version 0.7.3 is an update of 0.8-dev ==> IT'S ONLY FOR MY TESTS! Script just does a backup of ./data actually... See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-08-09Option to hide (or not) feeds/categories with no unread articleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/430 https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-09Correct typo in french translation (missing 's') (dev)Gravatar Alwaysin
2014-08-09Add a test to check presence of Zip archive.Gravatar Marien Fressinaud
A notification is shown if we cannot use ZipArchive. See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-08Add support of HTML5 notificationsGravatar Marien Fressinaud
Show a notification if there are at least 1 new article to read. Support only window.Notification API. See https://github.com/marienfressinaud/FreshRSS/issues/399
2014-08-03Refactor install file to check available databasesGravatar Alexis Degrugillier
Now it checks for any pdo driver supported instead of only mysql
2014-07-24Add article repartition in statsGravatar Alexis Degrugillier
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
2014-07-07Add a configuration parameterGravatar Alexis Degrugillier
Add a parameter to choose wether or not the user want to display a confirmation dialog when clicking on "mark all as read" actions.