web/wp-content/plugins/event-calendar/TODO.txt
branchwordpress
changeset 109 03b0d1493584
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 TODO: Event Calendar 3.1.4
       
     2 ==========================
       
     3 
       
     4  ? Fix XML entity rendering on Safari (works on IE/Firefox)
       
     5 
       
     6  o Include an example of how to make events show up differently from other
       
     7    categories.
       
     8 
       
     9  o Next/Prev links on single post page may link to an event post, even
       
    10    in advanced mode, when such posts won't show up on the front page.
       
    11    (Reported by Gerjan Boer)
       
    12  
       
    13  o Events in calendar popup not listed in time order. Popup shows start time
       
    14    every day for multi-day events.
       
    15    (Reported by Craig Rothman)
       
    16 
       
    17 Event List:
       
    18 
       
    19  o Provide better example CSS. (Include it in ec3.css).
       
    20 
       
    21 FUTURE
       
    22 ======
       
    23 
       
    24  o Multiple event categories.
       
    25    With colour-coding for each category.
       
    26    Export each category as a separate iCalendar.
       
    27 
       
    28  o Fix category count.
       
    29    Templates that show the number of posts in each category will not
       
    30    always show the correct number for the event category. In advanced mode,
       
    31    expired events are not listed in the cat page, but they would be included in
       
    32    this count.
       
    33  
       
    34  o Allow import of a public iCalendar.
       
    35 
       
    36  o Repeating events (create upcoming ones in a batch job, triggered every so
       
    37    often?)
       
    38  
       
    39  o Consider upcoming.org integration.
       
    40 
       
    41  o Whole-page calendar.
       
    42    Some people want a HUGE calendar, not in the sidebar. This doesn't
       
    43    work well if they have a sidebar calendar as well, because the calendar
       
    44    has a unique ID. Should probably allow a new id to be set in the
       
    45    ec3_get_calendar() template function.
       
    46    (See also, the next item...)
       
    47  
       
    48  o New template function to list event titles inside the calendar table.
       
    49    Like this: http://www.writingsalons.com/classes/index-12.php
       
    50    Make sure that all the links work properly, even w/o JavaScript.
       
    51 
       
    52  o "ZZamboni" wrote:
       
    53    > I do have one feature request: I do most of my blog posting from Ecto
       
    54    > and not from the WP post editor. I was wondering if it would be possible
       
    55    > to set the event date by including a special tag in the text. Something
       
    56    > like '[eventdate 2006-09-31]' for a full-day event, '[eventdate
       
    57    > 2006-09-31 14:00:00 2006-09-31 16:00:00]' for a regular event, and that
       
    58    > does not get displayed, but is used to set the appropriate fields in the
       
    59    > event record. 
       
    60 
       
    61  o 'Calendar-Page'-formatting template. Alternative to ec3_the_schedule().
       
    62    Suggested by Karl Kolk.
       
    63 
       
    64 Event List:
       
    65 
       
    66  o Option to show N days in advance, rather than N next events.
       
    67 
       
    68  o Possibly: break the function into its component parts, and enable folks to
       
    69    generate the contents with their own loop - and then provide an example loop
       
    70    in get_events().
       
    71 
       
    72  o "rumorhasit" wrote:
       
    73    > while the event date/time does show up in the posts, it does not show up
       
    74    > (correctly) in the sidebar.  The side bar should be display the dates
       
    75    > the same way as the post (ie., starttime - finishitime).  Instead the
       
    76    > side bar only shows a "starttime" and that's it.  Seems counter
       
    77    > intuitive to have both, especially considering the more detailed event
       
    78    > date/time is not associated with the sidebar for upcoming events.
       
    79    That's a good idea. It should be straightforward to add start and end
       
    80    dates to the template code for the ec3_get_events() function.
       
    81 
       
    82  o customize display of listing (instead of just ul ) [heather]
       
    83 
       
    84  o month headings/grouping (like it does with posts on same day) [heather]
       
    85    http://wordpress.org/support/topic/46841
       
    86 
       
    87 = DONE = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
       
    88 
       
    89  ? Fix bug where event is also in another category -> multiple tooltips.
       
    90    -> Can't reproduce this now.
       
    91 
       
    92  x Deal with local timezones correctly.
       
    93 
       
    94  x Document ?ec3_today ?ec3_days=N ?ec3_from=DATE ?ec3_before=DATE listing
       
    95    options. Nobody knows about them!
       
    96 
       
    97  x Promote ec3_get_events()