Ticket #2029 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Add html_entity_decode function for PHP backwards compatibility

Reported by: skithund Assigned to: ryan
Priority: normal Milestone:
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

Call to undefined function: html_entity_decode().

Attached patch against SVN r3273.

Attachments

html_entity_decode.diff (1.5 kB) - added by skithund on 12/05/05 18:45:55.
header-image.diff (1.4 kB) - added by skeltoac on 12/06/05 03:55:33.
blogger.diff (0.7 kB) - added by skeltoac on 12/06/05 03:57:33.
reundecode.diff (2.5 kB) - added by skeltoac on 12/06/05 05:56:43.
comment.diff (0.7 kB) - added by skeltoac on 12/06/05 07:23:35.

Change History

12/05/05 18:45:55 changed by skithund

  • attachment html_entity_decode.diff added.

12/06/05 03:55:33 changed by skeltoac

  • attachment header-image.diff added.

12/06/05 03:57:33 changed by skeltoac

  • attachment blogger.diff added.

12/06/05 05:56:43 changed by skeltoac

  • attachment reundecode.diff added.

12/06/05 07:23:35 changed by skeltoac

  • attachment comment.diff added.

12/06/05 07:24:42 changed by skeltoac

  • owner changed from anonymous to ryan.

While we're at it, let's bring the comment form up to speed. It was missing the conditionals for rich editing.

12/07/05 00:36:09 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [3276]) Remove calls to html_entity_decode(). fixes #2029