Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets
2013-04-21Diff with better colors and some spacing on the cornersGabriel Mazetto
2013-01-27Updated commit diff view with some minor visual modificationsKoen Punt
Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode
2012-12-04Rename commits/text_file partial to text_diffRiyad Preukschas
2012-12-04Rename diff note partialsRiyad Preukschas
2012-12-04Fix parameter passing and wording for per line notesRiyad Preukschas
2012-10-10Add links to the note source if the note is mixed inRiyad Preukschas
2012-09-14Extract 'notes/per_line_notes_with_reply' partialRiyad Preukschas
2012-09-14Extract 'notes/per_line_note_link' partialRiyad Preukschas
2012-09-14Rename 'notes/per_line_show' partial to 'notes/per_line_note'Riyad Preukschas
2012-09-14Rename 'notes/reply_button' partial to 'notes/per_line_reply_button'Riyad Preukschas
2012-09-14Update links for inline comments to use data-* attributesRiyad Preukschas
2012-09-14Update diff comments order and renderingRiyad Preukschas
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-06-24Diff refactoringValeriy Sizov
2012-06-20Get rid of deprecated link_to_functionrandx
2012-06-20Revert "Handle Commit "show suppressed diff" link with a doc-ready event ↵Zevs
handler." This reverts commit ef1598b4afa94b21db7f38755182a701d03ae44a.
2012-06-20Handle Commit "show suppressed diff" link with a doc-ready event handler.Robb Kidd
Replaces link_to_function use which was deprecated in Rails v3.2.4. https://github.com/rails/rails/commit/9dc57fe9c Still absent is a graceful degrade for no-JS.
2012-06-04Remove trailing whitespaces and trailing linesAndrey Vakarev
2012-04-06Handling big commits & big diffDmitriy Zaporozhets
2012-02-25Reply button, Comments for Merge Request diffDmitriy Zaporozhets
2012-02-15submodules displayed for tree viewDmitriy Zaporozhets
2012-02-14per line comments improved. replaced from dbclick to linkDmitriy Zaporozhets
2012-02-12improved diff, restyled login pageDmitriy Zaporozhets
2012-01-25Commit diff fixes, per-line comments fixedDmitriy Zaporozhets
2012-01-22fixed ... in diff file first lineDmitriy Zaporozhets
2012-01-20per line comment fixDmitriy Zaporozhets
2012-01-12per line comments w/o tests & with dirty codeDmitriy Zaporozhets
2012-01-11per line comments displayDmitriy Zaporozhets
2011-12-30remove charencode.Saito
2011-12-01refactor each_line detect to detect all diff fileSaito
2011-12-01line links for commit diff, css fixed for line diffDmitriy Zaporozhets
2011-11-30fix encode bugs on diff not utf-8 encode's codeSaito
2011-11-28fix the issue on github #157.Saito
directly force_encoding is wrong, must detect the file string's encoding. then force_encoding the string to it's encoding. last convert it to utf-8.
2011-11-18fix diff bug with utf-8Saito
2011-11-18fix diff bugSaito
2011-11-09fix elsif statementNihad Abbasov
2011-10-27#173gitlabhq
2011-10-26clean-up codeNihad Abbasov
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
2011-10-25Issue #87gitlabhq
2011-10-22fix #140, commit lil refactorgitlabhq