ShyPike
|
67342869ce
|
Do proper email encoding.
|
15 years ago |
ShyPike
|
4904c5de6b
|
Change email encoding from Latin-1 to UTF-8.
|
15 years ago |
ShyPike
|
2fae668276
|
The French email template should have encoding header UTF-8.
|
15 years ago |
ShyPike
|
0f5738d746
|
Emails should have proper character encodings.
Use the email.message library to prepare it properly.
Put some accented characters in the email test message.
|
15 years ago |
ShyPike
|
64a1fd5ce7
|
Merge in 0.5.x changes upto 0.5.1RC2 (via trunk).
|
15 years ago |
ShyPike
|
8ae4fe94a8
|
Merge in 0.5.x changes upto 0.5.1RC2.
|
15 years ago |
ShyPike
|
5c7b1f1560
|
Update CHANGELOG.txt.
(merge from 0.5.x)
'
|
15 years ago |
ShyPike
|
972ec50267
|
Modify package.py for bzr instead of svn.
Add product name to Windows installer screens.
(merge from 0.5.x)
|
15 years ago |
ShyPike
|
7f577a8071
|
Add some extra logging to catch alleged crash in Assembler.
(merge from, 0.5.x)
|
15 years ago |
ShyPike
|
312d0a1e08
|
Allow comma-separated list of email addresses in the email_to option.
Improve implementation by generalizing the Options.
(merge from 0.5.x)
|
15 years ago |
ShyPike
|
4a3d80ec00
|
Add Danish translation files and flag.
(merge from 0.5.x)
|
15 years ago |
ShyPike
|
003b5c4ed5
|
Allow comma-separated lists of email addresses in the "email_from" option.
(merge from 0.5.x)
|
15 years ago |
ShyPike
|
bc795a5445
|
Improve error handling of URL grabber by allowing
retries when receiving bad content.
Also report bad content better.
(merge from 0.5.x)
|
15 years ago |
ShyPike
|
6b436aaf22
|
Merge in changes from trunk.
|
15 years ago |
ShyPike
|
c10e9fa3bb
|
Rename codecs.py to encoding.py to prevent name clash with the
standard codecs Python library.
|
15 years ago |
ShyPike
|
eade20fe0d
|
Set base version to 0.6.x
|
15 years ago |
ShyPike
|
08f9037738
|
Eliminate superfluous 'main' folder
|
15 years ago |
shypike
|
6012061228
|
Merge revisions 3382-3387 from 0.5.x to trunk.
|
15 years ago |
shypike
|
4bf60b459a
|
Merge revisions 3376-3379 from 0.5.x to trunk.
|
15 years ago |
shypike
|
1289e2315e
|
Drop the last get() method calls from cfg items.
|
15 years ago |
shypike
|
28bbf40b8a
|
Merge revisions 3322-3371 from 0.5.x to trunk.
|
15 years ago |
swi-tch
|
0e2fc69cf6
|
Changed BPSMeter.do.method.reset() to BPSMeter.do.reset() in __init__.py
|
15 years ago |
pairofdimes
|
ed1e34ab7b
|
Fix Sorting Config javascript preview regex
|
15 years ago |
pairofdimes
|
90ee7266f2
|
Plush: fix nzo range selection when clicking checkboxes
|
15 years ago |
devraf
|
fab32b2a67
|
[OSX] package.py update to work without symlinks
|
15 years ago |
devraf
|
a31400f0d2
|
[OSX] Removed symlinks for par2 / unrar
|
15 years ago |
pairofdimes
|
dfe4469bd7
|
Plush: add Disabled option for History
|
15 years ago |
pairofdimes
|
36f7321bfb
|
Plush: added history search box, working with pagination
|
15 years ago |
pairofdimes
|
c99ee6d4de
|
Plush: added setter functions for cleaner AHAH
|
15 years ago |
swi-tch
|
0cef1ec6b0
|
- Added 'search' option to history api.
|
15 years ago |
pairofdimes
|
83a817c1cd
|
Plush: remove old styling
|
15 years ago |
pairofdimes
|
4494c6147e
|
Plush: dropped existing tooltip, now using new FlipTip
|
15 years ago |
pairofdimes
|
a8f5173b24
|
Plush: jquery 1.4 extended $.live() so move instantiations out of $.livequery() where not needed
|
15 years ago |
pairofdimes
|
bc1a874d89
|
Plush: update livequery plugin
|
15 years ago |
pairofdimes
|
98c2b65c2a
|
Plush: improve on js organization
|
15 years ago |
pairofdimes
|
50c4564d9c
|
Plush: Fix localizations in Server Config -- SSL 'not installed'
|
15 years ago |
swi-tch
|
cbeb84bab5
|
Also log the expected files if unpacking fails because of a missing file.
|
15 years ago |
swi-tch
|
77d5f4b139
|
Tidied up the loop that checks for the existence of extracted files so logging of the full path is not skipped on missing files. (not a bug, just to help in debugging)
|
15 years ago |
shypike
|
cb2c8033f1
|
Fix for 3323, forgot one rename.
|
15 years ago |
shypike
|
d0e59a8ce4
|
Follow-up of Rev 3315. Fix broken Postprocessor support in Scheduler.
|
15 years ago |
shypike
|
43229e9184
|
Lowercase all option instances.
|
15 years ago |
swi-tch
|
385aa57e03
|
Incorrect import caused crash in postproc from change in r3315
|
15 years ago |
pairofdimes
|
2b3517c250
|
Plush: misc. tidying up
|
15 years ago |
pairofdimes
|
eb5a6f6ab1
|
Plush: reverting r3314 not beneficial
|
15 years ago |
shypike
|
4c074f0aeb
|
Follow-up of Rev 3315. Fix broken Bookmark support in scheduler.
|
15 years ago |
swi-tch
|
09125f0a18
|
Added total_size month_size and week_size history values to the history api for trunk.
|
15 years ago |
shypike
|
c27cd7d82a
|
Remove wrappers for most Singleton classes. Use the class attribute 'do' to store the instance of the class. For now only the simple Singletons, because downloader and nzbqueue are more difficult due to the semaphore decorators.
|
15 years ago |
pairofdimes
|
b76a5129d2
|
Plush: First in a series of major refactors to plush.js. Converted loading of History to utilize JSON API (no more reliance on AHAH from Cheetah template). History lower-right stats broken until variables are added to API: week_size, month_size, total
|
15 years ago |
pairofdimes
|
4cbf03a2c6
|
Plush: update to jquery 1.4.2; may be slightly faster; still not utilizing new methods of jq1.4.x
|
15 years ago |
shypike
|
47cb1c8b2e
|
Merge changes from branch sabnzbd-0.5.x Rev 3261-3311 to trunk
|
15 years ago |