-
-
Notifications
You must be signed in to change notification settings - Fork 9
Update TLV for phpBB 4 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
51c58e0
Add FileValidator-Function for composer.json
Crizz0 4b49c5b
Add preg_match limiter /
Crizz0 42d3e74
Repair language-iso and name check of composer.json
Crizz0 c8e6b9a
Remove ValidateIsoTest.php from tests/
Crizz0 8449fc3
Change plural-rule guessing to composer.json
Crizz0 40177ad
Use a separate function for recaptcha and turnstile lang-key check
Crizz0 06cc5ae
Use a dedi function to open the composer.json
Crizz0 1451e78
Fix tests for Validate Captchas
Crizz0 de46382
Add check for valid language iso in composer.json
Crizz0 a107d46
Change required license to GPL-2.0-only
Crizz0 46a206b
Add 4.0/ to ignored directories
Crizz0 48177df
Repair version format check
Crizz0 8b4bbad
Check for correct type
Crizz0 616a8a7
Add URL check for homepage
Crizz0 9d21818
Check text direction has 1 of 2 valid values
Crizz0 a57fd86
Change some JSON-check error levels and messages
Crizz0 2f5d75e
Repair tests for Recaptcha
Crizz0 44453b7
Update Readme.md for better looks and recent status
Crizz0 c4d3d6c
Formatting and typo fixes
Crizz0 ca6c80c
Add safe-mode functionality again to guessPluralRule()
Crizz0 b1e4668
Correct some idents
Crizz0 abf36b6
Fix direction for FileListValidator.php
Crizz0 a78a007
Add a ! to preg_match of english-name value check
Crizz0 9111275
Repair tests for 4.0 in FileListValidator
Crizz0 45f3e8e
Add a composer.json to fixtures for direction
Crizz0 fe6e927
Add composer.json to source and remove common.php
Crizz0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| /vendor/ | ||
| /.idea/ | ||
| /bin/ | ||
| /3.2/ | ||
| /3.3/ | ||
| /4.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.