Friday, 2012-08-03

*** Joins: kirillka (~Miranda@195.242.142.17)00:27
*** Joins: dregad_ (~dregad@203-236.193-178.cust.bluewin.ch)00:47
*** Quits: dregad_ (~dregad@203-236.193-178.cust.bluewin.ch) (Client Quit)00:51
*** Joins: dregad_ (~dregad@203-236.193-178.cust.bluewin.ch)00:52
*** Quits: dregad_ (~dregad@203-236.193-178.cust.bluewin.ch) (Client Quit)00:52
*** Joins: dregad_ (~dregad@203-236.193-178.cust.bluewin.ch)00:53
*** dregad_ is now known as dregad01:53
GitHub136[mantisbt] dregad pushed 2 new commits to master: https://github.com/mantisbt/mantisbt/compare/26b38801135e...971809aab34401:59
GitHub136[mantisbt/master] Fix long URL formatting causing bugnote/text to be blank - Damien Regad01:59
GitHub136[mantisbt/master] Email hrefs in bugnotes should include 'mailto:' prefix - Damien Regad01:59
GitHub124[mantisbt] dregad pushed 2 new commits to master-1.2.x: https://github.com/mantisbt/mantisbt/compare/adc66fea3e4a...4a4fe86db54401:59
GitHub124[mantisbt/master-1.2.x] Fix long URL formatting causing bugnote/text to be blank - Damien Regad01:59
GitHub124[mantisbt/master-1.2.x] Email hrefs in bugnotes should include 'mailto:' prefix - Damien Regad01:59
*** Quits: giallu (~giallu@fedora/giallu) (Read error: Operation timed out)04:52
*** Quits: kirillka (~Miranda@195.242.142.17) (Quit: kirillka)06:58
*** Joins: giallu (~giallu@fedora/giallu)07:14
*** Joins: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com)11:01
*** Quits: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com) (*.net *.split)11:32
*** Quits: giallu (~giallu@fedora/giallu) (*.net *.split)11:32
*** Quits: dregad (~dregad@203-236.193-178.cust.bluewin.ch) (*.net *.split)11:32
*** Quits: nextgens (~florent@freenet/developer/nextgens) (*.net *.split)11:32
*** Quits: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de) (*.net *.split)11:32
*** Quits: micahg (~micahg@ubuntu/member/micahg) (*.net *.split)11:32
*** Joins: nextgens (~florent@freenet/developer/nextgens)11:51
*** Joins: dregad (~dregad@203-236.193-178.cust.bluewin.ch)11:51
*** Joins: giallu (~giallu@fedora/giallu)11:51
*** Joins: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com)11:51
*** Joins: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de)11:51
*** Joins: micahg (~micahg@ubuntu/member/micahg)11:51
* Paul_46 yawns13:24
dregadgo to bed then :P13:42
Paul_46nah13:42
Paul_46coding13:42
Paul_46:)13:42
Paul_46dregad: what do you think about themes?14:09
Paul_46lol14:12
Paul_46I just found a config option we still refer to but removed from the code 7 years ago14:14
Paul_46kinda funny :)14:14
dregadthemes, like changing the colors & stuff ?14:17
dregadre: the config option, considering how many we've got, I'm not so suprised ;)14:17
Paul_46i'm wondering when i last did a psuh14:19
dregaddunno, your last commit in my local copy of your 2.0 branch is dated Jun 20th14:20
dregadsorry 10th14:20
Paul_46I'm tempted to bin $g_file_type_icons = array14:22
Paul_46and just duplicate images14:22
Paul_46at least having stuff like14:23
Paul_46'rar'=> 'zip.png',14:23
Paul_46doesn't make sense14:23
Paul_46as rar != zip14:23
Paul_46;p14:23
dregadbut lets users use another icon if they want to14:23
Paul_46yea, but so would14:24
dregadyou could have 'rar' => ' archive.png'14:24
Paul_46if( file_exists('extension'), foo.jpg ) else generic.jpg14:24
dregadwould work, tradeoff is multiplication of so many gif files14:25
Paul_46well, atm we have 66 file icons14:26
Paul_46but 34 images14:26
Paul_46in theory we could allow a theme to specific y file icons14:26
Paul_46so use multiplication14:26
Paul_46however14:26
Paul_46it would probably make equally as much sense to do14:27
Paul_46if ( file exists ( showicon) else { call php_icon.php()14:27
Paul_46where php icon .php generates a 16x16 image of the 3 letter file extension14:27
Paul_46and tbh, for a .rar, i'd probably rather have a generic icon, or a generated text icon, then a zip icon :)14:29
Paul_46equally, whilst there's some niceicons out there e.g. quick google shows http://icons.iconarchive.com/icons/babasse/imod/256/Rar-icon.png14:29
Paul_46i'd probably be inclined to think there's like 20 popular icons people might attach14:30
Paul_46html, doc, docx, jpg, bmp, txt, diff in our case for instance14:30
Paul_46people can use symlinks, webserver stuff or whatever for icon source14:30
Paul_46and if not found we generate something14:31
Paul_46could be more sensible then having a config entry14:31
dregadyeah why not14:32
dregadbut we can't deliver this functionality (i.e. symlinks) out of the box, means we do have duplication of several icons14:33
dregadprobably not a big issue as they are small files14:33
Paul_46could use css sprites in css or whatever they called :P14:34
Paul_46although i'm not sure if that would be more annoying14:38
GitHub86[mantisbt] dregad pushed 1 new commit to master: https://github.com/mantisbt/mantisbt/commit/81c42d33466871b927285f4c9f4a16f09206ff6515:02
GitHub86[mantisbt/master] Documentation: improve troubleshooting for error 1502 - Damien Regad15:02
GitHub135[mantisbt] dregad pushed 1 new commit to master-1.2.x: https://github.com/mantisbt/mantisbt/commit/c013fabb5c0341ffb6ad9e545150f6ac224c538615:02
GitHub135[mantisbt/master-1.2.x] Documentation: improve troubleshooting for error 1502 - Damien Regad15:02
GitHub68[mantisbt] dregad pushed 1 new commit to master: https://github.com/mantisbt/mantisbt/commit/d9e97d9e432649624e00c984ba791641ca4b7bb015:09
GitHub68[mantisbt/master] Fix new signup user is protected account on PostgreSQL - Damien Regad15:09
GitHub60[mantisbt] dregad pushed 1 new commit to master-1.2.x: https://github.com/mantisbt/mantisbt/commit/7124ee6fb9cd78e54bf26c2f1fe5a4f3c8e4d3e015:09
GitHub60[mantisbt/master-1.2.x] Fix new signup user is protected account on PostgreSQL - Damien Regad15:09
Paul_46gonna be fun merging this lot :P15:11
Paul_46one day15:11
dregadi'll start worrying about it when (and if ever) it comes to that ;)15:32
*** Quits: dregad (~dregad@203-236.193-178.cust.bluewin.ch) (Quit: Pull the pin and count to what?)15:54
*** Quits: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com) (Quit: IceChat - Its what Cool People use)16:32
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 245 seconds)16:51
*** Quits: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)17:00
*** Joins: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de)17:00
*** Joins: giallu (~giallu@88.149.240.99)23:45
*** Quits: giallu (~giallu@88.149.240.99) (Changing host)23:45
*** Joins: giallu (~giallu@fedora/giallu)23:45

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