Search found 69 matches

by ajtruckle
17 Mar 2018, 18:55
Forum: Customizations
Topic: Mantis Bug Tracker 1.2.3 Skin / Theme
Replies: 2
Views: 20077

Re: Mantis Bug Tracker 1.2.3 Skin / Theme

I don't think we ever got skinning support
by ajtruckle
09 Feb 2018, 10:55
Forum: Help
Topic: Warning after upgrade to 2.11.0
Replies: 6
Views: 3769

Re: Warning after upgrade to 2.11.0

Ok now. Thanks.
by ajtruckle
09 Feb 2018, 10:32
Forum: Help
Topic: Warning after upgrade to 2.11.0
Replies: 6
Views: 3769

Re: Warning after upgrade to 2.11.0

I have just upgraded from 2.10.0 to 2.11.0 and I have encountered the same error message at the login window now.
Snap2.jpg
Snap2.jpg (147.91 KiB) Viewed 3756 times
Please advise. Thanks.
by ajtruckle
16 Jan 2018, 17:57
Forum: General Discussion
Topic: When should I delete obsolete versions?
Replies: 2
Views: 2870

When should I delete obsolete versions?

I did not know if the associated issues would be deleted. I would not want that.

Please advise.

Thanks.
by ajtruckle
03 Jan 2018, 09:03
Forum: General Discussion
Topic: Error message when composing note
Replies: 3
Views: 2992

Re: Error message when composing note

This is the code: <?php global $g_vendor_path; $parsedown_sub = 'parsedown'.DIRECTORY_SEPARATOR.'Parsedown.php'; if (file_exists($g_vendor_path.DIRECTORY_SEPARATOR.$parsedown_sub)) { require_lib($parsedown_sub); } // version 2.7 else if (file_exists($g_vendor_path.DIRECTORY_SEPARATOR.'erusev'.DIRECT...
by ajtruckle
03 Jan 2018, 08:11
Forum: General Discussion
Topic: Error message when composing note
Replies: 3
Views: 2992

Re: Error message when composing note

Ok Odd as I left the plugin files alone as were used in the previous forum so I don’t understand why it has regressed. I will examine the plugin code.
by ajtruckle
03 Jan 2018, 05:26
Forum: General Discussion
Topic: Error message when composing note
Replies: 3
Views: 2992

Error message when composing note

Hi

I upgraded to 2.10.0 and now I notice this error when adding a note. Please advise.

Thanks.
by ajtruckle
25 Oct 2017, 13:50
Forum: General Discussion
Topic: Emoticons
Replies: 8
Views: 9216

Re: Emoticons

So can we get mantis to support emoticons converted to images as a upgrade?
by ajtruckle
25 Oct 2017, 10:44
Forum: General Discussion
Topic: Emoticons
Replies: 8
Views: 9216

Re: Emoticons

I still don’t know how to do this. In mantisbt I type a colon : and a parenthesis ) I want to see a happy face :) image. I am only seeing the characters. And can’t the ide offer these symbols visually for us to choose from?
by ajtruckle
24 Oct 2017, 18:30
Forum: General Discussion
Topic: Using bullets in markdown
Replies: 1
Views: 2014

Re: Using bullets in markdown

delete
by ajtruckle
24 Oct 2017, 18:26
Forum: General Discussion
Topic: Using bullets in markdown
Replies: 1
Views: 2014

Using bullets in markdown

I am bit confused

I thought

* Text shows a bullet
- text shows a dash
1. text shows numbers

They all show a bullet.

What is the right syntax?
by ajtruckle
22 Oct 2017, 18:22
Forum: General Discussion
Topic: Changing duration of time line?
Replies: 1
Views: 2316

Changing duration of time line?

It looks like the time line is the last seven days?

Can this duration be increased at all?
by ajtruckle
22 Oct 2017, 09:59
Forum: General Discussion
Topic: Missing file?
Replies: 6
Views: 5899

Re: Missing file?

I created a fork for a plugin. It needed:

Code: Select all

require_lib( 'erusev' . DIRECTORY_SEPARATOR . 'parsedown' . DIRECTORY_SEPARATOR . 'Parsedown.php' );
by ajtruckle
22 Oct 2017, 09:51
Forum: General Discussion
Topic: Missing file?
Replies: 6
Views: 5899

Re: Missing file?

Ah, I see, the folder is different ....

vendor\erusev\parsedown

instead of

vendor\parsedown

So what needs changing?