Closed (duplicate)
Project:
Date
Version:
7.x-2.0-rc1
Component:
Date API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2011 at 17:54 UTC
Updated:
31 Dec 2011 at 20:26 UTC
after enabling the module the first time in a fresh Drupal7.10 install, the module shows it's initial message which says:
The Date API requires that you set up the <a href="/christian/drupal-7.10/?q=admin/config/regional/settings">site timezone and first day of week settings</a> and the <a href="/christian/drupal-7.10/?q=admin/config/regional/date-time">date format settings</a> to function correctly.
This is crippled - it uses an <a> tag that is displayed via htmlspecialchars(), so the link isn't shown.
Screenshot as attachment.
BTW, I have set my timezone during the installation, and my first day is set to sunday.
Don't know what Date API is complaining about.
| Comment | File | Size | Author |
|---|---|---|---|
| Bildschirmfoto1.png | 44.87 KB | nerdoc |
Comments
Comment #1
nerdoc commentedadditional info (for the minor part with the complaining), if I go to /admin/config/regional/date-time and just click "save" without changing anything - so that the default values are written as my preferences (?), the date API stops complaining.
Comment #2
karens commentedDuplicate of #1388586: do not use check_plain on configuration links in install-message, which is already fixed in dev.