ezyang / ezyang/htmlpurifier

Generate Standalone maintenance script is missing in the latest release

Open
#263 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
3.4k
Forks
361
Avg merge
3d 41m
Merged PRs (30d)
2

Description

The standalone version can no longer be generated as of release v4.13.0. The maintainance script which generates the standalone version has been removed:

php vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php
# Could not open input file: vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php

ls -l vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php
# ls: cannot access 'vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php': No such file or directory

ls -l vendor/ezyang/htmlpurifier
# total 48
# -rw-rw-r-- 1 user group   792 Jun 28 20:56 composer.json
# -rw-rw-r-- 1 user group   341 Jun 28 20:56 CREDITS
# drwxrwxr-x 3 user group  4096 Jun 28 20:56 library
# -rw-rw-r-- 1 user group 26456 Jun 28 20:56 LICENSE
# -rw-rw-r-- 1 user group  1227 Jun 28 20:56 README.md
# -rw-rw-r-- 1 user group     6 Jun 28 20:56 VERSION

cat vendor/ezyang/htmlpurifier/VERSION
# 4.13.0

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the v4.13.0 package contents with the missing vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php path and inspect how the standalone version was previously generated. Run php vendor/ezyang/htmlpurifier/maintenance/generate-standalone.php against the packaged release; done means the maintenance script is present and can generate the standalone version again.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.