Commit Graph

7502 Commits

Author SHA1 Message Date
Andrew Dolgov 27f7b59353 add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
Andrew Dolgov f75e7c6446 rename url_to_tag_uri to a more relevant name 2015-03-28 16:13:39 +03:00
Andrew Dolgov 4b7391de7b generated feed: use tag: instead of the public.php URL as an entry ID; set enclosure length to 1 if unknown 2015-03-28 16:11:44 +03:00
Andrew Dolgov 7e1cf4e48e Merge pull request #446 from MatthieuSarter/patch-1
Added a "title" attribute in the link to an article.
2015-03-21 16:50:34 +03:00
Matthieu Sarter 469d9ad16a Added a "title" attribute in the link to an article.
Added a "title" attribute in the link to an article.
Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article.
2015-03-21 14:49:38 +01:00
Andrew Dolgov 755869ffbc remove unread first sorting: has issues, is pretty much adaptive anyway 2015-03-17 02:01:10 +03:00
Andrew Dolgov ffb7c4868d Merge pull request #444 from HeikoAdams/master
Update german translation
2015-03-12 15:09:57 +03:00
Heiko Adams f888847a25 Update german translation 2015-03-12 10:40:17 +01:00
Heiko Adams acfec96fd6 Update german translation 2015-03-11 20:49:36 +01:00
Heiko Adams 9a87d0d663 Update german translation 2015-03-11 20:46:49 +01:00
Andrew Dolgov 96ab1bd866 rebase translations 2015-03-11 16:21:03 +03:00
Andrew Dolgov da1e7e2d02 defuzzify some valid strings 2015-03-11 16:20:59 +03:00
Andrew Dolgov 51faa1150c add bg_BG entry to get_translations() 2015-03-11 15:36:45 +03:00
Andrew Dolgov e84e0e1afe Merge pull request #443 from moyat/master
Bulgarian translation
2015-03-11 15:34:55 +03:00
Neter 9ad04ac6ad Added bg_BG 2015-03-10 20:27:11 +02:00
Andrew Dolgov 60ef62b03e Merge pull request #442 from RaphaelRochet/master
French translation update
2015-03-07 11:08:30 +03:00
Raphaël Rochet 04fd3e0ce5 French translation update 2015-03-07 08:55:43 +01:00
Andrew Dolgov e06c7a434d rebase translations 2015-03-06 15:52:09 +03:00
Andrew Dolgov 669fc881f3 add error notification if trying to toggle widescreen in cdm 2015-03-06 15:51:54 +03:00
Andrew Dolgov 40f147df79 feedtree: do not hide special category for reals if configured as such 2015-03-06 14:42:05 +03:00
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 2015-03-06 14:14:51 +03:00
Andrew Dolgov 8b4bfd5ca5 rebase translations 2015-03-05 23:48:48 +03:00
Andrew Dolgov 679d1bf217 Merge pull request #440 from came88/master
Fixed italian translation
2015-03-05 23:48:13 +03:00
Lorenzo Cameroni 21fcaf979f Merge remote-tracking branch 'origin/master' 2015-03-05 21:21:02 +01:00
Lorenzo Cameroni 65718c7990 Fixed italian translation 2015-03-05 21:08:22 +01:00
Andrew Dolgov aac7067316 Merge pull request #439 from SkyREgit/patch-1
Add unread category to build-in Search
2015-03-05 16:38:08 +03:00
SkyREgit 95a95b0a40 Add unread category to build-in Search
unread:{true,false} - match only unread or read articles
2015-03-05 15:26:10 +02:00
Andrew Dolgov f27e174d63 Merge pull request #436 from dedioste/master
Updated italian translation
2015-03-04 11:21:34 +03:00
dedioste 7db9c1c566 Updated italian translation 2015-03-04 08:47:30 +01:00
Andrew Dolgov 49ad5e047f ttrssZoom: enlarge content part 2015-03-04 10:25:59 +03:00
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 2015-03-04 00:26:52 +03:00
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 2015-02-27 14:51:26 +03:00
Andrew Dolgov 95ebe737bd cache_starred_images: route images to public.php 2015-02-25 21:16:14 +03:00
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 2015-02-21 13:08:50 +03:00
Andrew Dolgov 1103172909 Revert "pgsql schema: remove unnecessary named indexes"
This reverts commit c9bcda5469.
2015-02-20 22:23:03 +03:00
Andrew Dolgov c9bcda5469 pgsql schema: remove unnecessary named indexes 2015-02-20 13:13:29 +03:00
Andrew Dolgov 5cbc1c7469 mysql: remove some more unneeded manual index()es from table create scripts 2015-02-20 13:05:14 +03:00
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) 2015-02-20 12:49:58 +03:00
Andrew Dolgov 8eee97a8da Merge pull request #407 from Art4/patch-1
Fixed grammar und spelling errors
2015-02-20 12:07:46 +03:00
Andrew Dolgov 600d2bd592 remove bundled license as unnecessary 2015-02-20 10:00:24 +03:00
Art4 869762298b Update messages.po 2015-02-19 23:19:11 +01:00
Art4 d9c042c4c5 Merge branch 'master' into patch-1
Conflicts:
	locale/de_DE/LC_MESSAGES/messages.po
2015-02-19 23:17:43 +01:00
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 2015-02-03 14:46:51 +03:00
Andrew Dolgov 480b2de3b1 minor fixes for previous (2) 2015-02-03 14:43:11 +03:00
Andrew Dolgov 119ba03bd4 minor fixes for previous 2015-02-03 14:42:20 +03:00
Andrew Dolgov efcc5d365d add placeholder update checker using git changesets 2015-02-03 14:39:15 +03:00
Andrew Dolgov 47cdc58c60 af_redditimgur: add support for bullshit ajaxified imgur albums 2015-02-03 13:31:41 +03:00
Andrew Dolgov af973646d6 Merge pull request #433 from hybner/master
fix parse atom feed
2015-02-02 13:11:26 +03:00
Lukas Hybner 4834ad5639 fix parse atom feed 2015-02-02 10:57:32 +01:00
Andrew Dolgov d498b60c6d do not subscribe new users to now obsolete releases feed 2015-02-01 22:11:06 +03:00