Go to file
Thomas Keller d0e2977746 Add support for line ending detection in our diff parser.
Line endings are now preserved during the diff parsing. When the diff
is then rendered later on, we replace non-printable characters by their
ordinal counterparts, so a user can easily grasp changes when a hunk
comes with edits that might be invisible at first.

The expected format for the diff test suite has changed from serialized
PHP to var_export, which is easier readable, editable and understandable,
while still keeping parsable as well.

Support for old Macintosh line endings could not be added, mainly because
modern SCMs do not support single \r in their unified diff output either
and working around and parsing these "lines" would have been a major
headache with not much outcome (given the fact that all Macs that have been
sold since 2001 or 2002 have been BSD-based and as such used Unix line
endings by default).

This commit fixes issue 636.
2011-10-05 02:44:04 +02:00
contrib/zipstream-php-0.2.2 fixed two notices which lead to corrupt zip archives 2010-11-09 00:11:27 +00:00
doc Add a warning to not configure a global key for all monotone 2011-06-05 01:31:21 +02:00
logo Final adjustions to the project logo code 2011-04-27 00:03:44 +02:00
scripts Update copyrigt 2011-04-02 21:37:07 +02:00
src/IDF Add support for line ending detection in our diff parser. 2011-10-05 02:44:04 +02:00
test Add support for line ending detection in our diff parser. 2011-10-05 02:44:04 +02:00
www Add support for line ending detection in our diff parser. 2011-10-05 02:44:04 +02:00
.gitattributes Add basic source version tracking. 2011-03-20 00:57:49 +01:00
.gitignore Expand the bootstrap script to setup an empty IDF environment. 2011-03-24 00:41:22 +01:00
AUTHORS Add Stéphane to AUTHORS. 2011-10-02 00:10:14 +02:00
CONTRIBUTE.mdtext Fix the transifex URL and re-wrap this section slightly. 2011-03-14 00:11:08 +01:00
COPYING Added installation instructions and configuration example. 2008-08-02 15:13:21 +02:00
INSTALL.mdtext Second pass of code review 2011-04-11 15:37:40 +02:00
Makefile Add two targets to easily install and update the IDF database 2011-05-10 17:21:56 +02:00
NEWS.mdtext Merge branch 'develop' of projects.ceondo.com:indefero into develop 2011-10-02 00:06:17 +02:00
phpunit.xml Ignore a couple of files for code coverage that should not be covered; 2011-03-25 00:29:50 +01:00
release-script Add the PHP command to extract the i18n contents from Pluf's template files 2011-02-09 01:02:58 +01:00
run-tests Ignore a couple of files for code coverage that should not be covered; 2011-03-25 00:29:50 +01:00