hcalendar-creator-issues: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<h1>Réactions hCalendar creator</h1>
{{DISPLAYTITLE:hCalendar creator issues}}


Cette page est pour rassembler les bugs, réparations suggérées, et demandes de fonctionnalités  pour le [[hcalendar-fr|hCalendar]] [http://microformats.org/code/hcalendar/creator creator].
This page is for collecting bugs, suggested fixes, and issues with the [[hcalendar|hCalendar]] [http://microformats.org/code/hcalendar/creator creator]


SVP, indiquez votre nom et indiquez ''quelle'' version (même juste une date et un horaire aidera) du ''creator'' sur lequel vous fournissez une réaction. Merci !
Please list your name, and indicate ''which'' version (even just a date and time helps) of the creator that you are providing feedback on. Thanks!




== Rapport de Bugs  ==
== Bug Reports ==
=== REGRESSIONS ===
=== REGRESSIONS ===
Les régressions sont les pires types types de bugs, et la priorité à réparer. Si vous trouvez des problèmes qui n'étaient pas là dans une version précédente, merci de les saisir ici.
Regressions are the worst kind of bug, and the top priority to fix. If you find problems in the creator that were not there in a previous version, please enter them here.
* dtstart échoue à placer un horaire de départ lisbile par un humain dans l'élément texte'' rapporté par Tantek le 20 juillet 2006''.
* dtstart fails to put human readable start time into element text ''reported by Tantek at 2006-07-20''
** clarification : "si vous saisissez une date de départ et une heure de départ, seule la date de départ est placée dans le texte visible"
** clarification: "if you enter a start date and a start time , only the start date is put in the human visible text"
** apparaît déjà réparé dans hg, mais je ne peux être certain  -- [[User:RyanKing|RyanKing]] 14:52, 24 juillet 2006 (PDT)
** appears to already by fixed in hg, but I can't be sure --[[User:RyanKing|RyanKing]] 14:52, 24 Jul 2006 (PDT)
* il n'y a pas de séparateur tiret "-" separator entre dtstart et dtend ''rapporté par Tantek le 20 juillet 2006''
* there should be a dash "-", not emdash "–" separator between dtstart and dtend [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT)
** '''besoin de clarification, non reproductible actuellement''' --[[User:RyanKing|RyanKing]] 14:44, 24 Jul 2006 (PDT)
** A range should be indicated via an endash, "&ndash;", not a dash. [[User:Gazza|Gazza]] 23:34, 3 Apr 2008 (PDT)
* The creator appears to not work in IE6
** reported by several people via email to [[RyanKing]]
** error report:
  <pre><nowiki>
-- Browser/OS --
IE v6 - SP2, Windows XP
Nothing shows up in the "code" areas.
Press "Build It!"
JS error-
Line: 4266
Char: 1
Error: Object required
Code: 0
URL: http://microformats.org/code/hcalendar/creator
</nowiki></pre>
* reported not to work in Opera on WinXP
** reported to [[RyanKing]] via email


=== Bugs dans les nouvelles fonctionnalités ===
* ...


== Réparations suggérées ==
* ...


=== Bugs in new features ===
* the automatic 'id' attribute generation needs to strip "@" (e.g. I created an event for "@media") [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT)
** BBEdit validator reports: <blockquote><p>Value of attribute “id” for element “&lt;li&gt;” must begin with one of {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.</p></blockquote>


== Demandes de Fonctionnalités  ==
== Suggested Tweaks and Fixes ==
* ...
* ...




== Feature Requests ==
This section should probably be moved to a separate [[hcard-creator-feedback]] (or *-suggestions, or *-brainstorming) page.
* option to change root element to say &lt;li&gt;
* option to use mm/dd-mm/dd instead of MMM DD - MMM DD
* options to turn off most emdashes


== Pages Apparentées ==
== Related Pages ==
* [[hcalendar-fr|hCalendar specification]]
* [[hcalendar|hCalendar specification]]
* [[hcalendar-feedback-fr|hCalendar feedback]]
* [[hcalendar-issues]]
* [[hcard-creator-feedback-fr|hCard creator feedback]]
* [[hcard-creator-issues]]
* [[hreview-creator-feedback-fr|hReview creator feedback]]
* [[hreview-creator-issues]]

Latest revision as of 16:24, 18 July 2020


This page is for collecting bugs, suggested fixes, and issues with the hCalendar creator

Please list your name, and indicate which version (even just a date and time helps) of the creator that you are providing feedback on. Thanks!


Bug Reports

REGRESSIONS

Regressions are the worst kind of bug, and the top priority to fix. If you find problems in the creator that were not there in a previous version, please enter them here.

  • dtstart fails to put human readable start time into element text reported by Tantek at 2006-07-20
    • clarification: "if you enter a start date and a start time , only the start date is put in the human visible text"
    • appears to already by fixed in hg, but I can't be sure --RyanKing 14:52, 24 Jul 2006 (PDT)
  • there should be a dash "-", not emdash "–" separator between dtstart and dtend Tantek 22:57, 4 Jun 2007 (PDT)
    • A range should be indicated via an endash, "–", not a dash. Gazza 23:34, 3 Apr 2008 (PDT)
  • The creator appears to not work in IE6
    • reported by several people via email to RyanKing
    • error report:
-- Browser/OS --
IE v6 - SP2, Windows XP
 
Nothing shows up in the "code" areas.
Press "Build It!"
JS error-
Line: 4266
Char: 1
Error: Object required
Code: 0
URL: http://microformats.org/code/hcalendar/creator
  • reported not to work in Opera on WinXP


Bugs in new features

  • the automatic 'id' attribute generation needs to strip "@" (e.g. I created an event for "@media") Tantek 22:57, 4 Jun 2007 (PDT)
    • BBEdit validator reports:

      Value of attribute “id” for element “<li>” must begin with one of {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.

Suggested Tweaks and Fixes

  • ...


Feature Requests

This section should probably be moved to a separate hcard-creator-feedback (or *-suggestions, or *-brainstorming) page.

  • option to change root element to say <li>
  • option to use mm/dd-mm/dd instead of MMM DD - MMM DD
  • options to turn off most emdashes

Related Pages