| ../irclogs/#mantishelp.2010-08-13.log | ||
| --- scribe started --- | 00:00 | |
| istvanb | hi there | 09:35 |
|---|---|---|
| istvanb | I have the following problem. Previously I had a phase "90:Rejected", but then I have realised that I can close the issue with "Closed" and "wont fix" or something like this which is equivalent to rejection. | 09:37 |
| istvanb | I have removed the 90:rejected | 09:37 |
| istvanb | but in the view issues tab "hide above" shows "@90@ or above" | 09:37 |
| istvanb | actually it is "@90@ (and above)" | 09:38 |
| istvanb | how can I fix this? | 09:38 |
| istvanb | sorry, had to disconnect | 10:01 |
| yisas | hello | 10:01 |
| istvanb | my question is still valid, can anybody answer it? | 10:01 |
| yisas | I have a question with mantis. I have installed it on a Win2008 server + IIS 7.5 | 10:02 |
| dhx_m | istvanb: manually open up your database (after creating a backup!) and reset the statuses to "Closed" | 10:02 |
| yisas | It is a x64 arquitecture | 10:03 |
| yisas | but i keep getting "HTTP 500 - Error al llamar a LoadLibraryEx en el filtro ISAPI "C:\php\php5isapi.dll" | 10:03 |
| dhx_m | istvanb: as in, write some SQL queries to replace a status of 90 with whatever status you're using for "Closed" | 10:03 |
| yisas | any idea? please help | 10:04 |
| dhx_m | yisas: that is a problem with your configuration of IIS/PHP, not MantisBT, so you'd be better off seeking help somewhere IIS folks hang out :) | 10:04 |
| dhx_m | yisas: from the looks of things you should probably be googling "php iis isapi" | 10:05 |
| istvanb | well, the funny thing is that I have never rejected any issues, so no issues are at 90. Issues are at 70 (closed) or prior that | 10:05 |
| yisas | I already googled it | 10:05 |
| yisas | but no lack | 10:05 |
| yisas | you just are my last hope | 10:05 |
| yisas | before i start kicking the server | 10:06 |
| dhx_m | yisas: 2nd google search result: http://stackoverflow.com/questions/1235437/why-is-php5isapi-dll-missing-after-installing-php-for-windows | 10:07 |
| istvanb | kick is helping most of the times :) | 10:07 |
| istvanb | at least makes you feel better | 10:08 |
| dhx_m | istvanb: interesting... make sure you've modified your custom_strings_inc.php file too | 10:09 |
| dhx_m | and config_inc.php | 10:09 |
| istvanb | I think I know the problem | 10:09 |
| yisas | dhx, it doesn't help me much, but thanks anyway | 10:09 |
| dhx_m | there are multiple places where you will need to remove the unused status | 10:09 |
| istvanb | previously I have the rejected phase in my workflow | 10:09 |
| yisas | I think is kicking time :D | 10:09 |
| dhx_m | istvanb: use FastCGI? | 10:09 |
| istvanb | I have deleted it from the config_inc and the custom_strings_inc | 10:09 |
| istvanb | but it still in the workflow in the mantis config table | 10:10 |
| yisas | do you know if there is working x64 windows version? I just checked php.net, and there is a reference to VC9 x64 in downloads but no way to download it | 10:11 |
| dhx_m | yisas: I'm not sure, I don't use Windows :) | 10:12 |
| dhx_m | istvanb: ah, that would explain it :) | 10:12 |
| istvanb | I am not sure where else it is stored | 10:23 |
| istvanb | but I still see the same | 10:23 |
| istvanb | next question. If I configure a different workflow for project2 then where the workflow is stored? | 10:33 |
| istvanb | I see only the mantis_config_table with workflow stuff | 10:33 |
| CIA-103 | Mantisbt: daryn * r5409ebc4e69b / (3 files in 3 dirs): Fix #10126 Add event and signal to allow plugins access to the bug change | 15:30 |
| Github | mantisbt: master Daryn Warriner * 5409ebc (3 files in 3 dirs): Fix #10126 Add event and signal to allow plugins access to the bug change ... - http://bit.ly/dtNMQH | 16:30 |
| CIA-103 | Mantisbt: daryn * r0c379c9dc6bc /core/html_api.php: Fix #11995 - Merge patch for adding id's and classes to layout elements | 16:49 |
| paulr | lo daryn | 17:10 |
| daryn | hello | 17:11 |
| paulr | we should ask these people if they mind us having copyright of patches :) | 17:11 |
| daryn | they posted it | 17:12 |
| daryn | i actually had a similar patch anyway...hence my modifications. but i figured giving credit would at least encourage involvement | 17:13 |
| paulr | did you stumble across license conversation we had in here a week back? | 17:13 |
| daryn | no | 17:14 |
| paulr | it's probably a precursor to a rare email from em | 17:14 |
| * paulr wonders if he spelt that right | 17:14 | |
| paulr | http://www.mantisforge.org/irclogs/%23mantishelp.2010-08-05.log.html | 17:15 |
| paulr | actually | 17:15 |
| paulr | http://www.mantisforge.org/irclogs/%23mantishelp.2010-08-03.log.html | 17:15 |
| paulr | deom 12:14 | 17:15 |
| paulr | erm from | 17:15 |
| daryn | how does that relate? | 17:17 |
| paulr | somewhere I drew conclusion it would be good to ask any contributor if they want to retian copyright over their patch | 17:20 |
| daryn | ew...yuck | 17:20 |
| daryn | it's open source... | 17:22 |
| nuclear_eclipse | daryn: the point being that we were discussing the merits of moving to a license other than GPL | 17:24 |
| daryn | how does allowing contributers to retain copyright over patches work? Wouldn't that become a serious headache? | 17:25 |
| nuclear_eclipse | daryn: by default, they already retain it | 17:26 |
| nuclear_eclipse | the point being that if we want to changes license, we have to get agreement from all past contributers | 17:26 |
| daryn | sounds fun | 17:26 |
| nuclear_eclipse | yeah, giant PITA | 17:27 |
| CIA-103 | Mantisbt: daryn * r729d5530e87b /core/html_api.php: Fix #11995 - Add containers and ids to allow styling of various menus. | 17:29 |
| paulr | well | 17:31 |
| paulr | it shouldn't be that hard :) | 17:32 |
| paulr | I think we should license language contributors from wikitranslate thingy under same license as wikitranslate asks contributors | 17:33 |
| paulr | is that compatible with gpl? | 17:33 |
| nuclear_eclipse | paulr: I don't know | 17:35 |
| paulr | Translations by translators are licensed CC-BY 3.0, and derivative works may also be licensed under the licenses of the respective Free and Open Source projects the translations have been or will be added to. Content of user pages are considered to be "All rights reserved" by the author. All other content is licensed CC-BY 3.0 unless a different license or copyright is stated explicitly. | 17:36 |
| * paulr sighs | 17:47 | |
| paulr | daryn: how much jquery stuff do you do btw? | 18:28 |
| daryn | quite a bit | 18:28 |
| * paulr wonders how to get started nowadays :P | 18:28 | |
| daryn | i don't know...just found things I wanted to do. | 18:29 |
| nuclear_eclipse | paulr: jquery.com | 18:29 |
| nuclear_eclipse | if you don't know how to get started from a site with that much documentation, there's no hope for you | 18:29 |
| paulr | :P | 18:29 |
| paulr | right back to thinking about mantis | 18:30 |
| paulr | last friday, I slapped dhx | 18:30 |
| * paulr thinks why | 18:30 | |
| paulr | nuclear_eclipse: doyou happen to know if I can tell whether I told git in windows to fix linefeeds or not? | 18:32 |
| nuclear_eclipse | no cleu | 18:32 |
| nuclear_eclipse | I don't use windows, you seem to keep forgetting that | 18:33 |
| paulr | autocrlf = input | 18:35 |
| paulr | input? :) | 18:35 |
| paulr | in that it doesn't seem to like some of the linefeeds on libs | 18:36 |
| paulr | atm | 18:36 |
| paulr | now remind me, is it git pull or git update followed by git rebase | 18:38 |
| nuclear_eclipse | depends on what you want to do, but `git pull --rebase` is probably what you want | 18:39 |
| paulr | git fetch; git rebase origin/master | 18:39 |
| paulr | yea, it's whinging | 18:41 |
| paulr | about linefeeds ;/ | 18:41 |
| paulr | nuclear_eclipse: grr | 18:47 |
| nuclear_eclipse | paulr: stop using windows :P | 18:48 |
| paulr | need to email about licenses :) | 18:53 |
| * paulr fixes | 18:55 | |
| micahg | nuclear_eclipse: I just realized if we ever fix the debian packaging, I can set up trunk daily deb builds on Launchpad | 19:01 |
| nuclear_eclipse | micahg: nifty :P | 19:04 |
| micahg | $newmicahg = clone micahg; | 19:05 |
| micahg | $newmicahg->fixMantisDebs() | 19:05 |
| nuclear_eclipse | if only, right? !:P | 19:05 |
| micahg | nuclear_eclipse: did you see the note about a workaround for http://www.mantisbt.org/bugs/view.php?id=10873 | 19:06 |
| nuclear_eclipse | no, I've been a bit too busy lately to really keep up with any bugs on the tracker | 19:07 |
| nuclear_eclipse | but yes, I've known about that workaround for a while | 19:07 |
| micahg | ok, what should I do when I see fixes like this? | 19:07 |
| nuclear_eclipse | andy_mbt is one of my project members | 19:08 |
| micahg | nuclear_eclipse: is that not a good temporary solution? | 19:08 |
| nuclear_eclipse | and we've had that workaround in operation for as long as that bug report has been alive :P | 19:08 |
| micahg | oh, so it's my fault for not upgrading to 1.2.2? | 19:08 |
| nuclear_eclipse | no | 19:08 |
| nuclear_eclipse | I mean I've had the workaround in my local installs for a while, but I don't like wallpapering over mold, if you get what I mean :P | 19:09 |
| micahg | oh...hmmm | 19:09 |
| micahg | so the real fix is like I said to integrate the changelogs/roadmaps across projects? | 19:10 |
| nuclear_eclipse | well, the real fix is to make the project/version caching work correctly :P | 19:17 |
| nuclear_eclipse | right now, if it caches version/project data, the next time through, it sees that cache and just blindly assumes it's 100% correct and returns that list | 19:18 |
| nuclear_eclipse | so if something comes through and only grabs a subset of version data, that's all that it will ever return | 19:18 |
| * nuclear_eclipse blames dhx_m because he's not here to defend himself | 19:19 | |
| * paulr hates git | 19:22 | |
| nuclear_eclipse | http://hg-git.github.com/ | 19:23 |
| CIA-103 | Mantisbt: paul * rbec9fe83cf7d /library/ (49 files in 7 dirs): Fix linefeed warnings | 19:23 |
| paulr | i'd probably hate that too | 19:23 |
| nuclear_eclipse | why? | 19:23 |
| paulr | linefeeds can happily break anything I'm sure :) | 19:24 |
| nuclear_eclipse | so test hg-git on a copy of mantisbt.git | 19:24 |
| micahg | there's bzr-git too | 19:38 |
| micahg | foobot: bug 5668 | 20:49 |
| foobot | Bug 5668 - polzin - open - acknowledged | 20:49 |
| foobot | "versions" of parent project should be used in subprojects. - http://www.mantisbt.org/bugs/view.php?id=5668 | 20:49 |
| micahg | nuclear_eclipse: is it the same bug if a version is renamed the subproject's bugs are not pulled along or should I file a related bug | 20:50 |
| nuclear_eclipse | hmm, I thought I'd fixed that already... | 20:50 |
| micahg | nuclear_eclipse: you might have | 20:50 |
| * micahg really needs a test instance | 20:51 | |
| nuclear_eclipse | hehe | 20:51 |
| micahg | of trunk that is | 20:51 |
| nuclear_eclipse | prgmr.com | 20:51 |
| micahg | I have a server, I could run it locally, I'm jsut lazy about setting it up :) | 20:52 |
| nuclear_eclipse | k ;) | 20:52 |
| * micahg should just bite the bullet and checkout git master in my web dir | 20:52 | |
| nuclear_eclipse | I like prgmr just because it's great for dirt cheap VPS that you don't plan on using for anything with high load | 20:53 |
| paulr | micahg: do you need access to the code / config file | 21:21 |
| paulr | or just the UI? | 21:21 |
| micahg | paulr: UI to test, I'm setting it up now | 21:22 |
| paulr | now what was dhx's commit last weekend | 21:23 |
| micahg | nuclear_eclipse: it looks fixed at least in 1.3 | 21:25 |
| micahg | prgmr looks good for the price | 21:33 |
| paulr | right breaking stuff time | 21:38 |
| * paulr bounces | 21:38 | |
| Github | mantisbt: master Daryn Warriner * 0c379c9 (1 files in 1 dirs): Fix #11995 - Merge patch for adding id's and classes to layout elements ... | 22:30 |
| Github | mantisbt: master Daryn Warriner * 729d553 (1 files in 1 dirs): Fix #11995 - Add containers and ids to allow styling of various menus. | 22:30 |
| Github | mantisbt: master Paul * bec9fe8 (49 files in 7 dirs): Fix linefeed warnings | 22:30 |
| Github | mantisbt: master commits 5409ebc...bec9fe8 - http://bit.ly/aOFlyK | 22:30 |
| CIA-103 | Mantisbt: paul * r6d6e255fea4b /core/obsolete.php: Update list of obsolete config variables. | 22:48 |
Generated by irclog2html.py