OSDN Git Service

Merge commit 'master' into discussions
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>
Mon, 14 Jan 2013 23:52:25 +0000 (00:52 +0100)
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>
Mon, 14 Jan 2013 23:52:25 +0000 (00:52 +0100)
commit30227869482bbbdbfea153f2b45ef3bb9a9fd218
treeaff64071116447092751770d2896998f62d1b44a
parent8ee5fce9d64b70d8981896457484fae622d142c9
parentaca0caa8cc1a6bd481f87dd810284e69d3747050
Merge commit 'master' into discussions

Conflicts:
app/assets/stylesheets/sections/notes.scss
app/contexts/notes/load_context.rb
app/models/project.rb
app/observers/note_observer.rb
app/roles/votes.rb
app/views/commit/show.html.haml
app/views/merge_requests/_show.html.haml
app/views/merge_requests/diffs.js.haml
app/views/merge_requests/show.js.haml
app/views/notes/_note.html.haml
features/steps/project/project_merge_requests.rb
spec/models/note_spec.rb
24 files changed:
app/assets/stylesheets/common.scss
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/notes.scss
app/contexts/notes/load_context.rb
app/controllers/merge_requests_controller.rb
app/controllers/projects_controller.rb
app/controllers/snippets_controller.rb
app/mailers/notify.rb
app/models/concerns/issuable.rb
app/models/note.rb
app/observers/note_observer.rb
app/views/commit/show.html.haml
app/views/commits/_text_diff.html.haml
app/views/issues/show.html.haml
app/views/merge_requests/_show.html.haml
app/views/merge_requests/diffs.js.haml
app/views/merge_requests/show.js.haml
app/views/notes/_note.html.haml
features/steps/project/project_merge_requests.rb
features/steps/shared/paths.rb
lib/gitlab/markdown.rb
spec/factories.rb
spec/lib/votes_spec.rb
spec/models/note_spec.rb