Florian Kaiser
2c01ac455b
Fix syntax highlighting for markdown code blocks on issue description/comment save
10 years ago
Unknwon
eb728aa379
Merge pull request #2537 from fnkr/remember-clone-protocol
Remember last selected clone protocol
10 years ago
Florian Kaiser
cbf6668aae
Select HTTPS if remembered clone protocol is SSH but SSH is disabled now
10 years ago
Florian Kaiser
1678cc23d1
Make highlighted markdown code blocks work on issue pages
10 years ago
Florian Kaiser
13faaaf506
Remember last selected clone protocol, and establish uniform order (https, ssh)
10 years ago
Unknwon
2bcbf77e00
Update and reorganize front-end resources
10 years ago
Kim "BKC" Carlbäcker
5086de50c1
Split view fixed
10 years ago
Unknwon
b80af0d28c
Minor fix for #2396
10 years ago
Unknwon
5b18638857
URL fix for #2287
10 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
10 years ago
l2dy
f0eff7f46b
Minor fix
10 years ago
Unknwon
c2e9264310
minor fix to #2335
10 years ago
Andrey Nering
000931e238
Highlighting differences of lines in the diff view.
10 years ago
Unknwon
24dfd522a0
Merge pull request #2296 from bkcsoft/feature/split-diff
Implement Split Diff-View
10 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
10 years ago
Kim "BKC" Carlbäcker
f5576c90a7
Implement Split Diff-View
- Unified/Inline Diff-View Selectable
10 years ago
Andrey Nering
72c091f2fe
Making scroll always visible.
10 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
10 years ago
Unknwon
bb2897bff6
#2264 use monospaced font for commit IDs in news feeds
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
6f2ae06766
emojify.js: ignore_emoticons
10 years ago
Unknwon
c950a2d66f
#2171 fix wiki preview does not work on Firefox
10 years ago
Unknwon
d596c0408f
update hightlight.js
10 years ago
Unknwon
d6b0ebaffc
fix #1720
10 years ago
Unknwon
8367859246
fix markdown header margin-top
10 years ago
Unknwon
b743fb6639
prepare release
10 years ago
Unknwon
64547d850a
#2159 use icon+tooltip to replace text
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
10 years ago
Unknwon
c06d96f616
Drop 0.5.x support
10 years ago
Unknwon
37bdb5bf8e
fix markdown table header CSS
10 years ago
Angus Gibson
6fca9c3a22
Dropdown on commits page to choose branch #1846
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
10 years ago
Adam Strzelecki
25bbb6afd9
LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
10 years ago
Adam Strzelecki
a1de908dad
Render commit msg as header + verbatim description
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
10 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
10 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
10 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
10 years ago
Unknwon
c4f5b47791
minor JS and UI fix
10 years ago
Unknwon
5670d7957d
Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels
UI: Use more subtle grey SHA1 labels
10 years ago
Adam Strzelecki
fc6c0f8810
UI: More subtle strips on commits list
With grey SHA1 labels, we should consider having also more subtle strips on
commits list. As current strips blend too much with grey SHA1 labels and top
bar, making hard to distinguish headers from content.
10 years ago
Adam Strzelecki
4ec05ddd28
UI: Remove CSS rule making last-commit SHA bold
This removes remains from old design, that was not cleaned by previous #2068 PR.
10 years ago
Unknwon
82c2856e1e
fix #2087
10 years ago
Unknwon
9040b23ccd
more UI minor fixes
10 years ago
Unknwon
a11a0fd2a5
Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixes
10 years ago
Adam Strzelecki
fe333fdf98
CSS: Octicons 16px fix outside of _octicons.less
Otherwise the fix will be overwritten by next _octicons.less update.
This is follow-up for 22b0dfbb35 .
10 years ago
Unknwon
f3f1f42bba
minor CSS fix
10 years ago
Unknwon
0a5890878d
minor CSS fix for #2068
10 years ago
Adam Strzelecki
564ded9c64
UI: Display last-commit header without 2nd column
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag.
10 years ago
Adam Strzelecki
2b82527e06
UI: Keep repo URL action right of ref combo & path
Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file.
10 years ago
Adam Strzelecki
4d6b9a4736
UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
10 years ago