Activity log for bug #547589

Date Who What changed Old value New value Message
2010-03-25 21:06:05 Nigel-catalyst bug added bug
2010-03-25 21:06:05 Bug Importer bug Imported external bug #2657
2010-07-13 04:26:09 François Marier mahara: assignee Dan Marsden (danmarsden)
2010-07-14 02:43:49 François Marier mahara: milestone 1.3.0
2010-07-14 02:43:55 François Marier mahara: importance Low Medium
2010-09-10 03:28:50 Richard Mansfield mahara: milestone 1.3.0
2010-12-20 21:09:55 François Marier mahara: milestone 1.4.0
2011-02-23 04:12:59 Richard Mansfield mahara: importance Medium Low
2011-04-10 01:19:31 François Marier mahara: assignee Dan Marsden (danmarsden)
2011-05-02 02:18:01 François Marier mahara: milestone 1.4.0
2011-11-21 05:14:55 François Marier description We need to know the remote application's jumpurl so we can send the user there to log in again if necessary. See auth/xmlrpc/lib.php: elseif (!$this->parent) { $this->kill_parent($remoteusername); // Redirect back to their IDP if they don't have a parent auth method set // (aka: they can't log in at Mahara's log in form) $peer = get_peer($this->wwwroot); // TODO: This should be stored in the application config table $jumpurl = str_replace('land', 'jump', $peer->application->ssolandurl); redirect($this->wwwroot . $jumpurl . '?hostwwwroot=' . dropslash(get_config('wwwroot')) . '&wantsurl=' . urlencode($_SERVER['REQUEST_URI'])); } This bug was imported from eduforge.org, see: https://eduforge.org/tracker/index.php?func=detail&aid=2657&group_id=176&atid=739 We need to know the remote application's jumpurl so we can send the user there to log in again if necessary. See auth/xmlrpc/lib.php:         elseif (!$this->parent) {             $this->kill_parent($remoteusername);             // Redirect back to their IDP if they don't have a parent auth method set             // (aka: they can't log in at Mahara's log in form)             $peer = get_peer($this->wwwroot);             // TODO: This should be stored in the application config table             $jumpurl = str_replace('land', 'jump', $peer->application->ssolandurl);             redirect($this->wwwroot . $jumpurl . '?hostwwwroot=' . dropslash(get_config('wwwroot')) . '&wantsurl=' . urlencode($_SERVER['REQUEST_URI']));         }
2011-11-21 05:15:00 François Marier tags mahara-eduforge-bug mnet
2019-05-04 10:11:22 Kristina Hoeppner mahara: status Confirmed Won't Fix