Make WordPress Core

source: trunk @ 54289

Name Size Rev Age Author Last Change
../
.cache 52179   3 years desrosj Build/Test Tools: Cache the results of PHP_CodeSniffer across …
.github 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
src 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
tests 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
tools 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
.editorconfig 454 bytes 46587   5 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
.env 1.8 KB 54096   23 months johnbillion Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on …
.eslintignore 268 bytes 49978   4 years SergeyBiryukov General: Set svn:eol-style for some more files in the root …
.eslintrc-jsdoc.js 546 bytes 48650   4 years whyisjake Build/Test Tools: Enable JSDocs to be linted with ESLint. As part of …
.git-blame-ignore-revs 2.4 KB 53007   2 years helen Build/Test Tools: First pass at a .git-blame-ignore-revs file. This …
.gitignore 2.6 KB 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
.jshintrc 422 bytes 46587   5 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
.npmrc 39 bytes 54124   23 months jorbin Build/Test: Prevent using unsupported NPM versions. Using NPM 7+ …
.nvmrc 3 bytes 52240   3 years desrosj Build/Test Tools: Specify NodeJS version 14.x in the .nvmrc file. …
composer.json 1.1 KB 52425   3 years SergeyBiryukov Build/Test Tools: Update PHPCompatibilityWP to version 2.1.3. The …
CONTRIBUTING.md 2.5 KB 50421   3 years desrosj Build/Test Tools: Add a missing word to the CONTRIBUTING.md file. …
docker-compose.yml 3.1 KB 54096   23 months johnbillion Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on …
Gruntfile.js 65.8 KB 54289   22 months gziolo Build: Improve how combined assets are generated Allows to revert …
jsdoc.conf.json 510 bytes 46587   5 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
package-lock.json 949.1 KB 54276   23 months SergeyBiryukov Editor: Improve block loading PHP performance. This commit improves …
package.json 6.1 KB 54276   23 months SergeyBiryukov Editor: Improve block loading PHP performance. This commit improves …
phpcompat.xml.dist 3.7 KB 53800   2 years SergeyBiryukov Docs: Use more inclusive language in PHPCS configuration files. …
phpcs.xml.dist 14.5 KB 54269   23 months hellofromTonya Editor: Adds template types, is_wp_suggestion, and fallback template …
phpunit.xml.dist 2.8 KB 51871   3 years SergeyBiryukov Build/Test Tools: Update PHPUnit configuration for PHPUnit …
README.md 4.0 KB 53878   2 years johnbillion Docs: Miscellaneous inline documentation improvements. See #55646
SECURITY.md 6.9 KB 53342   2 years SergeyBiryukov Security: Update the Security Policy to include WordPress 6.0.
webpack.config.js 639 bytes 53140   2 years gziolo Build: Enable React Fast Refresh for block development Brings the …
wp-cli.yml 11 bytes 46587   5 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
wp-config-sample.php 2.9 KB 52367   3 years audrasjb Docs: Use generic references to "Database" in wp-config-sample.php. …
wp-tests-config-sample.php 2.3 KB 52367   3 years audrasjb Docs: Use generic references to "Database" in wp-config-sample.php. …
  • Property svn:auto-props set to
    ### Source files
    *.css = svn:eol-style=native
    *.js = svn:eol-style=native
    *.php = svn:eol-style=native
    *.py = svn:eol-style=native
    *.scss = svn:eol-style=native
    *.template = svn:eol-style=native

    ### Font files
    *.eot = svn:mime-type=application/octet-stream
    *.otf = svn:mime-type=application/octet-stream
    *.ttf = svn:mime-type=application/octet-stream
    *.woff = svn:mime-type=application/octet-stream
    *.woff2 = svn:mime-type=application/octet-stream

    ### Image files
    *.bmp = svn:mime-type=application/octet-stream
    *.gif = svn:mime-type=application/octet-stream
    *.ico = svn:mime-type=application/octet-stream
    *.jp2 = svn:mime-type=application/octet-stream
    *.jpg = svn:mime-type=application/octet-stream
    *.pct = svn:mime-type=application/octet-stream
    *.png = svn:mime-type=application/octet-stream
    *.psd = svn:mime-type=application/octet-stream
    *.sgi = svn:mime-type=application/octet-stream
    *.svg = svn:eol-style=native
    *.tga = svn:mime-type=application/octet-stream
    *.tiff = svn:mime-type=application/octet-stream

    ### Video files
    *.mkv = svn:mime-type=application/octet-stream
    *.mov = svn:mime-type=application/octet-stream
    *.mp4 = svn:mime-type=application/octet-stream
    *.webm = svn:mime-type=application/octet-stream

    ### Audio files
    *.flac = svn:mime-type=application/octet-stream
    *.mp3 = svn:mime-type=application/octet-stream

    ### Document files
    *.csv = svn:eol-style=native
    *.dfxp = svn:eol-style=native
    *.docx = svn:mime-type=application/octet-stream
    *.html = svn:eol-style=native
    *.md = svn:eol-style=native
    *.pdf = svn:mime-type=application/octet-stream
    *.rtf = svn:mime-type=application/octet-stream
    *.tsv = svn:eol-style=native
    *.txt = svn:eol-style=native
    *.vtt = svn:eol-style=native

    ### Translation files
    *.mo = svn:mime-type=application/octet-stream
    *.po = svn:eol-style=native
    *.pot = svn:eol-style=native

    ### Config files
    *.dist = svn:eol-style=native
    *.editorconfig = svn:eol-style=native
    *.env = svn:eol-style=native
    *.gitignore = svn:eol-style=native
    *.ini = svn:eol-style=native
    *.jshintrc = svn:eol-style=native
    *.json = svn:eol-style=native
    *.lock = svn:eol-style=native
    *.xml = svn:eol-style=native
    *.yml = svn:eol-style=native

    ### Miscellaneous
    *.crt = svn:eol-style=native
    *.map = svn:eol-style=native
    *.nodelete = svn:eol-style=native
    *.sql = svn:eol-style=native
  • Property svn:global-ignores set to
    wp-config.php
    wp-tests-config.php
    .DS_Store
    .gitignore

    # Files related to applying patches
    *.rej
    *.orig
    *.patch
    *.diff
  • Property svn:ignore set to
    # Configuration files with possibly sensitive information
    .htaccess
    # Files and folders related to build/test tools
    .phpunit.result.cache
    phpunit.xml
    phpcs.xml
    .phpcs.xml
    node_modules
    npm-debug.log
    build
    wp-cli.local.yml
    .git
    jsdoc
    composer.lock
    vendor
    packagehash.txt
    artifacts
    # Files for local environment config
    /docker-compose.override.yml
  • Property svn:mergeinfo set to
    /branches/3.1mergedeligible
    /branches/3.3mergedeligible
    /branches/3.4mergedeligible
    /branches/4.9mergedeligible
    /branches/5.0mergedeligible
    /branches/5.5mergedeligible
    /branches/5.8mergedeligible
Note: See TracBrowser for help on using the repository browser.