| ../irclogs/#mantishelp.2010-08-26.log | ||
| --- scribe started --- | 00:00 | |
| paulr | is i'm assuming that 3-4 of our field types for custom field generate ints | 00:00 |
|---|---|---|
| daryn | prolly should anyway | 00:00 |
| daryn | i don't think they do | 00:00 |
| paulr | +$g_custom_field_type_enum_string = '0:string,1:numeric,2:float,3:enum,4:email,5:checkbox,6:list,7:multiselection list,8:date,9:radio,10:textarea'; | 00:01 |
| paulr | would kinda expect that 1, (not 2?) , 3, 5, 6, not 7, 8, 9 | 00:01 |
| paulr | end up as int's | 00:01 |
| paulr | and 0, 2?, 7 end up as strings | 00:01 |
| paulr | +4 | 00:01 |
| paulr | i.e. 7 are int's 4 are strings | 00:01 |
| paulr | i'm then assuming people are more likely to be using custom fields for lists/checkboxes then strings | 00:02 |
| paulr | given we have notes etc and about 2-3 strings on a bug anyway | 00:02 |
| paulr | right bed for me yet? :) | 00:03 |
| daryn | no because the enums aren't stored with an id they are stored as whatever string is entered | 00:03 |
| paulr | ps. feel free to see if nuclear_eclipse and dhx agree with the int thing | 00:03 |
| * paulr ponders | 00:03 | |
| paulr | what you can localise the enum strings?????? | 00:03 |
| paulr | s/what/but/ | 00:03 |
| daryn | not really | 00:03 |
| paulr | iirc | 00:03 |
| daryn | they are just a delimited string | 00:04 |
| daryn | |Regression|Install|New Feature|blah | 00:04 |
| paulr | hmm | 00:04 |
| paulr | interesting | 00:05 |
| paulr | i'm sure victors done a blog on localising them though | 00:05 |
| daryn | perhaps | 00:05 |
| paulr | 0:string,2:float,3:enum,4:email,,,, // 1:numeric, 5:checkbox,6:list 7:multiselection list 8:date,9:radio | 00:06 |
| paulr | although tbh | 00:06 |
| paulr | given multiselection list should probably be a bitmask | 00:06 |
| paulr | can probably store all of them as int lookups | 00:06 |
| paulr | apart from the first 4 | 00:06 |
| paulr | and even then | 00:06 |
| paulr | I probably think enum should be defined as 1:regstriong,2:install and then just store 3 in db | 00:07 |
| paulr | so you could localise it | 00:07 |
| daryn | yeah...but that's a bigger issue | 00:07 |
| paulr | sure | 00:07 |
| daryn | ah, they do it with a custom function i think | 00:08 |
| paulr | however if you agree with that idea, it probably confirms need to have a string+int table | 00:08 |
| paulr | wonder if it works :P | 00:08 |
| paulr | i mean, if english is entered, you view french | 00:08 |
| paulr | wonder if french person saves french, if it gets back to english... | 00:08 |
| paulr | nn | 00:08 |
| paulr | nn | 00:09 |
| daryn | bye | 00:09 |
| comodi | hi to all | 08:09 |
| comodi | mantis log operation? | 08:09 |
| leetcode_41547 | Hi there, I'm currently running MantisBT on HostMonster and am running an SVN server locally. I've integrated mantis with my local server using the "old" style source integration (checkin.php). | 08:35 |
| leetcode_41547 | My question is: Can I get source integration to work with a "local" SVN server (or actually, git because I'm moving to git). I'm using it for closed source projects so I can't use github or gitweb (I suppose)... | 08:36 |
| istvanb | hello | 10:40 |
| istvanb | today I have faced with the following issue: | 10:40 |
| istvanb | a new report has been filed to a subproject where user X, Y and Z are developers and they should have been notified (but they were not) | 10:41 |
| istvanb | in the main project where this subproject is coming from they have no specific credentials | 10:42 |
| istvanb | I guess they have to be notified but I am wondering if this is caused by because in the main project they dont have access | 10:43 |
| istvanb | dhx_m | 10:50 |
| istvanb | nuclear_eclipse | 10:50 |
| istvanb | ? | 10:50 |
| istvanb | any guess? | 10:50 |
| samtuke | Mantis won't accept attachments which duplicate filenames of files already attached to that issue. Is there a way to change this behaviour? | 12:00 |
| samtuke | is there a way to make mantis auto increment filename numbers when duplicates are detected for issue attachments? | 13:07 |
| giallu | samtuke, no, but there is probably a feature request for that | 14:54 |
| samtuke | giallu: I couldn't find one, hard to know what search terms to use (other than those already tried) | 14:56 |
| giallu | samtuke, let me try | 14:56 |
| samtuke | giallu: Thanks :) | 14:57 |
| giallu | http://www.mantisbt.org/bugs/view.php?id=7176 looks like a good match | 15:00 |
| samtuke | well, pretty close. I'll add a comment with my particular request | 15:06 |
| samtuke | giallu: thanks | 15:06 |
| paulr | lo daryn/dhx | 17:45 |
| daryn | lo | 17:45 |
| paulr | crap day | 17:46 |
| paulr | :( | 17:46 |
| daryn | i didn't do anything on cf last night. too much unsettled | 17:47 |
| paulr | I managed to break 2 things at work today | 17:49 |
| daryn | fun | 17:49 |
| paulr | which has taken me about 5 hours to fix | 17:50 |
| paulr | ;/ | 17:50 |
| paulr | so i'm kinda screwed for looking at datadict tonight | 17:50 |
| paulr | heh | 17:50 |
| daryn | k. i have to focus on some other issues right now too. Demo on tuesday with mantis upgrades. Gonna have to do it without overhauling cf change | 17:51 |
| paulr | you about over w/e? | 17:52 |
| daryn | prolly some but likely busy | 17:53 |
| micahg | which catergory should a bug on sorting target version for View Issues go? | 22:22 |
Generated by irclog2html.py