Commit Graph

1131 Commits

Author SHA1 Message Date
Frederic Guillot 54190c52e8 Improve Dockerfile 2016-02-18 21:51:08 -05:00
Tomer Weller 1dce89b4f8 change dockerfile to copy the source files from local version rather than pulling from github 2016-02-16 23:17:16 -05:00
Frederic Guillot f7b3bbd8e9 Update PicoFeed 2016-02-09 20:30:07 -05:00
Frederic Guillot 78f9e7a2ae Update readme 2016-01-23 13:33:32 -05:00
Frederic Guillot 0b803a99f7 Add contributor 2016-01-23 13:32:07 -05:00
Ogün Karakuş 8429c4a363
Fix wrong base URL generation
Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
2016-01-23 18:02:00 +02:00
Ogün Karakuş 0b30fdc13e
Add Turkish translation
Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
2016-01-23 18:00:25 +02:00
Frederic Guillot 06fdd3d765 Update PicoFeed 2016-01-11 20:03:13 -05:00
Frederic Guillot 3f972dafc2 Fix some issues in PR 2016-01-11 19:53:18 -05:00
Alexis Mousset a2d2e95555 Use hashes to identify favicons 2016-01-10 01:21:56 +01:00
Cygnusfear 89433f8374 Added Sun theme to list of themes 2016-01-04 19:25:10 +01:00
Frederic Guillot 3dc1f1d1e7 Merge pull-request #461 2015-12-28 12:28:37 +01:00
Frederic Guillot c4158c2b39 Add contributor 2015-12-28 12:27:29 +01:00
denfil 0e25e4538c Update API documentation 2015-12-25 14:05:01 +03:00
denfil 0fc11d803c Fix code style 2015-12-25 10:17:49 +03:00
kordianbruck 3cbf33d8cf Enable Cache-Control in fav icons 2015-12-24 10:05:47 -06:00
denfil eaf7801778 Refactor API 2015-12-24 17:34:55 +03:00
denfil 5c5c9e1eef Include groups into API 2015-12-24 15:07:49 +03:00
denfil 31f1561e65 Update ru_RU translation 2015-12-23 19:38:56 +03:00
Frederic Guillot 304912a17e Merge pull-request #458 2015-12-16 21:13:45 -05:00
Mathias Kresin 60e256cfd0 remove error flag from feed on edit 2015-12-16 20:55:53 +01:00
Frederic Guillot 079545daed Upgrade to PicoFeed 0.1.16 2015-12-15 19:26:15 -05:00
Frederic Guillot 42340702b1 Merge pull-request #451 2015-12-14 19:13:10 -05:00
Frederic Guillot b247b4339f Merge pull-request #450 2015-12-14 19:12:30 -05:00
Mathias Kresin c35dd27f01 remove all group from feeds before deleting
Main purpose is to prevent orphaned groups.

It's not possible to use the ON DELETE CASCADE trigger here, to remove
the group together with the last feed that is assigned to this group.

The ON DELETE CASCADE trigger will raise an foreign key violation error
in cases where the removed feed is not the last feed associated to a
group.

The purge_groups() call has been moved to the remove group functions,
since it's the only way to create an orphaned group.
2015-12-13 16:14:55 +01:00
Mathias Kresin 47badfd963 fix syntax error in french language file 2015-12-13 14:32:42 +01:00
cljnnn b5b1630ce9 add items count per page:10,20,30. 2015-12-13 10:35:09 +08:00
cljnnn 0cfa7058c3 Updated zh_CN translation 2015-12-13 10:18:38 +08:00
Mathias Kresin 0c7bcfb65b Limit the heading to one line for desktop clients
Provide the full title using the title attribute (will be shown by on mouse over for desktop browsers).
2015-12-12 11:22:52 +01:00
Ing. Jan Kaláb dbc20efb4f Updated Czech translation
I am not sure about the context of "view". Where is it displayed? What it does?
2015-12-12 10:42:53 +01:00
Mathias Kresin 1fc6f2222c fix a display glitch in full content mode
Articles without paragraphs should have a margin to item action as well. Fix this issue by adding the margin to the container element.

There must be no space between between the <div class="preview-full-content"> and the $item['content']. The CSS pseudo-class :empty does not consider a div with whitespaces only as empty.  The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.

[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-10 21:42:26 +01:00
Frederic Guillot 02065db56d Translate missing French translation 2015-12-09 19:27:08 -05:00
Frederic Guillot edf95dfda2 Merged pull-request #446 and fixed conflicts 2015-12-09 19:26:09 -05:00
Frederic Guillot 74b193f8bf Merge pull-request #445 2015-12-09 19:08:08 -05:00
Mathias Kresin 0c5560cdc6 move the item action links to the top
there must be no space between between the <p class="preview"> and the $item['content']. The CSS pseudo-class :empty does not consider a paragraph with whitespaces as empty.  The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.

[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-09 20:35:04 +01:00
Mathias Kresin 0cd4438574 show the article author if possible 2015-12-09 20:35:04 +01:00
Mathias Kresin de50709f46 do not show feed title/url when browsing the articles of a chosen feed
It doesn't contain any useful info.
2015-12-09 20:35:03 +01:00
Mathias Kresin d5b06afbc9 full content: swap "open original" with "view" link, link item url to heading 2015-12-09 20:35:02 +01:00
Mathias Kresin 6d36e1cb16 Do not use the DIRECTORY_SEPARATOR constant for URLs
The constant DIRECTORY_SEPARATOR is "\" on windows and therefore the favicon urls are invalid for php on windows.

Renamed the FAVICON_PUBLIC_DIRECTORY constant to a more descriptive name.
2015-12-09 20:28:11 +01:00
Mathias Kresin fce8d09bfc take care of groups during navigating between items using the bottom controls 2015-12-09 20:28:10 +01:00
Mathias Kresin 03a203ae3b fix documentation error 2015-12-09 20:28:10 +01:00
mirado d14ee58f0c Lien revenir sur le groupe avec la traduction en fr_FR 2015-12-09 15:28:04 +03:00
mirado fe4a427941 single quotes 2015-12-09 15:24:29 +03:00
mirado b9438a33c9 Bouton revenir sur group 2015-12-09 11:56:40 +03:00
Frederic Guillot e54c5eaa0c Update documentation 2015-12-07 21:05:31 -05:00
Frederic Guillot a01cc4d006 Add contributor 2015-12-07 20:52:59 -05:00
Frederic Guillot 0ec12c64c3 Use function random_bytes() of PHP7 if available 2015-12-07 20:51:59 -05:00
Frederic Guillot af17459593 Update .gitignore 2015-12-07 20:36:21 -05:00
Frederic Guillot d18ccf6536 Merge pull-request #441 2015-12-07 20:33:36 -05:00
Alexis Mousset 498573712b Add a database parameter to the bookmark feed url (closes #419) 2015-12-07 23:57:57 +01:00