| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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'.
|
|
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
|
|
|
|
|
|
Ajout d’un icon iPhone/iPad + balise link et meta
|
|
https://github.com/marienfressinaud/FreshRSS/issues/490
|
|
|
|
I made the conversion in every file I can think of.
It should not have any reference to the string 'all' for the state context
|
|
The RSS action has now its own button. I also reorganized the button display order to be more natural.
I did not find an appropriate Unicode replacement for the Rss icon.
|
|
|
|
I extract drop-down menu actions to make them as button action in the page header.
I removed the favorite button on the category list because it is a duplicate from the button action.
Now button action act as filters and you can combine them.
It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list.
I did not want to change everything if we don't keep it.
See #376 and #277
|
|
This reverts commit c94e893dbb7f5e4fcc58311c563f1b33f3681823.
|
|
This reverts commit 7e0566b0a183208e020ff31d5c92ef794de19a1e.
|
|
Fix click action on article
|
|
Before, when the user clicks on an article header one, it expands. When it clicks a second time, it collapses.
When it clicks a third time it stays collapsed instead of expand.
Now it toggles the article between expanded and collapsed state.
|
|
There was a small bug color in Dark theme.
|
|
When the navigation is done with the mouse and shortcuts, the focus on the current article is lost when
the article is collapsed with the mouse. So when navigating with the shortcut does not open the intended
article.
See #473 and #478
|
|
Code simplification
https://github.com/marienfressinaud/FreshRSS/issues/473
https://github.com/marienfressinaud/FreshRSS/commit/60f73f53c4da215a6a60d21e809960c9cf6078fe
|
|
https://github.com/marienfressinaud/FreshRSS/issues/473
https://github.com/marienfressinaud/FreshRSS/pull/474/files
|
|
Before, when the user click on an article it closes even if he want to select text.
This behavior was not acceptable, so I changed it to close the article when cliking
on the article footer or in the article margins.
See #473
|
|
https://github.com/marienfressinaud/FreshRSS/issues/470
|
|
https://github.com/marienfressinaud/FreshRSS/issues/469
|
|
- FeedController->addAction (GET) shows a confirmation page
- If already subscribe, redirect to Configure->feedAction
- Add a bookmark in aside_feed
See #425 #426 and #464
|
|
As suggested
https://github.com/marienfressinaud/FreshRSS/issues/163#issuecomment-38478669
At the same time, removes a bunch of (almost) dead code such as
Minz_Router (the few remaining lines being moved to Minz_FrontController
to avoid a class)
Contributes to https://github.com/marienfressinaud/FreshRSS/issues/303
|
|
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38477994
|
|
https://github.com/marienfressinaud/FreshRSS/issues/457
https://github.com/marienfressinaud/FreshRSS/pull/459
https://github.com/marienfressinaud/FreshRSS/issues/422
https://github.com/marienfressinaud/FreshRSS/pull/461
|
|
Add a button to reveal/hide password
|
|
I add a button on the configure user interface to reveal the password for 2 seconds and hide it after that period.
See #442
I am not sure if the fallback unicode text for the icon is correct. I can not make it work.
|