Commit Graph

36 Commits (f946040fa94a3acb3b1f54873e6f95766595829c)

Author SHA1 Message Date
Florian Kaiser d568019306 Remember last selected clone protocol, and establish uniform order (https, ssh)
Unknwon 3bcdb3855c Use HTTP/HTTPS as default clone option
Angus Gibson df05134494 Break branch-selection dropdown into a template
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Adam Strzelecki da2585c11e 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
Unknwon e538ff2770 fix and fix
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
Adam Strzelecki 314664892c 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.
Adam Strzelecki 3eae4ecde7 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.
Unknwon 830d000667 finish wiki
Unknwon b2fb7e3fd2 more HTTP clone word fix
Unknwon efaf60ba5a fix
Unknwon 9ab96172fc new watchers, stars and forks UI
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
Unknwon 953bb06857 basic PR feature
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Vladimir Vissoultchev 2bb1fb8f44 Use EscapePound in link hrefs in diff/file views
Vladimir Vissoultchev 167265d533 Allow file and directory names to contain percent character
Unknwon 4447a20f87 UI: issues - finish basic frame
Unknwon bc8721fb6c Finish new UI for release page
Unknwon 35977cd34c continue work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes
Unknwon 11af8658cf Simple fix
Unknwon e3b78c47e2 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/ng/less/gogs/repository.less
	templates/repo/home.tmpl
Unknwon 49193bebd2 UI: Confirmation box
fuxiaohei e3a27aeb25 template and ui fix
fuxiaohei dccc50e9d4 template and ui fix
Unknwon a1109e6fbc Page: Repository home page
Michael Dyrynda dcb10a41d4 Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses 
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon 755eec745f Finish new repo settings page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Unknwon 8dd07c0ddd New UI merge in progress