deluge/deluge
Calum Lind a03e649da6
[Build] Fix WebUI js minifying error
Some users encoutered a bug where WebUI in browser show a white screen,
which indicates a problem with loading javascript files. The problem was
due to closure minifying failure leaving a zero-length deluge-all.js
file which broke the usual fallback mechanism to debug files.

* Fixed usage of ES6 const declaration breaking closure minifying.
* Cleanup minified files upon errors so no zero length files left
* Replaced broken and unmaintained slimit with rjsmin.
* Fixed unable to set dev or debug query args due to request args
requiring bytes.
2021-12-15 09:37:55 +00:00
..
core [Core] Workaround torrent file_progress lt 2.0 error 2021-10-03 18:53:31 +01:00
i18n [i18n] Update translation PO files from Launchpad 2021-09-14 22:02:56 +01:00
plugins [Stats] Fix cairo error and failing tests 2021-10-03 14:22:11 +01:00
scripts Fix template config.ui naming in create_plugin script. 2020-04-20 00:01:16 -07:00
tests [Console] Fix using windows-curses on Windows 2021-08-01 08:48:27 +01:00
ui [Build] Fix WebUI js minifying error 2021-12-15 09:37:55 +00:00
__init__.py [Plugins] Convert plugins to `deluge_` module prefix convention 2019-05-15 19:20:08 +01:00
_libtorrent.py [GTK] Fix showing correct error on libtorrent import error 2020-04-23 17:17:20 +01:00
argparserbase.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
bencode.py [bencode] Fix unhandled TypeError with string 2019-05-18 16:15:27 +01:00
common.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
component.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
config.py [Lint] Update pre-commit hook and isort versions 2021-01-24 20:40:20 +00:00
configmanager.py [Lint] Use Black to auto-format code 2018-10-03 15:21:53 +01:00
crypto_utils.py [Lint] Use Black to auto-format code 2018-10-03 15:21:53 +01:00
decorators.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
error.py [GTK] Fix showing correct error on libtorrent import error 2020-04-23 17:17:20 +01:00
event.py [Lint] Use Black to auto-format code 2018-10-03 15:21:53 +01:00
httpdownloader.py [#3440] Fix httpdownloader reencoding torrent file downloads 2021-02-20 21:18:32 +00:00
log.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
maketorrent.py [Lint] Use Black to auto-format code 2018-10-03 15:21:53 +01:00
metafile.py [Lint] Use Black to auto-format code 2018-10-03 15:21:53 +01:00
path_chooser_common.py [GTK3] Fix Python 3 issues 2018-11-02 08:45:39 +00:00
pluginmanagerbase.py [Plugins] Fix allow enabling any plugin Python version 2021-11-08 19:27:24 +00:00
transfer.py [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00