| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
|
|
- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
|
|
+ add loading gif in Origine theme
|
|
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
|
|
|
|
Add class "active" to button which reveals the password and remove it
when revealing is terminated
|
|
|
|
- Use sticks
- Change order of buttons
|
|
|
|
- Remove template files (will be moved into another repository later)
- Rename Origine2 into Origine
- Change version (0.1 -> 0.2)
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
- Fix some Webkit problems
- Change render of #bigMarkAsRead
|
|
Add class "notification"
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
It should be equivalent to Origine (modulo some improvements)
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
Dropdowns and buttons had not homogeneous font-sizes
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
- Based on the new template
- Should remplace Origine later
- It is still not finished, there are a lot to do
|
|
Few improvements
|
|
|
|
|
|
|
|
Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'.
|
|
It's an intermediary step to remove the favorite button.
I add a button to store the current query as a favorite query. It redirects automatically to the configuration page where it is possible to name and remove user queries.
To make the queries more straigtforward, I removed the default behavior when searching for a string. This way, when we search for a string, the filter is not defaulted to all articles.
|
|
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
|
|
|
|
|