Commit Graph

7524 Commits (b9634eb8b8cab7329dca8d8173ce381a8c1f81f4)
 

Author SHA1 Message Date
dedioste 7db9c1c566 Updated italian translation 9 years ago
Andrew Dolgov 49ad5e047f ttrssZoom: enlarge content part 9 years ago
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 9 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 9 years ago
Andrew Dolgov 95ebe737bd cache_starred_images: route images to public.php 9 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 9 years ago
Andrew Dolgov 1103172909 Revert "pgsql schema: remove unnecessary named indexes"
This reverts commit c9bcda5469.
9 years ago
Andrew Dolgov c9bcda5469 pgsql schema: remove unnecessary named indexes 9 years ago
Andrew Dolgov 5cbc1c7469 mysql: remove some more unneeded manual index()es from table create scripts 9 years ago
Andrew Dolgov 89e31b9d4e migration: remove mandatory index drops from 127 because of potential fatal 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) 9 years ago
Andrew Dolgov 8eee97a8da Merge pull request #407 from Art4/patch-1
Fixed grammar und spelling errors
9 years ago
Andrew Dolgov 600d2bd592 remove bundled license as unnecessary 9 years ago
Art4 869762298b Update messages.po 9 years ago
Art4 d9c042c4c5 Merge branch 'master' into patch-1
Conflicts:
	locale/de_DE/LC_MESSAGES/messages.po
9 years ago
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 9 years ago
Andrew Dolgov 480b2de3b1 minor fixes for previous (2) 9 years ago
Andrew Dolgov 119ba03bd4 minor fixes for previous 9 years ago
Andrew Dolgov efcc5d365d add placeholder update checker using git changesets 9 years ago
Andrew Dolgov 47cdc58c60 af_redditimgur: add support for bullshit ajaxified imgur albums 9 years ago
Andrew Dolgov af973646d6 Merge pull request #433 from hybner/master
fix parse atom feed
9 years ago
Lukas Hybner 4834ad5639 fix parse atom feed 9 years ago
Andrew Dolgov d498b60c6d do not subscribe new users to now obsolete releases feed 9 years ago
Andrew Dolgov ffc3a1e579 session: don't try to validate session schema version on empty sessions 9 years ago
Andrew Dolgov ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 9 years ago
Andrew Dolgov fbea9eaad2 Merge pull request #432 from andersk/floating
Make the floating title transition smoother
9 years ago
Anders Kaseorg 5c145bde7a Make the floating title transition smoother
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 <andersk@mit.edu>
9 years ago
Andrew Dolgov 3192fb43bc do not invalidate session when version_static and user agent changes 9 years ago
Andrew Dolgov 206326c219 feedparser: xpath doesn't properly query for title element if there's a default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits 10 years ago
Andrew Dolgov 94238b143a related: do not consider negative scored headlines 10 years ago
Andrew Dolgov d806953471 trgm: extend relative articles search interval 10 years ago
Andrew Dolgov f52879fed5 trgm: add basic related stories dialog 10 years ago
Andrew Dolgov 7ebb2daf91 trgm: add disabled for now button part (add missing files) 10 years ago
Andrew Dolgov 167fb03f3e trgm: add disabled for now button part 10 years ago
Andrew Dolgov 9a121298e1 add some stuff to the trgm plugin 10 years ago
Andrew Dolgov 97600ddd97 af_psql_trgm: allow dupe checking within one feed 10 years ago
Andrew Dolgov 117efb6fa4 add trgm plugin for postgresql 10 years ago
Andrew Dolgov c9299c28c6 comment out old-school test trgm code 10 years ago
Andrew Dolgov d87b710d84 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 10 years ago
Andrew Dolgov 7871ed81b7 Merge pull request #430 from dzaikos/rss-get-title
Updated FeedItem_RSS::get_title()
10 years ago
Andrew Dolgov b1bb951fb8 fix for yet another dilbert changes 10 years ago
zaikos 2b4853f515 Reverts most of be60340. Implements a simplier solution using XPath to get the proper title tag from a feed item. 10 years ago
zaikos be60340c29 Made FeedItem_RSS::get_title() more aggresive in finding an article title. 10 years ago
Andrew Dolgov 50547484b4 Merge pull request #429 from dzaikos/master
Temporarily enable entity loader when importing XML file.
10 years ago
zaikos 4262e0019a Temporarily disable entity loader when importing XML file. 10 years ago
Andrew Dolgov ec5ac2ec30 rebase translations, update script to maybe extract more translations from js files (fuck you xgettext you piece of shit) 10 years ago
Andrew Dolgov 06f328a31b Merge pull request #427 from andersk/duplicate-indexes
Drop duplicate database indexes
10 years ago
Anders Kaseorg bd40827b73 Drop duplicate database indexes
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 <andersk@mit.edu>
10 years ago
Andrew Dolgov 945ecd7db6 fix explosm comics plugin 10 years ago
Andrew Dolgov d8895ec679 1.15.3 to fix tag/version mismatch 10 years ago
Andrew Dolgov 21d7585a54 disable version checking for night.css 10 years ago