Ticket #5290 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

invalid ui-icon PNGs in download builds

Reported by: akaihola Owned by:
Priority: blocker Milestone: 1.8
Component: [meta] ui.downloadbuilder Version: 1.8rc3
Keywords: theme png ImageColorMatch Cc:
Blocking: Blocked by:

Description

As of 1.8rc3, the  http://jqueryui.com/download page creates builds with invalid PNG images.

If I select the Humanity theme and select the following Components:

  • Core
  • Widget
  • Mouse
  • Position
  • Draggable
  • Resizable
  • Dialog
  • Tabs

the following files are invalid in the /css/humanity/images/ directory of the resulting jquery-ui-1.8rc3.custom.zip file:

$ cat ui-icons_f08000_256x240.png
<br />
<b>Fatal error</b>:  Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />

$ cat ui-icons_f35f07_256x240.png
<br />
<b>Fatal error</b>:  Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />

$ cat ui-icons_ff7519_256x240.png
<br />
<b>Fatal error</b>:  Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />

$ cat ui-icons_ffffff_256x240.png
<br />
<b>Fatal error</b>:  Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />

Change History

comment:1 Changed 3 years ago by scott.gonzalez

  • Priority changed from major to blocker
  • Milestone changed from TBD to 1.8

comment:2 Changed 3 years ago by rdworth

  • Component changed from CSS Framework to [meta] ui.downloadbuilder

comment:3 Changed 3 years ago by bornemix

Note: This function is only available if PHP is compiled with the bundled version of the GD library.

Note: This function requires GD 2.0.1 or later (2.0.28 or later is recommended).

comment:4 Changed 3 years ago by mikehostetler

  • Status changed from new to closed
  • Resolution set to fixed

Fixed and pushed into production.

Note: See TracTickets for help on using tickets.