Commit Graph
1410 Commits
Author SHA1 Message Date
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
Marien Fressinaud ad1ad913f3 Merge branch 'notification' into dev 2014-08-08 22:17:06 +02:00
Marien Fressinaud bbf773b5c5 Merge pull request #569 from aledeg/confirm
Change event handling for confirmation dialog
2014-08-08 21:40:09 +02:00
Marien Fressinaud d289c5340f Add support of HTML5 notifications
Show a notification if there are at least 1 new article to read.
Support only window.Notification API.

See https://github.com/marienfressinaud/FreshRSS/issues/399
2014-08-08 21:30:23 +02:00
Alexis Degrugillier e08e8ee633 Change event handling for confirmation dialog
See #567
Before, when content was loaded dynamically, the confirmation was not poping.
Now, the confirmation pops by changing event handling.
2014-08-08 07:35:13 -04:00
Alexandre Alapetite a7632b5429 Dynamic favicon style 2
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07 21:45:52 +02:00
Alexandre Alapetite eed05c06e9 Dynamic favicon style
A bit more transparency in the background of the text
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07 21:33:38 +02:00
Alexandre Alapetite 83b8af59e5 Revert "Dynamic favicon all unread articles"
This reverts commit 6972a46979.
2014-08-07 20:34:08 +02:00
Alexandre Alapetite 65d6796e92 First bug for old articles first
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-07 11:29:19 +02:00
Alexandre Alapetite 6972a46979 Dynamic favicon all unread articles
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-06 20:41:47 +02:00
Alexandre Alapetite 6ef9fc7a92 Minor change dynamic favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-03 20:20:54 +02:00
Alexandre Alapetite 78b9c82aa3 Merge pull request #562 from aledeg/install
Refactor install file to check available databases
2014-08-03 15:29:40 +02:00
Alexis Degrugillier e05e9a8702 Refactor install file to check available databases
Now it checks for any pdo driver supported instead of only mysql
2014-08-03 08:47:18 -04:00
Alexandre Alapetite a9a6192948 Unicode tick without colour
https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
2014-08-02 20:29:51 +02:00
Alexandre Alapetite 274c8096e3 Experimental: Removed lazyload.js and use postpone attribute instead
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
2014-08-02 19:57:15 +02:00
Alexandre Alapetite 6bbf7d51cf Dynamic favicon quick fix Chrome
https://github.com/marienfressinaud/FreshRSS/issues/539
Could be done better
2014-08-02 15:33:00 +02:00
Alexandre Alapetite c685998768 Dynamic favicon large numbers 2
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02 11:43:43 +02:00
Alexandre Alapetite 0246d2340b Dynamic favicon large numbers
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02 02:12:20 +02:00
Alexandre Alapetite 8e5d98c4be Dynamic favicon showing the number of unread articles
https://github.com/marienfressinaud/FreshRSS/issues/539
Works in Firefox 32 and Opera 12. Does not work in IE 11 but without
error.
We should test if icons still work in many contexts such as placing a
shortcut on the desktop of various platforms.
2014-08-02 01:33:33 +02:00
Alexandre Alapetite a0930a5ad6 Strict Referer domain against XSRF
https://github.com/marienfressinaud/FreshRSS/issues/554
2014-08-01 23:22:41 +02:00
Alexandre Alapetite d3f730287d Install script was not keeping all config settings
https://github.com/marienfressinaud/FreshRSS/issues/537
2014-08-01 21:36:35 +02:00
Alexandre Alapetite 8750329181 Changelog towards 0.7.4 2014-08-01 20:56:42 +02:00
Alexandre Alapetite 35be1769de Basic protection against XSRF using Referer
https://github.com/marienfressinaud/FreshRSS/issues/554
Also edited the error controler to use the log message passed in
Minz_Error::error().
2014-08-01 20:20:25 +02:00
Marien Fressinaud aafcd3a879 Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev 2014-07-31 17:21:09 +02:00
Marien Fressinaud 3ffa2e3018 Fix bug collapse and mark_read
Articles was not marked as read when open with shortcuts.collapse_entry

Fix https://github.com/marienfressinaud/FreshRSS/issues/556
2014-07-31 17:19:25 +02:00
Marien Fressinaud 4a0e5ac037 Merge pull request #548 from aledeg/more-stats
Add article repartition in stats
2014-07-29 00:07:07 +02:00
Alexis Degrugillier 1739e2e9d2 Remove unnecessary title property 2014-07-28 17:59:20 -04:00
Alexis Degrugillier 2739817cfb Small fixes to follow @marienfressinaud recommandations (take 2) 2014-07-28 17:46:03 -04:00
Alexandre Alapetite 1d73286aaa Merge pull request #550 from plopoyop/dev
Correct bug in add/remove users
2014-07-26 19:37:06 +02:00
Alexandre Alapetite d19824b919 Hide read feeds and read categories when in unread mode
https://github.com/marienfressinaud/FreshRSS/issues/430
There are some repeated HTML attributes (`data-unread` and `active`)
which could maybe be simplified.
If some people do not like this behaviour, we could consider having an
option.
2014-07-26 13:56:44 +02:00
plopoyop ad9fbf3887 Correct bug in add/remove users 2014-07-26 13:29:55 +02:00
Alexis Degrugillier 84dcd25d89 Small fixes to follow @marienfressinaud recommandations 2014-07-25 06:36:43 -04:00
Alexandre Alapetite 584665eed4 Stats idle: hide empty periods
https://github.com/marienfressinaud/FreshRSS/commit/e507256d0bdebd02cf1fcd6fe1477cbac0b6934e#commitcomment-7119169
2014-07-25 10:33:06 +02:00
Alexis Degrugillier aa317eb294 Add repartition statistic support in Sqlite 2014-07-24 22:57:31 -04:00
Alexis Degrugillier d049c1bc80 Add article repartition in stats
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
2014-07-24 21:57:59 -04:00
Marien Fressinaud d5d3f6dcfa Fix bugs in import/export
- EntryDAO.php: add a missing "FreshRSS_EntryDAO::"
- Fix htmlspecialchars in opml export
2014-07-23 23:56:16 +02:00
Alexandre Alapetite e507256d0b Stats idle feed small bug
Some feeds were listed more than once. A bit more independent from the
SQL query.
https://github.com/marienfressinaud/FreshRSS/issues/544
2014-07-23 00:24:00 +02:00