summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-20Revert "pgsql schema: remove unnecessary named indexes"Andrew Dolgov
This reverts commit c9bcda546999947145cfff6e4e88ba9f4f348f88.
2015-02-20pgsql schema: remove unnecessary named indexesAndrew Dolgov
2015-02-20mysql: remove some more unneeded manual index()es from table create scriptsAndrew Dolgov
2015-02-20migration: remove mandatory index drops from 127 because of potential fatal ↵Andrew Dolgov
errors; remove unnecessary named indexes from mysql schema for fields with foreign key constraints (mysql should create indexes automatically on table creation for those fields)
2015-02-20Merge pull request #407 from Art4/patch-1Andrew Dolgov
Fixed grammar und spelling errors
2015-02-20remove bundled license as unnecessaryAndrew Dolgov
2015-02-19Update messages.poArt4
2015-02-19Merge branch 'master' into patch-1Art4
Conflicts: locale/de_DE/LC_MESSAGES/messages.po
2015-02-03add config option CHECK_FOR_UPDATESAndrew Dolgov
2015-02-03minor fixes for previous (2)Andrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-02-03af_redditimgur: add support for bullshit ajaxified imgur albumsAndrew Dolgov
2015-02-02Merge pull request #433 from hybner/masterAndrew Dolgov
fix parse atom feed
2015-02-02fix parse atom feedLukas Hybner
2015-02-01do not subscribe new users to now obsolete releases feedAndrew Dolgov
2015-01-31session: don't try to validate session schema version on empty sessionsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-31Merge pull request #432 from andersk/floatingAndrew Dolgov
Make the floating title transition smoother
2015-01-30Make the floating title transition smootherAnders Kaseorg
Previously the floating title would not appear until the real title scrolled entirely out of view, which was visually distracting. Now it appears at the point when its bottom lines up with the real title’s bottom. This isn’t perfect yet due to small differences between the two titles’ layouts, but it’s much closer. We now need to use visibility: visible|hidden instead of display: block|none to show and hide the floating title, in order to be able to retrieve its height while it’s hidden. It’s important to use that height because occasionally line wrapping differences make the floating title shorter than the real title, and we don’t want the real title to poke out from underneath. Also fix scrollToRowId to offset by the 4 pixel top margin (like cdmScrollToArticleId already does), so that it goes back to a point when the floating title was hidden; and set the right margin on the floating title so that it’s the same width as the real title and doesn’t overlap the scroll bar. Signed-off-by: Anders Kaseorg <[email protected]>
2015-01-30do not invalidate session when version_static and user agent changesAndrew Dolgov
2015-01-19feedparser: xpath doesn't properly query for title element if there's a ↵Andrew Dolgov
default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits
2015-01-19related: do not consider negative scored headlinesAndrew Dolgov
2015-01-19trgm: extend relative articles search intervalAndrew Dolgov
2015-01-19trgm: add basic related stories dialogAndrew Dolgov
2015-01-19trgm: add disabled for now button part (add missing files)Andrew Dolgov
2015-01-19trgm: add disabled for now button partAndrew Dolgov
2015-01-19add some stuff to the trgm pluginAndrew Dolgov
2015-01-19af_psql_trgm: allow dupe checking within one feedAndrew Dolgov
2015-01-19add trgm plugin for postgresqlAndrew Dolgov
2015-01-19comment out old-school test trgm codeAndrew Dolgov
2015-01-15Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2015-01-15Merge pull request #430 from dzaikos/rss-get-titleAndrew Dolgov
Updated FeedItem_RSS::get_title()
2015-01-15fix for yet another dilbert changesAndrew Dolgov
2015-01-14Reverts most of be60340. Implements a simplier solution using XPath to get ↵zaikos
the proper title tag from a feed item.
2015-01-14Made FeedItem_RSS::get_title() more aggresive in finding an article title.zaikos
2014-12-26Merge pull request #429 from dzaikos/masterAndrew Dolgov
Temporarily enable entity loader when importing XML file.
2014-12-26Temporarily disable entity loader when importing XML file.zaikos
2014-12-18rebase translations, update script to maybe extract more translations from ↵Andrew Dolgov
js files (fuck you xgettext you piece of shit)
2014-12-18Merge pull request #427 from andersk/duplicate-indexesAndrew Dolgov
Drop duplicate database indexes
2014-12-18Drop duplicate database indexesAnders Kaseorg
These duplicate indexes were found by the pt-duplicate-key-checker tool in percona-toolkit. Duplicate indexes waste space and slow down the query planner. Closes #835. Signed-off-by: Anders Kaseorg <[email protected]>
2014-12-12fix explosm comics pluginAndrew Dolgov
2014-12-101.15.3 to fix tag/version mismatchAndrew Dolgov
2014-12-09disable version checking for night.cssAndrew Dolgov
2014-12-09release 1.15.1Andrew Dolgov
2014-12-09temporarily enable entity loader when importing opml because idkAndrew Dolgov
2014-12-09require version information in all additional themesAndrew Dolgov
2014-12-08release 1.15Andrew Dolgov
2014-12-08disable libxml entity loader to prevent attacks via xml external entities ↵Andrew Dolgov
(fixes #833)
2014-12-06night theme: add workaround for grayscale filter not working on firefox, ↵Andrew Dolgov
other minor tweaks