Commit Graph

9075 Commits (a68b15060195b42eea36f29d2837bb920e35f07a)
 

Author SHA1 Message Date
Andrew Dolgov 40a18add31 Translated using Weblate (Russian)
Currently translated at 87.7% (649 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/ru/
6 years ago
Dario Di Ludovico e01278c5eb Translated using Weblate (Italian)
Currently translated at 98.9% (732 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/it/
6 years ago
Patrick Ahles 02559d51a0 Translated using Weblate (Dutch)
Currently translated at 84.3% (624 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/nl/
6 years ago
swa 62841f4b59 Translated using Weblate (Russian)
Currently translated at 85.7% (634 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/ru/
6 years ago
Andrew Dolgov 0b8349de0f Translated using Weblate (Russian)
Currently translated at 85.7% (634 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/ru/
6 years ago
swa 486cf8924e Translated using Weblate (Russian)
Currently translated at 85.7% (634 of 740 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: http://weblate.tt-rss.org/projects/tt-rss/messages/ru/
6 years ago
Andrew Dolgov 4cb3a601a0 Merge branch 'js-objects' into weblate-integration 6 years ago
Andrew Dolgov 98986ce066 rebase translations 6 years ago
Andrew Dolgov e76d1fb995 plugins: mail, mailto: remove code from global context 6 years ago
Andrew Dolgov 71fc6d45bd refactor error reporting to AppBase; keep exception_error() for now as a shim 6 years ago
Andrew Dolgov a049b5bd88 shorten declaration of PrefHelpers.OPML 6 years ago
Andrew Dolgov 8f1881e12c remove cookie set check 6 years ago
Andrew Dolgov 4d4034091a prefs: Prefs global -> Helpers 6 years ago
Andrew Dolgov b3bc638a9f refactor OPML export/import code to be less horrible 6 years ago
Andrew Dolgov 78cc470193 remove some plugin JS code out of global context 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 e905ce7ea9 fix login 6 years ago
fox 5bcf59739d Merge branch 'const-PluginHost' of wn/tt-rss into js-objects 6 years ago
fox d3f31de042 Merge branch 'fix-edit-tags-onclick' of wn/tt-rss into js-objects 6 years ago
wn_ 6f9307aa9a Also fix the 'Create label' `onclick` 6 years ago
wn_ 6100392bd5 Fix an `onclick` (`Article.editArticleTags` --> `Article.editTags`) 6 years ago
wn_ b83ed6c7c4 Fix reference to `PluginHost`.
A `const` doesn't create a property on `window`.
6 years ago
Andrew Dolgov 5ead558e43 move Utils to AppBase where it belongs 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 eeb49d375c uploadIconHandler -> CommonDialogs 6 years ago
Andrew Dolgov 526389b2d3 update notify_* calls to use Notify 6 years ago
Andrew Dolgov 495248dd97 add Notify object 6 years ago
fox e0835eb7f4 Merge branch 'document-onkeydown-event' of wn/tt-rss into js-objects 6 years ago
wn_ 87850ca1aa Fix 'document.onkeydown' handler 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 ad1b6f0a86 bring back excerpts in unexpanded mode 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 fda3ad39c8 split several utility objects into separate dojo modules 6 years ago
Andrew Dolgov 796368320e rebase translations 6 years ago
Andrew Dolgov 35ded4bc84 edit phrasing of some alert()s 6 years ago
Andrew Dolgov 3a6dae9203 prefs: more of the same, really 6 years ago
Andrew Dolgov b9869dbc01 prefs: remove some more stuff from global context (user management, etc) 6 years ago
Andrew Dolgov 58e54282d3 prefs: move more global functions into matching classes 6 years ago
Andrew Dolgov 50a4c2d723 remove selenium stuff 6 years ago
Andrew Dolgov f26d404890 prefs: move other tree-related functions to respective trees 6 years ago
Andrew Dolgov 60cd467694 embed some pref-feed helper functions into the tree 6 years ago
Andrew Dolgov 2e985d1733 move some label helper functions to prefLabelTree 6 years ago
Andrew Dolgov e23b6e397d prefs: store active tab for reload, remove most old table row functions 6 years ago
Andrew Dolgov aa2f119eb6 remove getSelectedTableRowIds (Tables.getSelected) 6 years ago
Andrew Dolgov 874560db54 remove obsolete row selection functions
move getUrlParam() to Utils
6 years ago
Andrew Dolgov 2f85b50e36 remove toggleSelectListRow2() 6 years ago
Andrew Dolgov 8ea3a75df0 filters: simplify list row selection for checkboxes (properly) 6 years ago
Andrew Dolgov fb64726854 filters: simplify list row selection for checkboxes 6 years ago
Andrew Dolgov da9f83c4ac filter dialog fixes 6 years ago