Commit Graph

7003 Commits

Author SHA1 Message Date
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
Marien Fressinaud
7d461779b3 Change color:hover for bigMark
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-18 09:00:41 +02:00
Alexandre Alapetite
0ef1fd6e4d Style: reduce white space of line breaks in articles
Makes articles a bit more compact.
Plus a generic filter for multiple lines breaks, useful for instance in
LeMonde.fr, which uses <br /><br /><br />
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17 22:22:14 +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
6e140d82b0 Merge branch 'aledeg-reading-conf' into dev 2014-09-17 11:24:31 +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
1967e289cf Fix bigMark for Origine 2014-09-17 08:36:28 +02:00
Marien Fressinaud
1f6fc5dfae Reduce font-size of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 19:06:06 +02:00
Marien Fressinaud
17d1e67e82 Fix sqlite bug ON DELETE CASCADE
Foreign key constraints are not enabled by default.

See https://github.com/marienfressinaud/FreshRSS/issues/579
See http://stackoverflow.com/questions/13534040/sqlite3-foreign-keys-on-pdo
2014-09-16 19:01:24 +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
c2ca9805fa Same behaviour for middle click on article
Middle click was not catched by JavaScript so when opening article in a
new page, itwas not marked as read.

See https://github.com/marienfressinaud/FreshRSS/issues/454
2014-09-16 17:46:16 +02:00
Marien Fressinaud
7eb71edecf Improve align article on previous article
Always align view on previous article IF its top is not too far (magic
number: 150px).

See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16 17:23:25 +02:00
Marien Fressinaud
4fd3babcb6 Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 16:50:01 +02:00
Marien Fressinaud
922ed3c15d Improve "End of articles" section
Increase font size
Change colors in Origine

See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 15:11:38 +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
Marien Fressinaud
1e5efc9299 Mark many as read must be a POST action
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:23:04 +02:00
Marien Fressinaud
497d3564c8 Fix bug with shortcut "mark all as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:19:55 +02:00
Marien Fressinaud
c6dbe9def8 Use buttons instead of links for "mark as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:12:44 +02:00
Marien Fressinaud
5d9479a4ac Add confirmation for "mark as read" in dropdown 2014-09-16 13:16:39 +02:00
Marien Fressinaud
595b0316ab Coding style nav_menu.phtml 2014-09-16 13:09:29 +02:00
Marien Fressinaud
2aba7e037d Add a "toggle password" button during installation 2014-09-16 12:05:58 +02:00
Marien Fressinaud
a05fc42827 Fix theme path for installation 2014-09-16 11:12:36 +02:00
Marien Fressinaud
d67242884d Revert setTimeout for refreshUnreads
See 6374f9ec98 (commitcomment-7790536)
2014-09-16 10:53:20 +02:00
Alexandre Alapetite
0b5cc66e8c Merge pull request #615 from aledeg/shares
Add a feature to add only unique shares
2014-09-16 08:47:20 +02:00
Alexis Degrugillier
ce239f83c4 Add a feature to add only unique shares
Before, it was possible to have different shares of the same type with the same information.
Now, even if you try to input identical shares, only the first one is kept. Of course, the verification is simple, so for instance if you input two shares to the same shaarli instance with different names, they are kept.

See #614
2014-09-15 18:00:17 -04:00
Marien Fressinaud
6374f9ec98 Use setTimeout instead of setInterval (JavaScript)
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-15 16:19:12 +02:00
Marien Fressinaud
2aa3b5d7ff Add border to stick btn and input
See https://github.com/marienfressinaud/FreshRSS/issues/563
2014-09-15 16:12:17 +02:00
Marien Fressinaud
69c7c1aa48 Change loading of base-theme css
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
2014-09-15 15:55:35 +02:00
Marien Fressinaud
a8e0c26fe2 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-09-15 15:36:56 +02:00
Marien Fressinaud
b7b05ca3ce Import/Export: use transactions
List of articles must be iterated twice since feeds must be in DB before
using transaction for articles. It may be improved?

See https://github.com/marienfressinaud/FreshRSS/issues/591
2014-09-15 15:34:56 +02:00
Marien Fressinaud
0214576571 FIXME (import/export) Use entryDAO addEntryPrepare 2014-09-12 21:46:37 +02:00
Marien Fressinaud
3fa726a81e Import all .json files
Before, only feed_*.json and *starred*.json was imported. Now, all
*.json files are imported.
2014-09-12 21:34:42 +02:00
Marien Fressinaud
098f5e6d74 Log error if update.freshrss.org is unreachable 2014-09-12 21:10:45 +02:00
Marien Fressinaud
213bc2b9dd Check if update has been done during last minute
Cancel check action if update has been done during last hour.
2014-09-12 21:07:53 +02:00
Marien Fressinaud
094450ca94 Merge pull request #612 from plopoyop/dev
add css class or id to elements without
2014-09-11 15:36:28 +02:00
plopoyop
40d176cc24 add css class or id to elements without 2014-09-10 09:14:36 +02:00
Marien Fressinaud
4989302447 Add last_update.txt in .gitignore
See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08 20:19:40 +02:00
Marien Fressinaud
0dba48caef CHANGELOG
Add new update system.

See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08 20:15:35 +02:00