aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/options.tmpl
Commit message (Collapse)AuthorAge
* #2018 able to sync now for mirrorsUnknwon2016-08-30
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* #2162 improve repository advance options UI displayUnknwon2016-07-31
| | | | Enable/disable input based on user chosen options for wiki and issue tracker.
* repo/settings/options: take naming style examples out of locale stringUnknwon2016-07-25
|
* Minor HTML fix for delete repository noticeUnknwon2016-07-23
|
* Minor fix for #3246Unknwon2016-07-09
|
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-09
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* Modify behaviour of repo-delete. (#3232)Pheng Heong TAN2016-07-09
| | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch.
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-22
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* Minor fixes for #2745Unknwon2016-03-03
|
* Repo setting to delete and disable wikiJosh Frye2016-03-03
|
* #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-19
|
* Minor fix for #2624Unknwon2016-02-15
|
* Refactored according to suggestionsMartin Hartkorn2016-02-14
|
* Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* fix #1829 and fix #890Unknwon2015-12-04
|
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-03
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* minor UI fix and fix ssh raceUnknwon2015-11-14
|
* fix dropdown styleUnknwon2015-09-05
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* fix dashboard 500 when no issues at allUnknwon2015-09-01
| | | | | - update locales - update README
* finish new repo options pageUnknwon2015-08-31
|
* new repo options UIUnknwon2015-08-30
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
| | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* UI: Confirmation boxUnknwon2014-09-29
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Finish new admin dashboardUnknwon2014-08-28
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new repo settings pageUnknwon2014-08-02