summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-04Merge pull request #600 from aledeg/averageGravatar Alexandre Alapetite
Add average on repartition charts.
2014-09-04Merge pull request #605 from aledeg/autoreadGravatar Alexandre Alapetite
Fix collapse shortcut behavior
2014-09-03Fix collapse shortcut behaviorGravatar Alexis Degrugillier
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use. Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
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-09-01Add average on repartition charts.Gravatar Alexis Degrugillier
It needs some verification on the value used to calculate the averages.
2014-08-30Bug referer for systems with non-standard HTTP portGravatar Alexandre Alapetite
Now tests also for the scheme and port, which must be identical to the ones in the referer. https://github.com/marienfressinaud/FreshRSS/issues/565#issuecomment-53916915 https://github.com/marienfressinaud/FreshRSS/issues/554
2014-08-29Merge pull request #598 from aledeg/screwdriverGravatar Alexandre Alapetite
Fix Screwdriver theme
2014-08-27Fix Screwdriver themeGravatar Alexis Degrugillier
Before, it wasn't possible to hide categories when they had no articles to read. I applied the same rule than the one described in here (https://github.com/marienfressinaud/FreshRSS/commit/d19824b919289ad63743f27da7861f2422da5baa). Now, the categories are hidden when they have no articles to read. See #594
2014-08-27Add configuration for help configurationGravatar Alexis Degrugillier
2014-08-26Merge pull request #595 from aledeg/filter-catGravatar Alexandre Alapetite
Add a link to filter categories
2014-08-25Add a link to filter categoriesGravatar Alexis Degrugillier
In the category configuration page, I added a filter link on each category. It works the same way than the "filter" link on the feed configuration page. See #514
2014-08-24Change wiki urlGravatar Alexis Degrugillier
2014-08-24Merge pull request #593 from aledeg/fix-cat-cssGravatar Alexandre Alapetite
Fix category CSS
2014-08-24Fix category CSSGravatar Alexis Degrugillier
Before, when the category is closed by default, the active CSS class wasn't applied. Thus breaking the shortcuts for navigation. Now it works the way it is supposed.
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-23Fix Screwdriver themeGravatar Marien Fressinaud
See https://github.com/misterair/Screwdriver/issues/14
2014-08-23Fix bug link at article bottom not mark as readGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/578
2014-08-23Fix design problemsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/582
2014-08-23Fix bug add favorite entryGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23Fix problem with starred files for import/exportGravatar Marien Fressinaud
Improve guessFileType method See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-23Merge pull request #590 from aledeg/more-statsGravatar Alexandre Alapetite
Change empty value in drop-down
2014-08-23Change empty value in drop-downGravatar Alexis Degrugillier
2014-08-23Merge pull request #588 from aledeg/cat-closeGravatar Alexandre Alapetite
Add category reading option
2014-08-23Link English versionGravatar Alexandre Alapetite
2014-08-23Link french versionGravatar Alexandre Alapetite
2014-08-23Merge pull request #589 from aledeg/readme-in-englishGravatar Alexandre Alapetite
Add english README file
2014-08-23Add english README fileGravatar Alexis Degrugillier
See #586
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-23Correction pagination bug for read articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/587
2014-08-20README: update PHP extensionsGravatar Alexandre Alapetite
I have also removed default extensions to be easier to read. Extensions that are used but enabled by default in PHP could maybe be listed in an advanced documentation instead. https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-20API compatible lighttpdGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-08-19Syntax 581Gravatar Alexandre Alapetite
#581
2014-08-19Merge pull request #581 from aledeg/more-statsGravatar Alexandre Alapetite
Add a feed selector in repartition statistics.
2014-08-19Error when feed does not existGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/579
2014-08-19Improvement for ASC orderGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-19Add a feed selector in repartition statistics.Gravatar Alexis Degrugillier
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page. The rendering needs to be polished to be nicer.
2014-08-17Refactor import / export source codeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-17Fix some forward() actionsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-13Long term cookie: purge old tokensGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13Long term cookie minor changeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13Long term cookie to keep session openGravatar Alexandre Alapetite
Token system https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-12Improve import systemGravatar Marien Fressinaud
Catch more errors Code refactoring
2014-08-12Fix missing Minz_ prefix in Minz_HelperGravatar Marien Fressinaud
Nice bug :) It means another hidden bug is now corrected!
2014-08-12Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-12Coding style in Minz_HelperGravatar Marien Fressinaud
2014-08-12Move htmlspecialchars_utf8 from Request to HelperGravatar Marien Fressinaud
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in importExportController
2014-08-12Fix missing REQUEST_METHODGravatar Marien Fressinaud
Useful when executing actualize_script.php
2014-08-12Fix coding style of Minz_RequestGravatar Marien Fressinaud