ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)
To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation
I tracked down a redirect problem in HTTPS mode with Mozilla due to util_current_location proc not being able to find the current location (proto://hostname:port). The proc was hard to read and understand. Lars came to the rescue, cleaned up the proc and improved it to work well with nsunix etc. Thanks Lars.
New task-add-edit works for editing (redirect afterwards doesn't yet).Took out task-edit, because it's no longer necessary. Fixed bug with updateof project info after a task is edited.