| *** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt | 00:55 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 01:15 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 01:16 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 01:17 | |
| *** dejale___ <dejale___!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 01:19 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 01:20 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 01:21 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 01:22 | |
| *** dejale___ <dejale___!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 01:23 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 02:52 | |
| *** dejalexander <dejalexander!~dejalexan@94.116.134.76> has joined #mantisbt | 03:46 | |
| *** dejalexander <dejalexander!~dejalexan@94.116.134.76> has quit IRC | 04:07 | |
| *** dejalexander <dejalexander!~dejalexan@94.116.134.76> has joined #mantisbt | 04:08 | |
| *** dejalexander <dejalexander!~dejalexan@94.116.134.76> has quit IRC | 04:12 | |
| *** dregad <dregad!c186bb23@gateway/web/freenode/ip.193.134.187.35> has joined #mantisbt | 04:24 | |
| *** dregad <dregad!c186bb23@gateway/web/freenode/ip.193.134.187.35> has quit IRC | 04:25 | |
| *** dregad <dregad!c186bb23@gateway/web/freenode/ip.193.134.187.35> has joined #mantisbt | 04:25 | |
| *** dejalexander <dejalexander!~dejalexan@host-80-194-77-81.static.cable.virginmedia.com> has joined #mantisbt | 04:36 | |
| *** dejalexander <dejalexander!~dejalexan@host-80-194-77-81.static.cable.virginmedia.com> has quit IRC | 05:34 | |
| *** dejalexander <dejalexander!~dejalexan@host-80-194-77-81.static.cable.virginmedia.com> has joined #mantisbt | 05:35 | |
| *** dejalexander <dejalexander!~dejalexan@host-80-194-77-81.static.cable.virginmedia.com> has quit IRC | 05:39 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has joined #mantisbt | 06:19 | |
| *** ujwala <ujwala!3d10bebc@gateway/web/freenode/ip.61.16.190.188> has joined #mantisbt | 06:57 | |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 07:09 | |
| *** Evolution <Evolution!~jperrin@centos/admin/Evolution> has joined #mantisbt | 07:46 | |
| *** Evolution <Evolution!~jperrin@centos/admin/Evolution> has left #mantisbt | 07:46 | |
| *** Evolution <Evolution!~jperrin@centos/admin/Evolution> has joined #mantisbt | 07:46 | |
| Evolution | is it possible to disable automatic bug linking? | 07:48 |
|---|---|---|
| Evolution | we're runnng into an issue where log output is being interpreted. I've disabled MantisBT Links in the formatting plugin config -> plugin.php?page=MantisCoreFormatting/config | 07:50 |
| Evolution | do I need to look at disabling $g_bug_link_tag or similar? | 07:52 |
| dregad | @Evolution, this can be disabled, but only globally (not for individual notes) | 08:02 |
| Evolution | globally's fine | 08:02 |
| Evolution | how would I go about that? | 08:02 |
| dregad | Go to Manage / Manage Plugins / click on Mantis Formatting plugin | 08:03 |
| dregad | change settings to "Off" as desired | 08:03 |
| Evolution | yep. that's what I did, and that fixes part of it. | 08:03 |
| Evolution | that still leaves it on for some stuff. | 08:04 |
| Evolution | see http://bugs.centos.org/view.php?id=7770 for example. | 08:04 |
| * dregad checks | 08:04 | |
| dregad | you're referring to this ? '[ 5427.286515] Oops: 0000 [http://bugs.centos.org/view.php?id=1 [^]] SMP' | 08:05 |
| Evolution | yep | 08:06 |
| Evolution | exactly that | 08:06 |
| dregad | what's the raw text like ? | 08:06 |
| Evolution | usually something like #1 or similar | 08:07 |
| dregad | but in this specific case I mean | 08:10 |
| dregad | if you edit this topic, what do you have in the "Description" textarea | 08:10 |
| dregad | topic = issue, sorry | 08:10 |
| Evolution | hitting 'edit' displays the text url there, but that's not the original source text | 08:12 |
| dregad | so the question is, where did the URL conversion occur | 08:13 |
| Evolution | right. | 08:13 |
| dregad | because if I copy/paste "[ 5427.286515] Oops: 0000 [#1] SMP " (taken from vmcore-dmesg.txt in the attached tgz file) | 08:13 |
| Evolution | the line below where it occurs also -> '3.10.0-123.el7.x86_64 http://bugs.centos.org/view.php?id=1 [^]' | 08:13 |
| dregad | it works just fine for me here locally | 08:14 |
| dregad | i.e. #1 gets converted to (link to issue 0000001) | 08:14 |
| Evolution | is actually a kernel uname, and *should* look like -> 3.10.0-123.9.3.el7.x86_64 #1 | 08:14 |
| dregad | and if I disable the plugin, then no conversion occurs, as expected | 08:14 |
| dregad | So I'm wondering if whomever pased the log excerpt, had some processing done on their end | 08:15 |
| dregad | or maybe you have some other plugin or configuration which does this | 08:16 |
| Evolution | there are no other plugins installed, but this has been an upgraded install for several years. | 08:16 |
| dregad | I assume you're on 1.2.17 ? | 08:16 |
| Evolution | yes | 08:16 |
| Evolution | did you diable text processing as well, or simply the mantisBT links? | 08:17 |
| dregad | Just the links | 08:17 |
| dregad | What happens if you paste '[ 5427.286515] Oops: 0000 [#1] SMP' in a new bugnote | 08:18 |
| Evolution | hmm. seems fixed in new bugs | 08:22 |
| Evolution | so old bugs stay munged, new bugs are fixed. | 08:22 |
| dregad | i'm not sure how buglinks were processed in old versions of mantis | 08:22 |
| dregad | i joined the project around 1.2.0 time | 08:23 |
| dregad | but http://bugs.centos.org/view.php?id=7770 was created recently | 08:25 |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC | 08:38 | |
| *** patil <patil!af648d98@gateway/web/freenode/ip.175.100.141.152> has joined #mantisbt | 08:46 | |
| *** patil <patil!af648d98@gateway/web/freenode/ip.175.100.141.152> has joined #mantisbt | 08:48 | |
| *** patil <patil!af648d98@gateway/web/freenode/ip.175.100.141.152> has quit IRC | 08:51 | |
| *** Konzertheld <Konzertheld!~Konzerthe@81.128.173.188> has joined #mantisbt | 09:12 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 09:12 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 09:50 | |
| *** giallu <giallu!~giallu@host57-190-dynamic.12-79-r.retail.telecomitalia.it> has joined #mantisbt | 10:05 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 10:05 | |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 10:18 | |
| *** dregad <dregad!c186bb23@gateway/web/freenode/ip.193.134.187.35> has quit IRC | 10:27 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has quit IRC | 10:53 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has joined #mantisbt | 10:53 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has quit IRC | 10:58 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 12:25 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 13:16 | |
| *** Konzertheld <Konzertheld!~Konzerthe@host86-164-98-44.range86-164.btcentralplus.com> has joined #mantisbt | 13:22 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 13:22 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 13:52 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 14:09 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 15:33 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 15:35 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 15:36 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 15:38 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 15:39 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 15:41 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 15:42 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 15:48 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 15:54 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 16:02 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 16:03 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 16:38 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has joined #mantisbt | 16:42 | |
| *** Konzertheld <Konzertheld!~Konzerthe@habari/cabal/konzertheld> has quit IRC | 17:00 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 18:35 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 18:36 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 18:41 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:25 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:26 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:28 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:29 | |
| *** dejale___ <dejale___!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:29 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:30 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:31 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 20:32 | |
| *** dejalex__ <dejalex__!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:32 | |
| *** dejale___ <dejale___!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:33 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:35 | |
| *** dejalexa_ <dejalexa_!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 20:36 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has joined #mantisbt | 22:20 | |
| *** dejalexander <dejalexander!~dejalexan@155.120.208.46.dyn.plus.net> has quit IRC | 22:25 | |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!