Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 16 months ago

#3264 closed defect (bug) (fixed)

Ensure that svn-eolstyle is set to native for all textual content files

Reported by: westi's profile westi Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: General Keywords:
Focuses: Cc:

Description

This is causing an issue where patches / code are generated on a system with one EOL style and then edited elsewhere e.g. #3217

So far I've found the following files, in trunk, don't have this svn property set:

  • wp-admin/admin-ajax.php
  • wp-admin/categories.js
  • wp-admin/comment.php
  • wp-admin/custom-fields.js
  • wp-admin/dbx-admin-key-js.php
  • wp-admin/edit-category-form.php
  • wp-admin/export.php
  • wp-admin/install.css
  • wp-admin/install-rtl.css
  • wp-admin/link.php
  • wp-admin/options-privacy.php
  • wp-admin/page.php
  • wp-admin/post-new.php
  • wp-admin/rtl.css
  • wp-admin/upload.css
  • wp-admin/upload-functions.php
  • wp-admin/upload-js.php
  • wp-admin/upload-rtl.css
  • wp-admin/users.js
  • wp-includes/plugin.php
  • wp-includes/script-loader.php
  • wp-includes/user.php

Change History (2)

#1 @Sewar
19 years ago

[4421] sets svn-eolstyle to native for CSS files.

#2 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4424]) Set eol style. fixes #3264

Note: See TracTickets for help on using tickets.