Commit Graph

1446 Commits

Author SHA1 Message Date
Alexis Degrugillier
2b60e58fab Add english README file
See #586
2014-08-23 09:15:50 -04:00
Alexandre Alapetite
fb664c2405 Correction pagination bug for read articles
https://github.com/marienfressinaud/FreshRSS/issues/587
2014-08-23 11:04:17 +02:00
Alexandre Alapetite
25a60814ba README: update PHP extensions
I have also removed default extensions to be easier to read.
Extensions that are used but enabled by default in PHP could maybe be
listed in an advanced documentation instead.
https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-20 19:09:06 +02:00
Alexandre Alapetite
46efdc0974 API compatible lighttpd
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-08-20 17:33:46 +02:00
Alexandre Alapetite
ea99ac1259 Syntax 581
#581
2014-08-19 21:55:49 +02:00
Alexandre Alapetite
557e372330 Merge pull request #581 from aledeg/more-stats
Add a feed selector in repartition statistics.
2014-08-19 21:48:02 +02:00
Alexandre Alapetite
0d0b8cd39b Error when feed does not exist
https://github.com/marienfressinaud/FreshRSS/issues/579
2014-08-19 21:39:45 +02:00
Alexandre Alapetite
50075bfbdc Improvement for ASC order
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-19 20:58:18 +02:00
Alexis Degrugillier
393fce3e8a Add a feed selector in repartition statistics.
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page.
The rendering needs to be polished to be nicer.
2014-08-19 08:55:44 -04:00
Alexandre Alapetite
5c2f3349fa Long term cookie: purge old tokens
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13 20:09:23 +02:00
Alexandre Alapetite
359ccc8e4c Long term cookie minor change
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13 00:25:52 +02:00
Alexandre Alapetite
ee1b8f6f72 Long term cookie to keep session open
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13 00:09:48 +02:00
Marien Fressinaud
775ff40780 Improve import system
Catch more errors
Code refactoring
2014-08-12 22:55:43 +02:00
Marien Fressinaud
f2b1826b47 Fix missing Minz_ prefix in Minz_Helper
Nice bug :) It means another hidden bug is now corrected!
2014-08-12 22:27:07 +02:00
Marien Fressinaud
aebf276a39 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-08-12 22:00:06 +02:00
Marien Fressinaud
93b2a5f240 Coding style in Minz_Helper 2014-08-12 21:59:07 +02:00
Marien Fressinaud
7900c5e550 Move htmlspecialchars_utf8 from Request to Helper
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
2014-08-12 21:56:34 +02:00
Marien Fressinaud
ede94098be Fix missing REQUEST_METHOD
Useful when executing actualize_script.php
2014-08-12 21:15:12 +02:00
Marien Fressinaud
22e2bf9239 Fix coding style of Minz_Request 2014-08-12 21:12:02 +02:00
Marien Fressinaud
08a9009c19 Fix a Minz_Session TODO
Not use additional variable to manipulate session variables
Fix coding style
2014-08-12 21:10:10 +02:00
Marien Fressinaud
ed7d8aa44f Use REQUEST_URI instead of SCRIPT_NAME for cookies
See eceb7756cf (commitcomment-7345438)
2014-08-12 21:04:39 +02:00
Marien Fressinaud
1b20f6bd02 New wrappers Minz_Request::good() and bad()
1. Set a notification message in session variable
2. Redirect to a specific url

First use in importExportController.php

See https://github.com/marienfressinaud/FreshRSS/conversations/576
2014-08-12 21:01:07 +02:00
Alexandre Alapetite
3674a7a764 gitignore /p/i/.htaccess
This can be the place of a user's .htaccess, for instance for HTTP
password control.
2014-08-11 21:26:57 +02:00
Marien Fressinaud
8ffd59f34a Improve import system
Catch errors of zip_open and log it. A notification is shown to indicate
something went wrong.

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-11 19:18:12 +02:00
Marien Fressinaud
94570aaf5a Improve system import/export
Miss checking presence of zip extension during import

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-11 19:02:27 +02:00
Marien Fressinaud
bc71a577fe Revert "Set session.gc_maxlifetime"
This reverts commit df47217839.

