Search found 17 matches

by whitesnake82
19 May 2014, 19:17
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

Ok - been thinking about this slightly more.

a) Given we have our SOAP API etc, and that you were concerned about guest users - I'm wondering if it would be easier to create a custom 'guest' page that you publish (that removes the 'confidential' information.

b) I think you'll need to show/leave ...
by whitesnake82
19 May 2014, 12:10
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

Yes, the user guest can't be able to access the view_all_bug_page.php because I modified the permissions

i) Now I added the codeline in the source of mantis that when you created a new issue automatically add the id encrypted to a new field in the mantis_bug_table (database) :D

Now when I'm going ...
by whitesnake82
17 May 2014, 14:29
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

hang on - this sounds more like a configuration issue - i.e.

do you actually want to:

a) 'encrypt' the urls

b) ensure that permissions are set up correctly such that users can only see what they should be able to

If B - who are your "users"? - internal / external? etc


well a kind of ...
by whitesnake82
16 May 2014, 22:58
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

Ok, I'm interested, out of interest, whats the requirement/reason for doing this?

Whilst I think I know what you are going to say, and I can see some cases where it might be desirable, i'm just wondering what the rationale you have here is ;)

For instance, anything that refers to a bug by ID - i ...
by whitesnake82
16 May 2014, 21:40
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

If someone could help me ... well what I'm doing is convert the id number to base64_encode and save to new field in mantis_bug_table (database), so if I have id = 1234 and the field "code" save = MTIzNA ... what i want to do is search the url by view.php?code=MTIzNA instead of view.php?id=1234, or ...
by whitesnake82
15 May 2014, 16:36
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Re: Issue Url Encrypted

well that it's I'm doing ... but I don't find the way to change the id that do the query for another variable

If somebody can help me Thanks
by whitesnake82
14 May 2014, 16:57
Forum: Help
Topic: Issue Url Encrypted
Replies: 11
Views: 13367

Issue Url Encrypted

Hello Guys,

I have this problem , I want to encrypt the url mantis issue for security reason for example:

http://localhost/mantis/view.php?id=100

to

http://localhost/mantis/view.php?id=ee44c6bcc4e0dfae682057bafe6d80f880169bd9

and when one user click on the url http://localhost/mantis/view ...
by whitesnake82
23 Apr 2014, 16:58
Forum: Customizations
Topic: Filter in summary page
Replies: 1
Views: 4589

Re: Filter in summary page

Well someone can help with this ... I inserted the function print_filter_do_filter_by_date(true) in summary_page.php so it show the filter, but this function don't do nothing
by whitesnake82
07 Apr 2014, 12:20
Forum: Help
Topic: mailto custom field not working
Replies: 16
Views: 22209

Re: mailto custom field not working

Then you need to review the original mantis code and include all that. That is not the intention of this plugin.
What is the problem of adding the client as the reporter in the system?
That way it all works out of the box.

Yes I know, but my idea is send a copy of the issue or the email issue to ...
by whitesnake82
04 Apr 2014, 21:04
Forum: Help
Topic: mailto custom field not working
Replies: 16
Views: 22209

Re: mailto custom field not working

you can use the attached plugin as a baseline.
It adds an option on the bug-view page to send soem elements of the bug to an email recipient :mrgreen:


Well, I tested the plugin and works fine, but the body of the send message is too simple for what I need, Can you help me to show me the code to ...
by whitesnake82
04 Apr 2014, 14:24
Forum: Help
Topic: mailto custom field not working
Replies: 16
Views: 22209

Re: mailto custom field not working

cas wrote:you can use the attached plugin as a baseline.
It adds an option on the bug-view page to send soem elements of the bug to an email recipient :mrgreen:
Ok, I will view that plugin if it's work for me
by whitesnake82
03 Apr 2014, 14:02
Forum: Help
Topic: mailto custom field not working
Replies: 16
Views: 22209

Re: mailto custom field not working

Yes , I want to do the same, but I don´t find how to do this modification

first, hello to all.

i have the same problem as the thread starter. i need the ability to send an notification to an email adress, that is not assigned to a member of the bugtracker.
when i try to do that with the monitor ...
by whitesnake82
05 Mar 2014, 13:31
Forum: Help
Topic: Custom field add time to time tracking issue
Replies: 0
Views: 7997

Custom field add time to time tracking issue

Hi everybody, I´m a little confused with that process.

Well, I'm thinking about I have a custom field in the bug_report_page (previously created in Manage -> Manage Custom Fields -> New field type Numeric ) and when you fill all the fields in a new issue also the custom field with the time ...
by whitesnake82
17 Feb 2014, 16:07
Forum: Help
Topic: New issues with own user selected
Replies: 4
Views: 4539

Re: New issues with own user selected

Oks don't worry thank you so much
by whitesnake82
17 Feb 2014, 14:05
Forum: Help
Topic: New issues with own user selected
Replies: 4
Views: 4539

Re: New issues with own user selected

Thanks for your fast answer , but for example in the hole system I have 20 user, that I want when they'll report an issue with their own user, in the field Assign to by default is selected by their own account , and if they want to choose another user different, they could select another one like ...