]> git.wh0rd.org Git - tt-rss.git/history - functions.php
use real link to article in headlines list (for middle click) (2)
[tt-rss.git] / functions.php
2008-05-21 Andrew Dolgovuse real link to article in headlines list (for middle...
2008-05-21 Andrew Dolgovuse real link to article in headlines list (for middle...
2008-05-21 Andrew DolgovCDM: show clickable excerpt if article is collapsed
2008-05-20 Andrew Dolgovfeedlist-related code cleanup
2008-05-20 Andrew Dolgovmisc code cleanups
2008-05-20 Andrew Dolgovallow panel resize when dragging post header
2008-05-20 Andrew Dolgovimprove output when EXTENDED_FEEDLIST is set, font...
2008-05-19 Andrew DolgovgetAllCounters: add rate limit (5 sec)
2008-05-19 Andrew Dolgovbrowsing by tag: enable score display
2008-05-19 Andrew Dolgovdebug mode tweaks, remove mouse_handler()
2008-05-19 Andrew Dolgovadd placeholder mouse trap code, misc fixes
2008-05-19 Andrew Dolgovloading progress bar for main window (2)
2008-05-19 Andrew Dolgovmap inline search to |
2008-05-17 Andrew Dolgovnew shortcut: tab (selects article under cursor)
2008-05-17 Andrew Dolgovfresh feed: match FRESH_ARTICLE_MAX_AGE to ttrss_entrie...
2008-05-17 Andrew Dolgovvfeed group: disable special clause for Fresh feed
2008-05-17 Andrew Dolgovvf_catchup_link: use onclick, instead of href
2008-05-17 Andrew Dolgovonly show vfeed group titles in virtual feeds
2008-05-17 Andrew Dolgovnew option: VFEED_GROUP_BY_FEED (bump schema version)
2008-05-17 Andrew Dolgovvfeed grouping: prevent duplicate group headings
2008-05-17 Andrew Dolgovvfeed grouping: allow per-feed catchup
2008-05-17 Andrew Dolgovmark articles with score less than -500 as read on...
2008-05-16 Andrew Dolgovallow selecting headlines in normal mode by clicking...
2008-05-16 Andrew Dolgovlocalize help dialogs
2008-05-16 Andrew Dolgovshamelessly round the hotkey popup help corners
2008-05-16 Andrew DolgovCDM mode: add article selection, rework moveToPost()
2008-05-12 Andrew Dolgovcompat theme: properly reflow container height
2008-05-07 Andrew Dolgovtweak subtoolbar actions menu
2008-05-06 Andrew DolgovqueryFeedHeadlines: remove score -500 filter
2008-05-05 Andrew Dolgovsearch dialog: fix display of current label
2008-05-05 Andrew Dolgovsubtoolbar tweaks, properly display search results...
2008-05-05 Andrew Dolgovtweak score display
2008-05-04 Andrew Dolgovenable inline search for CDM
2008-05-04 Andrew Dolgovonline search in headline buffer (hotkey shift-I)
2008-05-04 Andrew Dolgovfilter editor: show score_pic in params column
2008-05-04 Andrew Dolgovorder headlines by score
2008-04-30 Andrew DolgovCDM: implement scoring display
2008-04-30 Andrew Dolgovpref-feeds: add action to rescore feeds
2008-04-30 Andrew Dolgovstar articles with score greater than 1000
2008-04-30 Andrew Dolgovfinish initial work on scoring
2008-04-30 Andrew Dolgovadd some initial scoring work
2008-04-30 Andrew Dolgovgroup-by-feed tweaks
2008-04-30 Andrew Dolgovadd (disabled) group-by-feed for vfeeds (_VFEED_GROUP_B...
2008-04-28 Andrew Dolgovmore work on PGSQL 8.3 compatibility (refs #201)
2008-04-25 Andrew Dolgovbugfix in check_lockfile() when file is not found
2008-04-21 Andrew Dolgovadd workaround for psql 8.3 stricter typechecking on...
2008-04-08 Andrew Dolgovupdate translations, fix nb_NO menu title
2008-04-03 Andrew Dolgovcheck whether LC_MESSAGES or LC_ALL are defined before...
2008-03-22 Andrew Dolgovfile_is_locked: return true when flock() is undefined
2008-03-20 Andrew Dolgovremove CDATA sections from article content on import
2008-02-26 Andrew Dolgovonly use posix_getpid() for debugging when possible
2008-02-26 Andrew Dolgovadd hungarian translation
2008-02-24 Andrew Dolgovapply https bugfix from Frank De Meulenaere
2008-02-24 Andrew Dolgovupdate function: only call pcntl_alarm() if it is defined
2008-02-23 Andrew Dolgovextend no articles error messages
2008-02-20 Andrew Dolgovdo not display empty attachments
2008-02-20 Andrew Dolgovsimplepie: import entry content when possible, not...
2008-02-20 Andrew Dolgovnew option: HIDE_FEEDLIST (bump schema)
2008-02-19 Andrew Dolgovinitial hidden feedlist work (refs #194)
2008-02-17 Andrew Dolgovsome more placeholders for dashboard
2008-02-15 Andrew Dolgovinitial work on dashboard
2008-02-13 Andrew Dolgovfix escaping of entry_author for simplepie (closes...
2008-02-08 Andrew Dolgovdaemon: select feeds to update randomly (fix)
2008-02-08 Andrew Dolgovdaemon: select feeds to update randomly (fix)
2008-02-08 Andrew Dolgovselect feeds to update randomly
2008-02-07 Andrew Dolgovsimplepie: fix entry_author parsing
2008-02-07 Andrew Dolgovtweak headline - author template
2008-02-07 Andrew Dolgovdaemon: schedule never updated feeds for update
2008-02-06 Andrew Dolgovpublish: get_pref: properly set owner_uid
2008-01-26 Andrew Dolgovadd some autodocs for functions.php (patch from landure)
2008-01-26 Andrew Dolgovmove update daemon code to common function, reorganize...
2008-01-25 Andrew Dolgovnew option: ALLOW_SELECT_UPDATE_METHOD (bump config...
2008-01-25 Andrew Dolgovallow per-feed update method selection
2008-01-25 Andrew Dolgovdisable catchup above/below active article for CDM
2008-01-25 Andrew Dolgovsimplepie: fix feed-not-found bug; update daemon1 to...
2008-01-24 Andrew Dolgovsimplepie: increase fetch timeout to 20 sec
2008-01-24 Andrew Dolgovupdate_daemon2: fix the never-update bug
2008-01-24 Andrew Dolgovuse ICONS_URL, not ICONS_DIR when generating feedlist
2008-01-23 Andrew Dolgov_debug: mention current PID
2008-01-23 Andrew Dolgovfix last_update_started checking
2008-01-23 Andrew Dolgovadd multiprocess update daemon
2008-01-23 Andrew Dolgovschema: add ttrss_feeds.last_update_started, bump version
2008-01-21 Andrew Dolgovnew option: HIDE_READ_SHOWS_SPECIAL (bump schema)
2008-01-17 Andrew Dolgovsimplepie: check whether enclosures array is defined...
2008-01-17 Andrew Dolgovnew config option: LOCK_DIRECTORY (bump config version)
2007-12-27 Andrew Dolgovadd nb_NO translation
2007-12-10 Andrew Dolgovobey schema guid length restrictions
2007-12-05 Andrew Dolgovnew option: ALLOW_REMOTE_USER_AUTH
2007-11-21 Andrew Dolgovdisable headline cache when searching
2007-11-21 Andrew Dolgovheadline subtoolbar: remove obsolete catchup page link
2007-11-21 Andrew Dolgovheadline caching fixes
2007-11-21 Andrew Dolgovwork around yet another magpie parsing bug (closes...
2007-11-20 Andrew Dolgovlink to enclosures in new window
2007-11-20 Andrew Dolgovupdate_feed_list: disable unnecessary debugging
2007-11-20 Andrew Dolgovcategory parsing fixes
2007-11-17 Andrew Dolgovshow enclosures in CDM (refs #165)
2007-11-17 Andrew Dolgovadd support for enclosures (closes #165)
2007-11-17 Andrew Dolgovadd some cool unicode ellipsis characters (closes ...
2007-11-15 Andrew Dolgovnew preference: PURGE_UNREAD_ARTICLES (closes #161...
2007-10-30 Andrew Dolgovremove misleading click to browse titles from special...
next