| ../irclogs/#mantishelp.2009-12-29.log | ||
| --- scribe started --- | 00:00 | |
| hack | hi | 12:37 |
|---|---|---|
| Guest92942 | help | 12:38 |
| Guest92942 | Кто сталкивался с проблемой авторизации mantis с ad windows 2003 | 12:39 |
| awdelyea | hello | 14:26 |
| awdelyea | I was wondering if anyone knew how to generate an activity log for one particular day | 14:27 |
| awdelyea | ?? | 14:27 |
| nuclear_eclipse | awdelyea: it's not part of mantis, but you could manually generate it from the database | 14:27 |
| awdelyea | k, sounds like a plan | 14:28 |
| awdelyea | thanks | 14:28 |
| nuclear_eclipse | np | 14:28 |
| nuclear_eclipse | just take a look at bug_history_table, that's what tracks all the updates/changes to every bug | 14:29 |
| paul__ | ;p john | 14:30 |
| paul__ | lo even | 14:31 |
| paul__ | nuclear_eclipse: hmm | 14:35 |
| nuclear_eclipse | howdy paul__ | 14:35 |
| paul__ | I dont get compress api ;/ | 14:36 |
| awdelyea | maybe there should be something like that in a newer version, viewing activity history for a date range | 14:36 |
| paul__ | nuclear_eclipse: why do we have compress_enable and compress_disable functions / | 14:37 |
| nuclear_eclipse | awdelyea: code submissions are always welcome :P | 14:40 |
| nuclear_eclipse | paul__: don't ask me | 14:40 |
| nuclear_eclipse | they've been in mantis longer than I've been part of the team :P | 14:41 |
| paul__ | we've got 2 things going on | 14:41 |
| paul__ | ignoring fact webserver can do compression | 14:42 |
| paul__ | a) you can set COMPRESSION_DISABLED | 14:44 |
| paul__ | b) you can call compress_disable | 14:44 |
| paul__ | and they kick in at different points | 14:44 |
| paul__ | I partly wonder if we should just have compress on by default | 14:45 |
| paul__ | and a method to turn it off on a particular page? | 14:45 |
| nuclear_eclipse | paul__: 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-27 | Mantisbt: s.mazeland * rdb1439367eb5 / (config_defaults_inc.php lang/strings_german_eintrag.txt): Remove deprecated German "Eintrag" localisation. | 14:59 |
| CIA-27 | Mantisbt: s.mazeland * r8114b8288cd7 /config_defaults_inc.php: * break long lines in comments at 80 | 15:00 |
| CIA-27 | Mantisbt: s.mazeland * r99211b94aad7 /config_defaults_inc.php: Add languages Afrikaans and Macedonian | 15:00 |
| paul__ | nuclear_eclipse: we disable compression for file_download.php ;P | 15:10 |
| paul__ | and error api | 15:11 |
| nuclear_eclipse | I still don't understand *why* though... | 15:12 |
| paul__ | I think both are deliberate | 15:12 |
| nuclear_eclipse | well, I would assume that too | 15:13 |
| CIA-27 | Mantisbt: 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=6b96804ac7b2cdb09e5a001d7c1a2573c2a71e59 | 15:15 |
| paul__ | now why did I turn it off there :) | 15:15 |
| paul__ | I believe it was todo with not sending the right content length | 15:15 |
| paul__ | i.e. | 15:15 |
| paul__ | header( 'Content-Length: ' . $v_filesize ); | 15:15 |
| paul__ | if we send that | 15:16 |
| paul__ | then esnd compressed content | 15:16 |
| paul__ | how do we know what the content length for the compressed content should be? | 15:16 |
| paul__ | so yea, that's file download | 15:17 |
| paul__ | I think error api is same sort of reason | 15:17 |
| paul__ | although i'd say less essential i would have thought | 15:17 |
| paul__ | i.e. throw away old buffer, start a new one | 15:17 |
| paul__ | otoh, file_download is probably where we actually do need/want it :P | 15:20 |
| * paul__ stabs siebrand | 15:44 | |
| siebrand | paul__: what'd I do? | 16:12 |
| paul__ | reindented a file ;/ | 16:13 |
| siebrand | paul__: that was way overdue | 16:14 |
| paul__ | I guess it gives me an excuse | 16:15 |
Generated by irclog2html.py