| Age | Commit message (Collapse) | Author |
|
See https://github.com/misterair/Screwdriver/issues/14
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/578
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/582
|
|
https://github.com/marienfressinaud/FreshRSS/issues/443
|
|
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.
|
|
This can be the place of a user's .htaccess, for instance for HTTP
password control.
|
|
.prompt .form is also now larger
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
|
|
- Not include screenshot yet (wait
https://github.com/marienfressinaud/FreshRSS/issues/571)
- Need maybe more tests?
See https://github.com/marienfressinaud/FreshRSS/issues/557
|
|
Now the number of unread articles in only shown in the favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
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!
|
|
|
|
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/539
|
|
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
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.
|
|
|
|
Articles was not marked as read when open with shortcuts.collapse_entry
Fix https://github.com/marienfressinaud/FreshRSS/issues/556
|
|
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.
|
|
Add a confirmation when using shortcuts
|
|
https://github.com/marienfressinaud/FreshRSS/issues/534
Tested on Firefox 31 (Win8), Firefox 30 (Ubuntu), IE11, Chrome 36
|
|
https://github.com/marienfressinaud/FreshRSS/issues/536
|
|
https://github.com/marienfressinaud/FreshRSS/issues/536
The previous syntax worked only in Firefox
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/default_parameters
|
|
https://github.com/marienfressinaud/FreshRSS/issues/536
|
|
Before, it was possible to mark everything as read with no confirmation using shortcut even if the configuration introduced in a previous commit asked for a confirmation.
Now, depending of the configuration, a confirm dialog box is displayed when requested in the configuration.
|
|
|
|
- Add padding for "Connection" button
- Adjust height of .header and #global. I don't really like this solution
but I can't see any other solution
|
|
This base theme is not visible by default (no name). You can use it
to create new theme.
Fix https://github.com/marienfressinaud/FreshRSS/issues/533 (comment)
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/513
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/532
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/532
|
|
|
|
Need reviews
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
|
|
- stats are not terminated yet
- need reviews
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
See #524
Before, when the configuration was set so the article is marked as read when selected, if you mark it as unread while it is open and then close it, it is marked again as read. This behavior was not straightforward.
Now, the article is not marked again as read.
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
Warning: MySQL has been changed too, so bugs may have been introduced
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
Now the install.php is kept in ./app/ and the trigger is
./data/do-install.php
There is no need anymore to have write access in ./p/i/
|
|
- Coding style
- More checks server side
- Default query name is "Query n°X"
- List of queries is moved into nav_menu, in a dropdown
- Better system to remove fields in JS (to a.remove elements, give an
attibute data-remove="id_to_remove")
- Fix a bug in lib/Mine/Request.php (htmlspecialchars_utf8 can be applied on
arrays now)
- Few theme improvements
- Add an element .no-mobile to apply to elements which should not appear on
mobiles
See https://github.com/marienfressinaud/FreshRSS/pull/498
|
|
aledeg-user-queries
Conflicts:
app/layout/nav_menu.phtml
|