This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
nzbget
Watch
1
Star
0
Fork
0
You've already forked nzbget
mirror of
https://github.com/nzbget/nzbget.git
synced
2026-04-23 22:36:53 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a3740e49fa5986bb4e011b4f3ab0a901ea083ba
nzbget
/
webui
History
Andrey Prygunkov
68ce6dea4b
if a communication error occurs in web-interface, it retries multiple times before giving up with an error message
2013-05-21 20:41:08 +00:00
..
img
added new feature <split download> which creates new download from selected files of source download; new command <Split> in web-interface in edit download dialog on page <Files>; new action <S> in remote command <--edit/-E>; new action <FileSplit> in JSON-/XML-RPC method <editqueue>
2013-04-06 20:54:00 +00:00
lib
fixed warning <file glyphicons-halflings.png not found>
2013-01-20 11:19:10 +00:00
config.js
fixed: error in IE when loading web-interface (bug introduced in r673)
2013-05-15 16:51:13 +00:00
downloads.js
when deleting downloads via web-interface a proper hint regarding deleting of already downloaded files from disk depending on option <DeleteCleanupDisk> is displayed
2013-05-08 21:50:47 +00:00
edit.js
added setting of post-processing parameters for history items; pp-parameters can now be viewed and changed in history dialog in web-interface; useful before post-processing again; new action <HistorySetParameter> in RPC-method <editqueue>; new action <O> in remote command <--edit/-E> for history items (subcommand <H>)
2013-05-16 20:54:13 +00:00
fasttable.js
reworked concept of post-processing scripts: multiple scripts can be assigned to each nzb-file; all assigned scripts are executed after the nzb-file is downloaded and internally processed (unpack, repair); option <PostProcess> is obsolete; new option <ScriptDir> sets directory where all pp-scripts must be stored; new option <DefScript> sets the default list of pp-scripts to be assigned to nzb-file when it's added to queue; new option <CategoryX.DefScript> to set the default list of pp-scripts on a category basis; the execution order of pp-scripts can be set using new option <ScriptOrder>; there are no separate configuration files for pp-scripts; configuration options and pp-parameters are defined in the pp-scripts; script configuration options are saved in nzbget configuration file (nzbget.conf); changed parameters list of RPC-methods <loadconfig> and <saveconfig>; new RPC-method <configtemplates> returns configuration descriptions for the program and for all pp-scripts; configuration of all scripts can be done in web-interface; the pp-scripts assigned to a particular nzb-file can be viewed and changed in web-interface on page <pp-parameters> in the edit download dialog; option <PostPauseQueue> renamed to <ScriptPauseQueue> (the old name is still recognized); new option <ConfigTemplate> to define the location of template configuration file (in previous versions it must be always stored in <WebDir>)
2013-04-15 20:06:05 +00:00
history.js
added setting of post-processing parameters for history items; pp-parameters can now be viewed and changed in history dialog in web-interface; useful before post-processing again; new action <HistorySetParameter> in RPC-method <editqueue>; new action <O> in remote command <--edit/-E> for history items (subcommand <H>)
2013-05-16 20:54:13 +00:00
index.html
if a communication error occurs in web-interface, it retries multiple times before giving up with an error message
2013-05-21 20:41:08 +00:00
index.js
if a communication error occurs in web-interface, it retries multiple times before giving up with an error message
2013-05-21 20:41:08 +00:00
messages.js
corrected file properties
2012-12-09 13:21:18 +00:00
status.js
new feature <Pause for X Minutes> in web-interface; new XML-/JSON-RPC method <scheduleresume>
2013-01-21 21:19:04 +00:00
style.css
added setting of post-processing parameters for history items; pp-parameters can now be viewed and changed in history dialog in web-interface; useful before post-processing again; new action <HistorySetParameter> in RPC-method <editqueue>; new action <O> in remote command <--edit/-E> for history items (subcommand <H>)
2013-05-16 20:54:13 +00:00
upload.js
adding of local files via web-interface now works in IE10
2013-03-18 21:43:01 +00:00
util.js
if a communication error occurs in web-interface, it retries multiple times before giving up with an error message
2013-05-21 20:41:08 +00:00