See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-11 18:39:22 +02:00
Marien Fressinaud
df47217839 Set session.gc_maxlifetime
Take the maxvalue between 1440 (24m) and cookie lifetime when calling
Minz_Session::keepCookie()

See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 23:41:36 +02:00
Marien Fressinaud
086bb8df35 Add 1 month indication for "keep me logged in"
.prompt .form is also now larger

See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 21:59:44 +02:00
Marien Fressinaud
93a77f84d4 Change cookie lifetime to 1 month.
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 21:08:10 +02:00
Marien Fressinaud
afa8f92b80 Update CHANGELOG
Add option to stay logged in
2014-08-10 20:54:46 +02:00
Marien Fressinaud
b43733d847 Forget to change the i18n string
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 20:52:14 +02:00
Marien Fressinaud
eceb7756cf Add possibility to keep logged in with form
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.

See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 20:29:43 +02:00
Marien Fressinaud
6655c1b429 Improve design of actualize notification
- Remove progress bar
- Show title of updated feed
2014-08-10 15:28:54 +02:00
Marien Fressinaud
40b2e77b03 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-08-09 23:52:33 +02:00
Marien Fressinaud
a15c2d5168 Add Screwdriver theme by Mister aiR
- Not include screenshot yet (wait
  https://github.com/marienfressinaud/FreshRSS/issues/571)
- Need maybe more tests?

See https://github.com/marienfressinaud/FreshRSS/issues/557
2014-08-09 23:51:58 +02:00
Alexandre Alapetite
b68c5c6630 Dynamic favicon: remove the same number in the title
Now the number of unread articles in only shown in the favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-09 22:00:20 +02:00
Alexandre Alapetite
d477373ef2 SQLite: Bug creation new users
Not tested much yet. Some MySQL parts changed a bit too to double-check.
https://github.com/marienfressinaud/FreshRSS/issues/574
2014-08-09 19:58:39 +02:00
Alexandre Alapetite
737b206d8c Reading config: change order of settings
https://github.com/marienfressinaud/FreshRSS/issues/430
2014-08-09 18:58:04 +02:00
Alexandre Alapetite
2b25aa8f68 Option to hide (or not) feeds/categories with no unread article
https://github.com/marienfressinaud/FreshRSS/issues/430
https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-09 18:46:22 +02:00
Marien Fressinaud
c81be3c20a Fix problem token
Token was present in RSS url even without token value.
2014-08-09 15:26:12 +02:00
Marien Fressinaud
5490a190da Fix import/export view
Some bugs introduce because I was tired surely ;)
2014-08-09 15:01:22 +02:00
Marien Fressinaud
418ee97f57 Update CHANGELOG
- Add HTML5 notifications
- Add Screwdriver theme (not included yet… but soon!)
2014-08-09 14:43:47 +02:00
Marien Fressinaud
509620aa54 Merge branch 'Alwaysin-patch-2' into dev 2014-08-09 12:36:58 +02:00
Alwaysin
5c32d0887f Correct typo in french translation (missing 's') (dev) 2014-08-09 12:35:15 +02:00
Marien Fressinaud
80e7e15e3f Show notification only for new articles
Now, notifications are shown only if there are new articles not shown
on the page yet.
Before, at the first loading of the page, if there were unread articles,
a notification appeared after two minutes!
2014-08-09 11:50:13 +02:00
Marien Fressinaud
773d73314b Fix typo
Oops? :)
2014-08-09 00:35:06 +02:00
Marien Fressinaud
d007b22beb Change view import/export if no zip extension
Show a select with only one choice is there is no zip extension on
the server.
Fix typo.

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-09 00:23:22 +02:00
Marien Fressinaud
fda8eba4d1 Add a test to check presence of Zip archive.
A notification is shown if we cannot use ZipArchive.

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-09 00:12:37 +02:00
Marien Fressinaud
84826491a3 Improve export function
If there is only one file to export, we don't need of a .zip archive.
So it is exported as a simple file (.json or .opml)

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-08 23:53:16 +02:00
Marien Fressinaud
2a2ae12ba3 Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev 2014-08-08 22:17:15 +02:00