Andrew Dolgov
|
382268c6c9
|
rate-limit requests for favicons when not present to conserve traffic (refs #457)
|
2012-05-24 16:20:03 +04:00 |
|
Andrew Dolgov
|
0e63fc49ab
|
remove obsolete stuff from utils/
|
2012-05-22 08:08:50 +04:00 |
|
Andrew Dolgov
|
745dc1051d
|
update debian/changelog
|
2012-05-21 10:43:00 +04:00 |
|
Andrew Dolgov
|
ad031e4b6d
|
release 1.5.11
|
2012-05-21 10:40:52 +04:00 |
|
Andrew Dolgov
|
dd6c04d8fd
|
Merge pull request #18 from ilesinge/master
Fixing bookmarklet code in some languages
|
2012-05-20 04:01:28 -07:00 |
|
Alexandre Gravel-Raymond
|
b1e592d37f
|
Escape quotes in bookmarklet confirm message
|
2012-05-19 20:26:09 +02:00 |
|
Andrew Dolgov
|
1bd11fdf95
|
Revert "get favicon from icon atom feeds & search for icons not only in html head (closes #457)"
This reverts commit 882311d9ad .
|
2012-05-17 22:58:08 +04:00 |
|
Andrew Dolgov
|
eb38af4ee4
|
fix warning when entry content is used as array unnecessarily
|
2012-05-17 14:56:36 +04:00 |
|
Andrew Dolgov
|
5be0ba92dd
|
rework initial sanity check to report all found errors
|
2012-05-17 12:23:14 +04:00 |
|
Andrew Dolgov
|
949b1a9491
|
hide several user-related prompts when using remote auth + auto_login (closes #447)
|
2012-05-16 11:56:21 +04:00 |
|
Andrew Dolgov
|
35b9844be1
|
fix broken feed icon upload (closes #459)
|
2012-05-15 22:00:43 +04:00 |
|
Andrew Dolgov
|
882311d9ad
|
get favicon from icon atom feeds & search for icons not only in html head (closes #457)
|
2012-05-15 12:06:52 +04:00 |
|
Andrew Dolgov
|
941e48a402
|
apply patch from gmargo to differentiate between manual and new feed after-subscription update
|
2012-05-05 22:28:46 +04:00 |
|
Michael Kuhn
|
dd205fbad6
|
Update HTML Purifier to version 4.4.0.
|
2012-04-28 14:37:51 +02:00 |
|
Andrew Dolgov
|
f9c0fc6eb7
|
register: include functions.php before checking for action parameter to set proper error_reporting (fixes #448)
|
2012-04-12 14:03:34 +04:00 |
|
Andrew Dolgov
|
e2d1c16ed1
|
disable catchup of visible headlines on viewfeed()
|
2012-04-09 11:58:14 +04:00 |
|
Andrew Dolgov
|
6cb2269c03
|
disable internal magpie/simplepie cache for manual updates
|
2012-04-09 11:58:00 +04:00 |
|
Andrew Dolgov
|
de44b9a61e
|
add counter hack to combined mode
|
2012-04-05 11:58:50 +04:00 |
|
Andrew Dolgov
|
6c8e8fbdc9
|
view: implement a hack to fake counter updates for current feed and its parent
|
2012-04-04 15:34:06 +04:00 |
|
Andrew Dolgov
|
21e42e5fb0
|
fix csrf_token for single user mode
|
2012-04-04 08:37:34 +04:00 |
|
Andrew Dolgov
|
ecbd7b91fe
|
allow manual updates for feeds with disabled automatic updates
|
2012-04-01 09:35:56 +04:00 |
|
Andrew Dolgov
|
c86bf88d98
|
fix on catchup show next for categories
|
2012-03-30 22:45:28 +04:00 |
|
Andrew Dolgov
|
af0845ca9a
|
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
|
2012-03-29 15:08:12 +04:00 |
|
Andrew Dolgov
|
442456184c
|
simplify catching up of feeds, do not reload headlines buffer on catchup unless on_catchup_show_next_feed is enabled (closes #442)
|
2012-03-29 15:03:48 +04:00 |
|
Andrew Dolgov
|
d4c64ecc77
|
pref_prefs: only disable password changing block in single user mode (closes #444)
|
2012-03-29 14:44:52 +04:00 |
|
Andrew Dolgov
|
0bf3e81daf
|
add patch by gmargo to improve favicon detection by content
|
2012-03-29 12:18:50 +04:00 |
|
Andrew Dolgov
|
c20b5168b5
|
OPML: preserve category and feed order on import
|
2012-03-26 12:06:47 +04:00 |
|
Andrew Dolgov
|
95562576c6
|
first batch of OPML export patches from gmargo
|
2012-03-26 12:05:06 +04:00 |
|
Andrew Dolgov
|
8d34aa5ba7
|
config: add a warning about ENABLE_GZIP_OUTPUT potential breakage
|
2012-03-20 14:59:24 +04:00 |
|
Andrew Dolgov
|
6a79e8afeb
|
only enable ob_gzhandler if it exists
|
2012-03-20 14:45:43 +04:00 |
|
Andrew Dolgov
|
787e5ebc21
|
set csrf and access_level in single user mode session
|
2012-03-20 09:23:54 +04:00 |
|
Andrew Dolgov
|
fe2f004cd9
|
add sanity check for hash() function
|
2012-03-19 21:23:59 +04:00 |
|
Andrew Dolgov
|
0034590992
|
update translations; merge new stuff from Transifex
|
2012-03-12 13:59:44 +04:00 |
|
Andrew Dolgov
|
7b5ab2c3bf
|
moveToPost: fix when duplicate article IDs are present in the buffer
|
2012-03-12 13:53:10 +04:00 |
|
Andrew Dolgov
|
b4520bb8b1
|
rewrite_relative_url: add theoretical fix for magnet links (refs #436)
|
2012-03-11 12:36:08 +04:00 |
|
Andrew Dolgov
|
e33b0b80b2
|
prefs: ignore hotkeys while in TEXTAREA
|
2012-03-11 08:54:14 +04:00 |
|
Andrew Dolgov
|
7e37b56d2a
|
Merge pull request #17 from Joschasa/master
Remove apostrophs from boolean values when editing feeds in batch
|
2012-03-09 01:13:23 -08:00 |
|
André
|
a498d18b55
|
Remove apostrophs from boolean values when editing feeds in batch
|
2012-03-09 10:05:06 +01:00 |
|
Andrew Dolgov
|
c8226ce4cd
|
API: add order_id to getFeeds
|
2012-03-08 19:30:23 +04:00 |
|
Andrew Dolgov
|
b11e9943d8
|
API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3
|
2012-03-08 19:01:23 +04:00 |
|
Andrew Dolgov
|
5b7bd238ee
|
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
|
2012-03-05 12:08:39 +04:00 |
|
Andrew Dolgov
|
d50edb08ba
|
fix wrong translation in de_DE
|
2012-02-29 09:40:34 +04:00 |
|
Andrew Dolgov
|
9c97041d55
|
make generated_feed parameters optional, add specific date type for RSS feeds
|
2012-02-27 14:39:15 +04:00 |
|
Andrew Dolgov
|
2ab20c313c
|
expire_cached_files: check for glob() returning false
|
2012-02-24 13:43:50 +04:00 |
|
Andrew Dolgov
|
7439bda4b2
|
remove optional art-readitlater.png
|
2012-02-22 15:54:25 +04:00 |
|
Andrew Dolgov
|
f4ce1d645e
|
fix encoding for pref-feeds/add when called as a HTML page (closes #423)
|
2012-02-22 13:54:47 +04:00 |
|
Andrew Dolgov
|
9dd22f1ec1
|
catchupFeed: use supplied feed id to display title, not active one (closes #425)
|
2012-02-22 12:33:08 +04:00 |
|
Andrew Dolgov
|
ea749a3b5d
|
release 1.5.10
|
2012-02-21 12:41:18 +04:00 |
|
Andrew Dolgov
|
56fbb82cb0
|
properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427)
|
2012-02-21 12:36:29 +04:00 |
|
Andrew Dolgov
|
7b8ff151ed
|
fix various tags being stuck because of invalid HTML markup being generated (closes #357)
|
2012-02-21 12:16:29 +04:00 |
|