Indefero

Indefero Git Change Log

Age Message
1 year 10 months Provide MD5 value of downloads to HTTP client

Content-MD5 is a HTTP header to provide end-to-end integrity checks
(see RFC2616, 14.15). This doesn't protect against malicious
modifications, but against transmissions errors and storage errors
on the server.

The change also removes one redirect when downloading files.
1 year 11 months Merge branch 'develop' of projects.ceondo.com:indefero into develop
1 year 11 months Fix issue 247 : cron overwrites authorized_keys during cron run
1 year 11 months Postgres needs a VARCHAR cast, which MySQL doesn't understand, of

course. *sigh*
1 year 11 months Postgres (and probably others as well) needs an explicit char cast.
1 year 11 months Fix the rendering of issue changes in a mail template and the issue feed fragment.
1 year 11 months Fixed stupid missing semicolon.
1 year 11 months Fixes to support older PHP versions.
1 year 11 months Merge branch 'feature.issue-summary' into develop
1 year 11 months Add unit test for IDF_Project::getIssueCountByOwner
2 years 1 day Fix the mtn getChanges() test.
2 years 3 days Add IDF_Project::getIssueCountByOwner and use it into IDF_Views_Issue::summary
2 years 3 days Use css instead of  
2 years 3 days Change "ifnull" sql function to "coalesce" which is supported by postgresql
2 years 3 days If git's author name does not contain valid utf-8 bytes, skip the author

lookup in the database, which would otherwise only bring up errors.
2 years 3 days Mark string for translation
2 years 3 days improve rendering of 0% bar
2 years 3 days Fix the special case of a empty issue tracker, for the issue summary.
2 years 3 days Add an sub-tab under Issue to add a summury view
2 years 5 days Spelling.
2 years 5 days Access all private methods in a non-static way, now that we have a instance-dependent _diagnoseProblem() method
2 years 6 days Wrong object to call commit() on...
2 years 6 days Disable the fixed context bar if the content is already to big
2 years 8 days Merge branch 'develop' of projects.ceondo.com:indefero into develop
2 years 8 days Fix the branch links users of the Subversion frontend get when they enter

a wrong revision and only display this list if there are any branches
available for all SCMs.