Andrey Nering
cdc7a8c613
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Andrey Nering
6b296dbf42
Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
10 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
10 years ago
Andrey Nering
8320b077a0
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
10 years ago
Unknwon
30a996fbc4
Merge pull request #2335 from andreynering/highlight-diff
Highlight diff
10 years ago
Unknwon
30a1b74552
fix markdown autolink error
10 years ago
Andrey Nering
183ee384c7
Declaring specific types for enums constants.
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
10 years ago
Andrey Nering
000931e238
Highlighting differences of lines in the diff view.
10 years ago
Kim "BKC" Carlbäcker
ec768bbff1
Removed opticon-fold
10 years ago
Kim "BKC" Carlbäcker
aabab341ca
merged split/unified templates
10 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
10 years ago
Kim "BKC" Carlbäcker
b34c4f23ca
i18n-fix for split-view
10 years ago
Kim "BKC" Carlbäcker
f5576c90a7
Implement Split Diff-View
- Unified/Inline Diff-View Selectable
10 years ago
Unknwon
b743fb6639
prepare release
10 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
10 years ago
Unknwon
b7e759c41e
#1078 not show bin when rename a file
10 years ago
Unknwon
37bc800abb
fix #1078
10 years ago
Unknwon
315b183c66
work on PR conversation
10 years ago