Ticket #218 (assigned bug)

Opened 15 years ago

Last modified 15 years ago

BUG: Content titles beginning with certain strings cause a CSS/JS break

Reported by: khaled Owned by: khaled
Priority: major Milestone: Beta 16.1 Release
Component: main web platform Version:
Severity: Ready Release (Tech) Keywords:
Cc:

Description

Content which contains 'feed', 'admin' or 'script' at the beginning of the title will cause the content to show without using the proper CSS and Javascript files.

Change History

Changed 15 years ago by khaled

  • severity changed from Evaluating to In Progress

Correction to this uses preg_match instead of stristr, and checks to see if the match is made for the controller, not the string in general. This allows for embedded appearances of these keywords to be ignored.

Changed 15 years ago by khaled

  • owner changed from khaled to lei
  • status changed from new to assigned
  • severity changed from In Progress to Complete - Dev Testing

Changed 15 years ago by lei

  • owner changed from lei to brent
  • severity changed from Complete - Dev Testing to Complete - Ready for QA

Dev Testing Passed

Changed 15 years ago by brent

  • owner changed from brent to khaled
  • severity changed from Complete - Ready for QA to Testing Passed

Searched for the word 'feed' and it seems to be working correctly.

Changed 15 years ago by khaled

  • severity changed from Testing Passed to LIVE - Awaiting QA
Note: See TracTickets for help on using tickets.