Infodrom Oldenburg

— flyspray —

6.12.2014: Fix user creation flyspray devel
On a new install of flyspray from git I discovered a problem wrt. user creation. The attached patch fixes that. Additionally in during setup the users table lacks support for the new column profile_image.
Download: structure patch, patch
6.12.2014: Support $_SERVER[REMOTE_USER] flyspray devel
Support single-sign on within a .htaccess controlled site. Use the logged in username for processing whithin flyspray.
Download: Patch.
18.12.2014: Fix theme detection flyspray devel
This patch fixes theme detection when setting a theme within a callback instead of index.php
Download: Patch
18.12.2014: Fix missing theme in callback flyspray devel
This patch specifies the theme in two JS callback tools that make use of the template engine but lack theme support, thus will render parts of the page using the wrong theme.
Download: Patch