index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
Article.js
Age
Commit message (
Expand
)
Author
2025-10-12
Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...
supahgreg
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
2025-07-08
Use existing headline info for 'Article.displayUrl()'
wn_
2023-10-26
Fix class names in some more places.
wn_
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-04-06
add simple autocompleter for tags
Andrew Dolgov
2023-03-01
tags display: instead of limiting to 5 tags, limit by container width %
Andrew Dolgov
2021-05-06
fix combined/three panel transition to expandable mode
Andrew Dolgov
2021-04-22
fix for previous changeset that broke expanded mode
Andrew Dolgov
2021-04-22
Article.pack: add no-op for three panel mode
Andrew Dolgov
2021-04-22
* cdm: render enclosures into content element
Andrew Dolgov
2021-03-17
fix excessive CPU usage on linux chromium caused by animated SVG icons
Andrew Dolgov
2021-03-16
use svg icon for packed article placeholders
Andrew Dolgov
2021-03-12
cdmToggleGridSpan: toggle classname instead of a style property
Andrew Dolgov
2021-03-11
Article.cdmToggleGridSpan: also set as active
Andrew Dolgov
2021-03-11
grid: add a header icon (and a hotkey) to toggle article span entire row
Andrew Dolgov
2021-03-08
show user css editor before xhr is completed
Andrew Dolgov
2021-03-07
make rendered labels clickable
Andrew Dolgov
2021-02-22
reinstate HOOK_RENDER_ENCLOSURE
Andrew Dolgov
2021-02-19
format note on the client
Andrew Dolgov
2021-02-19
add onTagsUpdated similar to onLabelsUpdated
Andrew Dolgov
2021-02-19
render tags on the client
Andrew Dolgov
2021-02-19
use template strings in a bunch of places instead of id concatenation
Andrew Dolgov
2021-02-19
render headline labels on the client
Andrew Dolgov
2021-02-19
migrate a bunch of xhrPost invocations
Andrew Dolgov
2021-02-19
migrate xhrJson invocations to the new helper
Andrew Dolgov
2021-02-19
use .closest() instead of .up() to lookup parent by selector
Andrew Dolgov
2021-02-19
fix some eslint-related stuff
Andrew Dolgov
2021-02-19
cleanup some unused code, fix App.byId() invoked by wrong name
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-18
* use es5 (?) default parameter values for some functions
Andrew Dolgov
2021-02-17
* App: rename hidden to hidden_tag
Andrew Dolgov
2021-02-16
Article.render: parse dojo widgets
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-15
edit tags: use client dialog
Andrew Dolgov
2021-02-15
render enclosures on the client
Andrew Dolgov
2021-02-13
fail better if requested article URL is blank
Andrew Dolgov
2021-02-12
silence (or fix) a bunch of eslint warnings
Andrew Dolgov
2021-02-12
* OPML import: don't reload everything, just feed tree
Andrew Dolgov
2021-02-12
* customizeCSS: client dialog
Andrew Dolgov
2021-01-17
Archive cleanup:
Andrew Dolgov
2020-12-23
edit tags dialog: initialize autocomplete in onShow (instead of onLoad) becau...
Andrew Dolgov
2020-10-21
Revert "somewhat experimental: disable article packing/unpacking, render cont...
Andrew Dolgov
2020-10-09
somewhat experimental: disable article packing/unpacking, render content imme...
Andrew Dolgov
2020-09-15
comments link: load in new tab
Andrew Dolgov
2020-09-15
editarticletags: load dialog via XHR
Andrew Dolgov
2020-09-15
- backend: require CSRF token to be passed via POST
Andrew Dolgov
2020-09-15
don't pass csrf token as a GET parameter to Article
Andrew Dolgov
2020-09-15
require CSRF token for Article/redirect
Andrew Dolgov
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
[next]