Root/
File | Age | Message | Size | |
---|---|---|---|---|
.. | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
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. | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Finalize ticket relations (closes issue 638) | ||||
Thomas Keller: Fix whitespace issues in the timeline. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Basic storage of relations for new issues has been done; the relations are also properly displayed at the left side in the issue's detail view. | ||||
Thomas Keller: Fix a couple of issues with our key parsing / validating code. - be explicit and expect only ssh-dss or ssh-rsa keys - allow any character (even line breaks and whitespace) in the optional comment, but shrink all of them to simple spaces (fixes issue 679) - test the newly uploaded key against existing keys only by the base key data, not the fully uploaded string (that might contain a changed comment line or the like) to avoid duplicates; also only check the keys of the user for duplicates, not all existing keys in the forge (if for whatever reason two user accounts share a key) | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Basic storage of relations for new issues has been done; the relations are also properly displayed at the left side in the issue's detail view. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Basic model files added. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: We can actually differentiate between copies and renames in Hg, so lets add support for another change type, 'copies'. The previous implementation for Hg was also slightly flawed in the way that it mixed sources with targets. | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Start 1.2 development. | ||||
William MARTIN: Update code to fix thomas review's | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt |
Download this version or git clone git://archive.srchub.org/indefero.git