| Age | Commit message (Collapse) | Author |
|
|
|
aledeg-user-queries
Conflicts:
app/layout/nav_menu.phtml
|
|
Token was visible in all URLs of nav menu
|
|
|
|
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
|
|
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
|
|
- 4 options: thin, medium, large and no limit
- Thin is by default
|
|
|
|
|
|
- Use sticks
- Change order of buttons
|
|
- Dropdown menu is transformed into stick buttons
- 3 new icons (view-normal, view-global, view-reader)
- Link to access RSS is now next to these buttons (should we kept it
here?)
|
|
|
|
It should be equivalent to Origine (modulo some improvements)
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
For now, process them in the same order as specified by the user
Specifying for instance `date:` first will be much faster than
specifying a free text word first.
https://github.com/marienfressinaud/FreshRSS/issues/511
|
|
Now also accepts combination of #tag and intitle: and inurl: and author:
and the new date: and pubdate:
https://github.com/marienfressinaud/FreshRSS/issues/511
Each search prefix stop at the first space (we should add a possibility
to have quotes for multiple words)
So if you want two words in title, write "intitle:word1 intitle:word2"
Examples of dates:
date:2014
date:2014-02/2014-04 or date:201402/201404
date:P1W for the last week
|
|
|
|
|
|
|
|
|
|
Removed `noscript` because no JavaScript is needed for the API password.
Added toggle-password
|
|
https://github.com/marienfressinaud/FreshRSS/issues/504
|
|
https://github.com/marienfressinaud/FreshRSS/issues/504
|
|
|
|
- Fix spaces before parenthesis
- Apple title use the "real" name of the app
|
|
|
|
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.
|
|
|
|
fix
|
|
Ajout d’un icon iPhone/iPad + balise link et meta
|
|
See
http://programmers.stackexchange.com/questions/23852/bitwise-or-vs-adding-flags
https://github.com/marienfressinaud/FreshRSS/pull/486
https://github.com/marienfressinaud/FreshRSS/issues/376
|
|
New toggle buttons to filter articles (was: Delete favorite button)
|
|
This bug appears because we where trying to display a string as a number.
The function to translate was cutting the parameter to the first non numeric character (the space)
See #487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
I splitted the reading configuration page in 2 pages. The display configuration page
to prepare for #265 and the reading configuration page.
It is just a test, feel free to discard that.
I also change some wording to be consistent through out the application.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/469
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/464
|
|
|
|
|
|
Conflicts:
app/layout/aside_feed.phtml
|