Tuesday, 2010-03-30

*** Joins: kirillka (~Miranda@global01.vester.ru)00:41
*** Quits: kirillka (~Miranda@global01.vester.ru) (Client Quit)00:42
*** Joins: kirillka (~Miranda@global01.vester.ru)00:44
*** Joins: davidinc (~d5374b05@gateway/web/freenode/x-mbnwhbwcerlqfdfa)01:45
*** Quits: siebrand (~beis@sm.xs4all.nl) ()01:55
*** Quits: davidinc (~d5374b05@gateway/web/freenode/x-mbnwhbwcerlqfdfa) (Ping timeout: 252 seconds)02:19
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:33
*** Joins: davidinc (~d5374b0d@gateway/web/freenode/x-mzkkwlbcpnxkpkfh)02:51
davidincHello :)02:52
davidincfrom Manage Custom Fields I create Estimated Cost02:53
davidincwhen I edit custom field Type02:53
davidincType = float02:53
davidincWhen I insert prices 100,000.0002:54
davidincIt doesn't receive commas02:54
davidincis there any function allows comma for the float types02:55
davidincOr any field that allows comma?02:58
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)03:07
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)03:07
*** Joins: giallu (~giallu@fedora/giallu)03:23
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)03:52
*** Quits: davidinc (~d5374b0d@gateway/web/freenode/x-mzkkwlbcpnxkpkfh) (Ping timeout: 252 seconds)04:34
*** Joins: davidinc (~d5374b0d@gateway/web/freenode/x-xxwjyfihjofvyfbg)04:34
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)04:56
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)04:57
*** Joins: wolog (~wolog@wolog.info)05:15
*** Quits: wolog (~wolog@wolog.info) (Ping timeout: 240 seconds)05:28
*** Joins: wolog (~wolog@wolog.info)05:31
CupertinoHi06:16
CupertinoWhen I add followers to tickets06:16
CupertinoCan i have the system send an email to notify them of the fact I added them to the ticket?06:16
*** Quits: davidinc (~d5374b0d@gateway/web/freenode/x-xxwjyfihjofvyfbg) (Ping timeout: 252 seconds)06:48
*** Joins: mantisbt_45209 (~d2c13501@gateway/web/freenode/x-ievlrwonvlsksofw)07:23
mantisbt_45209Hi Good Evening!!!!07:23
mantisbt_45209I am having issue after i upgrade the database to utf807:24
*** Quits: mantisbt_45209 (~d2c13501@gateway/web/freenode/x-ievlrwonvlsksofw) (Quit: Page closed)07:57
nuclear_eclipseCupertino: if you use the Send a Reminder option on a bug, it will do exactly that08:00
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)08:20
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)08:26
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Ping timeout: 264 seconds)08:45
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)08:57
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)08:58
*** Joins: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl)09:00
*** Quits: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl) (Read error: Connection reset by peer)09:01
*** Quits: wolog (~wolog@wolog.info) (Ping timeout: 240 seconds)09:07
dhx_mnuclear_eclipse: I'm all for Snippets going live :)09:08
*** Joins: wolog (~wolog@wolog.info)09:13
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:30
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Client Quit)09:31
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:31
nuclear_eclipsedhx_m:  :)09:35
nuclear_eclipsegood to know09:35
dhx_malthough I would like to fix some of the duplicate name/etc bugs09:35
dhx_mand also do a quick check over for XSS issues :)09:35
nuclear_eclipse well, the code is public ;)09:36
dhx_munless you've already done that09:36
nuclear_eclipseI'm handling XSS stuff via string_display, string_attribute, etc09:36
dhx_mfor instance, line 68 @ http://git.mantisforge.org/w/snippets.git?a=blob;f=Snippets/pages/snippet_list_action.php;h=b37564c4e645ddeb4e19f7572bd31b6c9b8b96c3;hb=HEAD#l6809:39
dhx_mof snippet_list_action.php... it seems the snippet name is printed as-is09:39
nuclear_eclipsenope09:39
dhx_mand line 73 the name and value is also as-is?09:40
nuclear_eclipsethe Snippet:clean() function takes care of it all before the page gets any of the data09:40
dhx_maha09:40
dhx_mI see :)09:40
nuclear_eclipsedecided to throw the XSS stuff into a helper function so I wasn't tossing string_* everywhere in the layout code09:41
dhx_myep09:41
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Remote host closed the connection)09:45
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:45
nuclear_eclipseat-cursor inserting is implemented :P09:46
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Client Quit)09:46
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:46
dhx_m:)09:49
nuclear_eclipseit required pulling in another jquery plugin though09:50
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)09:57
Cupertinonuclear_eclipse - what do you mean?09:58
nuclear_eclipseCupertino: ta the 10:09
nuclear_eclipseCupertino: at the top of the bup view page, there should be a link titled Send Reminder that allows you to attach/send a note at the same time that you add users to the monitor list10:10
*** Joins: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl)10:20
*** Quits: wolog (~wolog@wolog.info) (Ping timeout: 240 seconds)10:36
*** Joins: wolog (~wolog@wolog.info)10:44
CupertinoYeah nuclear_eclipse I saw it11:03
CupertinoI tested it and this is a better approach, thanks11:03
nuclear_eclipseyw11:03
Cupertinogtg cya later11:03
nuclear_eclipsecheers11:03
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)11:03
*** Quits: giallu (~giallu@fedora/giallu) (Remote host closed the connection)11:07
*** Joins: fanno (~Morten@90.184.93.233)11:11
*** Quits: wolog (~wolog@wolog.info) (Ping timeout: 240 seconds)11:53
*** Joins: wolog (~wolog@wolog.info)11:55
*** Quits: wolog (~wolog@wolog.info) (Read error: Operation timed out)12:08
*** Joins: wolog (~wolog@wolog.info)12:10
*** Quits: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl) (Ping timeout: 246 seconds)12:17
*** Joins: moto-moi (~hylke@cara.xs4all.nl)12:25
*** Joins: cobexer (~cobexer@91-113-119-98.adsl.highway.telekom.at)12:36
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)12:46
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Ping timeout: 252 seconds)12:51
*** Joins: wolog_ (~wolog@wolog.info)12:53
*** Quits: wolog (~wolog@wolog.info) (Ping timeout: 258 seconds)12:54
*** Joins: ultra_blue (~gogogo@129.24.112.122)13:06
ultra_blueHi, everybody! Is there a way to suppress the creation of links in the Description and Notes fields on a per-Issue basis? In other words, I don't want them suppressed all the time, just in some Issues. Thanks!13:08
*** Quits: wolog_ (~wolog@wolog.info) (Read error: Operation timed out)13:23
*** cobexer is now known as \cobexer|away13:31
*** Joins: mantisbt_62417 (~6d56f5f1@gateway/web/freenode/x-nbhfgmepoarxihtx)13:33
mantisbt_62417df13:34
mantisbt_62417Hi13:34
*** Quits: mantisbt_62417 (~6d56f5f1@gateway/web/freenode/x-nbhfgmepoarxihtx) (Quit: Page closed)13:55
*** Joins: AzaToth (~azatoth@wikipedia/AzaToth)14:32
*** Joins: giallu (~giallu@fedora/giallu)14:44
*** Quits: \cobexer|away (~cobexer@91-113-119-98.adsl.highway.telekom.at) (Remote host closed the connection)14:48
paul__dhx_m: .16:56
*** Quits: fanno (~Morten@90.184.93.233) (Quit: Leaving.)17:15
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Quit: daryn)17:54
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Quit: Ex-Chat)18:09
*** Quits: dhx_m (~anonymous@c122-107-157-71.eburwd5.vic.optusnet.com.au) (Quit: Leaving)18:26
*** Parts: ultra_blue (~gogogo@129.24.112.122)19:19
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 264 seconds)19:57
*** Quits: scribe9343423 (~scribe934@mantisforge.org) (Remote host closed the connection)20:00
*** Joins: scribe9343423 (~scribe934@mantisforge.org)20:00
*** Quits: AzaToth (~azatoth@wikipedia/AzaToth) (Remote host closed the connection)20:21
*** Joins: dhx_m (~anonymous@c122-107-157-71.eburwd5.vic.optusnet.com.au)20:45
*** Quits: AceSMcCloud (~acesmcclo@212.49.225.1) (Ping timeout: 245 seconds)23:43
*** Joins: AceSMcCloud (~acesmcclo@host81-132-9-12.range81-132.btcentralplus.com)23:44

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