| Age | Commit message (Collapse) | Author |
|
Not tested much yet. Some MySQL parts changed a bit too to double-check.
https://github.com/marienfressinaud/FreshRSS/issues/574
|
|
https://github.com/marienfressinaud/FreshRSS/issues/430
|
|
https://github.com/marienfressinaud/FreshRSS/issues/430
https://github.com/marienfressinaud/FreshRSS/issues/575
|
|
Token was present in RSS url even without token value.
|
|
Some bugs introduce because I was tired surely ;)
|
|
- Add HTML5 notifications
- Add Screwdriver theme (not included yet… but soon!)
|
|
|
|
|
|
Now, notifications are shown only if there are new articles not shown
on the page yet.
Before, at the first loading of the page, if there were unread articles,
a notification appeared after two minutes!
|
|
Oops? :)
|
|
Show a select with only one choice is there is no zip extension on
the server.
Fix typo.
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
A notification is shown if we cannot use ZipArchive.
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
If there is only one file to export, we don't need of a .zip archive.
So it is exported as a simple file (.json or .opml)
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
|
|
|
|
Change event handling for confirmation dialog
|
|
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
|
|
See #567
Before, when content was loaded dynamically, the confirmation was not poping.
Now, the confirmation pops by changing event handling.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
A bit more transparency in the background of the text
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
This reverts commit 6972a469794a654c6ecd6b32b68a813e1c47f7ec.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/495
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
Refactor install file to check available databases
|
|
Now it checks for any pdo driver supported instead of only mysql
|
|
https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
|
|
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
Could be done better
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
Works in Firefox 32 and Opera 12. Does not work in IE 11 but without
error.
We should test if icons still work in many contexts such as placing a
shortcut on the desktop of various platforms.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/554
|
|
https://github.com/marienfressinaud/FreshRSS/issues/537
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/554
Also edited the error controler to use the log message passed in
Minz_Error::error().
|
|
|
|
Articles was not marked as read when open with shortcuts.collapse_entry
Fix https://github.com/marienfressinaud/FreshRSS/issues/556
|
|
Add article repartition in stats
|
|
|
|
|
|
Correct bug in add/remove users
|
|
https://github.com/marienfressinaud/FreshRSS/issues/430
There are some repeated HTML attributes (`data-unread` and `active`)
which could maybe be simplified.
If some people do not like this behaviour, we could consider having an
option.
|
|
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/commit/e507256d0bdebd02cf1fcd6fe1477cbac0b6934e#commitcomment-7119169
|
|
|
|
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
|
|
- EntryDAO.php: add a missing "FreshRSS_EntryDAO::"
- Fix htmlspecialchars in opml export
|
|
Some feeds were listed more than once. A bit more independent from the
SQL query.
https://github.com/marienfressinaud/FreshRSS/issues/544
|