Andrew Dolgov
05200a3840
rename main toolbar elements to be more consistent
6 years ago
Andrew Dolgov
a1407b35e4
add map files; night.css fixes
6 years ago
Andrew Dolgov
2ab097b2e5
initial work for flat modern theme
6 years ago
Andrew Dolgov
88b8830a6b
various CSS updates for flat theme
6 years ago
Andrew Dolgov
563a46f55a
initial
6 years ago
Andrew Dolgov
7c1bc3c5a8
add separate body class for main UI page
6 years ago
Andrew Dolgov
84affc7b1d
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
...
remove event.observe from login form (not needed)
load pluginhost via amd
6 years ago
Andrew Dolgov
ac8361e6f6
add AppBase as a shared ancestor for main and prefs app objects
...
remove event.observe stuff from startup, unneeded
6 years ago
Andrew Dolgov
d9c5c93cef
move some more stuff out of common.js
...
rework client-side cookie functions a bit
limit dojo cachebust based on server scripts modification time
remove param_escape()
6 years ago
Andrew Dolgov
f89924f7a1
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
6 years ago
Andrew Dolgov
807ff07454
split main objects to dojo modules
6 years ago
Andrew Dolgov
0a18d0b1ed
Feeds: shorten some method names
...
finally rename "view as rss"
6 years ago
Michael Kuhn
f11933e1fe
Fix typo
6 years ago
Andrew Dolgov
cc26be0793
migrate tt-rss.js contents to App
6 years ago
Andrew Dolgov
1d82bd4f19
further objectification
6 years ago
Andrew Dolgov
d86ddbc635
further objectification of JS code
6 years ago
Andrew Dolgov
e84adbba37
rate-limit headlinesScrollHandler via timeout instead of distance scrolled
...
minor floating title cleanup
6 years ago
Andrew Dolgov
0d27227359
use xhrPost in more places; various minor cleanup
6 years ago
Andrew Dolgov
803b8ead1e
update previous to not die on errors
6 years ago
Andrew Dolgov
f7fe28d059
fix user theme ignoring active settings profile
6 years ago
Andrew Dolgov
c4869cd573
if PHP_VERSION check fails, show current version
6 years ago
wn_
db4b6b9757
Check for PHP 5.6 minimum everywhere.
6 years ago
Andrew Dolgov
a9105e2a61
move JShrink Minifier to vendor/
7 years ago
Andrew Dolgov
a72643257a
do not enforce strict mode for plugins
7 years ago
Andrew Dolgov
3009ecc44f
initial for JS strict mode
7 years ago
Andrew Dolgov
c4a08e4ff0
remove mentions of deprecated.js
7 years ago
Andrew Dolgov
3f2a871421
upd: default css url if no theme
7 years ago
Andrew Dolgov
6bd13fc55f
remove layout.css
7 years ago
Andrew Dolgov
5e68e24679
css/less updates
7 years ago
jr conlin
b486510385
Add "viewport" meta to allow mobile devices ability to resize and display page.
7 years ago
Andrew Dolgov
7590f03961
feedtree.selectFeed: focus headlines-frame after selection
8 years ago
Andrew Dolgov
3188e863b3
handle_rpc_json: fix netalert button never appearing on JSON parse error
8 years ago
Andrew Dolgov
e432b8fbe2
implement cache-busting for default theme.css
...
night theme: small fixes
8 years ago
Andrew Dolgov
6f84bf7b0a
dojoConfig: use cacheBust
8 years ago
Andrew Dolgov
6293d3717c
add toggle_sidebar plugin, remove obsolete toggle button
...
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
8 years ago
Andrew Dolgov
546b419f52
catch plugin JS errors
8 years ago
Andrew Dolgov
ee5170424e
dojo: main UI: load stuff asynchronously
8 years ago
Andrew Dolgov
2e68712261
set referrer policy to 'no-referrer'
9 years ago
Andrew Dolgov
7ac6ab4dda
set referrer-policy to none
9 years ago
Andrew Dolgov
402073d6a1
remove headlines-tmp element
9 years ago
Andrew Dolgov
9090b874ab
simplify search, remove search_mode as useless
...
remove dialog to select by tags, simplify browsing by tag query
9 years ago
Andrew Dolgov
b9634eb8b8
support loading themes from themes.local
10 years ago
Andrew Dolgov
755869ffbc
remove unread first sorting: has issues, is pretty much adaptive anyway
10 years ago
Andrew Dolgov
efcc5d365d
add placeholder update checker using git changesets
10 years ago
Andrew Dolgov
ed775e4e8d
remove obsolete code related to version checking and tarball updater plugin
10 years ago
Anders Kaseorg
5c145bde7a
Make the floating title transition smoother
...
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 <andersk@mit.edu>
10 years ago
Andrew Dolgov
f6cbe9a5a0
require version information in all additional themes
10 years ago
Andrew Dolgov
d9c93ebfdb
tweak notifications; use css animations for notifications
10 years ago
Andrew Dolgov
8b91b0beb5
add ttrss version and init params to reports
11 years ago
Andrew Dolgov
6214a0768a
reinstate scriptaculous controls (needed for ajax.autocomplete)
11 years ago
Andrew Dolgov
f3479db384
add previously missed zoom.css
...
remove unused scriptaculous parts
11 years ago
Andrew Dolgov
cdbcb2778a
move Zoom stylesheet to a separate file
...
update stylesheet/javascript tag helpers to return output instead of
printing it
11 years ago
Andrew Dolgov
1bffd1068f
unify main and headlines toolbar
11 years ago
Andrew Dolgov
3684074387
use require_once for minifier
11 years ago
Andrew Dolgov
618e80ee5e
hide collapse sidebar button by default
12 years ago
Andrew Dolgov
baf3fcf93a
use a different network error image
12 years ago
Andrew Dolgov
08820be70b
add experimental floating title when scrolling long articles in combined mode
12 years ago
Andrew Dolgov
6938c03658
always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme
12 years ago
Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
12 years ago
gitawego
c8d3fd5b18
@FIXED dijit modules aren't cached in compressed mode
12 years ago
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
12 years ago
Andrew Dolgov
8d388f321b
add a simple JS-based hook host
12 years ago
Andrew Dolgov
1ffe3391f9
make pluginhost a singleton
12 years ago
Andrew Dolgov
eefaa2df38
remove db_connect, db_close; CLI fixes
12 years ago
Andrew Dolgov
6322ac79a0
remove $link
12 years ago
Andrew Dolgov
404e2e3603
more work on singleton-based DB
12 years ago
Andrew Dolgov
ba68b6815a
db updates, remove init_connection()
12 years ago
Andrew Dolgov
95437e9e07
tweak notify layout/display
12 years ago
Andrew Dolgov
b68a266a73
remove no_cache_incantation()
12 years ago
Andrew Dolgov
f3b2e7d41f
add back sorting by title
12 years ago
Andrew Dolgov
e3ca32a818
replace catchupCurrentFeed dropdown with a better control
12 years ago
Andrew Dolgov
b7041615c4
fix mark as read dropdown not resetting
12 years ago
Andrew Dolgov
c88e4a2af3
remove small_article_preview
12 years ago
Andrew Dolgov
97e2c731b8
move HOOK_TOOLBAR_BUTTON elements inside actionChooser
12 years ago
Daniel Andersson
d94fba61c1
Load plugin JS last to enhance plugin capabilities
12 years ago
Andrew Dolgov
ceb7847108
add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTON
12 years ago
Andrew Dolgov
417591034a
remove experimental view_settings stuff from master
12 years ago
Andrew Dolgov
a2a3d5a3aa
add (disabled) per-feed view_settings handling placeholder
12 years ago
Andrew Dolgov
c468531817
hide switch to digest from actions menu
12 years ago
Andrew Dolgov
a57c814990
hide some obscure-ish (or having hotkeys) options from global Actions menu
12 years ago
Andrew Dolgov
c8b693cf7f
implement catchup with selectable updated criteria
12 years ago
Andrew Dolgov
22af123269
make toggling combined mode work without reload
12 years ago
Andrew Dolgov
5d40efc9b0
add ability to select CSS files in themes/
12 years ago
Andrew Dolgov
56b61583a2
change order of oldest first/newest first
12 years ago
Andrew Dolgov
8aa01d7989
disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order
12 years ago
Andrew Dolgov
b9a06a0e39
retire frankly ridiculous sorting by score/title/date/default
...
keep defaul and oldest first instead of REVERSE_HEADLINES
12 years ago
Andrew Dolgov
f820f205d0
css cleanup; remove auxDlg; add separate prefs.css
12 years ago
Andrew Dolgov
127aaaa0f7
add has_note with mode
12 years ago
Andrew Dolgov
3b4c319d2c
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
d0c6dd29d1
add experimental easy installer
12 years ago
Andrew Dolgov
a543e86d85
add redirect to digest on smartphones if mobile is missing
12 years ago
Andrew Dolgov
4aac835562
add back redirection to mobile plugin
12 years ago
Andrew Dolgov
d8cfe1955f
Revert "Removes redirection to mobile/"
...
This reverts commit a4d4bceb97
.
12 years ago
Andrew Dolgov
2e4faaacff
add unread_first view mode
12 years ago
Andrew Dolgov
2e828a4af6
add a button to show release notes before updating; remove obsolete elements
12 years ago
Andrew Dolgov
d2f3467bb6
add a simple appearing preview for unexpanded cdm and normal mode
12 years ago
Andrew Dolgov
bcbb2ec792
remove localized_js.php; integrate with other startup JS stuff
12 years ago
Andrew Dolgov
f50c2785a7
remove updated view mode
12 years ago
Remi Rampin
a4d4bceb97
Removes redirection to mobile/
...
mobile/ was removed by d98e76d9c2
but the redirection still existed in
index.php, causing the site to be inaccessible on mobile devices.
12 years ago
Andrew Dolgov
99534a3dde
remove page title stuff for the time being
12 years ago