summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-05-20always include basic layout CSS file to prevent unworkable UI in case of a ↵Andrew Dolgov
broken/incompatible theme
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-14@FIXED dijit modules aren't cached in compressed modegitawego
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-24add a simple JS-based hook hostAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-17remove db_connect, db_close; CLI fixesAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-17tweak notify layout/displayAndrew Dolgov
2013-04-12remove no_cache_incantation()Andrew Dolgov
2013-04-04add back sorting by titleAndrew Dolgov
2013-04-03replace catchupCurrentFeed dropdown with a better controlAndrew Dolgov
2013-04-02fix mark as read dropdown not resettingAndrew Dolgov
2013-04-02remove small_article_previewAndrew Dolgov
2013-04-02move HOOK_TOOLBAR_BUTTON elements inside actionChooserAndrew Dolgov
2013-04-01Load plugin JS last to enhance plugin capabilitiesDaniel Andersson
2013-04-01add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTONAndrew Dolgov
2013-04-01remove experimental view_settings stuff from masterAndrew Dolgov
2013-04-01add (disabled) per-feed view_settings handling placeholderAndrew Dolgov
2013-03-31hide switch to digest from actions menuAndrew Dolgov
2013-03-31hide some obscure-ish (or having hotkeys) options from global Actions menuAndrew Dolgov
2013-03-31implement catchup with selectable updated criteriaAndrew Dolgov
2013-03-30make toggling combined mode work without reloadAndrew Dolgov
2013-03-28add ability to select CSS files in themes/Andrew Dolgov
2013-03-28change order of oldest first/newest firstAndrew Dolgov
2013-03-28disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first orderAndrew Dolgov
2013-03-28retire frankly ridiculous sorting by score/title/date/defaultAndrew Dolgov
keep defaul and oldest first instead of REVERSE_HEADLINES
2013-03-27css cleanup; remove auxDlg; add separate prefs.cssAndrew Dolgov
2013-03-27add has_note with modeAndrew Dolgov
2013-03-26Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-03-26add experimental easy installerAndrew Dolgov
2013-03-26add redirect to digest on smartphones if mobile is missingAndrew Dolgov
2013-03-26add back redirection to mobile pluginAndrew Dolgov
2013-03-26Revert "Removes redirection to mobile/"Andrew Dolgov
This reverts commit a4d4bceb978e828aa21950c8eb2b1bd2be79726b.
2013-03-25add unread_first view modeAndrew Dolgov
2013-03-25add a button to show release notes before updating; remove obsolete elementsAndrew Dolgov
2013-03-25add a simple appearing preview for unexpanded cdm and normal modeAndrew Dolgov
2013-03-25remove localized_js.php; integrate with other startup JS stuffAndrew Dolgov
2013-03-25remove updated view modeAndrew Dolgov
2013-03-23Removes redirection to mobile/Remi Rampin
mobile/ was removed by d98e76d9c2 but the redirection still existed in index.php, causing the site to be inaccessible on mobile devices.
2013-03-23remove page title stuff for the time beingAndrew Dolgov
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
2013-03-23Revert "fix tabs"Andrew Dolgov
This reverts commit d6cb94145945a47fc843ed9c25197b1ece40cdae.
2013-03-22fix tabsAndrew Dolgov
2013-03-21update SITE_TITLE customization to work without needing to be pre-defined, ↵Richard Beales
make it compatible with unread count now being at start of title
2013-03-21Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-21update favicon; add 72px hires faviconAndrew Dolgov