Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage-1
Commits
9bd654b1
Commit
9bd654b1
authored
Jun 19, 2015
by
Dustyn Gibson
Browse files
Options
Downloads
Plain Diff
Merge pull request #1976 from miigotu/editShow-lang-default
Fixes SiCKRAGETV/sickrage-issues#1747
parents
03537f2c
5a1869b2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gui/slick/interfaces/default/editShow.tmpl
+1
-1
1 addition, 1 deletion
gui/slick/interfaces/default/editShow.tmpl
tests/all_tests.py
+1
-1
1 addition, 1 deletion
tests/all_tests.py
with
2 additions
and
2 deletions
gui/slick/interfaces/default/editShow.tmpl
+
1
−
1
View file @
9bd654b1
...
...
@@ -76,7 +76,7 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
<b>Info Language:</b><br />
(this will only affect the language of the retrieved metadata file contents and episode filenames)<br />
<select name="indexerLang" id="indexerLangSelect" class="form-control form-control-inline input-sm bfh-languages" data-language="#echo $s
ickbeard.INDEXER_DEFAULT_LANGUAGE
#" data-available="#echo ','.join($sickbeard.indexerApi().config['valid_languages'])#"></select><br />
<select name="indexerLang" id="indexerLangSelect" class="form-control form-control-inline input-sm bfh-languages" data-language="#echo $s
how.lang
#" data-available="#echo ','.join($sickbeard.indexerApi().config['valid_languages'])#"></select><br />
<br />
<b>Flatten files (no folders): </b> <input type="checkbox" name="flatten_folders" #if $show.flatten_folders == 1 and not $sickbeard.NAMING_FORCE_FOLDERS then "checked=\"checked\"" else ""# #if $sickbeard.NAMING_FORCE_FOLDERS then "disabled=\"disabled\"" else ""#/><br />
...
...
This diff is collapsed.
Click to expand it.
tests/all_tests.py
+
1
−
1
View file @
9bd654b1
...
...
@@ -29,7 +29,7 @@ sys.path.insert(1, os.path.join(tests_dir, '..'))
class
AllTests
(
unittest
.
TestCase
):
#Block issue_submitter_tests to avoid issue tracker spam on every build
blacklist
=
[
tests_dir
+
'
all_tests.py
'
,
tests_dir
+
'
issue_submitter_tests.py
'
]
blacklist
=
[
tests_dir
+
'
all_tests.py
'
,
tests_dir
+
'
issue_submitter_tests.py
'
,
tests_dir
+
'
feedparser_tests.py
'
]
def
setUp
(
self
):
self
.
test_file_strings
=
[
x
for
x
in
glob
.
glob
(
tests_dir
+
'
*_tests.py
'
)
if
not
x
in
self
.
blacklist
]
self
.
module_strings
=
[
file_string
[
len
(
tests_dir
):
len
(
file_string
)
-
3
]
for
file_string
in
self
.
test_file_strings
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment