#4349 closed defect
WEB: Incorrect title in IRC Daily Logs
Reported by: | dreammaster | Owned by: | SF/ender |
---|---|---|---|
Priority: | normal | Component: | Web |
Version: | Keywords: | ||
Cc: | Game: |
Description
Very minor bug, but on the logs.scummvm.org website, if you look at any daily log file, the title will be 'ScummVM IRC Log - $date'. ie. rather than showing the actual date for the log file, it's showing '$date'.
Ticket imported from: #2795972. Ticket imported from: bugs/4349.
Change History (7)
comment:1 by , 15 years ago
Owner: | set to |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Owner: | changed from | to
---|
comment:4 by , 15 years ago
The only person who has control over the content of logs.scummvm.org and also LeChuck is Ender. Maybe we are lucky and he will reply (I am assigning this item to him so that he sees it).
However, I would not hold my breath on that... So far, repeated requests by Eugene and me for control over LeChuck etc. were fruitless.
If somebody wants to make another attempt at contacting Ender via email, have a go at it -- we simply need LeChuck's source. Then, we can host LeChuck on our server, and could put the logs into a different place (and maybe also give it a CSS design matching that of the main website?). Note that DNS is under our control, so an alternative solution would be to simply change logs.scummvm.org to point to some other logger.
comment:5 by , 15 years ago
Status: | new → closed |
---|
comment:6 by , 15 years ago
I've fixed this, but honestly the log parser is one of those horrible bits of PHP 'uncode' that gives the language its bad name.
I've given the login details to Fingolfin, please feel free to replace logs/scummvm/index.php and logs/scummvm/log.php with something better and less nasty. Script is pretty self-explanatory, it just loops over a directory of logfiles.
I'm changing the naming format from dMy to yyyymmdd soon, at aquadrans request, to match the residual logs. That should make the job simpler, once I write a script to rename all the existing logfiles :)
comment:7 by , 6 years ago
Component: | → Web |
---|
I would gladly take a stab at this if I knew where this IRC log generator is at, and how it works.