[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r864] by psycholix

Wrong-Path-ID-in-link-entered Fix:
Now a check is performed in test_make if the entered testId exists

2010-11-17 10:30:47 Tree
[r863] by psycholix

Fixed possible division by zero in getProgress()

2010-11-17 09:21:00 Tree
[r862] by tmuenzer

Ticket 3106697. Fix bug.

2010-11-10 15:02:13 Tree
[r861] by tmuenzer

Ticket 3105886. Problem also with textpages.

2010-11-10 11:13:07 Tree
[r860] by tmuenzer

Ticket 3105886. Fix bug when create feedback pages.

2010-11-10 10:51:34 Tree
[r859] by psycholix

Fixed Error on creating Item and Answer.
Problem was a wrong reference to field-variable.
(changed $disabled to _getField('disabled'); )

2010-11-03 10:29:03 Tree
[r858] by psycholix

added log entry for every change of the privacy policy

2010-10-27 13:02:21 Tree
[r857] by psycholix

fixed error on finishing test in english
(was simple quotation mark typo)

2010-10-27 07:45:00 Tree
[r856] by delzepich

RD: added test run ID to table of test runs for easier identification

starting line 39 in portal/templates/TestMake.html the whole table tag was modified (added first column):
<table class="Vertical">
<tr>
<!-- BEGIN admin_info_header -->
<th>test run ID</th>
<!-- END amin_info_header -->
<th>Start time</th>
<th>Progress</th>
<th>Actions</th>
</tr>
<!-- BEGIN run -->
<tr>
<!-- BEGIN admin_info -->
<td>{test_run_id}</td>
<!-- END amin_info -->
<td>{date}</td>
<td>func_progressbar({progress})</td>
<td style="white-space:nowrap"><!-- BEGIN continue_subbed_link --><a class="Button list" href="func_pagelink(test_listing, subtest_view, test_run: {test_run_id}, test_id: {test_id})">Continue test run</a><!-- END continue_subbed_link --><!-- BEGIN continue_link --><a class="Button list" href="func_pagelink(test_make, continue_test, test_run: {test_run_id})">Continue test run</a><!-- END continue_link -->
<!-- BEGIN details_link --><a class="Button list" href="func_pagelink(test_listing, show_feedback, test_run: {test_run_id}, final: 1)">View feedback</a>
<!-- END details_link --></td>
</tr>
<!-- END run -->
</table>

2010-10-21 13:12:43 Tree
[r855] by psycholix

added data-export log.
every export of test results is logged in the edit-protocol, along with the filter-settings

2010-10-20 14:55:35 Tree
Older >