Commit Graph

3738 Commits (3b5ecd1779b041b1aea79ad00e9906b80b4846be)
 

Author SHA1 Message Date
Andrew Dolgov e74fbbf8cc update de_DE translation 14 years ago
Andrew Dolgov 276e57775c footer: change my homepage url 14 years ago
Andrew Dolgov 7d4bdbaaf2 release 1.4.2 14 years ago
Andrew Dolgov 9fea744020 update translations 14 years ago
Andrew Dolgov 539d2c60af bump php-gettext to 1.0.10 14 years ago
Andrew Dolgov 335565ac7d fix various actions failing when tried on an empty (e.g. no articles) headlines buffer 14 years ago
Andrew Dolgov a1af157410 Fix several problems with image download
Fix fetch_file_contents, so that it returns the contents even if the data isn't
an image. This is needed because the get_favicon_url function tries to download
the webpage using this function, to see if there is a favicon in the page.

The function now takes an optional $type parameter. This parameter control if
the calling function cares about the content-type, or if the function should
just return everything. If the $type parameter is set, the content-type should
contain the string contained in $type, otherwise the function returns false.

The second problem solved with this patch, is that the temporary file that
should contain the image was empty in some cases. I never found out why this
happended, but as curl_exec is capable of returning the fetched data, thus
eliminating the need for the temporary file all together, the function have
been changed to use this way of obtaining the data.

The last problem fixed by this patch is that curl will now follow redirects.

Author: Klaus S. Madsen <ksm@42.dk>
14 years ago
Andrew Dolgov 83573d3118 update it_IT translation 14 years ago
Andrew Dolgov de1b5f9e5d api: fix wrong sql syntax in getFeeds 14 years ago
Andrew Dolgov 4c93bf06b6 remove custom hardcoded cache destinations in various daemon scripts 14 years ago
Matthew Katz fee909d5aa adding text attribute to categories
fixed query for enable_feed_cats to actually query for the user instead of overall.
14 years ago
Matthew Katz a423423956 fixed so that login is only required for import and export of OPML, not for publish 14 years ago
Matthew Katz ab53d2034a oh, you have to end braces? fascinating. 14 years ago
Matt Katz 86e26f1a74 added filtering for private feeds to opml, and key lookup 14 years ago
Matt Katz ef7b7bbd55 adding in the backend connection bits so that the dialog works 14 years ago
Matt Katz c8640edadb Added a new dialog section yes this is all copypasta 14 years ago
Matt Katz e0dc56d466 added function for publish_opml 14 years ago
Matt Katz 03b7473df4 adding a dialog for revealing the OPML url 14 years ago
Andrew Dolgov b2a653c37f properly check for entry id array being present before iterating it in mobile/classic (closes #267) 14 years ago
Andrew Dolgov 7a293008b6 remove unused variable references 14 years ago
Andrew Dolgov e656b9f7db update_rss_feed: properly handle enginge changes when using memcached 14 years ago
Andrew Dolgov ed41f171cb catchupArticlesById: return when there are no ids to catchup 14 years ago
Andrew Dolgov fa3317be48 allow filtering by article author (bump schema) 14 years ago
Andrew Dolgov bf9b87b5bb release 1.4.1 14 years ago
Andrew Dolgov 1695664646 daemon: fallback automatically when pcntl_signal() is not present 14 years ago
Andrew Dolgov 36d146f8e2 notifier: fix icons; support single-user mode 15 years ago
Andrew Dolgov 8182e64788 update translations 15 years ago
Andrew Dolgov 8a3e0b1aa6 add hotkey (f x) to reverse headlines order (closes #262) 15 years ago
Andrew Dolgov fdf47b9d1c notifier: mention license 15 years ago
Andrew Dolgov fa7c9e65f1 notifier: support showing fresh articles in the badge 15 years ago
Andrew Dolgov 1f7b77d168 backend: if fresh=1 parameter to getUnread is present, append output of fresh feed 15 years ago
Andrew Dolgov 01701654eb notifier: add badge; bump version 15 years ago
Andrew Dolgov f0ea2da594 add google chrome notifier 15 years ago
Andrew Dolgov 4336531d78 add updated triple-pane theme 15 years ago
Andrew Dolgov 78bcd2c44c fix unsubscribeFeed behaving improperly in preferences 15 years ago
Andrew Dolgov 02b289d661 feedlist: replace a elements with spans 15 years ago
Andrew Dolgov e258bceb68 increase maximum custom icon size 15 years ago
Andrew Dolgov d43f783775 pref-prefs: properly update session pwd hash when changing password 15 years ago
Andrew Dolgov 4c59adb1de make_lockfile: only call posix_getpid() if it actually exists (hello, win32) 15 years ago
Andrew Dolgov 82acc36dba make_lockfile: save current PID 15 years ago
Andrew Dolgov 44cfa02554 better image attachment detection for inlining 15 years ago
Andrew Dolgov 3393238de2 more input focusing improvements in popup dialogs 15 years ago
Andrew Dolgov f2a648e1b2 code cleanup 15 years ago
Andrew Dolgov d002edc715 code cleanup 15 years ago
Andrew Dolgov d1277c7be5 db: remove obsolete _2 functions 15 years ago
Andrew Dolgov a6d0014d7b quickAddFilter/Feed focus improvements 15 years ago
Andrew Dolgov 55132a454f closeInfoBox: properly cleanup contents 15 years ago
Andrew Dolgov a44049f661 focus query field in search dialog automatically 15 years ago
Andrew Dolgov f885ff6e4b do not strip magicquote stuff twice from 15 years ago
Andrew Dolgov b92fbcd8a5 only check for themes when there is a logged-in user 15 years ago