summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-06-19add missing chart_bar.pngAndrew Dolgov
2015-06-18limit maximum data length for bayesian processingAndrew Dolgov
2015-06-18apparently classifier may return NaNAndrew Dolgov
2015-06-18add basic classifier information windowAndrew Dolgov
2015-06-18prevent event propagation when clicking on CDM article footerAndrew Dolgov
2015-06-18bayes: add loading messageAndrew Dolgov
2015-06-18bayes: stop onclick event on our button from propagating back to articleAndrew Dolgov
2015-06-18fix previousAndrew Dolgov
2015-06-18Revert "experiment: switch to 3-gram tokens"Andrew Dolgov
This reverts commit e0940bfc4fdfad943a111b52569a1917e083b2c0. Conflicts: plugins/af_sort_bayes/init.php
2015-06-18bayes: fix check for already categorized articlesAndrew Dolgov
2015-06-18experiment: switch to 3-gram tokensAndrew Dolgov
2015-06-18add more english common words to bayes ignore listAndrew Dolgov
2015-06-18fix toothpastefordinner valiant efforts to prevent scrapingAndrew Dolgov
2015-06-17update_rss_feed: limit maximum execution time while processing articlesAndrew Dolgov
2015-06-17bayes, filter: do not categorize already processed articlesAndrew Dolgov
rss: remove site url/title checks from update_rss_feed
2015-06-17speedup feed subscription processAndrew Dolgov
2015-06-17show ugly minimum word count for auto categorizing in prefs uiAndrew Dolgov
2015-06-17bayes: fix typoAndrew Dolgov
2015-06-17bayes: properly reset score when going good -> uglyAndrew Dolgov
article: add helper to refresh article score pic, properly set scorepic title
2015-06-17bayes: better prefs ui/statsAndrew Dolgov
2015-06-17bayes filter: remove unnecessary debuggingAndrew Dolgov
2015-06-17bayes: remote unused content field for references schemaAndrew Dolgov
2015-06-17bayes: fix psql schema typoAndrew Dolgov
2015-06-17classifier: add workaround for division by zeroAndrew Dolgov
2015-06-17some bayes updatesAndrew Dolgov
2015-06-17switch to three different bayes categoriesAndrew Dolgov
2015-06-17use ngram tokens instead of whole words for matchingAndrew Dolgov
2015-06-17show article count in bayes statsAndrew Dolgov
2015-06-17add button to clear bayes databaseAndrew Dolgov
2015-06-17bayes: add mysql scriptAndrew Dolgov
2015-06-17reenable autolearn as goodAndrew Dolgov
2015-06-17add some more bayes stuffAndrew Dolgov
2015-06-17add placeholder stuff for af_sort_bayesAndrew Dolgov
2015-06-16add workaround for mysql only accepting subset of unicode charactersAndrew Dolgov
2015-06-15pluginhost: mention that update task & housekeeping hooks are for global ↵Andrew Dolgov
plugins only
2015-06-15allow plugins modify article scoreAndrew Dolgov
2015-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-12add a generic af_comics filter for .comic class sites (much like comicpress ↵Andrew Dolgov
handles id comic, i guess)
2015-06-11remove obsolete eclipse project filesAndrew Dolgov
2015-06-11af_psql_trgm: clear no longer existing feeds from stored list of enabled idsAndrew Dolgov
2015-06-08fix_url: support schema-less urlsAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-06-05pluginhost: assume plugins.local existsAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2015-05-29Merge pull request #455 from suraia/faviconAndrew Dolgov
Increase favicon size to 32x32 pixels
2015-05-22Merge pull request #456 from andersk/disable-feed-browserAndrew Dolgov
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
The undocumented _DISABLE_FEED_BROWSER option added in commit c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking at which feeds other users are subscribed to, but it did not prevent you from manually constructing an RPC call to get the same data. This was a privacy risk for those who consider _DISABLE_FEED_BROWSER important. Signed-off-by: Anders Kaseorg <[email protected]>
2015-05-20Increase favicon size to 32x32 pixelsMichael Kuhn
Looks much better on HiDPI screens.