Alexis Degrugillier
f87dfbc528
Change notification code
...
Before, it was using the old way to display notifications to the user.
Now, it uses the encapsulated method to do that.
2014-09-21 18:09:10 -04:00
Alexis Degrugillier
5889ef35c8
Change todo align
2014-09-21 12:01:36 -04:00
Alexis Degrugillier
0420a98939
Add comments on the stat controller
2014-09-21 11:51:53 -04:00
Alexis Degrugillier
bad165b0c4
Add a todo
2014-09-21 11:28:46 -04:00
Alexis Degrugillier
cf01508fa5
Fix typo
2014-09-21 11:25:53 -04:00
Alexis Degrugillier
ea7f21ba7f
Add some comments
...
It is a work in progress. I only did that for a single class so you can tell me if this is a good idea, if the content is missing something.
Any comments are welcome.
2014-09-21 11:21:51 -04:00
Alexandre Alapetite
fc8e2d0e67
Entities i18n
...
A few bugs + conversion to Unicode
2014-09-20 12:51:03 +02:00
Marien Fressinaud
a14d325432
Auto-redirect from formLogin if already logged in
2014-09-19 20:30:54 +02:00
Marien Fressinaud
f0dbe3c3ee
Details i18n
2014-09-19 19:56:55 +02:00
Marien Fressinaud
e134891733
Fix bug of JavaScript loading
...
Introduced by 64b3d140f6
2014-09-19 19:51:02 +02:00
Marien Fressinaud
d284958d52
Improve redirection when deleting an idle feed
2014-09-19 19:44:40 +02:00
Marien Fressinaud
921dd88e64
Add a message if there is no idle feed (stats)
2014-09-19 19:00:00 +02:00
Marien Fressinaud
07d123f1aa
Load $nb/2 articles when reading view
...
Fix 7d5e57b35b
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-19 18:47:49 +02:00
Marien Fressinaud
a5fe85634e
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-09-19 18:35:23 +02:00
Marien Fressinaud
64b3d140f6
Improve "no feed to display" box
2014-09-19 18:33:11 +02:00
Alexandre Alapetite
522c68df60
Details i18n
...
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-19 18:24:37 +02:00
Marien Fressinaud
4620d0b136
Remove unnecessary empty class
2014-09-19 17:16:38 +02:00
Marien Fressinaud
55843ff7a5
Few fixes about statistics
2014-09-19 16:45:16 +02:00
Marien Fressinaud
718a4cdb10
Add a link on top feeds to their respective stats
2014-09-19 15:52:11 +02:00
Marien Fressinaud
ae4ecd8e09
Coding style (user queries)
2014-09-19 15:44:33 +02:00
Marien Fressinaud
08cc7c4cd4
Add an error message when a query is deprecated.
...
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19 14:35:02 +02:00
Marien Fressinaud
ba378791c2
Fix blank page for invalid user queries
...
Add a "deprecated" information
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19 13:52:50 +02:00
Marien Fressinaud
24f7a65594
Merge pull request #626 from aledeg/unread-error
...
Refactor code for strict unread message display
2014-09-19 13:40:59 +02:00
Marien Fressinaud
8731de5c3a
Fix repartition stats with 0 or 1 article.
2014-09-19 10:37:29 +02:00
Alexis Degrugillier
71617080e2
Refactor code for strict unread message display
...
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly.
Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode.
See #619
2014-09-18 21:15:20 -04:00
Marien Fressinaud
097703f23e
Improve stat design
2014-09-18 17:39:07 +02:00
Marien Fressinaud
0947b780c9
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-09-18 15:42:00 +02:00
Marien Fressinaud
70df99c1fc
Add a link on Persona page to reset auth system
...
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18 15:40:23 +02:00
Marien Fressinaud
94915f1c0a
Reset auth system: i18n and style
...
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18 15:32:59 +02:00
Marien Fressinaud
d2799d168e
Improve resetAuth redirections
...
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18 15:09:47 +02:00
Marien Fressinaud
f727a13836
Improve reset auth system
...
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18 14:50:54 +02:00
Marien Fressinaud
23609ad858
Add page for reset auth type [NOT WORKING]
...
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18 14:18:00 +02:00
Alexandre Alapetite
ca74b2fca3
Merge pull request #620 from plopoyop/dev
...
Ajout d'un timeout pour la notification HTML5
2014-09-18 13:34:22 +02:00
plopoyop
0c012b006c
Alignement des =>
2014-09-18 12:39:44 +02:00
plopoyop
4211539c24
Add timeout option for HTML5 notification
2014-09-18 10:46:34 +02:00
Marien Fressinaud
5c752f71e9
Fix a serie of undefined index (app/install.php)
2014-09-18 09:15:24 +02:00
Alexandre Alapetite
de5c0bc009
Misc minor details + a few i18n corrections
...
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17 21:19:48 +02:00
Alexandre Alapetite
fc86d14ade
Bug purge
...
https://github.com/marienfressinaud/FreshRSS/issues/493
2014-09-17 21:17:55 +02:00
Marien Fressinaud
fc7d2a0bf2
Move http referer test into lib_rss
...
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
2014-09-17 14:21:56 +02:00
Marien Fressinaud
75bf305b2f
Test HTTP REFERER in install.php
...
Test is actually basic, we need to use
Minz_Request::isRefererFromSameDomain() method to improve checking
2014-09-17 14:07:52 +02:00
Marien Fressinaud
3b8c381689
No cache for update system
...
See https://github.com/marienfressinaud/FreshRSS/issues/616
2014-09-17 13:37:39 +02:00
Marien Fressinaud
a3b5e72729
Move button to apply update outside the message
2014-09-17 13:26:32 +02:00
Marien Fressinaud
9fec7f328b
Coding style + i18n
...
Change "Show only unread or read if no unread" into "Adjust showing". It
is less explicit but shorter.
2014-09-17 11:22:45 +02:00
Marien Fressinaud
f5c863705b
Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into aledeg-reading-conf
2014-09-17 09:30:31 +02:00
Marien Fressinaud
fc5cae981f
Show a message to warn about loading divided by 2
...
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-17 09:25:01 +02:00
Marien Fressinaud
7d5e57b35b
Load $nb/2 articles when articles are unfolded
...
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-17 09:15:19 +02:00
Marien Fressinaud
a4e43e9c53
Message if last update checking is close
...
last_update.txt is updated even if there is no update
If last_update.txt has been modified during last hour, show a message
See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
2014-09-16 18:30:24 +02:00
Marien Fressinaud
6f8413403b
Change #bigMarkAsRead link in button
...
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16 14:58:25 +02:00
Marien Fressinaud
def0b6e71a
Coding style pagination.phtml
2014-09-16 14:42:21 +02:00
Marien Fressinaud
d30acf4e00
Fix a bug for mark as read before 1 day/week
...
Current output was not remembered.
2014-09-16 14:32:49 +02:00