Search found 13 matches

by PHPycho
09 May 2007, 10:55
Forum: Help
Topic: how to get or set the helper_get_current_project() value ??
Replies: 0
Views: 2584

how to get or set the helper_get_current_project() value ??

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 ...
by PHPycho
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 ...
by PHPycho
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 ...
by PHPycho
20 Apr 2007, 12:10
Forum: Customizations
Topic: how to modify bug export ??
Replies: 3
Views: 6580

Thanks for the reply...
I had successfully ommitted the unwanted field just by commenting the field names in custom_function_api.php under the function
custom_function_default_get_columns_to_view().
Now I want to add some new fields Like
description,steps_to_reproduce,additional_information ...
by PHPycho
20 Apr 2007, 07:07
Forum: Customizations
Topic: how to modify bug export ??
Replies: 3
Views: 6580

Thanks for the response
I will have a peer look in it..
One thing i want to mention is that..
I had to add three new fields which are not in the database , and i had to add those three fields in the csv export...
Any hints or suggestion for that..
thanks in advance
by PHPycho
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
by PHPycho
18 Apr 2007, 04:32
Forum: Customizations
Topic: how to edit the drop down options for priority, severity etc
Replies: 4
Views: 9733

Thanks for the help Narcissus
I successfully made the changes severity and priority..
I want to add options for category dropdown...
I saw the option "add category" but that is applicable to only the related project under which you created the category..
I want some global option applicable to all ...
by PHPycho
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 ...
by PHPycho
01 Apr 2007, 09:24
Forum: Customizations
Topic: how to create user from other project like dotproject ??
Replies: 4
Views: 8122

Thanks for the reply..i used to the following and its working
/* Creating the Cookie_String */
# --------------------
# Generate a UNIQUE string to use as the identifier for the login cookie
# The string returned should be 64 characters in length
function auth_generate_unique_cookie_string ...
by PHPycho
01 Apr 2007, 06:15
Forum: Customizations
Topic: how to create user from other project like dotproject ??
Replies: 4
Views: 8122

thanks for the reply
But what i want is to insert the required cookie_string from the dotproject .
How is that possible ?
I would be very greatful if i got the solution.
Thanks in advance .
by PHPycho
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 ...
by PHPycho
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 ...
by PHPycho
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 ...