summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2018-12-03rework dojo singleton modules to better work with phpstorm completion (ugh) ↵Andrew Dolgov
- declare() is not needed there anyway remove event.observe from login form (not needed) load pluginhost via amd
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
remove event.observe stuff from startup, unneeded
2018-12-02move some more stuff out of common.jsAndrew Dolgov
rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape()
2018-12-02set use strict on JS modules; remove some mostly useless stuff like ↵Andrew Dolgov
get_minified_js()
2018-12-02split main objects to dojo modulesAndrew Dolgov
2018-12-02Feeds: shorten some method namesAndrew Dolgov
finally rename "view as rss"
2018-12-01Fix typoMichael Kuhn
2018-12-01migrate tt-rss.js contents to AppAndrew Dolgov
2018-12-01further objectificationAndrew Dolgov
2018-12-01further objectification of JS codeAndrew Dolgov
2018-12-01rate-limit headlinesScrollHandler via timeout instead of distance scrolledAndrew Dolgov
minor floating title cleanup
2018-11-29use xhrPost in more places; various minor cleanupAndrew Dolgov
2018-08-24update previous to not die on errorsAndrew Dolgov
2018-08-24fix user theme ignoring active settings profileAndrew Dolgov
2018-08-13if PHP_VERSION check fails, show current versionAndrew Dolgov
2018-08-13Check for PHP 5.6 minimum everywhere.wn_
2018-06-20move JShrink Minifier to vendor/Andrew Dolgov
2018-03-08do not enforce strict mode for pluginsAndrew Dolgov
2018-03-08initial for JS strict modeAndrew Dolgov
2017-12-05remove mentions of deprecated.jsAndrew Dolgov
2017-12-03upd: default css url if no themeAndrew Dolgov
2017-12-03remove layout.cssAndrew Dolgov
2017-12-03css/less updatesAndrew Dolgov
2017-09-02Add "viewport" meta to allow mobile devices ability to resize and display page.jr conlin
2017-05-12feedtree.selectFeed: focus headlines-frame after selectionAndrew Dolgov
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