Difference between revisions of "Calendarv2"

From GeeklogWiki
Jump to: navigation, search
(Future plans/improvements:)
Line 1: Line 1:
 
== What needs to be done till the alpha release? ==
 
== What needs to be done till the alpha release? ==
 
  
 
* Fix Ical Support. <br>
 
* Fix Ical Support. <br>
 
* Render recurring events immediately after an event was created, not just on page load.
 
* Render recurring events immediately after an event was created, not just on page load.
 +
* Review Security (specifically user access rights to events)
  
 
== Future plans/improvements: ==
 
== Future plans/improvements: ==
Line 10: Line 10:
 
* Conversion script to convert existing Geeklog calendars to Calendarv2.
 
* Conversion script to convert existing Geeklog calendars to Calendarv2.
 
* Use PHP's locale settings for Day of Week, Month Names, etc instead of the language file [http://php.net/manual/en/function.setlocale.php]
 
* Use PHP's locale settings for Day of Week, Month Names, etc instead of the language file [http://php.net/manual/en/function.setlocale.php]
 +
 +
== Thoughts: ==
 +
 +
* AEvents Class
 +
** Should the _events array be an associative array with the events' EIDs as keys?

Revision as of 08:02, 14 December 2010

What needs to be done till the alpha release?

  • Fix Ical Support.
  • Render recurring events immediately after an event was created, not just on page load.
  • Review Security (specifically user access rights to events)

Future plans/improvements:

  • When Geeklog moves to PHP 5.3 (or earlier, as time permits) switch to using MySQL Datetime types. PHP 5.3's enhanced DateTime class makes the switch easier.
  • Conversion script to convert existing Geeklog calendars to Calendarv2.
  • Use PHP's locale settings for Day of Week, Month Names, etc instead of the language file [1]

Thoughts:

  • AEvents Class
    • Should the _events array be an associative array with the events' EIDs as keys?