Ticket #104 (closed defect: fixed)

Opened 3 years ago

Last modified 18 months ago

redirect=0 does not stop #REDIRECTs

Reported by: grimoire Owned by: ilmari
Priority: normal Milestone:
Component: openguides Version: 0.52
Severity: normal Keywords: hackfestsummer2007-reviewed
Cc:

Description

Example URL: http://manchester.openguides.org/?Locale_Great_Northern_Centre

When a user attempts to access a node which is a #REDIRECT, they are automatically redirected. The new page they are viewing tells them which page they were redirected from, and there is a link to this node with a "redirect=0" parameter. It's reasonable to assume that this link will allow you to see or edit the #REDIRECT but in fact it just redirects the user back to the target of the #REDIRECT.

Change History

Changed 18 months ago by dom

  • owner changed from dom to Nobody

Changed 18 months ago by ilmari

  • owner changed from Nobody to ilmari
  • status changed from new to assigned

Changing the parameter to redirect=no makes us not need to care about definedness vs. truth.

Changed 18 months ago by dom

  • keywords hackfestsummer2007-confirmed added

Changed 18 months ago by dom

  • keywords hackfestsummer2007-reviewed added; hackfestsummer2007-confirmed removed

Changed 18 months ago by ilmari

  • status changed from assigned to closed
  • resolution set to fixed

(In [1056]) Check for definedness of redirect parameter before defaulting to 1 (closes #104).

Note: See TracTickets for help on using tickets.