Remove broken callback code which causes reply by email to notwork. message::new is called in a scheduled_proc, you can't usead_conn. Taking out new feature specific to project manager thatbreaks existing feature.
fix 2 bugs: (a) ::template::head::scripts variable was accumulating content over multiple requests (namespaced variables are not reset)(b) order of list elements in ::template::head::scripts was incorrect (why not using objects?)
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: ----------------------------------------------------------------------