ShyPike
d817af8897
Fix Plush's bad links due to having added one slash too much.
14 years ago
ShyPike
8b45af529a
Fix regression error that made the no-folders option in Config->Categories impossible.
14 years ago
ShyPike
fbb5bc608c
Fixed failing loglevel in Plush.
Fixed missing trailing slashes in Plush config paths.
14 years ago
ShyPike
87bfcd4fb4
Make default for size_limit option "0" instead of an empty string.
14 years ago
ShyPike
0fb45ba563
Refuse to add empty RSS filter.
Update text.
14 years ago
ShyPike
2eb62bf8c9
Add Config->Special page.
Meant to give access to rarely used options which were up to now INI-file only.
(Plush only)
14 years ago
ShyPike
4f87b33df7
Add save_rss_feed method to ConfigRSS (this one will handle the 'enable' parameter).
14 years ago
ShyPike
97de9cb93e
Refuse to store a new RSS feed without a name or URI.
14 years ago
ShyPike
72cfd48135
Missed a link in Classic in previous commit.
14 years ago
ShyPike
a886253bea
Rename several Web-UI pages to follow their current visible naming.
Config->Directories ==> Config->Folders
Config->Newzbin ==> Config->Indexers
Config->Email ==> Config->Notify
Connection_info ==> Status
14 years ago
ShyPike
d6363252ea
Fix text typo.
14 years ago
ShyPike
d2c4f316c7
Fix text typo.
14 years ago
ShyPike
cdec953d96
Make scheduler show hh:mm instead of h:mm.
14 years ago
ShyPike
0bc0d4b0e8
Add hidden (for now) option fsys_type to override 8bitASCII/UTF-8 detection on Posix systems.
0 = automatic, 1 = 8bit-ASCII, 2 = UTF-8
14 years ago
ShyPike
ec0555a86f
Postpone substitution of %ext in folder names until the phase that the extension is known.
14 years ago
ShyPike
e89ad70701
Fix preview of Generic Sort, element multipart.
14 years ago
ShyPike
95c8440c36
Fix eval_sort API call.
14 years ago
ShyPike
a814b45851
Sanitize the "name" parameter in eval_sort API call.
14 years ago
ShyPike
0730f86304
Add API calls "test_email" and "test_notif".
Return error messages when Growl (gntp) notifications fail.
Prevent creation of an registration object for each OSX Growl notification, just re-use it.
14 years ago
shypike
84029045ba
Fix api function "eval_sort".
14 years ago
shypike
37cd87f3f4
Show original command line in Config->Base
14 years ago
shypike
b362ae3d8a
Don't let make_mo.py depend on having executable .py files on Windows.
14 years ago
shypike
a39cfa485b
Work-around for Python bug when dealing with space in script path on Windows.
14 years ago
shypike
b4ae208943
Support spaces in the current path when running tools/make_mo.py
14 years ago
shypike
45369fb5b2
Suppress unreliable ETA predictions when pre-checking jobs.
14 years ago
shypike
713993140f
Update text files for 0.6.9 Final.
14 years ago
ShyPike
57476ef7b7
Merge remote-tracking branch 'remotes/origin/master' into develop
14 years ago
shypike
176e6b6afd
Merge pull request #4 from sabnzbd/0.6.x
Merge 0.6.9RC2 into master.
14 years ago
ShyPike
5ecbf795af
Merge remote-tracking branch 'remotes/origin/master' into 0.6.x
Conflicts:
.gitignore
14 years ago
shypike
42b1202b06
Extend OSX DMG background images to avoid obscuring by the path bar.
14 years ago
shypike
37acad6ec7
Update text files for 0.6.9 RC2
14 years ago
shypike
74d90b8361
Correct formatting errors in translations.
14 years ago
shypike
952682d557
Update translations
14 years ago
shypike
c1f3e44fb8
Add hidden option "allow_64bit_tools" to allow or prevent use of 64bit par2 and unrar.
14 years ago
shypike
fa2a6c673c
Improve handling of non-creatable "complete" and category folders.
Remove the tendency of the status-api to create final folders prematurely.
Make error message about folder creation translatable.
14 years ago
shypike
b46ae4782d
GenericSorter should always uppercase the initial letter of "the", "a", "of" etc. at the start of a title.
"the way of the few" => "The Way of the Few".
14 years ago
shypike
6ebbc81792
Change the OSX DMG window size so that the optional "path bar" doesn't obsure part of the background image.
14 years ago
shypike
1d7170f193
Fix and I18N the "Downloaded in X days Y hours Z seconds" text in the history report.
14 years ago
shypike
3dea948ecc
Update text files for 0.6.9 RC1.
14 years ago
shypike
1e960ae2e9
Check email parameters also when only email_rss option is enabled.
14 years ago
shypike
e6b21f1ca5
Attempt to remove memory leak due to pickling the admin files. Use Pickler object (and clear_memo) instead of pickle function.
14 years ago
shypike
ebd3cbd932
When removing a job folder in the "incomplete" folder, also remove files in subfolders and the subfolders. This is necessary because some operating systems produce stray files/folders.
14 years ago
shypike
b8fb5cbfbf
Setting of WIN64 flag was done only after selecting unrar/par2 variants.
The result was that the x64 variants were never used.
Closes #3
14 years ago
shypike
01494bd010
When using the Download button in RSS feeds for newzbin, the nzb name was incorrect. Closes #2
14 years ago
ShyPike
dd95becdff
Fix small differences caused by the rebase of "develop" to "master".
14 years ago
ShyPike
8d532a75ee
Servers with square brackets in the name were not removed from the INI file.
The reason was that the required substitution of "[]" with "{}" wasn't done in all situations.
14 years ago
ShyPike
27ac80c154
Make package.py work in a git environment.
Remove bazaar specials and add .gitignore
Signed-off-by: ShyPike <shypike@sabnzbd.org>
14 years ago
ShyPike
15058c37b3
Move sabnzbd-template.sparseimage.zip from root to sub folder.
14 years ago
ShyPike
6b85bf0a49
Fix crash in test email due to incorrect type.
14 years ago
ShyPike
2b24ec2ece
Windows binaries are now based on Python 2.6 or 2.7.
Installer will detect missing MS runtimes and offer to download and install.
14 years ago