Make WordPress Core

source: tags/5.4.18

Name Size Rev Age Author Last Change
../
.cache 58611   17 months desrosj Build/Test Tools: Make use of new reusable workflows for 5.4. This …
.github 59642   10 months desrosj Build/Test Tools: Disable AppArmor for JavaScript testing. This makes …
src 60854   8 weeks desrosj WordPress 5.4.18.
tests 60832   8 weeks desrosj Grouped backports for the 5.4 branch. - REST API: Increase the …
tools 60760   2 months desrosj Build/Test Tools: Pin Importer plugin version for PHP < 7.2. The …
.editorconfig 454 bytes 46587   6 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
.env 2.4 KB 59608   10 months swissspidy Build/Test Tools: Use Git when fetching the WordPress Importer for use …
.gitignore 1.9 KB 58611   17 months desrosj Build/Test Tools: Make use of new reusable workflows for 5.4. This …
.jshintrc 422 bytes 46587   6 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
.npmrc 18 bytes 43309   8 years pento Once upon a midnight dreary, while I coded, weak and weary, In many a …
.nvmrc 3 bytes 50189   5 years desrosj Build/Test Tools: Support NodeJS 14.x in the 5.4 branch. This updates …
composer.json 1.1 KB 53969   3 years SergeyBiryukov Grouped backports to the 5.4 branch. - Posts, Post Types: Escape …
composer.lock 75.7 KB 51844   4 years hellofromTonya Build/Test Tools: Introduce the PHPUnit Polyfills package for easier …
docker-compose.yml 4.5 KB 58669   17 months desrosj Build/Test Tools: Change 5.4 default values of …
Gruntfile.js 62.1 KB 50604   5 years desrosj Build/Test Tools: Backport GitHub Action and build improvements to the …
jsdoc.conf.json 510 bytes 46587   6 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
package-lock.json 807.4 KB 60604   4 months audrasjb Post 5.4.17 release bump. The 5.4 branch is now 5.4.18-alpha.
package.json 5.3 KB 60604   4 months audrasjb Post 5.4.17 release bump. The 5.4 branch is now 5.4.18-alpha.
phpcompat.xml.dist 2.6 KB 58611   17 months desrosj Build/Test Tools: Make use of new reusable workflows for 5.4. This …
phpcs.xml.dist 13.6 KB 58611   17 months desrosj Build/Test Tools: Make use of new reusable workflows for 5.4. This …
phpunit.xml.dist 2.6 KB 47122   6 years SergeyBiryukov Docs: Improve inline comments per the documentation standards. …
README.md 1.4 KB 46752   6 years SergeyBiryukov Docs: Fix typo in README.md. Props dkarfa. Fixes #48737.
SECURITY.md 6.7 KB 49648   5 years SergeyBiryukov Security: Update the Security Policy for the 5.4 branch. See [49645], …
webpack.config.js 459 bytes 46586   6 years desrosj Ensure svn:eol-style is consistently set for all files. See #42594.
wp-cli.yml 11 bytes 46587   6 years desrosj Ensure svn:eol-style is consistently set for all files (part 2). …
wp-config-sample.php 2.8 KB 47198   6 years SergeyBiryukov Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__
wp-tests-config-sample.php 2.3 KB 50604   5 years desrosj Build/Test Tools: Backport GitHub Action and build improvements to the …
  • 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:eol-style=native
    *.po = svn:mime-type=application/octet-stream
    *.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
    wp-config.php
    wp-tests-config.php
    .htaccess
    # Files and folders related to build/test tools
    phpunit.xml
    phpcs.xml
    .phpcs.xml
    node_modules
    npm-debug.log
    build
    wp-cli.local.yml
    .git
    jsdoc
    vendor
    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/6.5mergedeligible
    /trunkmergedeligible
Note: See TracBrowser for help on using the repository browser.