ShyPike
936d6e6f14
Allow newzbin unbookmarking even when bookmark-read is off.
15 years ago
ShyPike
e8668cf450
Replace "cache_dir" with "admin_dir" in smpl and Plush.
Create constant for "admin_dir".
15 years ago
ShyPike
8748281d43
Update to unrar 3.93
15 years ago
ShyPike
30e9ba2c09
Only do "][" substitution in server names.
Remove outer square brackets in category and RSS names, because those will crash the INI handler.
15 years ago
ShyPike
9cbedf4939
Add option to select non-persistence of non-script end-of-queue actions.
15 years ago
ShyPike
89d796a9d3
Use constant for 'future' folder name.
15 years ago
ShyPike
62661987f1
Implement file flag to check whether SABnzbd's state was proiperly saved.
If not, do a repair on the next start up.
15 years ago
ShyPike
8e6da0b638
Merge in Plush improvements by pairofdimes.
15 years ago
pairofdimes
f42cee5e66
forgot to add colorbox images
15 years ago
pairofdimes
add9a3a1f8
make it more obvious you can click queue/history nzb titles
15 years ago
pairofdimes
20a070ab6c
update colorbox; prevent snapping on modal open
15 years ago
pairofdimes
6ae417cf0e
change $.live bindings to $.delegate so fewer events get bound for each refresh (apparently binds to parent once instead of continuously rebinding to dynamic content)
15 years ago
pairofdimes
7d443dd714
sync to 0.6
15 years ago
ShyPike
56a64829bb
On Windows, detect whether sqlite3.dll is missing. If so, panic and complain about lame virus scanner.
15 years ago
ShyPike
73477769d4
Also re-run unpack_magic() after unzip.
15 years ago
ShyPike
a32fa30694
Remove double logging by articlecache (in load_data, save_data).
15 years ago
ShyPike
df014e3db7
Reduce logging.
- Demote some logs from info to debug
- Promote all traceback logging to info
- Full logging of article handling will only be done when the --log-all command line option is used
15 years ago
ShyPike
8d2b2bae50
Folow changes in dir scan speed immediately.
15 years ago
ShyPike
802e24447c
Correct typo in postproc.nzb_redirect, making NZB redirection crash.
15 years ago
ShyPike
3f7ad80104
On OSX, force CherryPy to use 127.0.0.1 when "localhost" is given.
Needed to support Chrome on OSX.
Always remove square brackets from numerical IPV6 addresses on OSX.
15 years ago
ShyPike
1ef0f32b85
When deleting queues jobs and failed history items, ask user wether downloaded files should be deleted.
Only Classic is updated for this.
15 years ago
pairofdimes
3a79d2f140
add more padding between icons in sprite-config.png so no bleed at high dpi
15 years ago
ShyPike
f667f1bbb6
Fix pre-queue script logging (due to build_command changes).
15 years ago
ShyPike
fe0d118c5e
Update German language.
15 years ago
ShyPike
7e3d095099
The Python email library generates a double header "Content-Transfer-Encoding".
Some boneheaded email servers cannot handle that.
Remove the first header before calling encode_quopri().
15 years ago
ShyPike
7d2d055f25
Prevent logging-exceptions from being logged.
This should prevent infinite growth of the log file when the notorious Python logging bug raises its ugly head.
15 years ago
ShyPike
47af03df86
Allow empty lines to precede the headers in an email message.
This makes it easier to create conditional email templates.
15 years ago
ShyPike
093f9eb6dd
Fix incorrect variable in pre_queue().
15 years ago
ShyPike
1a6129daf3
Work-around for Python problems with '&' and '|' inside parameters for the user script.
15 years ago
ShyPike
7d8fad83cd
Remove leading spaces in userscript display.
15 years ago
ShyPike
7f78ea3815
Update Danish email template.
15 years ago
ShyPike
30760cb0d4
Missing exe name when using -v option.
15 years ago
ShyPike
21c0193e80
Merge in Plush changes from pairofdimes' branch.
15 years ago
pairofdimes
0d05a88446
upgrade jquery colorbox plugin; change theme that is used
15 years ago
pairofdimes
a02edf297f
clear nzb file upload field on upload
15 years ago
pairofdimes
1337ef6c5c
fix nzbname setting for adding nzbs
15 years ago
pairofdimes
638ac57326
french translations
15 years ago
pairofdimes
bbbc588c6c
sync to 0.6.x
15 years ago
ShyPike
b032fccdab
Merge in fix for missing get_config api call.
15 years ago
Severin Heiniger
a2c19cbd3c
Remove dead code from '_api_del_config'.
15 years ago
Severin Heiniger
0ac000e8d0
Restore 'get_config' API method.
15 years ago
pairofdimes
1820d87a47
connections button alignment restart/scan/repair
15 years ago
pairofdimes
24f312c9c5
more strings to be translated
15 years ago
pairofdimes
fcf7887b84
sync with 0.6.x base
15 years ago
ShyPike
2de86be5fe
Regex for finding 101 season/episode also matched four-digit strings, due to incorrect quoting of regex specials.
15 years ago
ShyPike
e342f3a92e
Update French language file.
15 years ago
ShyPike
59267bd1fa
Fix email_full and email_rss options in Config->Email.
15 years ago
ShyPike
45eb3c5b6f
Display downloaded amounts per server in Config->Servers.
Move some smpl/plush texts to central text files.
Show download amounts in Classic History.
Prevent "empty" download amounts being saved.
Rename "bytes9.sab" to "totals9.sab" (prevents upgrade issues).
15 years ago
ShyPike
36561d0338
Per-server tracking of downloaded bytes.
Keep daily, weekly, monthly and grand total amounts.
When bytes file is not found, use what is in the history database.
15 years ago
pairofdimes
7206b7448a
warning message that javascript must be enabled
15 years ago