Ticket #753 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Fix mime-types throughout /trunk

Reported by: jeffk Assigned to: developer
Priority: critical Milestone: 5.0.0
Component: vtigercrm Version: 5.0.0
Keywords: mime Cc:

Description

source:vtigercrm/trunk has many files with no mime-type subversion property. It is important to fix these before release tags are made (including beta tags).

Change History

05/02/06 16:40:27 changed by jeffk

(In [5681]) refs #753. fixing one mime-type property

05/03/06 12:49:38 changed by allanbush

  • priority changed from major to critical.

Worse then missing mime-types there are several non-binary files with binary mime-types. This disables SVN's ability to elegantly track the changes so we can't see what changes were made when. As such this should be fixed as soon as possible to prevent the lose of anymore changesets.

05/03/06 13:00:40 changed by allanbush

(In [5727]) Replaced binary mime-types with text/plain. Refs #753.

05/03/06 15:30:05 changed by allanbush

  • status changed from new to closed.
  • resolution set to fixed.

(In [5728]) Set mime-type property for all files. Closes #753.