Marien Fressinaud
a4dac0f791
Version 0.7.2
0.7.2
2014-06-13 18:54:26 +02:00
Marien Fressinaud
f58fdfe93d
Merge branch 'dev' into beta
2014-06-13 18:51:52 +02:00
Marien Fressinaud
61f4d54578
Fix problem token
...
Token was visible in all URLs of nav menu
2014-06-13 18:33:52 +02:00
Marien Fressinaud
76b21e5e61
Update CHANGELOG
2014-06-13 18:27:45 +02:00
Marien Fressinaud
8c132b2acd
Fix theme paths for install.php
2014-06-13 18:14:44 +02:00
Marien Fressinaud
b2eda4a349
Fix font-size for titles (Origine)
2014-06-12 23:04:30 +02:00
Marien Fressinaud
5707a16328
Fix alignment buttons (Origine)
...
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
2014-06-12 22:57:43 +02:00
Marien Fressinaud
b8e4ed0d5d
Fix Origine
...
- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
2014-06-12 22:25:58 +02:00
Marien Fressinaud
0270224c8a
Add a note avout branches in README
...
+ add loading gif in Origine theme
2014-06-12 22:16:02 +02:00
Marien Fressinaud
497853022a
Fix some theme and UI problems
...
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
2014-06-12 21:58:39 +02:00
Marien Fressinaud
1dab7402bc
Merge branch '320-template' into dev
2014-06-05 22:44:42 +02:00
Marien Fressinaud
ce063a5577
Update themes Dark and Flat (notifications and icons)
2014-06-05 22:44:02 +02:00
Marien Fressinaud
b8f53b0525
Add an option to choose content width
...
- 4 options: thin, medium, large and no limit
- Thin is by default
2014-06-05 22:26:18 +02:00
Marien Fressinaud
5ea82076fa
Improve toggle-password
...
Add class "active" to button which reveals the password and remove it
when revealing is terminated
2014-06-05 21:56:58 +02:00
Marien Fressinaud
92993b26a8
Merge branch 'dev' into 320-template
2014-06-05 21:52:48 +02:00
Marien Fressinaud
9d4269ddcb
Add titles for help buttons (sharing configuration)
2014-06-05 21:50:47 +02:00
Marien Fressinaud
e47f915920
Improve page of sharing configuration
...
- Use sticks
- Change order of buttons
2014-06-05 21:48:03 +02:00
Marien Fressinaud
7ded58e808
Add icons
2014-06-05 21:47:36 +02:00
Marien Fressinaud
e70933dfeb
Update links to change view
...
- 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?)
2014-06-05 21:25:21 +02:00
Marien Fressinaud
192c0a001d
Add some stick buttons
2014-06-05 20:39:17 +02:00
Marien Fressinaud
9b3673f945
Rename Origine2 into Origine (v0.2)
...
- 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
2014-06-05 20:26:00 +02:00
Marien Fressinaud
9916d6f791
Update themes
...
- Fix some Webkit problems
- Change render of #bigMarkAsRead
2014-06-05 20:15:45 +02:00
Marien Fressinaud
1c2cdd7650
Fix bug openNotification function (Origine2)
...
Add class "notification"
2014-06-05 19:12:05 +02:00
Marien Fressinaud
b791134b89
Fix theme Origine2 and template
...
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-04 19:46:48 +02:00
Marien Fressinaud
4bdabbd39f
Fix theme Origine2
...
It should be equivalent to Origine (modulo some improvements)
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03 23:41:19 +02:00
Marien Fressinaud
5f5bf67d84
Fix sizes in Origine2
...
Dropdowns and buttons had not homogeneous font-sizes
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03 21:12:01 +02:00
Marien Fressinaud
1fdd76bc1d
Add theme Origine2
...
- Based on the new template
- Should remplace Origine later
- It is still not finished, there are a lot to do
2014-06-03 20:19:32 +02:00
Alexandre Alapetite
d1b31b1a61
Search order of filters
...
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
2014-06-01 15:23:30 +02:00
Alexandre Alapetite
f94b6d46f7
CHANGELOG searching
...
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01 15:10:34 +02:00
Alexandre Alapetite
1857d2121c
lib_date comment
...
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01 14:56:50 +02:00
Alexandre Alapetite
a1adac617a
lib_date comment
...
https://github.com/marienfressinaud/FreshRSS/issues/511
2014-06-01 14:55:03 +02:00
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
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
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