Ticket #804 (closed enhancement: invalid)

Opened 7 years ago

Last modified 7 years ago

PHP popups

Reported by: BeeVee Owned by: gogo
Priority: low Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

I think it will be useful to allow PHP popups, not only HTML.

This code adds .html extension to every popup without it. htmlarea.js, row 6015: if ( ! ( /\.html$/.test(popup) ) ) {

popup += ".html";

}

I propose to change this into: if ( ! ( /\.(html|php)$/.test(popup) ) ) {

popup += ".html";

}

Change History

Changed 7 years ago by guest

  • status changed from new to closed
  • resolution set to invalid

Oh, I think I just missed the possibility to specify absolute URLs.

Note: See TracTickets for help on using tickets.