Tuesday, 2009-12-29

../irclogs/#mantishelp.2009-12-29.log
--- scribe started ---00:00
hackhi12:37
Guest92942help12:38
Guest92942Кто сталкивался с проблемой авторизации mantis с ad windows 200312:39
awdelyeahello14:26
awdelyeaI was wondering if anyone knew how to generate an activity log for one particular day14:27
awdelyea??14:27
nuclear_eclipseawdelyea: it's not part of mantis, but you could manually generate it from the database14:27
awdelyeak, sounds like a plan14:28
awdelyeathanks14:28
nuclear_eclipsenp14:28
nuclear_eclipsejust take a look at bug_history_table, that's what tracks all the updates/changes to every bug14:29
paul__;p john14:30
paul__lo even14:31
paul__nuclear_eclipse: hmm14:35
nuclear_eclipsehowdy paul__14:35
paul__I dont get compress api ;/14:36
awdelyeamaybe there should be something like that in a newer version, viewing activity history for a date range14:36
paul__nuclear_eclipse: why do we have compress_enable and compress_disable functions /14:37
nuclear_eclipseawdelyea: code submissions are always welcome :P14:40
nuclear_eclipsepaul__: don't ask me14:40
nuclear_eclipsethey've been in mantis longer than I've been part of the team :P14:41
paul__we've got 2 things going on14:41
paul__ignoring fact webserver can do compression14:42
paul__a) you can set COMPRESSION_DISABLED14:44
paul__b) you can call compress_disable14:44
paul__and they kick in at different points14:44
paul__I partly wonder if we should just have compress on by default14:45
paul__and a method to turn it off on a particular page?14:45
nuclear_eclipsepaul__: I'm still not sure why we a) wouldn't just leave compression up to the webserver, and b) why we would ever have a need to turn compression off....14:58
CIA-27Mantisbt: s.mazeland * rdb1439367eb5 / (config_defaults_inc.php lang/strings_german_eintrag.txt): Remove deprecated German "Eintrag" localisation.14:59
CIA-27Mantisbt: s.mazeland * r8114b8288cd7 /config_defaults_inc.php: * break long lines in comments at 8015:00
CIA-27Mantisbt: s.mazeland * r99211b94aad7 /config_defaults_inc.php: Add languages Afrikaans and Macedonian15:00
paul__nuclear_eclipse: we disable compression for file_download.php ;P15:10
paul__and error api15:11
nuclear_eclipseI still don't understand *why* though...15:12
paul__I think both are deliberate15:12
nuclear_eclipsewell, I would assume that too15:13
CIA-27Mantisbt: s.mazeland * r58e01600767c / (33 files in 4 dirs): Localisation updates from http://translatewiki.net (2009-12-29)15:14
paul__http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=6b96804ac7b2cdb09e5a001d7c1a2573c2a71e5915:15
paul__now why did I turn it off there :)15:15
paul__I believe it was todo with not sending the right content length15:15
paul__i.e.15:15
paul__header( 'Content-Length: ' . $v_filesize );15:15
paul__if we send that15:16
paul__then esnd compressed content15:16
paul__how do we know what the content length for the compressed content should be?15:16
paul__so yea, that's file download15:17
paul__I think error api is same sort of reason15:17
paul__although i'd say less essential i would have thought15:17
paul__i.e. throw away old buffer, start a new one15:17
paul__otoh, file_download is probably where we actually do need/want it :P15:20
* paul__ stabs siebrand 15:44
siebrandpaul__: what'd I do?16:12
paul__reindented a file ;/16:13
siebrandpaul__: that was way overdue16:14
paul__I guess it gives me an excuse16:15

Generated by irclog2html.py