summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17Load $nb/2 articles when articles are unfoldedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-17Fix bigMark for OrigineGravatar Marien Fressinaud
2014-09-16Reduce font-size of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Fix sqlite bug ON DELETE CASCADEGravatar Marien Fressinaud
Foreign key constraints are not enabled by default. See https://github.com/marienfressinaud/FreshRSS/issues/579 See http://stackoverflow.com/questions/13534040/sqlite3-foreign-keys-on-pdo
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-16Same behaviour for middle click on articleGravatar Marien Fressinaud
Middle click was not catched by JavaScript so when opening article in a new page, itwas not marked as read. See https://github.com/marienfressinaud/FreshRSS/issues/454
2014-09-16Improve align article on previous articleGravatar Marien Fressinaud
Always align view on previous article IF its top is not too far (magic number: 150px). See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16Reduce height of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Improve "End of articles" sectionGravatar Marien Fressinaud
Increase font size Change colors in Origine See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Coding style pagination.phtmlGravatar Marien Fressinaud
2014-09-16Fix a bug for mark as read before 1 day/weekGravatar Marien Fressinaud
Current output was not remembered.
2014-09-16Mark many as read must be a POST actionGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Fix bug with shortcut "mark all as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Add confirmation for "mark as read" in dropdownGravatar Marien Fressinaud
2014-09-16Coding style nav_menu.phtmlGravatar Marien Fressinaud
2014-09-16Add a "toggle password" button during installationGravatar Marien Fressinaud
2014-09-16Fix theme path for installationGravatar Marien Fressinaud
2014-09-16Revert setTimeout for refreshUnreadsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/6374f9ec98a132a810efa3e651bd800bcf541340#commitcomment-7790536
2014-09-16Merge pull request #615 from aledeg/sharesGravatar Alexandre Alapetite
Add a feature to add only unique shares
2014-09-15Add a feature to add only unique sharesGravatar Alexis Degrugillier
Before, it was possible to have different shares of the same type with the same information. Now, even if you try to input identical shares, only the first one is kept. Of course, the verification is simple, so for instance if you input two shares to the same shaarli instance with different names, they are kept. See #614
2014-09-15Use setTimeout instead of setInterval (JavaScript)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-15Add border to stick btn and inputGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/563
2014-09-15Change loading of base-theme cssGravatar Marien Fressinaud
If metadata.json indicates it should use "_template.css" or "_base.css", base-theme/template|base.css is used. It facilitates theme maintenance.
2014-09-15Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-15Import/Export: use transactionsGravatar Marien Fressinaud
List of articles must be iterated twice since feeds must be in DB before using transaction for articles. It may be improved? See https://github.com/marienfressinaud/FreshRSS/issues/591
2014-09-12FIXME (import/export) Use entryDAO addEntryPrepareGravatar Marien Fressinaud
2014-09-12Import all .json filesGravatar Marien Fressinaud
Before, only feed_*.json and *starred*.json was imported. Now, all *.json files are imported.
2014-09-12Log error if update.freshrss.org is unreachableGravatar Marien Fressinaud
2014-09-12Check if update has been done during last minuteGravatar Marien Fressinaud
Cancel check action if update has been done during last hour.
2014-09-11Merge pull request #612 from plopoyop/devGravatar Marien Fressinaud
add css class or id to elements without
2014-09-10add css class or id to elements withoutGravatar plopoyop
2014-09-08Add last_update.txt in .gitignoreGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08CHANGELOGGravatar Marien Fressinaud
Add new update system. See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08Add data/last_update.txtGravatar Marien Fressinaud
Remember last update timestamp.
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-06Bug warning in case of invalid CDATAGravatar Alexandre Alapetite
2014-09-05Merge pull request #606 from aledeg/navigationGravatar Alexandre Alapetite
Fix navigation on hidden categories and feeds
2014-09-04Fix navigation on hidden categories and feedsGravatar Alexis Degrugillier
Before, when navigating with the keyboard, hidden categories and feeds where shown. Now, they stay hidden. See #604
2014-09-04Bug HTML statsGravatar Alexandre Alapetite
Categories containing a space were not displayed properly https://github.com/marienfressinaud/FreshRSS/issues/547
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!