| ../irclogs/#mantishelp.2009-11-13.log | ||
| --- scribe started --- | 00:00 | |
| iarwain | Hi. Does MantisCmd work with version 1.1.8? or do I need 1.2? | 00:50 |
|---|---|---|
| dhx_m | 1.2.x or greater | 00:53 |
| iarwain | ok, thanks. I guess that also applies to everything in http://git.mantisforge.org/ | 00:54 |
| iarwain | Another question: I've just upgraded a customized 1.1.1 mantis to 1.1.8, and the file merging was affordable with git. However merging against 1.2.0 gives tons of conflicts. I guess many things changed in the code. But is there something I can do to prepare the code before the merging, so that I get less conflicts? Or am I forced to solve all them as they are? | 00:57 |
| dhx_m | yes, 1.2.x has the plugin system... 1.1.x doesn't | 00:57 |
| dhx_m | are these local modifications you've made to 1.1.x? | 00:58 |
| iarwain | yes | 00:58 |
| dhx_m | to be honest it is probably easiest to start with a fresh version of 1.2.x and then manually merge everything from looking at diffs on your 1.1.x branch | 00:58 |
| dhx_m | that is how different they are | 00:58 |
| dhx_m | I don't know how many patches/lines of code we're talking about though | 00:59 |
| iarwain | Around 1000. | 01:01 |
| iarwain | OK, it's good to know. We'll take it with patience and time. | 01:01 |
| dhx_m | is it possible to put your functionality into a plugin? | 01:01 |
| dhx_m | that could help make it more manageable | 01:01 |
| dhx_m | as would pushing commits for upstream inclusion if any are suitable for doing so (it means you don't have to worry about merge conflicts again) | 01:02 |
| iarwain | does a plugin allow modifying a core behavior? | 01:02 |
| iarwain | I mean, can every possible mantis customization be written as a module? | 01:03 |
| dhx_m | plugins can't do everything | 01:03 |
| dhx_m | but they can add features and such | 01:04 |
| iarwain | ok. Then I guess that for some parts we can create pluggins, that'd be comfortable for the future. | 01:05 |
| iarwain | Thank you for the information. | 01:07 |
| kirillka | Somebody around? | 13:55 |
| kirillka | It's only for me not worked google wave? | 13:56 |
| kirillka | All contacts empty. Folders too. But all wave exists | 13:56 |
| nuclear_eclipse | kirillka: you have to manually add us to your contacts list | 14:00 |
| kirillka | nuclear_eclipse: I add all to list, and yesterday I see all contacts. For now I not see no one. | 14:04 |
| kirillka | And all avatars not showing | 14:04 |
| kirillka | One sec. Another browser test | 14:05 |
| nuclear_eclipse | kirillka: not all of them have set up avatars :P | 14:06 |
| nuclear_eclipse | and the other problems might be why Wave is still in private Beta :P | 14:06 |
| kirillka | nuclear_eclipse: John, I see avatar on you. But now nothing | 14:06 |
| kirillka | This my browser | 14:06 |
| kirillka | Firefox | 14:06 |
| kirillka | In Chrome all work | 14:06 |
| kirillka | :( | 14:06 |
| nuclear_eclipse | hmm, I use FF 3.5 just fine | 14:07 |
| kirillka | I thing it's time-bug (memory, cache, etc) | 14:08 |
| kirillka | nuclear_eclipse: restart browser fix bug | 14:09 |
| kirillka | nuclear_eclipse: what plan for wave and mantisbt? | 14:10 |
| nuclear_eclipse | I think it's just to be a asynchronous replacement for stuff like IRC talks | 14:11 |
| nuclear_eclipse | which is good because we can't ever get more thana couple devs on IRC at once :P | 14:11 |
| kirillka | :) | 14:12 |
| kirillka | nuclear_eclipse: John, what about notify wave from mantisbt? | 14:13 |
| kirillka | in plugin for example? | 14:13 |
| nuclear_eclipse | I dunno | 14:13 |
| nuclear_eclipse | plugins don't yet have a way of really hooking into notifications yet, so not very likely atm | 14:13 |
| kirillka | why? | 14:14 |
| nuclear_eclipse | there just aren't an appropriate set of hooks in mantis | 14:15 |
| kirillka | 'EVENT_REPORT_BUG' | 14:16 |
| nuclear_eclipse | oh, well yes, I guess it could just use that; I was thinking more like the current email notifications, only through wave :P | 14:17 |
| kirillka | No.. Such bot in IRC channel | 14:18 |
| * giallu notes mantisbot is dead... | 14:28 | |
| kirillka | giallu: lo | 14:33 |
| kirillka | bot is live again? | 14:33 |
| kirillka | bug 11111 | 14:34 |
| mantisbot | Bug 11111 - warden - reopened - feedback | 14:34 |
| nuclear_eclipse | mantisbot: bug 11011 | 14:34 |
| mantisbot | unable to add comments to issues - http://www.mantisbt.org/bugs/view.php?id=11111 | 14:34 |
| mantisbot | Bug 11011 - watergad - open - new | 14:34 |
| mantisbot | Can't add UTF8 custom fields to the Manage columns enumeration - http://www.mantisbt.org/bugs/view.php?id=11011 | 14:34 |
| * nuclear_eclipse rejoices | 14:34 | |
| * nuclear_eclipse dances with mantisbot | 14:34 | |
| kirillka | :) | 14:35 |
| giallu | when you notices it's down, just drop me a note | 14:40 |
| nuclear_eclipse | giallu: it was down for about a week, just fyi ;) | 14:40 |
| giallu | nuclear_eclipse, yeah, I probably rebooted the machine and forget about it | 14:40 |
| giallu | bot runs in a screen session | 14:41 |
| nuclear_eclipse | no worries, just giving you a hard time :P | 14:41 |
| nuclear_eclipse | why don't we just set it up on mantisbt.org server? | 14:41 |
| nuclear_eclipse | give it a init.d script so it'll automatically start? | 14:41 |
| giallu | yeah, I could | 14:42 |
| * giallu fires up todo list | 14:42 | |
| wolog | with 1.3.0dev (from git), in my_view_page.php, clicking in "Assigned to me" "unassigned" etc won't work, I get back to the same view (my_view_page.php). Removing temporary=y from the url make everything works fine. As it is a dev release, should I fill a bug report ? | 15:58 |
| nuclear_eclipse | not yet, 1.3 has some really rough changes in it alraedy | 15:59 |
| nuclear_eclipse | more focus is on 1.2 RC atm | 15:59 |
| nuclear_eclipse | I'd highly recommend sticking with 1.2 as well | 15:59 |
| dhx_m | nuclear_eclipse: my 55878bd7 commit had another error | 16:06 |
| dhx_m | possibly the reason we're getting so many reports of broken page redirects | 16:06 |
| nuclear_eclipse | fun | 16:07 |
| dhx_m | + } else if ( preg_match( '@^(?P<path>)$t_pattern\$@', $t_url, $t_matches ) ) { | 16:07 |
| dhx_m | should be | 16:07 |
| dhx_m | + } else if ( preg_match( '@^(?P<path>)' . $t_pattern . '\$@', $t_url, $t_matches ) ) { | 16:07 |
| dhx_m | that was a really crap commit... must have been in a rush :) | 16:07 |
| nuclear_eclipse | oh, the \$ inside the single quotes? :P | 16:08 |
| dhx_m | that too... why is there a $ at the end of the path? | 16:09 |
| dhx_m | it was there before I touched it | 16:09 |
| nuclear_eclipse | to force PCRE to match the entire URI :P | 16:09 |
| dhx_m | ah :) | 16:09 |
| dhx_m | ooooh | 16:10 |
| dhx_m | that commit REALLY broke things | 16:10 |
| nuclear_eclipse | lol | 16:10 |
| dhx_m | no need for those escaped $'s now | 16:10 |
| nuclear_eclipse | so dhx_m needs to set his gravatar to a dunce cap, eh? :P | 16:10 |
| dhx_m | fixing | 16:10 |
| nuclear_eclipse | anywho, bbl | 16:11 |
| nuclear_eclipse | cheers | 16:11 |
| dhx_m | lol ok | 16:11 |
| dhx_m | preg_match( '@^(?P<path>)' | 16:12 |
| dhx_m | what the | 16:12 |
| dhx_m | an empty named match? | 16:13 |
| CIA-9 | Mantisbt: hickseydr * r9e25918824f8 /core/string_api.php: Fix #11155: Broken PCRE regex strings broke page redirects | 16:23 |
| CIA-9 | Mantisbt: hickseydr master-1.2.x * r0eb89e062052 /core/string_api.php: Fix #11155: Broken PCRE regex strings broke page redirects | 16:23 |
| paulr | moo | 18:38 |
| nuclear_eclipse | hi paulr | 18:54 |
| paulr | lo | 20:54 |
| paulr | nuclear_eclipse: still here? | 20:54 |
| nuclear_eclipse | yo | 20:55 |
| paulr | are we planning on rebuilding OS on slice? | 20:55 |
| nuclear_eclipse | I dunno | 20:55 |
| paulr | seperately to that | 20:55 |
| paulr | how do i build manuals | 20:55 |
| paulr | I'd like to look at logistics of LDAP on linux | 20:56 |
| nuclear_eclipse | docbook-manual.py | 20:58 |
| paulr | can we make a php version of script :P | 20:59 |
| nuclear_eclipse | why does it need to be in PHP? | 21:03 |
| daryn | so paulr doesn't have to learn another language | 21:04 |
| aptituz_ | python is even easier ;) | 21:04 |
| daryn | :) so i hear | 21:05 |
| paulr | :0 | 21:05 |
| paulr | :) | 21:05 |
Generated by irclog2html.py