| *** Protogenes <Protogenes!~Protogene@dslb-178-012-018-003.pools.arcor-ip.net> has quit IRC | 01:35 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 02:36 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 03:01 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 03:26 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 03:33 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 03:43 | |
| travis-ci | [travis-ci] Build #12: grangeway/mantisbt dbapi (e625541) Paul Richards - The build has errored. | 05:01 |
|---|---|---|
| travis-ci | [travis-ci] Build details: http://travis-ci.org/grangeway/mantisbt/builds/22592982 | 05:01 |
| travis-ci | [travis-ci] Code Changes: https://github.com/grangeway/mantisbt/compare/6b736fcdc5c5...e625541d7e3f | 05:01 |
| *** dejalexander <dejalexander!~dejalexan@195.110.74.66> has joined #mantisbt | 05:13 | |
| *** dejalexander <dejalexander!~dejalexan@195.110.74.66> has quit IRC | 07:08 | |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 07:11 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has joined #mantisbt | 08:10 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has quit IRC | 08:33 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has joined #mantisbt | 08:37 | |
| *** dejalexander <dejalexander!~dejalexan@141.0.39.195> has quit IRC | 09:05 | |
| *** dejalexander <dejalexander!~dejalexan@host86-173-62-231.range86-173.btcentralplus.com> has joined #mantisbt | 09:14 | |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt | 09:49 | |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC | 10:05 | |
| *** dejalexander <dejalexander!~dejalexan@host86-173-62-231.range86-173.btcentralplus.com> has quit IRC | 10:06 | |
| *** dejalexander <dejalexander!~dejalexan@host86-173-62-231.range86-173.btcentralplus.com> has joined #mantisbt | 10:25 | |
| *** retentiveboy <retentiveboy!~smuxi@74-95-28-33-Atlanta.hfc.comcastbusiness.net> has joined #mantisbt | 10:27 | |
| *** Protogenes <Protogenes!~Protogene@mcachim-1-pt.tunnel.tserv6.fra1.ipv6.he.net> has joined #mantisbt | 11:27 | |
| *** dejalexander <dejalexander!~dejalexan@host86-173-62-231.range86-173.btcentralplus.com> has quit IRC | 11:37 | |
| *** dejalexander <dejalexander!~dejalexan@31.221.43.178> has joined #mantisbt | 12:14 | |
| *** dejalexander <dejalexander!~dejalexan@31.221.43.178> has quit IRC | 13:04 | |
| *** giallu <giallu!~giallu@host179-190-dynamic.12-79-r.retail.telecomitalia.it> has joined #mantisbt | 13:50 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 13:50 | |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 16:23 | |
| travis-ci | [travis-ci] Build #15: grangeway/mantisbt dbapi (6c889b3) Paul Richards - The build has errored. | 16:36 |
| travis-ci | [travis-ci] Build details: http://travis-ci.org/grangeway/mantisbt/builds/22639892 | 16:36 |
| travis-ci | [travis-ci] Code Changes: https://github.com/grangeway/mantisbt/compare/946054b249f2...6c889b3f6bf1 | 16:36 |
| tonsofpcs | is there a way to add more options to priority? specifically, I'd like an 'on hold' priority. | 16:41 |
| *** dejalexander <dejalexander!~dejalexan@94.116.15.134> has joined #mantisbt | 16:58 | |
| *** dejalexander <dejalexander!~dejalexan@94.116.15.134> has quit IRC | 17:07 | |
| paulr | tonsofpcs: most of the definitions can be defined | 17:47 |
| paulr | i'd probably be inclined to add only, and be careful where to add | 17:47 |
| paulr | (historically there was a few bugs with id's being hard code etc) | 17:47 |
| paulr | you might need to add language strings too | 17:48 |
| tonsofpcs | paulr: thanks. Is this something I have to do on the backend or is there somewhere in the management interface that I'm missing it? | 17:51 |
| tonsofpcs | (also, I'm hoping to code dive at some point in the next month to try to figure out a solution to 15466 [and in the process, 5702 and 7642]) | 17:52 |
| paulr | right lets see | 18:41 |
| paulr | what was it you wanted | 18:41 |
| paulr | pririrty | 18:41 |
| paulr | hmm | 18:42 |
| paulr | actually surely onhold is a status not a priority :P | 18:43 |
| paulr | in any case: | 18:43 |
| paulr | # priority | 18:43 |
| paulr | define( 'NONE', 10 ); | 18:43 |
| paulr | define( 'LOW', 20 ); | 18:43 |
| paulr | define( 'NORMAL', 30 ); | 18:43 |
| paulr | define( 'HIGH', 40 ); | 18:43 |
| paulr | define( 'URGENT', 50 ); | 18:43 |
| paulr | define( 'IMMEDIATE', 60 ); | 18:43 |
| paulr | i'd probably be inclined to define a 35 -> onhold value in constant_inc.php | 18:44 |
| paulr | then add it to $g_priority_enum_string = '10:none,20:low,30:normal,40:high,50:urgent,60:immediate'; | 18:44 |
| paulr | then you could define a priority_enum_string if you wanted to translate it | 18:45 |
| paulr | although given we don't actually define it | 18:45 |
| paulr | i'm wondering if i'm confused, or that's not actually implemented | 18:45 |
| paulr | in terms of 15466 | 18:46 |
| paulr | the issue there is bug_view_inc.php checks for access_ensure_bug_level( VIEWER, $f_bug_id ); | 18:48 |
| paulr | in this case, someoen has REPORTER access, so doesn't pass that check | 18:49 |
| paulr | doing something like: | 18:50 |
| paulr | if( !access_has_bug_level( VIEWER, $p_bug_id ) && !user_is_monitoring_bug( auth_get_current_user_id(), $p_bug_id ) { access_denied() } instead | 18:52 |
| paulr | would probably do what you want | 18:52 |
| paulr | I'd also like to see 'VIEWER' removed | 18:53 |
| paulr | and to become something from config | 18:53 |
| paulr | in case someone changes roles | 18:53 |
| paulr | i know I have some fixes I'm running at work to improve access to private projects witihn filter api (or role checking) but I think that was security fix for us at work, but not doing monitor stuff | 18:55 |
| paulr | In terms of 5702/7642... | 18:55 |
| paulr | in terms of reminders, they only get stored as bug notes iirc, so it would be kinda impossible to fix that one - not sure if reminder also adds user to monitor list or not | 18:56 |
| paulr | In any case, that sounlds like a bigger mess to think about doing properly | 18:57 |
| *** SrRaven <SrRaven!srraven@2001:4b10:100:a436:dcad:beff:feef:2> has quit IRC | 21:22 | |
| *** SrRaven <SrRaven!srraven@2001:4b10:100:a436:dcad:beff:feef:2> has joined #mantisbt | 21:23 | |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!