1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00
Commit Graph

7392 Commits

Author SHA1 Message Date
Andrew Dolgov
3cc02a5b88 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2014-11-02 19:37:27 +03:00
Andrew Dolgov
6383c9c53a when registering feed title, consider its maximum length (closes #818) 2014-11-02 19:36:58 +03:00
Andrew Dolgov
bb9ded547f Merge pull request #417 from DigitalDJ/master
Fix allow duplicate posts feature with optimizations from 1.14
2014-11-02 09:29:34 +03:00
Grant Pannell
da7e3e91bf Fix allow duplicate posts feature with optimizations from 1.14 2014-11-02 16:40:10 +10:30
Andrew Dolgov
bcc5be2368 Merge pull request #415 from ValdisVitolins/master
Updated resource files for Latvian
2014-11-02 09:04:45 +03:00
valdis
ee6d43a275 Updated resource files for Latvian 2014-11-01 23:45:02 +02:00
Andrew Dolgov
f71a669b7d api: handle uncached labels the way main headlines function does it 2014-10-27 22:07:20 +03:00
Andrew Dolgov
98cbae8dfa hotkey actions: toggle_expand, collapse_article: check if element exists
before acting on it (closes #815)
2014-10-26 10:25:19 +04:00
Andrew Dolgov
110ce72a72 add af_comics filter for toothpastefordinner 2014-10-21 16:53:17 +04:00
Andrew Dolgov
edccb21df0 release 1.14 2014-10-21 12:03:29 +04:00
Andrew Dolgov
4baa1afa43 add force_update to api getHeadlines; bump api version to 9 2014-10-16 09:53:54 +04:00
Andrew Dolgov
229a871be7 do not force sslversion in any cases 2014-10-16 09:01:23 +04:00
Andrew Dolgov
3a008ecc76 Merge pull request #413 from cmehay/master
Removing required attribute from database password field
2014-10-15 11:58:19 +04:00
Andrew Dolgov
9b1e591854 include subcategories in generated category feeds 2014-10-11 20:18:35 +04:00
Andrew Dolgov
4a1d122c87 edit feed: smaller buttons for icon upload; allow uploading larger favicons 2014-10-08 16:38:03 +04:00
Christophe Mehay
5d67842961 Removing required attribute from database password field 2014-10-04 23:10:36 +02:00
Andrew Dolgov
41fac971c4 Merge pull request #410 from bram85/master
Updater: check whether system() is useable.
2014-09-27 09:49:52 +04:00
Bram Schoenmakers
96aba17f01 Updater: check whether system() is useable.
system() was disabled on my system for security reasons, but the
updater would just continue, only to find out that the tarball
hasn't been extracted.
2014-09-17 19:24:30 +02:00
Andrew Dolgov
5a6842fcab Merge pull request #408 from Trottel/patch-3
Update messages.po
2014-09-11 18:25:40 +04:00
Trottel
7649a2df14 Update messages.po 2014-09-11 15:39:42 +02:00
Andrew Dolgov
62974d71d4 Merge pull request #406 from HeikoAdams/master
Updated german translation
2014-09-10 08:48:17 +04:00
Heiko Adams
7691785ee5 Updated german translation 2014-09-09 20:56:15 +02:00
Andrew Dolgov
f18363c496 Merge pull request #405 from Trottel/patch-2
Update messages.po
2014-09-09 11:25:05 +04:00
Trottel
0cc77b947b Update messages.po 2014-09-09 08:15:35 +02:00
Andrew Dolgov
7e14bd35bb Merge pull request #404 from RaphaelRochet/master
French translation update
2014-09-07 11:56:06 +04:00
Raphaël Rochet
7270dab2e9 French translation update 2014-09-07 09:49:29 +02:00
Andrew Dolgov
f8eb8d78ac use Perl instead of Java as a base language for JS files; rebase translations 2014-09-06 15:11:06 +04:00
Andrew Dolgov
6bc50a82fb mailto: remove unneeded space 2014-08-26 18:15:13 +04:00
Andrew Dolgov
38bc9dad22 mail plugin: use dijit.form.ComboBox to allow random email input instead of only predefined ones 2014-08-26 18:11:32 +04:00
Andrew Dolgov
fc1f0a6847 Merge pull request #403 from dzaikos/patch-leading-space-urls
Added ltrim to $url in fetch_file_contents()...
2014-08-25 13:01:29 +04:00
Dave Zaikos
32703cc636 Added ltrim to in fetch_file_contents to fix edge cases where a URL has one or more spaces before it, which causes CURL to fail. 2014-08-22 16:44:20 -04:00
Andrew Dolgov
2242bb38d2 af_elreg: remove ads 2014-08-22 15:49:20 +04:00
Andrew Dolgov
35dfbdc573 add af_elreg 2014-08-22 15:40:41 +04:00
Andrew Dolgov
522e8b3500 update debugging: add force_rehash 2014-08-21 13:20:41 +04:00
Andrew Dolgov
849c66b783 remove ob_clean/flush shit as unneeded hacks from cached image output routines 2014-08-21 13:20:23 +04:00
Andrew Dolgov
8ef0ca2fa6 remove unused format_libxml_error 2014-08-20 12:31:10 +04:00
Andrew Dolgov
ae962a96fd fix typo 2014-08-20 12:04:22 +04:00
Andrew Dolgov
05a8caddf5 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2014-08-20 12:02:06 +04:00
Andrew Dolgov
fafac207c5 geturl: if head request is denied because host is still living in 20th century, try requesting body (thanks to incompetent admins of arxiv.org) 2014-08-20 12:01:41 +04:00
Andrew Dolgov
76fc1f83e1 Merge pull request #401 from trammel/master
Minor refactor for php v5.3, which doesn't support immediate dereferencing of array entries
2014-08-20 08:47:11 +04:00
Jonathon Padfield
5d2e74a95e Minor refactor for php v5.3, which doens't support immediate dereferencing of array entries 2014-08-20 01:16:52 +00:00
Andrew Dolgov
aa9f7d4447 get_minified_js: store and check tt-rss version in cached files 2014-08-19 14:50:25 +04:00
Andrew Dolgov
7eb87b80d5 add pluginhost HOOK_HEADLINES_BEFORE (refs #814) 2014-08-19 14:24:34 +04:00
Andrew Dolgov
02b0348a8a mention that language passed is read only 2014-08-19 14:05:06 +04:00
Andrew Dolgov
73f9378d26 update: include detected language to article structure passed to filters 2014-08-19 14:02:28 +04:00
Andrew Dolgov
2d9c568439 add some timing information to update_daemon_common 2014-08-19 10:32:01 +04:00
Andrew Dolgov
d5e490952a fix language detection; remove f_guid debugging 2014-08-19 10:18:32 +04:00
Andrew Dolgov
eb16bd9f01 pass correct instance of pluginhost to calculate_article_hash 2014-08-18 23:11:29 +04:00
Andrew Dolgov
af244f927e tweak article hash function 2014-08-18 21:55:48 +04:00
Andrew Dolgov
129d626354 plugins: remove obsolete plugin_data/stored stuff 2014-08-18 18:41:19 +04:00