Andrew Dolgov
5a8d8a87e5
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
f890372a14
experimentally disable unnecessary folder icons for feedTree
12 years ago
Andrew Dolgov
97b5ec8c25
Merge pull request #217 from ldidry/master
...
Fix automatic language detection for registered users
12 years ago
Luc Didry
c4db796fc7
Fix automatic language detection for registered users
...
If you do not choose a language, the db pref record for your language is an empty string, but if you choose "automatic detection" and save your prefs, it's "auto".
"auto" in startup_gettext function prevents ttrss to choose the appropriate language.
12 years ago
Andrew Dolgov
15a829013c
remove single-line excerpts in widescreen 3panel mode because it breaks layout
12 years ago
Andrew Dolgov
19b906b94b
block automarking headlines on scroll in unexpanded cdm because it doesn't work so well
12 years ago
Andrew Dolgov
0e70e4a42e
unify some cdm padding values with 3panel mode
12 years ago
Andrew Dolgov
f8900c3171
unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode
12 years ago
Andrew Dolgov
3e008206a6
move notify a bit to the left so it woulnd't obscure browser scrollbar
12 years ago
Andrew Dolgov
ffc21d2b54
clamp content preview to single line in three panel mode
12 years ago
Andrew Dolgov
e2bf55b64e
use text-overflow in floatingTitle
12 years ago
Andrew Dolgov
d1692b4cf7
limit floatingTitle width
12 years ago
Andrew Dolgov
08820be70b
add experimental floating title when scrolling long articles in combined mode
12 years ago
Andrew Dolgov
a1495542fc
opml: fix filter parameters inverse and title not being properly imported from OPML
12 years ago
Andrew Dolgov
25051fb84b
support custom order in generated feeds ( closes #709 )
12 years ago
Andrew Dolgov
838b374431
nsfw: fix wrong delimiter when expanding tag_cache
12 years ago
Andrew Dolgov
be9d5df19b
hide warning when checking for tt-rss tables if tables are not present
12 years ago
Andrew Dolgov
445d1c1044
fix nsfw plugin
12 years ago
Andrew Dolgov
53a49ff82a
properly handle per-feed hide_images setting in three panel mode ( closes #706 )
12 years ago
Andrew Dolgov
ee442dfec5
Merge pull request #216 from PerryWerneck/master
...
Changing mimetype reported by errors.php?mode=js to avoi proxy problems.
12 years ago
Andrew Dolgov
9ffe8907dd
do not unlink lockfiles ( closes #703 )
12 years ago
Andrew Dolgov
ce5d234d63
support dc:date elements in rss and atom feeds
12 years ago
Perry Werneck
bcb6b0c126
Changing error.php?mode=js from text/plain to text/javascript
...
Changing the js mimetype to text/javascript to avoid problems with some proxy configurations.
12 years ago
Andrew Dolgov
67f4fe1780
format_tags_string: fix typo
12 years ago
Andrew Dolgov
37cc6df067
Merge pull request #214 from JB1tz/master
...
Fix mysqli connection error debugging
12 years ago
Andrew Dolgov
8605ad4df0
make uncombined read headlines list more readable
12 years ago
Andrew Dolgov
7c01db43ef
sphinx: type cast port to integer
12 years ago
Jonathan Bither
fbe135fb36
mysqli: We are using procedural mysqli so use mysqli_connect_error() instead of mysqli_error()
12 years ago
Andrew Dolgov
2457679aed
switch AUTO_ASSIGN_LABELS to off by default (bump schema)
12 years ago
Andrew Dolgov
9f8e2ae135
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
80d8d2d026
update config checks for SMTP_SECURE
12 years ago
Andrew Dolgov
a9358e1d4e
Revert "added a personalized email template. if the file:"
...
This reverts commit f766373271
.
12 years ago
Andrew Dolgov
1f5e9d9ab0
Merge branch 'master' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-master
12 years ago
Andrew Dolgov
a169cd6f47
Merge pull request #213 from badziew/patch-1
...
bugfix: DB_PORT was not used in one of db_connect calls
12 years ago
Krzysztof Sikorski
50d5645b9f
bugfix: DB_PORT was not used in one of db_connect calls
12 years ago
justauser
f766373271
added a personalized email template. if the file:
...
my_email_article_template.txt
exists it will be used, otherwise the default will be used
12 years ago
Andrew Dolgov
37f00f7fcc
add af_whomp
12 years ago
Andrew Dolgov
102a36c233
Merge pull request #212 from hoelzro/master
...
Fix self-signed certificate issue (issue 698)
12 years ago
Rob Hoelz
40a35a628d
Don't verify SSL peers in geturl
12 years ago
Rob Hoelz
e2b4c0b70c
Pass error code along if geturl fails
12 years ago
Andrew Dolgov
2505aea5f3
Merge pull request #211 from PerryWerneck/master
...
Updatings pt-BR translation
12 years ago
Andrew Dolgov
1ffd534f43
fix wrong article context menu item toggle marked (should be toggle starred)
12 years ago
justauser
ed7dd4bf6c
changed the preg_split to explode per fox. fixed the template to
...
have a block for note and only include if there is a note
12 years ago
justauser
7aab5617b6
Merge branch 'master' into jremote
...
latest master checkins
12 years ago
Andrew Dolgov
67e0cf9a37
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
12 years ago
Andrew Dolgov
642432fc39
daemon: add sigterm handler for master
12 years ago
Andrew Dolgov
8ff2a86cf3
fix file_is_locked
12 years ago
Perry Werneck
6e0c7c5b80
Updating translation.
12 years ago
Andrew Dolgov
f638b40348
Merge pull request #207 from gitawego/patch-4
...
@FIXED dijit modules aren't cached even all the js files are compressed
12 years ago
gitawego
44bf49d414
@FIXED dijit modules aren't cached even all the js files are compressed
...
@CHANGED use require to load all the dependencies
@FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.
12 years ago