Andrew Dolgov
04994fdb00
add a hack to remove duplicate headlines from the buffer on initial load
12 years ago
Andrew Dolgov
0670a2a71d
precache_headlines: fix typo which caused 2 requests of same feed
12 years ago
Andrew Dolgov
8514e925ab
mysql schema: add few missing indexes
12 years ago
Andrew Dolgov
545ca06789
do not perform sanity checks on each backend request
12 years ago
Andrew Dolgov
383b00906c
sanity_check: fix typo
12 years ago
Andrew Dolgov
6f4bd262db
split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLD
12 years ago
Andrew Dolgov
749b56bdac
experimental article attachment ui based on dijit dropdown
12 years ago
Andrew Dolgov
f360b02886
fix getLabelUnread (refs #464 )
12 years ago
Andrew Dolgov
d3d69daa3c
implement showing related articles in 3panel mode when ngram stuff is enabled
12 years ago
Andrew Dolgov
2ea9bbfd07
implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically
12 years ago
Andrew Dolgov
687bb90d27
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464 )
12 years ago
Andrew Dolgov
18f6961a65
decrementFeedCounter: remove stored cache instead
12 years ago
Andrew Dolgov
2b613b14c5
update headline cache in decrementFeedCounter
13 years ago
Andrew Dolgov
0e4a7d7a94
remove memcached stuff
13 years ago
Andrew Dolgov
713d98563d
Merge pull request #20 from johnkeeping/strict-mode-fixes
...
Make Handler::before() hierarchy consistent
13 years ago
John Keeping
17f9d2003a
Make Handler::before() hierarchy consistent
...
In API, the before() method (inherited from Handler) takes a $method
argument, although this is not declared for the before method() in
handler. PHP in strict mode treats this as an error.
Since call sites already pass the $method argument, change
Handler::before() and the before() method in all other subclasses to
take this argument.
13 years ago
Andrew Dolgov
68916212b2
use Uncategorized coalesce in a few more places
13 years ago
Andrew Dolgov
310fa2ddef
implement search in pref-filters
13 years ago
Andrew Dolgov
955d4f82ea
automatically redirect to mobile/ using Mobile_Detect class
13 years ago
Andrew Dolgov
eab6e8fb61
fix iui css text-align hiding row labels ( closes #461 )
13 years ago
Andrew Dolgov
a5e0ffb0ce
fix creating category filters on mysql
13 years ago
Andrew Dolgov
bf0bedcbe5
update daemon shebang too
13 years ago
Andrew Dolgov
40b67ac7c7
Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755e
...
Change update.php shebang to support any in-path installation locatio…
Fix category count query for mysql
13 years ago
fluffy
7e454e815d
Fix category count query for mysql
13 years ago
Andrew Dolgov
82ace1aba8
fix borders on filter test results container
13 years ago
Andrew Dolgov
aa8b48a02b
fix creating filter with active article title in cdm
13 years ago
Andrew Dolgov
e54dbacb7c
automatically add active article title in create filter dialog
13 years ago
fluffy
ece7871113
Change update.php shebang to support any in-path installation location for php
13 years ago
Andrew Dolgov
917c12ee30
show empty categories in italic in category editor
13 years ago
Andrew Dolgov
a62812a6b4
show amount of feeds category holds in category editor
13 years ago
Andrew Dolgov
ca6a0741b4
tweak dialog topmost notices; add an explanation for the batch feed editor
13 years ago
Andrew Dolgov
ddb575c744
add select all/none functionality to several edit dialogs
13 years ago
Andrew Dolgov
f0755b7c7e
New class to differentiate post title & tags
13 years ago
Andrew Dolgov
2fb947eb21
prevent session modification in public/rss
13 years ago
Andrew Dolgov
64436e1039
prevent session modification in public/share
13 years ago
Andrew Dolgov
76428e4b02
update de_DE translation
13 years ago
Andrew Dolgov
cb73535c8e
Revert "Update HTML Purifier to version 4.4.0."
...
This reverts commit dd205fbad6
.
13 years ago
Andrew Dolgov
010efc9b81
Revert "remove htmlpurifier"
...
This reverts commit c21a462d52
.
13 years ago
Andrew Dolgov
705b97b7fc
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
13 years ago
Andrew Dolgov
184f51952c
experimental tweak to not mark articles newer than last one loaded in the buffer as read
13 years ago
Andrew Dolgov
c21a462d52
remove htmlpurifier
13 years ago
Andrew Dolgov
65dd90f2ba
remove Archived articles from Uncategorized view
13 years ago
Andrew Dolgov
f2798eb6e6
properly update favicon_last_checked
13 years ago
Andrew Dolgov
d3158e2250
expire files in cache/export
13 years ago
Andrew Dolgov
382268c6c9
rate-limit requests for favicons when not present to conserve traffic (refs #457 )
13 years ago
Andrew Dolgov
0e63fc49ab
remove obsolete stuff from utils/
13 years ago
Andrew Dolgov
745dc1051d
update debian/changelog
13 years ago
Andrew Dolgov
ad031e4b6d
release 1.5.11
13 years ago
Andrew Dolgov
dd6c04d8fd
Merge pull request #18 from ilesinge/master
...
Fixing bookmarklet code in some languages
13 years ago
Alexandre Gravel-Raymond
b1e592d37f
Escape quotes in bookmarklet confirm message
13 years ago