summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
SMTP_SECURE, which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
2013-05-26better support for atom:link elements in rss feeds, support rel=standout ↵Andrew Dolgov
(fuck you google and your nonstandard shit)
2013-05-25note: set inset shadowAndrew Dolgov
2013-05-25Merge branch 'master' of git://github.com/EyesX/Tiny-Tiny-RSS into EyesX-masterAndrew Dolgov
Conflicts: locale/sv_SE/LC_MESSAGES/messages.mo locale/sv_SE/LC_MESSAGES/messages.po
2013-05-24Updated Swedish translation for 1.7.9Mattias Tengblad
2013-05-24parser: fix get_links() for RSSAndrew Dolgov
2013-05-24Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-24add some text-shadowsAndrew Dolgov
2013-05-24Merge pull request #202 from RaphaelRochet/masterAndrew Dolgov
French translation update
2013-05-24Frnench translation update (3 strings)Raphaël Rochet
2013-05-24labels: add auxcountersAndrew Dolgov
2013-05-23feedparser: properly handle nodeValue of rss channel link element (closes #692)Andrew Dolgov
2013-05-22add HOOK_PREFS_TAB_SECTION to user manager toolbarAndrew Dolgov
2013-05-22update sphinx index option descriptionAndrew Dolgov
2013-05-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-20unify normal headline colors with cdm; add selected backgrounds in ↵Andrew Dolgov
expandable and 3 panel mode
2013-05-20Merge pull request #197 from HeikoAdams/masterAndrew Dolgov
Bugfix functions.php
2013-05-20fixed wrong path for css files in function calculate_dep_timestampHeiko Adams
2013-05-20always include basic layout CSS file to prevent unworkable UI in case of a ↵Andrew Dolgov
broken/incompatible theme
2013-05-20pass feed it to feed_fetched and fetch_feed hooksAndrew Dolgov
2013-05-20add HOOK_FETCH_FEEDAndrew Dolgov
2013-05-20update_rss_feed: remove unused override_url parameterAndrew Dolgov
2013-05-20parser/rss: try to get link from guid isPermaLink=trueAndrew Dolgov
2013-05-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-20daemon2: only perform houskeeping on task 0Andrew Dolgov
2013-05-19Merge pull request #196 from levito/patch-1Andrew Dolgov
update path to utility.css
2013-05-20update path to utility.cssVeit Lehmann
2013-05-20add floicon to gitignoreAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19add a placeholder where floicon might be added if needed, still keep itAndrew Dolgov
off trunk re: author being a shitlord
2013-05-19Revert "remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)" This reverts commit dce5037888968788518dfdb6b1c29f3863238b92.
2013-05-19Merge pull request #195 from vapier/masterAndrew Dolgov
more Google Reader keys
2013-05-19googlereaderkeys: add o/enter/? keys like Google ReaderMike Frysinger
2013-05-19adjust previous patch phrasing a bitAndrew Dolgov
2013-05-19Merge pull request #194 from vapier/masterAndrew Dolgov
document the date preference format string
2013-05-19document the date format stringMike Frysinger
I assumed the format string was related to strftime except all of the fields looked really weird. After digging in the code, this string is actually used with php's date(). Add a note for this so other people can jump quickly to the relevant documentation (which is useful for non-php peeps who have no idea what this is).
2013-05-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-19when checking filter expression for validity, do not include ↵Andrew Dolgov
ttrss_feed_categories (closes #689)
2013-05-18Merge pull request #193 from kwirk/login_form_fixAndrew Dolgov
Fix password field missing on login form when auth_internal not used
2013-05-18Fix password field missing on login form when auth_internal not usedSteven Hiscocks
2013-05-18remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)
2013-05-18add fetch_url and owner_uid to HOOK_FEED_FETCHEDAndrew Dolgov
2013-05-17fix atom:link not supported in rss feeds (fucking fuck) (2)Andrew Dolgov
2013-05-17fix atom:link not supported in rss feeds (fucking fuck)Andrew Dolgov
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-17reduce menu label font sizeAndrew Dolgov
2013-05-16db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE ↵Andrew Dolgov
pref missing for unitialized users
2013-05-16enlarge auto mark offset heightAndrew Dolgov
2013-05-16when auto selecting, only select articles actually near the buffer topAndrew Dolgov
2013-05-16config: expand description of PHP_EXECUTABLEAndrew Dolgov