Hello forums!!
I would like to know how to make the particular project selected in the project dropdown list (in top right corner).
suppose i want to work in view_all_bug_page.php, how to make the project say x to be selected for this page. Generally i had seen that project values are get using ...
Search found 13 matches
- 09 May 2007, 10:55
- Forum: Help
- Topic: how to get or set the helper_get_current_project() value ??
- Replies: 0
- Views: 2584
- 07 May 2007, 11:07
- Forum: Customizations
- Topic: help on update of bug !!
- Replies: 1
- Views: 4858
help on update of bug !!
Hello forums !!
I need your help.
i added two new fields on "mantis_bug_text_table"
say field1 and field2.
I successfully displayed the values by using "core/bug_api.php"
(inserting var $field1 = ''; var $field2 = '' ) and bug_view_advanced_page.php (using $t_bug->field1 & $t_bug->field2 variables ...
I need your help.
i added two new fields on "mantis_bug_text_table"
say field1 and field2.
I successfully displayed the values by using "core/bug_api.php"
(inserting var $field1 = ''; var $field2 = '' ) and bug_view_advanced_page.php (using $t_bug->field1 & $t_bug->field2 variables ...
- 22 Apr 2007, 11:30
- Forum: Customizations
- Topic: how to get the project_id from the csv_export ??
- Replies: 0
- Views: 3675
how to get the project_id from the csv_export ??
Hello forums !!
I checked the csv_export.php page..But i didnt found any variable to detect the project_id .
How come the corresponding data of the project is exported ?
Can anybody help me to find the project_id in the csv_export , so that i can link from dotproject for direct csv download ...
I checked the csv_export.php page..But i didnt found any variable to detect the project_id .
How come the corresponding data of the project is exported ?
Can anybody help me to find the project_id in the csv_export , so that i can link from dotproject for direct csv download ...
- 20 Apr 2007, 12:10
- Forum: Customizations
- Topic: how to modify bug export ??
- Replies: 3
- Views: 6580
- 20 Apr 2007, 07:07
- Forum: Customizations
- Topic: how to modify bug export ??
- Replies: 3
- Views: 6580
- 19 Apr 2007, 12:14
- Forum: Customizations
- Topic: how to modify bug export ??
- Replies: 3
- Views: 6580
how to modify bug export ??
Hello forums !!
I am back with some new questions.
I would like to modify the bug export, by adding some fields and ommitting some fields..
Can anybody tell me how to perform that ?
I would be very greatful for your warm response..
Thanks in advance to all of you
I am back with some new questions.
I would like to modify the bug export, by adding some fields and ommitting some fields..
Can anybody tell me how to perform that ?
I would be very greatful for your warm response..
Thanks in advance to all of you
- 18 Apr 2007, 04:32
- Forum: Customizations
- Topic: how to edit the drop down options for priority, severity etc
- Replies: 4
- Views: 9733
- 17 Apr 2007, 11:28
- Forum: Customizations
- Topic: how to edit the drop down options for priority, severity etc
- Replies: 4
- Views: 9733
how to edit the drop down options for priority, severity etc
Hello forums !!
I would like to know how to edit the options in drop down for priority, severity etc in the page of "bug_report_page.php" .
Because i would like to add some new options and edit some existing ones..
I would be very greatful if someone gives a hint, suggestions etc.
Thanks in advance ...
I would like to know how to edit the options in drop down for priority, severity etc in the page of "bug_report_page.php" .
Because i would like to add some new options and edit some existing ones..
I would be very greatful if someone gives a hint, suggestions etc.
Thanks in advance ...
- 01 Apr 2007, 09:24
- Forum: Customizations
- Topic: how to create user from other project like dotproject ??
- Replies: 4
- Views: 8122
- 01 Apr 2007, 06:15
- Forum: Customizations
- Topic: how to create user from other project like dotproject ??
- Replies: 4
- Views: 8122
- 01 Apr 2007, 04:09
- Forum: Customizations
- Topic: how to create user from other project like dotproject ??
- Replies: 4
- Views: 8122
how to create user from other project like dotproject ??
Hello forums !!
I tried to create users from dotproject. and i was successful also....But what went wrong is the user was not able to login with the username and password that was created using dotproject. When i checked the mantis_user_table then i saw there the cookie_string field was empty..
Can ...
I tried to create users from dotproject. and i was successful also....But what went wrong is the user was not able to login with the username and password that was created using dotproject. When i checked the mantis_user_table then i saw there the cookie_string field was empty..
Can ...
- 30 Mar 2007, 03:44
- Forum: Customizations
- Topic: add new fields in the existing table
- Replies: 1
- Views: 4777
add new fields in the existing table
Hello forums!!
I want to add new fields in the mantis_project_table and mantis_user_table.
What are the points to be taken into considerations while adding new fields in the existing table so that the program dont get affected.
Any Suggestions tips are warmly welcome..
Thanks in advance to all of ...
I want to add new fields in the mantis_project_table and mantis_user_table.
What are the points to be taken into considerations while adding new fields in the existing table so that the program dont get affected.
Any Suggestions tips are warmly welcome..
Thanks in advance to all of ...
- 29 Mar 2007, 03:47
- Forum: Customizations
- Topic: how to login from another project into the mantis ?
- Replies: 0
- Views: 3784
how to login from another project into the mantis ?
Hello forums !!
My Question is :
1>How to bypass the login if the matching username and password is given from the another project say dotproject ?
What i mean to say is that suppose the username: user1 and password: pass1 exists in the mantis table. when i tried to pass the username and password ...
My Question is :
1>How to bypass the login if the matching username and password is given from the another project say dotproject ?
What i mean to say is that suppose the username: user1 and password: pass1 exists in the mantis table. when i tried to pass the username and password ...