- adminlist/adminrepeating: Sort events - adminedit: If event is a link, add an option to make it a separate file - adminedit: Parse out metas and display their information at the top of the page (above the two-column display) in a friendlier format and allow editing them there instead of in HTML fragment - adminedit: Need a way to rechedule an event (move to different date and/or change tag) --- v1.2.0 --- - adminrepeating: Extend event creation fields to include repeat spec - Give admin_repeating() the ability to deal with multiple repeat specs on a single event - The addition of admin mode has muddled the docs pretty thoroughly. Rewrite them to deal with the two separate modes more cleanly. - Add a template override capability - not sure whether this should be based on category selection or a URI arg (probably an arg, though) - differentiate internally by adding suffix to variant template filenames --- v1.3.0 --- - Add admin function to edit header/footer templates - Comment subs better - Pull parse_categories() out of LowCal.pm/Admin.pm and put a single version into Common.pm - Move version specifier into Common from LowCal/Admin also - Add logging of activity and exceptions to apache logs - PR#2: ListDays displays all files with date-formed names, even if they aren't events. Should check for presence of META EVENTNAME before displaying. - Add category exclude capability - PR#4: DailyLinks should be suppressed on days with no events to show - Add autogen event enhancements to be able to set start/end dates (including multiple sets, so 'holes' can be added, etc.) and individual 'exclude' dates - Add cookie-based authentication for admin login - Figure out why @EXPORT works properly in CalCron.pm, but only functions like @EXPORT_OK in Common.pm (If anyone can elighten me on this oddity, please do so. It makes no sense to me.) - Add option for monthly/yearly subdirectories within event dir - How difficult would it be to seamlessly recognize events both in base event dir and monthly/yearlr subdir? (This should be done, it's just a question of whether it's an initial feature or added later.) - Add flag to lowcal-update which tells it to create and use event subdirs by month (-d) or year (-D or -dy) - Search capability - Make VirtualHost-aware - Port to vanilla CGI (v2.0.0) - Improve event parsing to remove requirement that tags all have to be on a single line - Add per-event-dir beginning of time/end of time options which inhibit creation of prev month/next month links beyond that range - Add option to email event info on request - Add automated email reminders of events - vCalendar format support? - Allow display of prior dates with listdays < 0? - LowCal::show_month shouldn't be dependent on cal utility - CalCron::schedule shouldn't be dependent on `cal` and `ln` - Admin::admin_add depends on `touch` and `ln` - lowcal-update: Allow specification of arbitrary date with -c/-C - Import/export of calendar to Palm calendar format - Add %INCLUDE="filename/uri"% token