summaryrefslogtreecommitdiffstats
path: root/modules/template
Commit message (Collapse)AuthorAgeFilesLines
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-062-397/+0
| | | Integrated optional bindata for the templates
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-3/+3
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Golint fixed for modules/templateLunny Xiao2016-11-252-14/+26
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-102-6/+6
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\ | | | | Fixed 404 caused by unexpected question mark
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
| | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-032-6/+6
|/
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-011-0/+3
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Web editor: support upload filesUnknwon2016-08-301-0/+1
|
* label: adjust forecolor boundaryUnknwon2016-08-271-7/+0
|
* General code quality improvementUnknwon2016-08-161-1/+0
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-111-0/+10
| | | | | (#3241) Closes #3182
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-111-0/+6
|
* Little code refactoringUnknwon2016-08-091-8/+3
|
* Use struct for UI settingsUnknwon2016-07-241-1/+1
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-1/+1
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-261-1/+2
|
* Changed EscapePound function with string replace functionNikko Miu2016-03-241-1/+1
|
* Some minor changesUnknwon2016-03-061-79/+81
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-2/+4
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-2/+4
|
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
|
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-081-0/+3
| | | | | | Used by Android >= 5.0 to make the top bar colored. Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-1/+1
|
* #2185 fall back to use custom chardet libUnknwon2015-12-311-2/+4
|
* #2282 fast detection of utf-8Unknwon2015-12-271-3/+2
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-5/+5
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-171-2/+19
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-161-0/+80
|
* new template funcUnknwon2015-12-131-0/+3
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-5/+1
|
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-071-5/+17
| | | | | | | | | 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.
* fix #1829 and fix #890Unknwon2015-12-041-2/+2
|
* fix #2020Unknwon2015-11-241-1/+1
|
* more HTTP clone word fixUnknwon2015-11-221-2/+2
|
* fix #2013Unknwon2015-11-221-0/+3
|
* octicon fix in feedsUnknwon2015-11-161-4/+8
|
* clean upUnknwon2015-11-131-107/+73
|
* Show custom avatars in commitsUnknwon2015-11-131-0/+285