Thursday, 2010-05-06

dhx_mcategories?00:00
dhx_mah yes you're right, mantisbt.org only has one project... but lots of categories for issues00:00
sprausthere are two mantisconnect calls 1 is  mc_projects_get_user_accessible -> that should return user accessable projects the other is mc_projects_get_categories -> which returns the categories for the current project00:01
sprausok thank you so much00:03
dhx_myep00:10
*** Quits: spraus (~45f74470@gateway/web/freenode/x-tlcyvvjqixfjnytu) (Ping timeout: 252 seconds)00:34
*** Joins: kirillka (~Miranda@global01.vester.ru)00:35
*** Quits: micahg (~micah@ubuntu/member/micahg) (Quit: Leaving.)00:47
*** Joins: micahg (~micah@ubuntu/member/micahg)00:48
*** Quits: wolog (~wolog@AOrleans-152-1-88-53.w90-21.abo.wanadoo.fr) (Remote host closed the connection)01:00
*** Quits: daryn (~INTERACT\@h127.146.16.98.dynamic.ip.windstream.net) (Remote host closed the connection)02:14
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 260 seconds)02:16
*** Joins: wolog (~wolog@195.6.104.193)02:26
*** Parts: siebrand (~beis@sm.xs4all.nl)02:32
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:34
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)03:26
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)04:01
*** Joins: moto-moi (~hylke@cara.xs4all.nl)04:16
*** Joins: kirillka (~Miranda@global01.vester.ru)04:24
*** Joins: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk)04:39
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Remote host closed the connection)05:31
*** Joins: mantisbt_00674 (~d5442f94@gateway/web/freenode/x-fscfdmvzpzejslhz)05:59
*** Quits: mantisbt_00674 (~d5442f94@gateway/web/freenode/x-fscfdmvzpzejslhz) (Client Quit)06:02
*** Joins: mantisbt_62816 (~d5442f94@gateway/web/freenode/x-jzwlewxbqzjjymzp)07:05
*** Joins: giallu (~giallu@fedora/giallu)07:24
*** Joins: agronholm (agronholm@2001:1bc8:102:413a:16e:cf60:4e93:4b6d)07:55
agronholmnuclear_eclipse, remember me? the upgrade process didn't apparently work as well as it should have -- I'm getting application error #401 when trying to mark a bug as fixed07:56
agronholmapparently it's trying to do SELECT currval('mantis_email_table_email_id_seq')07:56
agronholmand there is no sequence by that name07:56
agronholmI have no clue how to fix this07:58
*** Joins: fanno (~b3g@193.3.95.240)08:00
Kornel^aardvarkagronholm: create sequence with that name and set it to 1 greater than highest id in email table08:01
agronholmwhy is it not using mantis_email_table_id_seq instead?08:01
agronholmthat sequence already exists08:01
Kornel^aardvarkhm, or maybe not. default value for id must match sequence name...08:02
Kornel^aardvarkif table has 'id' column, then it looks like bug in mantis (it should use mantis_email_table_id_seq)08:02
agronholmindeed, but I have no idea where is gets that wrong sequence name08:02
agronholmand the default value for that id column picks it from the correct sequence (this I checked already)08:03
agronholmI've tried grep'ing through the code by no hits so far08:04
agronholmany clues?08:04
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (Ping timeout: 245 seconds)08:05
*** Joins: davidinc (~d5374b76@gateway/web/freenode/x-mlrdwvcpgcunjbdy)08:05
Kornel^aardvarkit's used by db_insert_id() function, which gets field name as argument. See where email is inserted, perhaps gets wrong name passed08:05
agronholmthe error appears in bug_update.php but there are no direct calls to that function there08:07
agronholmaha!08:07
agronholmI think I found it08:07
agronholmline 104 in core/email_queue_api.php08:08
agronholmerr 10308:08
*** Parts: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk)08:09
*** Joins: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk)08:10
agronholmKornel^aardvark, yup, that did it08:11
agronholmchanged from 'email_id' to 'id'08:11
Kornel^aardvarkagronholm: file a bug or submit a patch then08:11
agronholmalready on it08:11
agronholmis the preferred method of submitting patches to attach them to bug reports?08:12
nuclear_eclipseagronholm: yes08:12
agronholmok08:12
agronholmI'm not receiving any confirmation emails for registration...08:15
agronholmah08:15
agronholmthere it is08:15
nuclear_eclipseemails from our site are sent on a 5min cronjob rather than immediately08:16
agronholmok, it's reported as issue #1189208:22
*** Joins: killefiz (~sven@root.killefiz.de)08:23
*** Quits: killefiz (~sven@root.killefiz.de) (Changing host)08:23
*** Joins: killefiz (~sven@fedora/pdpc.base.killefiz)08:23
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (Client Quit)08:24
*** Joins: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl)08:30
*** Joins: killefiz (~sven@fedora/pdpc.base.killefiz)08:47
*** Joins: micahg (~micah@ubuntu/member/micahg)09:07
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:17
*** Joins: blacknred0 (~irving@173-29-166-124.client.mchsi.com)09:24
*** Joins: bruno_bruno (~WebIRC@radio.redenorte.net)09:37
bruno_brunois there any way to create a phone field in the user creation?09:37
*** Quits: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl) (Read error: Connection reset by peer)09:37
bruno_brunoi went to custom fields, but they`re related to the projects, afaik09:37
bruno_brunosomeone somewhere?09:43
darynbruno_bruno we have plans to implement custom fields for different items but it's been stalled for quite some time09:43
darynyou could do it as a plugin field though09:43
darynnot sure what events are available for a user off the top of my head...09:43
bruno_brunothe problem is that i don`t know php ;/09:45
bruno_brunoi'm trying to convince a friend of mine of doing that, but he wouldnt know which files to change to get it working09:46
bruno_brunoi'm stuck right now in the project creation09:50
bruno_brunowe'll use the mantisbt to do the bug tracking work with more than one client09:51
bruno_brunoand i need that someone from, lets say, store 1, not be able to see the issues of store 209:52
bruno_brunoand they doesn't use the exactly same products, so i need different categories09:52
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)09:53
*** Quits: fanno (~b3g@193.3.95.240) (Remote host closed the connection)09:53
darynwell, that's a bit more support than i can offer at the moment...sorry09:53
darynwell, that's a bit more support than i can offer at the moment...sorry09:54
bruno_brunook09:54
bruno_brunothanks anyway09:54
darynyou might check the mantisbt website for other types of support.  this channel is dependent on the time developers have to contribute but there are other options available09:57
darynhttp://www.mantisbt.org/support.php09:57
Kornel^aardvarkI've submitted more HTML-cleaning patches: http://www.mantisbt.org/bugs/view.php?id=1189310:05
*** Joins: MarkusSchulte (~MarkusSch@xdsl-78-34-97-23.netcologne.de)10:06
MarkusSchulteHi - i have just upgraded to Mantisbt 1.2.1 from 1.1.6. I am not receiving eMails anymore, when a new issue is assigend to somebody. Is this correct, can i something do about it?10:07
bruno_brunomaybe you should check if your config_inc.php file got overwritten10:11
bruno_brunoor if you didn`t change it in the previous installation, maybe the config_default_inc.php file got changed in the version change10:12
MarkusSchultety, i am just looking for something - is there any special flag i should look at?10:13
*** Joins: xSmurf (~MrSmurf@unaffiliated/mrsmurf)10:19
xSmurfhi2all, I'm probably the 1000th person, but what's going on with mantisforge?10:20
xSmurfI need my morning dose of plugins ;)10:21
darynpaul_ is moving it and having issues10:21
*** Quits: MarkusSchulte (~MarkusSch@xdsl-78-34-97-23.netcologne.de) (Quit: Verlassend)10:24
bruno_brunoMarkusSchulte: are you there?10:24
bruno_brunolulz10:24
xSmurfdaryn: ah I see, let's hope he manages to get it going pretty soon, thanks!10:35
darynme too...i need to push some updates10:35
*** Joins: fanno (~Morten@90.184.93.233)10:41
agronholmit could be related to the bug I just reported10:41
xSmurfoh well, I'll just lurk around for a bit, see what happens. I'm new to mantis but so far I like it (coming from Trac), but not having to write my own comit hooks would be nice ;)10:42
nuclear_eclipsexSmurf: http://leetcode.net/blog/2009/01/integrating-git-svn-with-mantisbt/ 10:43
xSmurfyes I know10:43
xSmurfno mirrors are provided and mantisforge is down10:44
*** Quits: davidinc (~d5374b76@gateway/web/freenode/x-mlrdwvcpgcunjbdy) (Ping timeout: 252 seconds)10:44
xSmurfso I wrote my own10:44
xSmurfit was fun and informative10:44
xSmurf;)10:44
nuclear_eclipsehttp://files.leetcode.net/source-integration.tgz10:44
xSmurfaaaah sweet10:45
xSmurfthanks!!10:45
xSmurfthere's a dependency too I gather (having looked at the cache mantisforge page hehe)10:45
nuclear_eclipsenp, but that's just a temporary url until mantisforge comes back from the dead10:45
xSmurfyep yep ^_^10:45
nuclear_eclipseah, right, i'll get that uploaded in a moment10:46
xSmurfawesome!10:46
nuclear_eclipsehttp://files.leetcode.net/meta.tgz10:50
*** Quits: micahg (~micah@ubuntu/member/micahg) (Quit: Leaving.)10:51
xSmurfthanks nuclear_eclipse !!10:51
nuclear_eclipsenp10:51
nuclear_eclipsealways happy to see people using my projects :)10:52
bruno_brunois it my impression or nuclear_eclipse always save the day?10:55
*** Joins: micahg (~micah@ubuntu/member/micahg)10:56
xSmurfnuclear_eclipse: I've been a trac person for years... but it's always pissed me off that I had to use python on my servers just for that when I'm doing php dev... heard about mantisbt at a recent con (ConFoo) and thought I'd give it a try, so far I'm happy... It's definitely not as mature, but I can live with that, specially since it's easier for me to make modifications10:56
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:59
nuclear_eclipsebruno_bruno: I try my best ;)11:00
nuclear_eclipsexSmurf: I actually think the problem is that mantis is *too* mature11:01
nuclear_eclipseie, it started over ten years ago11:01
nuclear_eclipseso it has a lot of baggage to overcome versus newer VCS-centric bugtracking designs11:02
xSmurfI see11:03
*** Quits: bruno_bruno (~WebIRC@radio.redenorte.net) (Quit: (( WebIRC Gratuito www.webirc.com.br Agora no Orkut! www.orkut.com.br/Main#AppInfo.aspx?appId=301253744845&ref=SR )) (Ping timeout))11:04
nuclear_eclipseeg, it's going to be a *lot* of work and require a complete overhaul to the codebase just to support use of a template-based system instead of the current echo-everywhere design11:05
xSmurfis it something planned or is mantis at this point static in development?11:06
darynxSmurf: look forward to 1.311:06
xSmurf^_^11:07
nuclear_eclipsexSmurf: daryn has been doing a lot of work lately to move toward phptal templates11:07
xSmurfhmmm when I tried installing the source control plugin I get a "APPLICATION ERROR #2503 Upgrading the plugin schema failed in block #14."11:18
nuclear_eclipseare you using mysql, or something else?11:19
xSmurfpostgres11:19
nuclear_eclipsehmm11:19
nuclear_eclipsesec11:19
darynlooks like we're going to have to get some devs using postgres regularly11:20
nuclear_eclipsecan you set $g_show_queries_list = ON; in your config_inc, and see what the last SQL query is?11:21
nuclear_eclipseeg, set the variable, and try upgrading your plugin schema through manage plugins?11:21
nuclear_eclipsethat's the UpdateSQL schema entry, and I'd like to see what SQL it's generating, and why pgsql doesn't like it11:22
darynnuclear_eclipse i was wondering for jquery...do i put it in the javascript directory or in the library directory?11:24
xSmurfok give me a sec11:24
nuclear_eclipsefor jquery the library?11:24
darynyes11:24
darynlibrary seems logical but...11:25
nuclear_eclipseI'd just put it in javascript, it's not anything that would conflict with distro libraries or anything11:25
darynok11:25
xSmurfdoesn't show me the query list...11:26
darynyou have to enable show_query_count11:27
nuclear_eclipsesorry, you might also need to set $g_show_detailed_errors = ON as well11:27
xSmurfoh hehe11:27
darynshow_query_list check is inside the show_query_count check...don't ask me why...11:27
xSmurfnope, same11:27
darynnext...show_query_list_threshold...or something like that11:28
nuclear_eclipsedid you enable detailed errors?11:28
xSmurfs*show_queries_count11:28
darynah11:28
darynkinda hard to remember the exact config name for 3000+ options11:29
xSmurfhttp://pastie.textmate.org/private/jjb1flpvh3zwntlfa2twhq11:31
xSmurfdaryn: for sure, I was just mentioning ;)11:31
nuclear_eclipsexSmurf: ah ha11:31
xSmurfthe tables seem like they were created properly11:31
nuclear_eclipseoh, wait, nvm11:32
xSmurflol11:32
* nuclear_eclipse is confused now11:32
xSmurflo11:32
xSmurfl11:32
nuclear_eclipseit doesn't even seem to be running an UPDATE query for that schema entry...11:32
xSmurfindeed11:32
xSmurfwait up11:32
xSmurfdetailed error11:33
xSmurfhttp://pastie.textmate.org/private/jtuunc1k56fbx5zshvlvuw11:33
* nuclear_eclipse investigates11:34
nuclear_eclipsehmm, I wonder what adodb returns as the status from an UPDATE query...11:37
nuclear_eclipseI wonder if pgsql returns a different result for an update query than mysql does...11:38
nuclear_eclipsemaybe pgsql thinks it's an error if an update statement doesn't change anything?11:38
nuclear_eclipsexSmurf: can you try running that query from a CLI and see what pgsql does/says?11:38
xSmurfyeah...11:39
xSmurfERROR:  syntax error at or near "string" LINE 1: ...e_repository_table SET type="websvn" WHERE type="svn" string11:39
xSmurf;)11:39
nuclear_eclipseoh11:39
nuclear_eclipsesyntax error?11:39
xSmurfon UPDATE mantis_plugin_Source_repository_table SET type="websvn" WHERE type="svn"string11:39
xSmurfoh wait my bad11:39
xSmurfstupid copy and paste from html ;p11:39
nuclear_eclipsehehe11:39
xSmurfERROR:  column "websvn" does not exist11:40
nuclear_eclipsecolumn?11:40
nuclear_eclipse:?11:40
nuclear_eclipseis "type" a reserved word in pgsql?11:40
xSmurfdunno, I'm new to pgsql :/11:42
* nuclear_eclipse is confused as to why `UPDATE table SET type="foo" where type="bar"` would give that sort of error...11:43
xSmurfin the queyr log, when it's red it mens it's a duplicated?11:45
nuclear_eclipseyes11:46
xSmurfgreat, now it's not even recreation the mantis_plugin_source... tables :/11:46
xSmurf(tried uninstalling and deleting them)11:46
nuclear_eclipsexSmurf: if you drop the tables, you also need to drop the matching value from the mantis_config_table11:47
* daryn thinks paul_ must really be having issues with mantisforge...11:47
xSmurfaaaaah ok, I only dropped in mantis_plugin_table11:47
xSmurfthank11:47
xSmurfUPDATE mantis_plugin_Source_repository_table SET type="websvn" WHERE type="svn"11:49
xSmurfERROR:  column "websvn" does not exist11:49
nuclear_eclipsegrr11:49
nuclear_eclipseI can't find any documentation on why that is happening11:50
xSmurfwell for one, that table is empty :p11:51
nuclear_eclipseright, but the update query should still work11:51
Kornel^aardvarknuclear_eclipse: it uses double quotes. SQL allows only single quotes for strings.11:52
nuclear_eclipsethat query is needed to migrate old repository installations to a new plugin name11:52
nuclear_eclipse /facepalm11:52
nuclear_eclipsethank you Kornel^aardvark 11:52
nuclear_eclipsexSmurf: open Source/Source.php, and at the end of the file, that update query is listed, try changing the " to ' and then see if the upgrade works11:53
xSmurflol11:54
xSmurf /facepalm indeed!!11:54
xSmurf"Operation succesful"11:55
nuclear_eclipseapparently mysql is a bit more relaxed in dealing with quoted strings :>P11:55
nuclear_eclipseI've committed that fix to my local repo, just gotta wait for Paul to fix mantisforge.org and I'll push it there11:57
*** Quits: mantisbt_62816 (~d5442f94@gateway/web/freenode/x-jzwlewxbqzjjymzp) (Quit: Page closed)12:07
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Ping timeout: 240 seconds)12:14
*** Parts: agronholm (agronholm@2001:1bc8:102:413a:16e:cf60:4e93:4b6d)12:28
*** Joins: cobexer (~cobexer@188-23-102-45.adsl.highway.telekom.at)12:33
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 264 seconds)12:44
*** cobexer is now known as \cobexer|away12:56
*** Joins: bruno_bruno (~WebIRC@radio.redenorte.net)13:05
bruno_brunowhen I type something in the search field, at the view issues page, doesn`t it look through tags?13:07
nuclear_eclipseno13:09
*** Quits: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk) (Remote host closed the connection)13:10
nuclear_eclipsethat field "only" searchs the summary, description, steps to reproduce, additional info, and bugnotes13:10
nuclear_eclipseif you want to search on tags, there's a separate filter field to do so13:10
bruno_brunoyeah, i know ... but since it is directed to users i guessed it should be as easy as possible :D13:11
bruno_brunothanks13:11
nuclear_eclipsewell, the problem is trying to keep the SQL query fram being even more insanely complex than it already is.. ;)13:12
bruno_brunoa subproject set as public, inherited from a private one, can only be seen by someone that have access to the private, am i right?13:15
nuclear_eclipsebruno_bruno: should be, but you might want to verify that with a test account :P13:16
*** Quits: wolog (~wolog@195.6.104.193) (Remote host closed the connection)13:16
nuclear_eclipseI'm not 100% sure because there have been quite a few changes to the way subprojcets are handled13:16
bruno_brunook13:17
bruno_brunodo you want a feedback?13:17
nuclear_eclipseyeah, would be nice to know for sure :)13:17
bruno_brunosadly he had access ;/13:24
nuclear_eclipsethat's what I was afraid of13:25
bruno_brunobut it can make some sense13:28
bruno_brunomy case is as follows:13:28
bruno_brunowe have a product that is used by different clients13:29
bruno_brunoso instead of creating a new main project for every single client13:29
bruno_brunowe create a project for the product13:29
bruno_brunoand a inherited project for each client13:30
bruno_brunoand set them both as private13:30
bruno_brunoso one can`t see the main project, only the one he is allowed to13:31
bruno_brunodoes that make sense to you?13:31
nuclear_eclipseyep13:31
bruno_brunogood, i`m not going crazy :D13:31
bruno_brunobut a good think to do next, if you`re from the development team, is to add a configuration to set this visibility13:32
bruno_brunoit didn`t work as i expected13:48
xSmurfif anyone care (and it's offtopic) I've improved the dokuwiki websvn syntax plugin http://pastie.textmate.org/private/avdtvyghjhm0grxzpixeg (it will break current iframe implementation but is a bit more useful/flexible)13:51
bruno_brunowell, that inheritance implementation is breaking the hell out of my head13:53
bruno_brunodid someone here work with a big project in mantis already?13:53
nuclear_eclipseI have, but never needed to deal with private projects for clients13:54
bruno_bruno;/13:55
bruno_brunobut you get my problem, right?13:55
nuclear_eclipseyeah13:56
bruno_brunoif I create a product main project and various clients inherited projects, seting everything as private13:56
nuclear_eclipseI don't think subprojects were well implemented, unfortunately, but that was before I joined the mantis team13:56
*** Joins: wolog (~wolog@AOrleans-152-1-88-53.w90-21.abo.wanadoo.fr)13:58
bruno_brunothe problem is that i have a variety of products, and the client can use more than one of this products13:59
bruno_brunoif i set the product as main project, when the client reports a new issue, it will be shown in the other products page as well14:00
bruno_brunoand if i set the client as main project, and the product as subproject, a client can see the other client issues14:00
darynnuclear_eclipse any word from paul_ on mantisforge14:09
daryn?14:09
nuclear_eclipsenope14:09
darynhm... i see he's logged into im...i'll ping him14:10
nuclear_eclipsebruno_bruno: unfortunately, that sort of use case (mutually exclusive clients) is not well-supported with the way that mantis projects work14:10
*** Joins: paul_ (~4d672186@gateway/web/freenode/x-hithssyrdbsbtawf)14:11
paul_moo14:11
nuclear_eclipsehi paul_ 14:11
paul_daryn's whining at me on msn :)14:11
* nuclear_eclipse demands a status report14:11
paul_old box was showing up as dead hdd14:11
paul_I've rsync'd xen images etc off to my mates box at isp14:12
paul_and got a replacement box (with a higher spec)14:12
paul_however, isp has been getting 50gbps of ddos traffic earlier so was getting some packet loss14:12
bruno_brunohow to set the manager to be able to create projects?14:13
paul_I'm hoping my mate will wake up on IRC/MSN soon14:13
darynthat was prolly all of us trying to get to mantisforge14:13
daryn:)14:13
paul_but not sure if he has to help dealing ;p14:13
nuclear_eclipsebruno_bruno: there should be a configurable access threshold for that14:14
darynwe should do a distributed mantisforge14:14
bruno_brunoi cant find it ;/14:14
nuclear_eclipseor just run mantisforge from a VPS host where you don't have to worry about a physical box that it's attached to ;)14:14
daryneach of us has a box why not make them mirrors14:14
daryntrue14:14
darynbut mirror still not bad idea14:15
darynmaybe harder to manage14:15
nuclear_eclipsebruno_bruno: $g_create_project_threshold = ADMINISTRATOR;14:15
paul_was just bad timing14:15
paul_as I didn't find out above move until it happened14:15
bruno_brunothanks ... and sorry to bother you alllll the time14:15
nuclear_eclipsedaryn: the problem is that doing any sort of mirroring just increases complexity by orders of magnitude if you actually want those mirrors to be hot-spares or anything actually useful14:16
darynright14:16
paul_yea14:16
paul_I could probably mirror between my mate + me in same dc or something14:16
paul_need to go vote soon ;/14:17
nuclear_eclipsebasically would require setting up a load balancer / reverse proxy system, and that's already a *lot* more complicated14:17
paul_anyway14:18
paul_taking this opportunity to upgrade to 10.0414:18
paul_I think14:18
nuclear_eclipseno14:18
paul_no?14:18
nuclear_eclipsestick with 9.10 until we sort out our issues with Mantis and PHP 5.314:18
xSmurfhow does one use a post-commit hook with the source-integration plugin??14:18
paul_I wasn't really running mantis though...14:19
paul_also14:19
paul_I'm probably in good position to sort out issues14:19
xSmurfnuclear_eclipse: seems to work fine for me... php 5.3.2 (cgi)14:20
nuclear_eclipsexSmurf: basically, the post-commit hook initiates a web request to the mantis install, which validates that the request came from an allowed IP address, and then tells the source-integration repo to update it's data from the repository14:20
xSmurfwhere is that post commit hook then? :P14:20
xSmurfI have one for checkin.php14:20
xSmurfwhich is obviously different14:20
nuclear_eclipsexSmurf: I get segfaults on 10.04 using mod_php, and there are a *lot* of windows/xamp users having apache hang when using php5.314:20
xSmurfruns very nicely here with nginx and fcgi14:21
nuclear_eclipsexSmurf: Source*/post-commit.tmpl14:21
xSmurfdoh14:21
xSmurf /bangs head on desk14:21
nuclear_eclipse;)14:21
xSmurfhmmm nope14:21
xSmurfoh14:22
nuclear_eclipsewhat repo type are you using?14:22
xSmurfSourceSVN14:22
nuclear_eclipseSourceSVN/post-commit.tmpl should be it14:22
xSmurfgot it thx :)14:22
nuclear_eclipseyw14:23
nuclear_eclipsejust make sure you enable remote checkins, and add the repo server's IP to the list of allowed checkin addresses14:23
xSmurfnot so super for vhosts, wished I could have just called a script like checkin hehe14:24
xSmurfbut I'll deal with it14:24
xSmurfthx14:24
nuclear_eclipsexSmurf: it's meant so that a single solution works for both repos on the same box as the webhost and repos on separate servers14:25
xSmurfI know I know ;)14:25
nuclear_eclipse:P14:26
paul_"i think i should change your robot login to 'prick', way funnier than prichards"14:30
paul_friends being nasty ;/14:30
nuclear_eclipsehehe14:32
nuclear_eclipsethat's awesome14:32
* nuclear_eclipse changes paul's account on mantisbt.org.... :P14:32
daryn^THATs awesome14:33
daryn:)14:33
paul_but yesterday someone called because they couldn't get to any sites14:33
paul_and they knew their dsl was broken14:33
paul_^ heh they host servers only14:34
nuclear_eclipsethat reminds me: I've always wondered why your account on mantisbt.org was "grangeway"....14:34
paul_ya14:34
paul_:)14:34
paul_from when i was like 1014:34
*** Joins: AzaToth (~azatoth@wikipedia/AzaToth)14:42
*** Quits: \cobexer|away (~cobexer@188-23-102-45.adsl.highway.telekom.at) (Quit: EOF)14:45
*** Joins: \cobexer|away (~cobexer@188-23-102-45.adsl.highway.telekom.at)14:45
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)14:51
bruno_brunois there any mantis suporter here? (the paid one)14:54
bruno_brunonevermind14:55
*** Joins: mantisbt_95059 (~5fde6c92@gateway/web/freenode/x-vtwjqqsmjapodfne)14:55
*** Parts: mantisbt_95059 (~5fde6c92@gateway/web/freenode/x-vtwjqqsmjapodfne)14:56
|Otter|there are paid ones?15:00
darynheh...there are those we will work on mantis if you pay them to15:01
darynpaul_  ...i have layout template and updates to MantisTemplate ready to push to mantisforge15:02
paul_yea mate's fixing15:06
paul_whilst I went to vote15:06
bruno_brunodaryn: thats the idea15:10
bruno_brunoi`m having so many troubles because of the implementation of inheritance ;/15:10
bruno_brunoand i can`t find out how to work around this problem15:11
paul_daryn: i'll be changing mantisforge ip15:12
paul_to new box ip15:12
darynmy url uses the domain name15:13
darynis that going to give me trouble with the ssh key?15:13
paul_doubt it?15:13
*** Joins: moto-moi (~hylke@cara.xs4all.nl)15:15
nuclear_eclipsedaryn: shouldn't15:15
daryntake a while to propogate...15:16
nuclear_eclipseit should pick up that the IP has changed, but the server still has the same cert (assuming paul is pulling from a full backup image), and be fine15:16
paul_just moving it from xen to openvz15:17
paul_problem I mgiht have is whether I get ip's in morning15:18
daryni guess if you're still in the same isp it'll probably still be the same dns settings15:18
*** Joins: micahg (~micah@ubuntu/member/micahg)15:18
darynso you're hoping for tomorrow?15:18
paul_german friend from ISP goes to bed in 40 minutes normally15:18
paul_we need to copy about 300GB of data between our boxes15:19
paul_load the xen images15:19
darynyikes15:19
paul_well, we backed up my server15:19
paul_to my toy vps with him15:19
paul_which is same isp on a ssd15:20
paul_but in a different data centre I think15:20
darynso...maybe i should push a branch to git.mantisbt.org so people can start reviewing...can delete it later15:20
paul_or wait15:20
nuclear_eclipsedaryn: or push to github :P15:21
paul_yea, that works15:21
nuclear_eclipseI keep a mirror on github15:21
darynnot a bad idea15:21
paul_I still kinda like dhx's suggestion of just writing our own template parser15:21
nuclear_eclipsehttp://github.com/jreese/mantisbt.git15:21
paul_although whether he's gone off that idea15:21
nuclear_eclipsehttp://github.com/jreese/mantisbt rather15:21
paul_daryn: we can't use phptal for email templates15:21
darynyeah i know15:22
paul_daryn: which basically means atm, if we use phptal, we need 2 different template engines15:22
paul_and given plugin authors will probably do their own thing15:22
xSmurfwhat's wrong with plain text emails? ;)15:22
nuclear_eclipsepaul_: or we could just pick an existing template engine that does support plaintext templates....15:22
paul_i.e. plugin author isn't going to learn a template engine necessarily15:22
paul_it kinda seems silly to use two15:22
paul_which might mean we can't use phptal15:22
paul_although i think dhx concluded phptal is pretty clever?15:23
nuclear_eclipseit's clever, but still designed from the ground up around the assumption of using it for HTML15:23
paul_anyway15:24
paul_once i fix box15:24
paul_hopefully I can push my stuff too15:24
paul_:(15:24
nuclear_eclipsesomething like smarty could easily be used for email and html, and would make translation really simple too15:25
paul_dhx was posting to me blog of guy who said smarty isn't needed anymore15:25
paul_who wrote a book on smarty or whatever15:26
nuclear_eclipsewell, smarty is really only a fancy wrapper around basic PHP features, but it's still much easier to read because of some of its niceties15:26
paul_vnc on a german iphone atm ;/15:26
*** Parts: blacknred0 (~irving@173-29-166-124.client.mchsi.com)15:26
paul_but yea15:30
paul_mate seems to think I wont get additional ip's until tomorrow15:30
paul_he's ripe admin but needs some support drone to click a button ;/15:31
darynwell, as i said before...i wrote a wrapper for phptal with some smarty calls as well so if you want to use smarty or add another engine will be fine15:33
daryntbh i think the continued argument is silly as we've been arguing it for 2+ years and not done anything15:34
daryni don't see a problem with using a different template engine or even straight php for email templates as they should be very basic anyway15:34
daryni don't care if people want to use smarty, twig, or something else instead of phptal...i can do that too but to this point...i like phptal much better15:35
darynand i was a smarty dev before15:35
darynfor me the real issue is...get the logic separated and use SOME template engine...15:36
paul_ya15:38
nuclear_eclipsedaryn: I'm fully agreeing, I just suggested smarty in the case where we really think it's important to use the same template engine for html + email15:43
nuclear_eclipsethe thing I liked the most about smarty was being able to extend its set of modifiers with your own things, like for string translation, markup expansion, etc15:45
darynyeah...i'm fairly certain you can do that with phptal too15:46
nuclear_eclipseok15:46
*** Joins: cobexer (~cobexer@188-23-6-232.adsl.highway.telekom.at)15:46
* nuclear_eclipse still hasn't really looked at more than the intro to phptal15:46
* daryn thinks nuclear_eclipse is dragging his feet hoping i'll change my mind15:47
nuclear_eclipselol15:47
nuclear_eclipseI've just been really busy15:47
daryn:)15:47
nuclear_eclipsestarting a new job on monday15:47
nuclear_eclipseif anyone's dragging feet, I think it's Paul... :P15:48
nuclear_eclipseI'm just happy to have someone doing the work to get mantis using proper templates15:48
daryncongrats on the job15:48
daryni take it you found one in OH?15:49
nuclear_eclipsetbh I really don't care what template language we use, as long at it does everything we need it to do15:49
nuclear_eclipseyep15:49
daryncool15:49
nuclear_eclipseworking with a local company that does security work for General Electric15:49
paul_ohh15:49
paul_your first job since you moved?15:49
nuclear_eclipseI'll be working on a *different* open source issue tracker :P15:49
paul_wtf?15:50
nuclear_eclipsewell, my first fulltime job :P15:50
darynuh oh15:50
nuclear_eclipsedon't worry15:50
paul_wtf?15:50
xSmurfgrats nuclear_eclipse15:50
nuclear_eclipseit's not actually a competitor with Mantis15:50
nuclear_eclipsety15:50
paul_your first job is migrating them to mantis?15:50
*** Quits: \cobexer|away (~cobexer@188-23-102-45.adsl.highway.telekom.at) (Ping timeout: 252 seconds)15:50
nuclear_eclipsehehe, I wish15:50
xSmurfhehe15:50
paul_what tracker?15:50
nuclear_eclipseit's technically an incident tracker15:50
nuclear_eclipseRTIR15:50
paul_RT? aka best practical?15:51
nuclear_eclipsebasically used to track security incidents throughout their facilities15:51
nuclear_eclipseyep15:51
paul_oh god15:51
paul_you must have been desperate for work15:51
nuclear_eclipsemostly working on proprietary extensions/customizations to fit their needs/workflow15:51
nuclear_eclipselol15:51
nuclear_eclipsethe position isn't permanently working on RTIR, that's just the first small project15:52
paul_having said that15:52
paul_might give you some ideas for mantis15:52
nuclear_eclipseyep15:52
nuclear_eclipsefirst step: migrate to Perl!15:52
paul_bye15:53
paul_also15:53
* nuclear_eclipse waves15:53
paul_can you reliably make php break with 5.3+mantis?15:53
paul_on some test box?15:53
nuclear_eclipseyep15:53
paul_and you've not worked out why yet?15:53
nuclear_eclipseit segfaults on *every* page load15:53
paul_i.e. may I have a play15:53
nuclear_eclipseand no, I don't have a debug build of php, nor the time to deal with coredumps15:53
nuclear_eclipsesure15:54
nuclear_eclipsegimme a short bit15:54
darynmy job uses TargetProcess for agile development.  interesting ideas there too15:55
nuclear_eclipsepaul_: ssh pub key?15:55
paul_take my normal one15:56
paul_that you have15:56
paul_aka there should be one on leetcode.net15:56
darynspeaking of...any chance you could send me my public key off mantisbt?  i've somehow lost the public one15:56
daryn:D15:56
nuclear_eclipselol15:56
nuclear_eclipseyou can get your pub key from your private key15:57
darynoh, ok15:57
nuclear_eclipse`ssh-keygen -l`15:58
nuclear_eclipseoh wait, that's fingerprint15:58
paul_john: you have my ssh key?15:58
* nuclear_eclipse looking15:58
nuclear_eclipse`ssh-keygen -y`15:59
nuclear_eclipsepaul_: `ssh prichards@stagekick.com`16:00
darynftw! nuclear_eclipse rocks16:01
nuclear_eclipse`man ssh-keygen` ftw :P16:01
paul_nuclear_eclipse: wheres mantis?16:02
nuclear_eclipsesec16:03
nuclear_eclipsethat server is just barely had anything done to it16:03
daryni did that too16:04
daryn;)16:04
darynhttp://github.com/daryn/mantisbt/commits/mantis-template16:04
nuclear_eclipsepaul_: you should have sudo access now16:05
darynnuclear_eclipse checkout the main menu on the manage_user_page16:06
nuclear_eclipsethe mantis install is running from /srv/www/sites/leetcode.net/mantis/16:06
nuclear_eclipseI'll take a look later, I gotta head out right now16:06
darynyep cya16:07
nuclear_eclipsepaul_: you can access the site (and make it segfault) by hitting http://stagekick.com/mantis/16:07
nuclear_eclipseotherwise, feel free to muss around with configs or restart services if you need to, just let me know anything you change16:07
nuclear_eclipsepaul_: a status report would also be nice if you figure anything out16:08
nuclear_eclipsecheers16:08
nuclear_eclipseI'll try to pay attention to here from my phone if I can16:08
xSmurfhmmmpf now my issues aren't being marked as fixed :/16:22
paul_oh right16:22
paul_forgot about you16:22
paul_nuclear_eclipse: does anything important run from that box aka live?16:22
*** Quits: Ragnor (~Ragnor@dslb-088-077-005-177.pools.arcor-ip.net) (Ping timeout: 276 seconds)16:29
xSmurffixed16:30
*** Joins: Watergad (~Watergad@watergad.pereslavl.ru)16:41
*** Joins: Ragnor (~Ragnor@dslb-092-073-025-041.pools.arcor-ip.net)16:41
WatergadHi16:42
WatergadIs it possible to make filter with OR, not only AND?16:42
paul_nuclear_eclipse: wow john16:42
Watergade.g. "where I am a handler OR what I monitor"16:43
*** Quits: bruno_bruno (~WebIRC@radio.redenorte.net) (Quit: (( WebIRC Gratuito www.webirc.com.br Agora no Orkut! www.orkut.com.br/Main#AppInfo.aspx?appId=301253744845&ref=SR )) (Ping timeout))16:43
paul_nuclear_eclipse: ok, I think i'll try on my box later16:44
paul_as erm16:44
paul_there's too much going on there16:44
paul_xdebug, apc, suhosin16:44
paul_etc16:44
darynWatergad it is that way already16:55
darynoh...wait...i think i have it backward16:56
darynit ORs values within the same field but ANDs for different fields...so...no. not currently16:57
WatergadI see. I wonder if there is some kind of plugin, or smth else16:57
darynnot yet16:58
Watergadok16:58
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Remote host closed the connection)17:05
*** Quits: cobexer (~cobexer@188-23-6-232.adsl.highway.telekom.at) (Remote host closed the connection)17:07
*** Quits: Watergad (~Watergad@watergad.pereslavl.ru) (Quit: Just left.)17:29
*** Quits: AzaToth (~azatoth@wikipedia/AzaToth) (Remote host closed the connection)17:37
*** Quits: fanno (~Morten@90.184.93.233) (Read error: Connection reset by peer)18:04
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Quit: daryn)18:07
*** Quits: paul_ (~4d672186@gateway/web/freenode/x-hithssyrdbsbtawf) (Quit: Page closed)18:19
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Quit: Ex-Chat)19:41
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 246 seconds)20:24
*** Joins: daryn (~INTERACT\@h27.154.16.98.dynamic.ip.windstream.net)20:59
*** Joins: siebrand (~beis@sm.xs4all.nl)21:12
*** Joins: daryn_ (~INTERACT\@h73.144.16.98.dynamic.ip.windstream.net)21:27
*** Quits: daryn (~INTERACT\@h27.154.16.98.dynamic.ip.windstream.net) (Ping timeout: 265 seconds)21:30
*** daryn_ is now known as daryn21:33
*** Joins: daryn_ (~INTERACT\@h221.153.16.98.dynamic.ip.windstream.net)21:40
*** Quits: daryn (~INTERACT\@h73.144.16.98.dynamic.ip.windstream.net) (Ping timeout: 264 seconds)21:43
*** Joins: daryn__ (~INTERACT\@h232.217.31.71.dynamic.ip.windstream.net)21:43
*** Quits: daryn_ (~INTERACT\@h221.153.16.98.dynamic.ip.windstream.net) (Ping timeout: 264 seconds)21:47
*** Quits: daryn__ (~INTERACT\@h232.217.31.71.dynamic.ip.windstream.net) (Remote host closed the connection)21:59
*** Joins: daryn (~INTERACT\@h232.217.31.71.dynamic.ip.windstream.net)22:00
*** Joins: |HaruAFK| (~haruka@p54ACCC35.dip.t-dialin.net)22:41
*** Quits: |Otter| (~haruka@p54ACE8F6.dip.t-dialin.net) (Ping timeout: 245 seconds)22:44
*** Joins: micahg (~micah@ubuntu/member/micahg)22:55
*** Quits: daryn (~INTERACT\@h232.217.31.71.dynamic.ip.windstream.net) (Quit: daryn)23:46

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!