summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-10Fixed some small errors in the headers.Eduardo M KALINOWSKI
2016-01-10Correct Plural-Forms for pt_PT.Eduardo M KALINOWSKI
2016-01-11add some hacks to hopefully mitigate headlines memory leaksAndrew Dolgov
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2016-01-07fix broken article processing if ALLOW_DUPLICATE_POSTS is enabledAndrew Dolgov
2016-01-06cache_starred_images: set filename when sending cached imageAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2016-01-04Merge branch 'lang_pt_BR' into 'master' Andrew Dolgov
pt_BR translation update I've updated the pt_BR translation, adding missing strings and correctly some other strings to make them more consistent across the application. See merge request !23
2016-01-03pt_BR translation improvements.Eduardo M KALINOWSKI
2016-01-03Corrected Language field in header.Eduardo M KALINOWSKI
2016-01-02Updated pt_BR translation.Eduardo M KALINOWSKI
2016-01-02Corrected Plural-Forms, as there are only two possible forms in Portuguese.Eduardo M KALINOWSKI
2015-12-31Merge branch 'update-new-feeds-first-postgres' into 'master' Andrew Dolgov
Update new feeds first in postgres As disscussed in the forum: https://tt-rss.org/forum/viewtopic.php?f=10&t=3644&p=21594#p21594, this fixes a bug where newly added feeds wouldn't be updated if the number of total feeds exceeded the DAEMON_FEED_LIMIT. See merge request !22
2015-12-31Update new feeds first in postgresThomas Kramer
2015-12-30tag_is_valid: check numeric tags properlyAndrew Dolgov
2015-12-30getfeedname: fix for non-numeric feeds (tags)Andrew Dolgov
2015-12-25Merge branch 'af_unburn_fetch_only_headers' into 'master' Andrew Dolgov
af_unburn: Fetch only the headers in order to get the real article URL. As discussed in the forum https://tt-rss.org/forum/viewtopic.php?f=8&t=3631 , this change makes af_unburn download only the headers in order to find the real URL, saving bandwidth. See merge request !21
2015-12-25Fetch only the headers in order to get the real article URL.Eduardo M KALINOWSKI
2015-12-17sanitize: clear out @srcset/@sizes on images leading to http sites when ↵Andrew Dolgov
running over https
2015-12-07Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2015-12-07catchup_feed: proper fix for mysql 5.7Andrew Dolgov
2015-12-07ttrss_gc: return trueAndrew Dolgov
2015-12-07fix previous, owner_uid not passed in daemon contextAndrew Dolgov
2015-12-07do not discard custom set article tags when updating from sourceAndrew Dolgov
2015-12-06Merge branch 'af-readability' into 'master' Andrew Dolgov
Fix array checking method in 2 places, add array check in one location for af_readability See: https://tt-rss.org/gitlab/fox/tt-rss/merge_requests/19 Update method of array checking to is_array() in 2 locations, add the same check in another location that could have compared a NULL. See merge request !20
2015-12-05Fix array checking method in 2 places, add array check in one locationTroy Engel
2015-12-05Revert "Fix accidental use of emtpy array: [E_WARNING (2) ↵Troy Engel
plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]" This reverts commit beaddcba961cd187e6d3ce968b94610838d70b54.
2015-12-05format_headlines_list: fix pg_num_rows() called incorrectly when firstid ↵Andrew Dolgov
check failed
2015-12-05calculate_article_hash: strip tags before hashing fieldsAndrew Dolgov
2015-12-04Fix accidental use of emtpy array: [E_WARNING (2) ↵Troy Engel
plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]
2015-12-04sanity_check: enforce minimum php version (5.4)Andrew Dolgov
2015-12-04store formatted backtrace to sql logAndrew Dolgov
2015-12-04disable inner p width restriction for nowAndrew Dolgov
2015-12-04compat patches for php7Andrew Dolgov
2015-12-03set_basic_feed_info: fix missing columnAndrew Dolgov
2015-12-03Revert "set_basic_feed_info: bail out if feed doesn't exist"Andrew Dolgov
This reverts commit d77bd1a5d213ed0e1d923e0c12ae16f022e92653.
2015-12-03set_basic_feed_info: bail out if feed doesn't existAndrew Dolgov
2015-12-03logger: record last query before logged errorAndrew Dolgov
2015-12-03get_article_filters: check if action.type is setAndrew Dolgov
2015-12-03catchup maybe add workaround for mysql 5.7 derived_mergeAndrew Dolgov
2015-12-03filters: add to previous on JS sideAndrew Dolgov
2015-12-03filters: do not strip_tags() on regexpsAndrew Dolgov
2015-12-01update sanity_configAndrew Dolgov
2015-12-01Merge branch 'german-translation' into 'master' Andrew Dolgov
German translation See merge request !16
2015-12-01Merge branch 'lang_it' into 'master' Andrew Dolgov
updated italian translation Translation for recently added strings See merge request !17
2015-11-30updated italian translationdedioste
2015-11-30Revert "Fix missing SESSION_CHECK_ADDRESS in config"Heiko Adams
This reverts commit 635ecdb9fa039adb8a0e8ead045bfda023e72bc4.
2015-11-30Update german translationHeiko Adams
2015-11-30Merge remote-tracking branch 'origin/master' into german-translationHeiko Adams
2015-11-30Merge branch 'translation_update' into 'master' Andrew Dolgov
Translation update See merge request !15