Alexandre Alapetite
ecac55d3d3
New search system, including date: and pubdate: and combination
...
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
2014-06-01 14:40:38 +02:00
Alexis Degrugillier
a61180032f
Fix array values
2014-05-18 06:55:12 -04:00
Alexis Degrugillier
eaf6f5bb73
fix tabs
2014-05-17 23:32:57 -04:00
Alexis Degrugillier
1032d2ea75
fix tabs
2014-05-17 23:31:56 -04:00
Alexis Degrugillier
5d69d6c43d
Fix tabs
2014-05-17 23:25:03 -04:00
Alexandre Alapetite
08ceeb1bcd
CHANGELOG: podcasts
...
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-17 13:10:42 +02:00
Alexandre Alapetite
1d13b21111
API password user-interface
...
Removed `noscript` because no JavaScript is needed for the API password.
Added toggle-password
2014-05-17 13:06:15 +02:00
Alexandre Alapetite
17a603b333
SimplePie patch accepted
...
Merged into master branch of SimplePie
https://github.com/simplepie/simplepie/pull/352
2014-05-17 12:08:47 +02:00
Alexandre Alapetite
c3178a4f89
Add video control for podcasts
...
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-14 09:07:30 +02:00
Alexandre Alapetite
7f1c305c86
Add audio control for podcasts
...
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-05-13 22:30:24 +02:00
Marien Fressinaud
d7ba16a39b
Fix template
...
Few improvements
2014-05-13 21:13:18 +02:00
Marien Fressinaud
a86a51cca6
Merge branch 'dev' into 320-template
2014-05-13 21:03:32 +02:00
Marien Fressinaud
e763cd407a
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-05-13 19:36:34 +02:00
Marien Fressinaud
4580e177e1
Fix version numbers
...
Due to the last pull request
2014-05-13 19:33:01 +02:00
Marien Fressinaud
7083312000
Merge branch '491-homescreen' into dev
2014-05-13 19:31:50 +02:00
Marien Fressinaud
717a37c651
Fix coding style + title
...
- Fix spaces before parenthesis
- Apple title use the "real" name of the app
2014-05-13 19:27:22 +02:00
Marien Fressinaud
acd7d64e20
Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreen
2014-05-13 19:21:12 +02:00
Alexandre Alapetite
c96c80ee9a
Merge pull request #499 from nicolaselie/dev
...
Username regexp is too strict
2014-05-09 10:10:12 +02:00
Nicolas ELIE
6aadb7e59a
Username regexp is too strict
...
Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'.
2014-05-09 09:53:46 +02:00
Alexis Degrugillier
8521c876d4
Add user queries
...
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.
2014-05-04 17:23:53 -04:00
Alexandre Alapetite
2f51556f77
jQuery 2.1.1
...
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
2014-05-03 11:45:58 +02:00
Alexandre Alapetite
c5899b9893
Merge pull request #496 from aledeg/shortcut
...
Add a shortcut to access the search field
2014-04-27 18:49:15 +02:00
Alexis Degrugillier
f820f428ef
Add a shortcut to access the search field
2014-04-27 11:00:25 -04:00
tomgue
3298cf757e
fix titre
...
fix
2014-04-25 13:13:17 +02:00
tomgue
615d5a4534
Correction icon
2014-04-18 11:58:36 +02:00
tomgue
a8fb745272
Add to homescreen
...
Ajout d’un icon iPhone/iPad + balise link et meta
2014-04-17 18:20:18 +02:00
Alexandre Alapetite
7b57ecc9f0
Fix: Cannot open link from article header
...
https://github.com/marienfressinaud/FreshRSS/issues/490
2014-04-17 18:15:53 +02:00
Alexandre Alapetite
f25783ef5d
Minor syntax changes for: New toggle buttons to filter articles
...
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
2014-04-15 12:16:31 +02:00
Alexandre Alapetite
339a12698c
Merge pull request #486 from aledeg/simple-layout
...
New toggle buttons to filter articles (was: Delete favorite button)
2014-04-15 10:10:29 +02:00
Alexandre Alapetite
951a137f2d
Merge pull request #488 from aledeg/error-favorite
...
Fix error when displaying favorite count
2014-04-15 09:58:59 +02:00
Alexis Degrugillier
77d2d2fb74
Fix error when displaying favorite count
...
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
2014-04-14 19:01:24 -04:00
Alexis Degrugillier
bdd7b7b13e
Revert delete favorite button
2014-04-14 18:34:24 -04:00
Alexis Degrugillier
6323311cb4
Add div.stick to collapse button space
2014-04-13 18:06:11 -04:00
Alexis Degrugillier
dd1055c35d
Add sort button
2014-04-13 17:05:16 -04:00
Alexis Degrugillier
245c71ebe5
Add active class on filter buttons
2014-04-13 16:50:29 -04:00
Alexis Degrugillier
3a736e902c
Move state constants from Configuration to Entry
2014-04-13 08:16:43 -04:00
Alexis Degrugillier
1e032608a6
Change rss icon fallback value
2014-04-13 07:39:33 -04:00
Alexis Degrugillier
cd87e2000a
Revert deletion of the favorite actions
2014-04-13 07:35:17 -04:00
Alexis Degrugillier
86066b1659
Add a new status for 'ALL'
...
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
2014-04-13 07:28:41 -04:00
Alexis Degrugillier
d25afa9def
Extract RSS feed from menu
...
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.
2014-04-12 22:46:35 -04:00
Alexis Degrugillier
e251247efb
Fix DOM ids
2014-04-12 22:13:17 -04:00
Alexis Degrugillier
135486f4ef
Change activate button layout
2014-04-12 22:09:10 -04:00
Alexis Degrugillier
3e665bcf9a
Delete favorite button
...
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
2014-04-12 11:51:44 -04:00
Alexandre Alapetite
6a04683171
Revert "Revert "Fix click action on article""
...
This reverts commit c94e893dbb .
2014-04-11 09:05:31 +02:00
Alexandre Alapetite
c94e893dbb
Revert "Fix click action on article"
...
This reverts commit 7e0566b0a1 .
2014-04-11 08:41:51 +02:00
Alexandre Alapetite
903217d7a3
Merge pull request #482 from aledeg/click-article
...
Fix click action on article
2014-04-11 08:32:07 +02:00
Alexandre Alapetite
64a5a0d1a8
Merge pull request #481 from aledeg/theme-dark
...
Fix small color bug
2014-04-11 08:31:24 +02:00
Alexis Degrugillier
7e0566b0a1
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.
2014-04-10 23:39:41 -04:00
Alexis Degrugillier
5ab6b7d2b1
Fix small color bug
...
There was a small bug color in Dark theme.
2014-04-10 21:59:31 -04:00
Alexandre Alapetite
11e86013aa
Merge pull request #479 from aledeg/click-article
...
Fix unexpected behavior during navigation
2014-04-10 08:31:41 +02:00