alfsb

Results 106 comments of alfsb

> I don't see any priorities The `--urgent` option show a form of priority: "This script accepts an --urgent option, to filter alerts related to file entities. This will help...

Got a Win machine. Run: ``` php doc-base/scripts/translation/configure.php it php doc-base/scripts/translation/qaxml.e.php ``` Works ok, generates only two warnings. So `qaxml-entities.php` is really better for doc-it. Test the commands above to...

With qaxml tools rewrite complete, old qaxml tools is now obsolete and will receive no updates, soon to be removed. Closing the issue.

PR ready for review and comments. As this changes a tool that is used by (all?) translations, this is a thing I would like to hear comments before merging. I...

I don't see a problem with waiting a little, and I'm glad that you can make the change to the web-doc/revcheck.php, and thus not have the problem of desynchronization. As...

I'm now confident that this PR will only mark files incorrectly skipped (squashed commits that contain an `[skip-revcheck]`) and will flag files mismarked with a hash of a skipped commit....

> This is a committer error. [skip-revcheck] is used incorrectly. This should be two separate commits. The original committer used separate commits. The issue above occurs when commits are squashed....

> These are DTD changes. It is not possible to apply them to doc-en and not to others. > When I look at it, I see that it is also...

> I haven't looked at the revcheck script in years, and I am busy so if my review is required it might take a bit longer, but I am happy...

To eliminate the various implementations, I suggest moving the doc-base `revcheck.php` to use the files at https://github.com/php/doc-base/tree/master/scripts/translation/lib , and to move web-doc `revcheck.php` to use the same code, as an...