Bug#728835: marked as done ([debian-timeline] Please display event dates in tooltips)
"Debian Bug Tracking System" <[email protected]> Tue, 09 Dec 2025 12:21:12 +0000
| Newsgroups | gmane.linux.debian.devel.publicity |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1765282872-18762-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Tue, 09 Dec 2025 12:19:09 +0000 with message-id <[email protected]> and subject line Bug#1116674: Removed package(s) from unstable has caused the Debian Bug report #728835, regarding [debian-timeline] Please display event dates in tooltips to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 728835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D728835 Debian Bug Tracking System Contact [email protected] with problems ------------=_1765282872-18762-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 6 Nov 2013 03:32:23 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2-bugs.debian.org_2005_01_02 (2011-06-06) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=4.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HAS_PACKAGE,RCVD_IN_DNSWL_LOW,SPF_PASS, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 44; hammy, 149; neutral, 110; spammy, 2. spammytokens:0.998-1--similes, 0.987-1--simile's hammytokens:0.000-+--dfsg01, 0.000-+--UD:us.debian.org, 0.000-+--2.3.0, 0.000-+--Severity, 0.000-+--H*UA:17.0.9 Return-path: <[email protected]> Received: from mail-qa0-f50.google.com ([209.85.216.50]) by buxtehude.debian.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:128) (Exim 4.80) (envelope-from <[email protected]>) id 1Vdtqw-0005Wu-8g for [email protected]; Wed, 06 Nov 2013 03:32:22 +0000 Received: by mail-qa0-f50.google.com with SMTP id f11so1688796qae.16 for <[email protected]>; Tue, 05 Nov 2013 19:32:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=gvynUVEDroN9qrOh2KIQEEb7gX/eZ+3JcjxHeNa34bw=; b=xQi1Sfp3Ew+OO1dWJlyHLPnmtRU0k0ebwoo3PvT+CChLr0itOg8N+QJomMZNXAICw5 BlIAhuy+ciPs+khfoSqkVGBHwq6+Mi8UDYv9Oj4SPYYinYr+jncScNaJAowGQ/uqqHyf TSmooSpziJz6y+GPk2HXDiRDtVojFNm8L3MG5edFZARExbzf64L169ikbXgPDGmhA09G 6tRWlIGLtGdTpuWaANtd7qVMBaAE1jx5Tniw1NkXPwT1VlaD4i+DBsBp0mrn9+6Z1pFG hqSttvvRAEBKceu3xEmF36nm7bIaYu70iSihn1KLsJSJoN4G0+AWk+2uHJq32YidLXli 1DxQ== X-Received: by 10.49.0.208 with SMTP id 16mr1538502qeg.25.1383708733213; Tue, 05 Nov 2013 19:32:13 -0800 (PST) Received: from [192.168.1.9] (modemcable156.191-56-74.mc.videotron.ca. [74.56.191.156]) by mx.google.com with ESMTPSA id 4sm74838422qak.11.2013.11.05.19.32.12 for <[email protected]> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Nov 2013 19:32:12 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 05 Nov 2013 22:32:12 -0500 From: Filipus Klutiero <[email protected]> User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: [email protected] Subject: [debian-timeline] Please display event dates in tooltips Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: [email protected] Package: debian-timeline Version: 25 Severity: wishlist The position of events in the timeline gives a good idea of when they happened. However, labels are quite long, making it hard to say precisely which day an event occured, even though that information is in the data. I am not clear on why this information doesn't show, as upstream SIMILE's example shows dates fine in tooltips: http://www.simile-widgets.org/timeline/ The event data has the same format as ours. upstream uses the uncompressed version of SIMILE, where the relevant code clearly appears in sources.js, but I also found the compressed form in our timeline-bundle.js: > fillTime:function(a,b){if(this._instant){if(this.isImprecise()){a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._start)));a.appendChild(a.ownerDocument.createElement("br"));a. > appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._end)))}else{a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._start)))}}else{if(this.isImprecise()){a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._start)+" ~ "+b.labelPrecise(this._latestStart)));a.appendChild(a.ownerDocument.createElement("br"));a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._earliestEnd)+" ~ "+b.labelPrecise(this._end)))}else{a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._start)));a.appendChild(a.ownerDocument.createElement("br"));a.appendChild(a.ownerDocument.createTextNode(b.labelPrecise(this._end)))}}} If this is a configuration issue, it wasn't blindingly obvious. --- System information. --- Architecture: i386 Kernel: Linux 3.10-3-amd64 Debian Release: jessie/sid 990 testing http.us.debian.org 500 unstable http.us.debian.org 1 experimental debian.mirror.iweb.ca --- Package information. --- Depends (Version) | Installed ====================================-+-=========== libjs-simile-timeline | 2.3.0+dfsg-0.1 Package's Recommends field is empty. Package's Suggests field is empty. -- Filipus Klutiero http://www.philippecloutier.com ------------=_1765282872-18762-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 728835-done) by bugs.debian.org; 9 Dec 2025 12:19:12 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-107.4 required=4.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HAS_BUG_NUMBER,RDNS_NONE, SPF_HELO_NONE,SPF_NONE,USER_IN_DKIM_WELCOMELIST,VERSION autolearn=unavailable autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 0; hammy, 150; neutral, 45; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--Hx-spam-relays-external:sk:fasolo., 0.000-+--H*r:sk:fasolo., 0.000-+--H*RU:sk:fasolo. Return-path: <[email protected]> Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:36414) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgR-0004WM-21; Tue, 09 Dec 2025 12:19:11 +0000 Received: from [192.91.235.231] (port=57734 helo=fasolo.debian.org) from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by muffat.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgS-009q5K-2x; Tue, 09 Dec 2025 12:19:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:Cc:To:From: Reply-To:Content-ID:Content-Description:In-Reply-To:References; bh=8WNbETKu0oJ7YsIyjM8sh2eesp6JeVuBNV4t+msXcU0=; b=rFsh6pf2AAFyKJZ6btl+Nmr7u3 K7fBQiVEZCcC/fPYqsakT51owvuQx+pKDbVsErRCN98w+Y5HnTYuHjYfw14xHSs3551NkU+iwYAph 0bHKvnLm6JbGCz7tCFdZbPLHsA/UulMVidaWRwGAq6+ARpbaq63+lt5vQV7jiC7MrGLRqFzuFbjc2 zjuLUxxwtgu1rk+56q0wzGXHO/RD7r+ngoXFtTVbCxnHvspjgq+hL8xDOEUyYKba4aZdhLudAMs/x yWlqDTFZWY63/Mk1Nhs0pwnPXK9zEtuGrzV9RnHfN0TP+NLMXOJ4rJ6R9jEjf7dPtzvTueVZV8FQ3 Zl/5hyuA==; Received: from alteholz by fasolo.debian.org with local (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgP-003SKB-1B; Tue, 09 Dec 2025 12:19:09 +0000 From: Debian FTP Masters <[email protected]> To: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected], X-DAK: dak rm Cc: [email protected] X-Filler: 42 X-Debian: DAK Debian: DAK MIME-Version: 1.0 Subject: Bug#1116674: Removed package(s) from unstable Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> Date: Tue, 09 Dec 2025 12:19:09 +0000 X-CrossAssassin-Score: 7 Version: 46+rm Dear submitter, as the package debian-timeline has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1116674 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) ------------=_1765282872-18762-0--