Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
Patrick Donelan 2dd18be4be Fixes #11485 - RedirectAfterLoginUrl Setting should not override returnUrl and redirectAfterLogin scratch
The redirectAfterLogin Setting works better if it is checked after
  $self->session->form->get('returnUrl')
and
  $self->session->scratch->get("redirectAfterLogin")
in WebGUI::Auth::login.

This is so that the redirectAfterLogin scratch variable and returnUrl form param get a chance to redirect
Visitors to the appropriate page after being shown an intermediate login form.
2010-03-22 16:02:06 -04:00
docs Fixes #11485 - RedirectAfterLoginUrl Setting should not override returnUrl and redirectAfterLogin scratch 2010-03-22 16:02:06 -04:00
etc Change the showing of hidden pages by the SiteIndex to be configurable. Fixes RFE #11044. 2010-01-27 11:32:27 -08:00
lib Fixes #11485 - RedirectAfterLoginUrl Setting should not override returnUrl and redirectAfterLogin scratch 2010-03-22 16:02:06 -04:00
sbin Fix handling filenames with space with overwrite=1 in fileImport.pl. Fixes bug #11453 2010-03-03 13:27:30 -08:00
t Fix more thread search pagination issues. 2010-03-20 21:48:09 -07:00
www Fix some more surve JS i18n. 2010-03-15 14:20:52 -07:00
.gitignore Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
.perltidyrc perltidyrc now placed where it can do the most good 2009-05-29 18:50:01 +00:00