Gui fixes#149
Open
MrBricodage wants to merge 5 commits intoTestLinkOpenSourceTRMS:testlink_1_9from
Open
Conversation
added 5 commits
February 25, 2018 20:24
Remove unassigned testcases checkbox. Advanced filters with nobody selected provide the data
Contributor
|
thanks I'm going to check
Il 25/Feb/2018 21:07, "Bob Le Bricodeur" <notifications@github.com> ha
scritto:
… Fix few GUI problems found :
- 'RRR' text displayed on TcSearch
- No label for expiration date in en_GB
- missing translation for TC viewer
- rework "Assigned to" in exec mode
Fix Mantis ticket 8212
------------------------------
You can view, comment on, or merge this pull request online at:
#149
Commit Summary
- remove RRR label on tc Search
- Add missing label for expiration date
- Add french translation for TC viewer
- Review Assigned to filter in exec mode
- remove include_unassigned checkbox
File Changes
- *M* gui/templates/inc_filter_panel.tpl
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-0>
(14)
- *M* gui/templates/inc_filter_panel_js.tpl
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-1>
(14)
- *M* lib/execute/execSetResults.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-2>
(4)
- *M* lib/functions/execTreeMenu.inc.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-3>
(2)
- *M* lib/functions/testplan.class.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-4>
(16)
- *M* lib/functions/tlTestCaseFilterByRequirementControl.class.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-5>
(10)
- *M* lib/functions/tlTestCaseFilterControl.class.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-6>
(35)
- *M* lib/testcases/tcSearch.php
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-7>
(1)
- *M* locale/en_GB/strings.txt
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-8>
(1)
- *M* locale/fr_FR/strings.txt
<https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149/files#diff-9>
(1)
Patch Links:
- https://github.com/TestLinkOpenSourceTRMS/
testlink-code/pull/149.patch
- https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/149.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#149>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAOYsbpsx9wSuALsYuiapuPpOoWJ-d6mks5tYb2VgaJpZM4SSb8Q>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix few GUI problems found :
Fix Mantis ticket 8212