| Age | Commit message (Collapse) | Author |
|
Token was visible in all URLs of nav menu
|
|
|
|
- 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
|
|
|
|
|
|
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
|
|
https://github.com/marienfressinaud/FreshRSS/commit/19517baf13dba7ebd7d41dbbacceaea3ed75af8e
|
|
- 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
|
|
|
|
- Fix html entities rendering
|
|
- Remove massiveImportAction and addCategories from FeedController
- Fix typo for some methods (camelCase)
- addCategoryObject and addFeedObject return id if corresponding object already
exists in DB
- introduce addEntryObject. Return -1 if Entry already exist (in order to keep
quite good performances)
- Complete importArticles method
Need some more tests + better performance
|
|
- use a new OPML library (https://github.com/marienfressinaud/lib_opml)
- import has been completely rewritten (far better!)
- introduce addFeedObject and addCategoryObject (in DAO for the moment).
Permit to add easily feeds and categories (check if they already exist in DB)
- introduce html_chars_utf8 (wrap htmlspecialchars for UTF-8)
|
|
|
|
It is not finished yet and does not even work at all!!
- ZIP archive can be uploaded
- Entries are imported from starred.json and feed*.json but not added in DB for
the moment.
- Fix export (add author, id -> guid, content -> content.content and add
alternate)
See https://github.com/marienfressinaud/FreshRSS/issues/163
|