summaryrefslogtreecommitdiffstats
path: root/test/javascripts/application_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Selecting line numbers without text now works, line numbers are sorted correctlyMarius Mathiesen2009-11-041-0/+7
| | | | | - Fetch line number from parent instead of text - Extended Array.prototype with min() and max() methods, use these to extract first and last line numbers
* Removing js debugMarius Mathiesen2009-11-041-1/+0
|
* Not all diff lines are commentableMarius Mathiesen2009-11-041-0/+16
| | | | - Also removed bug where empty line numbers would produce an invalid range
* The javascript tests now work, and even passMarius Mathiesen2009-11-041-3/+3
|
* Bookmarkable merge request versions.Marius Mathiesen2009-09-281-6/+30
| | | | | - When selecting a range of commits: set the location hash accordingly - When entering the page: extract the location hash and select the correct shas
* Started added tests for parsing merge request data from the location hashMarius Mathiesen2009-09-281-0/+15