Root/
File | Age | Message | Size | |
---|---|---|---|---|
Thomas Keller: Add basic source version tracking. | ||||
Thomas Keller: Expand the bootstrap script to setup an empty IDF environment. | ||||
Thomas Keller: Add Stewart to AUTHORS. | ||||
Thomas Keller: Fix the transifex URL and re-wrap this section slightly. | ||||
Loic d'Anterroches: Added installation instructions and configuration example. | ||||
William MARTIN: Second pass of code review | ||||
Thomas Keller: Various smaller fixes to the Makefile. | ||||
Thomas Keller: git and hg diff views did not show empty context lines, a regression from the commit(s) from issue 633. The diff parser assumed a properly formatted diff that denotes empty context lines with a single space in the first column. This single space however was missing, because the hg and git backends got the diff through PHP's exec() function and this returns already line-splitted output, but - and this is the actual problem - removes trailing whitespace at the end of each line, essentially making " \n" only "\n". When splitting this string now again with PREG_SPLIT_NO_EMPTY the empty line was completely lost in the diff output. | ||||
Thomas Keller: Ignore a couple of files for code coverage that should not be covered; add a simle run-tests script that steals some code from photon to return the code coverage at the end of the test execution (we're only at about 8% - lots of work left...) | ||||
Thomas Keller: Add the PHP command to extract the i18n contents from Pluf's template files | ||||
Thomas Keller: Ignore a couple of files for code coverage that should not be covered; add a simle run-tests script that steals some code from photon to return the code coverage at the end of the test execution (we're only at about 8% - lots of work left...) |
Download this version or git clone git://archive.srchub.org/indefero.git