Christian Gerharz
- Email: cgerharz@web.de
- Registered on: 2008-07-14
- Last connection: 2008-09-24
Activity
Reported issues: 1
2008-09-24
- 09:15 Redmine Defect #1419: Error fetching git changesets
- A quick correction: in #note-7 the '+' and '-' signs of the diff are permuted. It should be ...
2008-09-19
- 11:45 Redmine Defect #1419: Error fetching git changesets
- Another solution to the above problem would be to override _repository#latest_changeset_ within the git.rb, so only git will be influenced by that fix. ...
- 09:12 Redmine Defect #1419: Error fetching git changesets
- Git does not return the commits in chronological order. So this bug is initiated by the sort order of the _has_many :changesets_ association in the _repository_ model. This ordering affects the result of _repository#latest_changeset_ which wi...
2008-07-14
- 13:00 Redmine Defect #1636: Use of Prototype's Element-methods (like this.up("form"))
- In /views/issues/_list.rhtml for example you use "this.up('form')". Actually the up-method is not available on the element itself, but only by the element, when it is returned by the $() method. Quote from the Prototype-Documentation: ...
Also available in: Atom