summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2017-02-09handle_rpc_json: fix netalert button never appearing on JSON parse errorAndrew Dolgov
2017-01-25implement cache-busting for default theme.cssAndrew Dolgov
night theme: small fixes
2017-01-22dojoConfig: use cacheBustAndrew Dolgov
2017-01-07add toggle_sidebar plugin, remove obsolete toggle buttonAndrew Dolgov
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
2016-08-10catch plugin JS errorsAndrew Dolgov
2016-08-10dojo: main UI: load stuff asynchronouslyAndrew Dolgov
2016-06-03set referrer policy to 'no-referrer'Andrew Dolgov
2016-06-01set referrer-policy to noneAndrew Dolgov
2015-07-13remove headlines-tmp elementAndrew Dolgov
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-03-17remove unread first sorting: has issues, is pretty much adaptive anywayAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-30Make the floating title transition smootherAnders Kaseorg
Previously the floating title would not appear until the real title scrolled entirely out of view, which was visually distracting. Now it appears at the point when its bottom lines up with the real title’s bottom. This isn’t perfect yet due to small differences between the two titles’ layouts, but it’s much closer. We now need to use visibility: visible|hidden instead of display: block|none to show and hide the floating title, in order to be able to retrieve its height while it’s hidden. It’s important to use that height because occasionally line wrapping differences make the floating title shorter than the real title, and we don’t want the real title to poke out from underneath. Also fix scrollToRowId to offset by the 4 pixel top margin (like cdmScrollToArticleId already does), so that it goes back to a point when the floating title was hidden; and set the right margin on the floating title so that it’s the same width as the real title and doesn’t overlap the scroll bar. Signed-off-by: Anders Kaseorg <[email protected]>
2014-12-09require version information in all additional themesAndrew Dolgov
2014-11-02tweak notifications; use css animations for notificationsAndrew Dolgov
2014-03-14add ttrss version and init params to reportsAndrew Dolgov
2014-01-28reinstate scriptaculous controls (needed for ajax.autocomplete)Andrew Dolgov
2014-01-28add previously missed zoom.cssAndrew Dolgov
remove unused scriptaculous parts
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
update stylesheet/javascript tag helpers to return output instead of printing it
2014-01-27unify main and headlines toolbarAndrew Dolgov
2013-07-31use require_once for minifierAndrew Dolgov
2013-07-15hide collapse sidebar button by defaultAndrew Dolgov
2013-07-10use a different network error imageAndrew Dolgov
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