OSDN Git Service

Updated commit diff view with some minor visual modifications
authorKoen Punt <koen@koenpunt.nl>
Sat, 1 Dec 2012 12:49:21 +0000 (13:49 +0100)
committerKoen Punt <koen@koenpunt.nl>
Sun, 27 Jan 2013 17:27:32 +0000 (18:27 +0100)
commite33debc2147966525246bad999d0cacc4e676585
treec97b0aab18d179ed017f4273f6813b97c8ad81a2
parent6ab6c55de5516ac636b5ca1147c1d1f81831c599
Updated commit diff view with some minor visual modifications
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
23 files changed:
app/assets/images/onion_skin_sprites.gif [new file with mode: 0644]
app/assets/images/swipemode_sprites.gif [new file with mode: 0644]
app/assets/javascripts/commit/file.js.coffee [new file with mode: 0644]
app/assets/javascripts/commit/image-file.js.coffee [new file with mode: 0644]
app/assets/javascripts/commits.js [deleted file]
app/assets/javascripts/commits.js.coffee [new file with mode: 0644]
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/variables.scss
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/notes.scss
app/helpers/commits_helper.rb
app/views/commit/show.html.haml
app/views/commits/_diffs.html.haml
app/views/commits/_image.html.haml [new file with mode: 0644]
app/views/commits/_text_file.html.haml [moved from app/views/commits/_text_diff.html.haml with 95% similarity]
app/views/commits/show.html.haml
app/views/notes/_discussion.html.haml
app/views/notes/_discussion_diff.html.haml
features/steps/shared/diff_note.rb