Fix commented out title, with title in the html comment, occaisionally auser would type "--" in the title causing the page to break because thecomment was not parsed correctly.
Free generation of stub objects for accessing stored procedures from db_function args.The new version uses PostgresSQLs system catalog + parses first paragraph of function declarationseCVS: ----------------------------------------------------------------------
Fix problem with Daylight Saving Time when creating recurringevents. This works fine in Oracle because the timestamps don't havetimezones. In Postgresql when calculating the interval between eventsfor recurring events, we need to ignore the timezone to get thecorrect result when the event crosses the Daylight Saving Time boundar.