Ticket #603 (assigned Task)

Opened 6 days ago

Last modified 5 days ago

HTML Purifier trunk should not be referenced via svn:externals

Reported by: ezyang Assigned to: Shadowhand (accepted)
Priority: minor Milestone: 2.1.2
Component: Core Version: SVN HEAD
Keywords: Cc:
SVN Revision (if applicable):

Description

While HTML Purifier prides itself for having extremely stable development snapshots, it's simply not a good idea for Kohana to blithely link svn:externals to HTML Purifier's trunk directory.

My recommendation is to have the Kohana trunk svn:externals to an HTML Purifier tag (such as http://htmlpurifier.org/svnroot/htmlpurifier/tags/3.1.0rc1/) instead, and change the externals every time a new version of HTML Purifier is released. This has the added benefit of reminding you guys to check if any incompatibilities were introduced in the new version.

Thanks, Edward

Change History

05/10/08 15:44:25 changed by Shadowhand

  • status changed from new to assigned.

05/11/08 03:51:37 changed by Xobb

Reasonable.