You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Ken Y. C. <kc...@lo...> - 2002-08-22 16:20:16
|
On Thu, 22 Aug 2002, Rhome Anderson wrote: > Date: Thu, 22 Aug 2002 12:02:43 -0400 > From: Rhome Anderson <rho...@wp...> > To: mp3...@li... > Subject: [mp3site-dev] html in band pages? > > We used to be able to use <p> and <br> tags when formatting copy in the > credits, bio, etc. Now they don't work. > > Was this a change that was a part of the code update? Actually, it was. There is a new function involved in updating a band's record, the "clean_html." This was added to prevent the cross-site scripting vulnerability that followed from allowing "<script>" tags. So, I implemented a "Prussian" stance on HTML whereby any tag not explicitly allowed is denied. There is a list of acceptable tags, and <p> and <br> didn't make the cut. My own oversight. Sorry. It's an easy fix, just adding those to the list of what's allowed. Any others while I'm at it? We'll see if I still have access to the mp3 box. It's alwasy a challenge getting in. ky |
From: Rhome A. <rho...@wp...> - 2002-08-22 16:03:09
|
We used to be able to use <p> and <br> tags when formatting copy in the credits, bio, etc. Now they don't work. Was this a change that was a part of the code update? |
From: Ken Y. C. <kc...@lo...> - 2002-08-13 20:52:18
|
All, I've made a release of 0.03 of the code. The changes are mostly what I did in between releasing a buggy 0.02 and fixing all the stuff to run on the new box for mp3.washingtonpost.com. ky |
From: Ken Y. C. <kc...@lo...> - 2002-07-31 22:01:42
|
On Wed, 31 Jul 2002, Rhome Anderson wrote: > Date: Wed, 31 Jul 2002 16:59:35 -0400 > From: Rhome Anderson <rho...@wp...> > To: mp3...@li... > Subject: [mp3site-dev] activity logs? > > Does the code keep track of uploads, downloads and page edits? > > It sends out emails every time something is added or changed, I was > wondering where this is recorded. Rhome, "Uploads" are stored in the "song" table. For a list of the most recent ones, I just query the "song" table and ask for all those with a "date_uploaded" of some value (like less than today minus seven days). "Downloads" are stored in two tables: "download" and "download_archive." The first just stores the song_id, date, and IP address. The second has the same structure, but is used to archive the main table every week (by the "mp3_hall_of_fame.pl" script). This keeps the "download" table small so queries are fast. The archive table is just there for posterity's sake. Page edits are not stored; the code just sends an e-mail when one happens. ky |
From: Rhome A. <rho...@wp...> - 2002-07-31 21:15:27
|
Does the code keep track of uploads, downloads and page edits? It sends out emails every time something is added or changed, I was wondering where this is recorded. |
From: Ken Y. C. <kc...@lo...> - 2002-07-22 17:46:35
|
On Mon, 22 Jul 2002, Rhome Anderson wrote: > Date: Mon, 22 Jul 2002 12:09:43 -0400 > From: Rhome Anderson <rho...@wp...> > To: mp3...@li... > Subject: [mp3site-dev] [Fwd: edit band info] > > Could have been caused by our switch-over? > > ERROR > Error sending your message: 'mailhost not found connect to mailhost > failed () no (more) retries! ' at /opt/mp3/lib/BGEP/MP3.pm line 89. at > /opt/mp3/lib/BGEP/MP3/EditBand.pm line 199. > Rhome, I don't believe the switch has happened yet. The path "/opt/mp3" tells me that this is still coming from the original install. It looks like someone has changes /etc/hosts on the mp3 box or that what "mailhost" pointed to before no longer exists. I'll have to write Tom to find out more. ky |
From: Rhome A. <rho...@wp...> - 2002-07-22 16:09:17
|
Could have been caused by our switch-over? |
From: Ken Y. C. <kc...@lo...> - 2002-07-18 19:30:47
|
Steve Reppucci reported a bug in the clean_html sub. It has been fixed and checked in. ky |
From: Ken Y. C. <kc...@cs...> - 2002-07-18 06:06:17
|
foo |
From: Ken Y. C. <kc...@lo...> - 2002-07-18 05:40:38
|
Is there anybody in there? Just nod if you can hear me. |