index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
nsfw
Age
Commit message (
Expand
)
Author
2021-02-22
dirname(__FILE__) -> __DIR__
Andrew Dolgov
2021-02-19
* switch to xhr.post() almost everywhere
Andrew Dolgov
2021-02-18
shorten many invocations of Ajax.Request in inline form methods
Andrew Dolgov
2021-02-17
* add (disabled) shortcut syntax for plugin methods
Andrew Dolgov
2021-02-16
cleanup markup in some plugins, make nsfw generate dijit widgets
Andrew Dolgov
2021-02-16
replace print_hidden with hidden_tag
Andrew Dolgov
2018-12-06
add icons to accordion panels in preferences
Andrew Dolgov
2018-12-03
refactor error reporting to AppBase; keep exception_error() for now as a shim
Andrew Dolgov
2018-12-02
update notify_* calls to use Notify
Andrew Dolgov
2018-11-29
oops, remove useless db_escape_string() in article class (and nsfw plugin)
Andrew Dolgov
2017-04-26
update phpmd ruleset to use (subset) of cleancode
Andrew Dolgov
2017-02-10
use print_hidden() for hidden dojo form fields
Andrew Dolgov
2013-06-05
nsfw: fix wrong delimiter when expanding tag_cache
Andrew Dolgov
2013-06-04
fix nsfw plugin
Andrew Dolgov
2013-04-19
plugins: bump API version
Andrew Dolgov
2013-04-17
fix blank character after opening bracket in function calls
Andrew Dolgov
2013-04-17
remove $link
Andrew Dolgov
2013-03-22
db_escape_string: specify link parameter for consistency; sessions: do not fo...
Andrew Dolgov
2013-02-23
nsfw: make tags list configurable
Andrew Dolgov
2013-02-23
add nsfw plugin
Andrew Dolgov