Difference between revisions of "Talk:Calendar.php"

From Organic Design wiki
(Ideas for cal)
 
(notes about zero padding)
Line 3: Line 3:
 
*Define regular cycles on a per-calendar basis, they don't make the link blue, they just dynamically embed on view.
 
*Define regular cycles on a per-calendar basis, they don't make the link blue, they just dynamically embed on view.
 
*Peer should be able to view calendars on each day
 
*Peer should be able to view calendars on each day
 +
 +
Maybe the calendar.php can grab a bool from the xml properties to determine whether to pad with zeros so it can be used on a case-by-case basis. I'll have a look into picking some code from elsewhere to do this. Maybe something like:
 +
 +
<pad>false</pad>
 +
--[[User:Rob|Rob]] 23:24, 13 Mar 2006 (NZDT)

Revision as of 10:24, 13 March 2006

  • Category:Calandars
  • Have a "merge" action for calendar pages which allow thge embedding of the day-article with the same day on the selected calendars (calendar list-cat)
  • Define regular cycles on a per-calendar basis, they don't make the link blue, they just dynamically embed on view.
  • Peer should be able to view calendars on each day

Maybe the calendar.php can grab a bool from the xml properties to determine whether to pad with zeros so it can be used on a case-by-case basis. I'll have a look into picking some code from elsewhere to do this. Maybe something like:

<pad>false</pad> --Rob 23:24, 13 Mar 2006 (NZDT)