Search found 20 matches

by Elana08
Tue Aug 09, 2011 10:10 am
Forum: TestLink 1.9
Topic: [resolved] Add an element to the main menu
Replies: 2
Views: 5141

Re: Add an element to the main menu

Hi, I have founded my own solution (not the best but an work :P) in lib\functions\common.php : function initTopMenu(&$db) { $_SESSION['testprojectTopMenu'] = ''; $guiTopMenu = config_get('guiTopMenu'); // check if Project is available if (isset($_SESSION['testprojectID']) && $_SESSION['t...
by Elana08
Tue Aug 09, 2011 9:39 am
Forum: TestLink 1.9
Topic: [resolved] Add an element to the main menu
Replies: 2
Views: 5141

[resolved] Add an element to the main menu

Hi everybody, I hope this question was not asked, but I have to add an element on the main menu : "Project | Test Specification | Test Execution | Test Report | Mylink" This link will open on another php page. I need your help because I have only severals days to do this and Testlink is ve...
by Elana08
Fri Oct 08, 2010 3:09 pm
Forum: TestLink 1.9
Topic: Need information on DB model
Replies: 0
Views: 2361

Need information on DB model

Hello,

I have to do a harder modification in Testlink. Is it possible to have Database Model (object model) please ? I only found DB model of Testlink 1.7. If there is any DB document for Testlink 1.9, can I have DB model of Testlink 1.8 please ? :roll:

Thanks a lot.
by Elana08
Fri Jun 25, 2010 2:19 pm
Forum: TestLink 1.9
Topic: Problems with 1.9 Beta 4 (tree and attached files)
Replies: 5
Views: 6681

Re: Problems with 1.9 Beta 4 (tree and attached files)

Okay thank you. Sorry for the inconvenience.
by Elana08
Fri Jun 25, 2010 7:07 am
Forum: TestLink 1.9
Topic: Problems with 1.9 Beta 4 (tree and attached files)
Replies: 5
Views: 6681

Re: Problems with 1.9 Beta 4 (tree and attached files)

I just want to signal that I found the origin of the problem about tests not run which became passed : It is a problem with the build, because sometimes when you create a new build (and there is another build before), the tree shows the old build and not the new. So you think the test is passed but ...
by Elana08
Wed Jun 23, 2010 7:20 am
Forum: TestLink 1.9
Topic: Problems with 1.9 Beta 4 (tree and attached files)
Replies: 5
Views: 6681

Re: A lot of problems with 1.9 Beta 4. Can you help me pleas

Thank you for your help... :wink:

I found a solution for the attached files problems. We have to take the folder "upload_area" of the old version and replace the new and empty folder of the same name 8)
by Elana08
Tue Jun 22, 2010 2:24 pm
Forum: TestLink 1.9
Topic: Problems with 1.9 Beta 4 (tree and attached files)
Replies: 5
Views: 6681

Problems with 1.9 Beta 4 (tree and attached files)

Hi everybody, I know that you have a lot of work but I have some problems with Testlink 1.9. 1. Installation was a success 2. First time, the new changes were very wonderful. The problem appears after three days of use. 1. More important problem, some tests which were "not run" are suddent...
by Elana08
Tue Jun 22, 2010 2:11 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

Hi, you had to change :

..\Testlink\config.inc.php

Line 224 :

$tlCfg->config_check_warning_mode = 'SILENT';
by Elana08
Thu Jun 10, 2010 8:29 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

Oki, thank you for your help :) I'll try too. It is very difficult to modify this code :?
by Elana08
Wed Jun 09, 2010 2:47 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

I think it is this function to represent the click on the Save Execution : function checkSubmitForStatus($statusCode) { var button_clicked; var access_key; var isChecked; button_clicked=document.getElementById(\'save_button_clicked\').value; access_key=\'status_\'+button_clicked+\'_\'+$statusCode; i...
by Elana08
Wed Jun 09, 2010 10:30 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

:cry: :cry: There is a new problem with this solution. In Testlink => Results => Failed Test Cases (or another) => Click on the concerned test case in the table. You have to see the failed test case, but with the tree update, we can see anything... Can you help me please ? I'm searching to modify th...
by Elana08
Mon Jun 07, 2010 4:01 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

Thank you very much for your help :D it is running ! I'm so happy !
by Elana08
Mon May 31, 2010 12:11 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

I have this configuration : In "C:\wamp\www\Testlink\config.inc.php" : $tlCfg->treemenu_type = 'EXTJS'; $tlCfg->exec_cfg->enable_tree_testcases_colouring = ENABLED; $tlCfg->exec_cfg->enable_tree_counters_colouring = ENABLED; $tlCfg->exec_cfg->show_testsuite_contents = DISABLED; $tlCfg->exe...
by Elana08
Thu May 27, 2010 1:20 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Filter/Test Plan results NOT refreshing in Execute Mode
Replies: 17
Views: 25696

Re: Filter/Test Plan results NOT refreshing in Execute Mode

Thank you very much TurboPT, I hope you can help me :roll: