summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-03-28add yet another workaround for stuck login due to session cookiesAndrew Dolgov
2013-03-28api/login: add session_destroyAndrew Dolgov
2013-03-28login: add session_destroy() firstAndrew Dolgov
2013-03-28add cleanup_tags/purge orphans to globalUpdateFeeds and simple updateAndrew Dolgov
rpc call (closes #636)
2013-03-28only autostart session if login cookie existsAndrew Dolgov
2013-03-27css cleanup; change notify css a bitAndrew Dolgov
2013-03-27modify notify/warn/error boxes cssAndrew Dolgov
2013-03-27various utility.css updatesAndrew Dolgov
2013-03-27enable 4th field in plugin->about() to serve as a more info linkAndrew Dolgov
2013-03-27pref-prefs: mention tt-rss forums as a plugin sourceAndrew Dolgov
2013-03-27add experimental base for plugin vfeeds (3 pane mode not yetAndrew Dolgov
implemented)
2013-03-27truncate feed title length in vfeedsAndrew Dolgov
2013-03-27pref_users: do not escape password to prevent special characterAndrew Dolgov
mishandling; remove inconsistent trimming of passwords
2013-03-27modify sorting by date_entered: set date_entered per-batch; use updated as a ↵Andrew Dolgov
secondary criteria
2013-03-27for consistency, show hotkey-toggleable options relating to headlines list ↵Andrew Dolgov
in preferences
2013-03-27disable show additional preferences checkbox as repeatedly confusingAndrew Dolgov
2013-03-27tweak how utility.css-based stuff looksAndrew Dolgov
2013-03-27experimentally rebase labels; make base index configurableAndrew Dolgov
2013-03-25add a button to show release notes before updating; remove obsolete elementsAndrew Dolgov
2013-03-25fix inverse rule to only mean negative regexp matching except for whole rule ↵Andrew Dolgov
(refs #631)
2013-03-25getFilterName: only show inverse rules as actually inverseAndrew Dolgov
2013-03-25let us rejoice on being able to create double negative filters (refs #631)Andrew Dolgov
2013-03-25api: fix updateFeed crashing (closes #616)Andrew Dolgov
2013-03-25add a simple appearing preview for unexpanded cdm and normal modeAndrew Dolgov
2013-03-25create_published_article: set last_published properly on creationAndrew Dolgov
2013-03-24Allow translation of notices in prefs.Tomas Chvatal
2013-03-24Merge pull request #77 from scarabeusiv/masterAndrew Dolgov
Fix pluralized forms and whitespace in translations and fix the l10n tools
2013-03-24gettext whitespace fixTomas Chvatal
2013-03-24Fix plural forms on feed count.Tomas Chvatal
2013-03-24api, getCategories: properly return information for categories with 0 feeds, ↵Andrew Dolgov
but children categories present
2013-03-24api: implement subscribeToFeed/unsubscribeFeed (closes #623)Andrew Dolgov
2013-03-23Revert "title escaping: do not double-encode entities"Andrew Dolgov
This reverts commit d6ce708930cb838af3ed1cf585d3ca62b7036d9b.
2013-03-23title escaping: do not double-encode entitiesAndrew Dolgov
2013-03-23update reset user password to use ttrssMailerAndrew Dolgov
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine.
2013-03-22add basic password recovery thingAndrew Dolgov
2013-03-22feeds/view: periodically bump login timestampAndrew Dolgov
2013-03-22generate_syndicated_feeds use last_published/last_markedAndrew Dolgov
2013-03-22remove PTITLE kludge; use ajaxAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-21Merge pull request #67 from Joschasa/masterAndrew Dolgov
Fix feed title display in "normal" (not combined) mode
2013-03-21add headline menu entry to show article urlAndrew Dolgov
2013-03-21In "normal mode" don't show feed title, when articles are grouped by feedJoschasa
Got removed here: https://github.com/gothfox/Tiny-Tiny-RSS/commit/e17e99fbcf62f2e347ce771a795be3237521f6b5
2013-03-21add HOOK_RENDER_ARTICLE_API (closes #608)Andrew Dolgov
2013-03-21make sure rendering image enclosures respect hide_image settingAndrew Dolgov
2013-03-21rework update.php to use getopt; allow --task parameterAndrew Dolgov
2013-03-21experimental: limit initialized html content for expanded cdmAndrew Dolgov
2013-03-21Remove deprecated $match_onJoschasa
2013-03-20remove deprecated theme_image()Joschasa