- use addEventListener instead of onclick markup for wiki-search, edit-tags and popular-tags- fix popular tags link- regenerated template files- added scp directives for yui- bump version number to 5.9.1d12
- add CSP nonce to script tags if nonce value is available- turn function definition of acs_Focus() into a conditionally defined body-script- turn "body_event_handlers" into "window.addEventListener"
- Improved compatiblity with PostgreSQL before 9.2: don't use SQL-language function names to reference parameters to obtain compatibility for earlier PostgreSQL versions (see https://www.postgresql.org/docs/9.2/static/release-9-2.html item E.19.3.9.3)
- fix upgrade script for PostgreSQL before 9.2: the old version checked already the version number, but actually the SQL compilation failed due to the unknown "IF EXISTS" for sequences.