3df5dcc1dc
Allow pre-receive hook customization
...
This hook can be used for example to reject too large commits and it is
executed before "update" hook, used exclusively by Gogs to update its state.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
2015-12-08 01:28:32 +01:00
14080dd61d
Merge pull request #2121 from nanoant/patch/less-n-template-indent
...
Consistent tab indentation for all source files
2015-12-07 19:04:13 -05:00
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
2015-12-08 00:57:46 +01:00
dd8a06a397
LESS: Use tabs for indent in all files
...
This does not change any content and generated gogs.css is still the same.
2015-12-07 21:20:54 +01:00
4e0c697aaf
force new INI version
2015-12-07 11:33:04 -05:00
3ffbb54337
minor fix for #2113 and other locales
2015-12-07 00:10:08 -05:00
67cfb6735b
Merge pull request #2113 from OhDaeto/patch-1
...
Update Russian translation
2015-12-07 00:05:36 -05:00
b7508b06fa
Update locale_ru-RU.ini
2015-12-07 08:02:16 +03:00
2a0db47935
Update Russian translation
2015-12-07 07:27:17 +03:00
dce2a9e7e1
fix wrong slack webhook payload URL
2015-12-06 23:07:02 -05:00
abb02889f2
Merge pull request #2112 from nanoant/patch/better-git-message-display
...
Render commit msg as header + verbatim description
2015-12-06 20:06:23 -05:00
e2ca53029e
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.
2015-12-07 01:50:45 +01:00
b5f6206a65
prepare release
2015-12-06 15:34:17 -05:00
3de9c11ea7
Merge pull request #2110 from msoedov/misspellings
...
Fix misspelled words
2015-12-06 15:27:11 -05:00
ae54d878c0
Fix misspelled words
2015-12-06 16:42:23 +02:00
89244b74c6
remember page number when delete repo
2015-12-05 17:49:46 -05:00
ca8ce793d1
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
978dc00305
APIs: admin users
2015-12-05 17:13:13 -05:00
bf26808fb3
update README
2015-12-05 13:50:43 -05:00
404867f206
fix #2105 and fix #1857
2015-12-05 13:24:13 -05:00
f0ee33267c
fix #2102
2015-12-05 11:46:42 -05:00
f3eaa4c592
Set default language for i18n
2015-12-05 01:20:11 -05:00
f41360d864
#2052 advanced select ops for system notices
2015-12-05 01:09:14 -05:00
e82ee40e9e
init with all enabled
2015-12-04 21:34:37 -05:00
1ee7c33e93
template fix
2015-12-04 21:32:33 -05:00
e538ff2770
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00
76d4b9288b
#2045 have fallback but empty value
2015-12-04 19:01:34 -05:00
05ba8622f0
#2045 move fallback to empty string
2015-12-04 18:31:45 -05:00
4795fa01d8
fix #2101
2015-12-04 17:30:32 -05:00
942fd6be53
fix panic for #2045
2015-12-04 17:20:23 -05:00
56dd430a10
refactor API routes and some work for #976
2015-12-04 17:16:42 -05:00
e0bae9547a
more fixes on #2045
2015-12-04 15:41:56 -05:00
bfe6027266
Merge branch 'develop' of github.com:gogits/gogs into develop
2015-12-03 18:10:54 -05:00
4d9499c2d3
fix broken link
2015-12-03 18:10:45 -05:00
98e989d52c
minor JS and UI fix
2015-12-03 15:01:15 -05:00
5742f9fe69
fix #2095
2015-12-03 14:31:31 -05:00
1802d52362
Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels
...
UI: Use more subtle grey SHA1 labels
2015-12-03 14:28:30 -05:00
cab2911f23
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.
2015-12-03 20:26:06 +01:00
81133d45a1
work on #2093
2015-12-03 14:21:13 -05:00
a51acf1751
Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha
...
UI: Remove CSS rule making last-commit SHA bold
2015-12-03 13:14:57 -05:00
edbb67cb3f
UI: Use more subtle grey SHA1 labels
...
Current green SHA1 labels are more pronounced than other UI elements attracting
attention as if they were most important thing in the UI, while they are not as
important, especially without real Git client.
Using grey SHA1 labels makes the UI more balanced, less aggressive and lets
user to focus on other content elements.
NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
2015-12-03 14:21:20 +01:00
c5e249c0be
UI: Remove CSS rule making last-commit SHA bold
...
This removes remains from old design, that was not cleaned by previous #2068 PR.
2015-12-03 13:30:16 +01:00
37a372f6f5
500 when wiki not exists
2015-12-03 02:08:25 -05:00
f122d0856e
fix #2090
2015-12-03 01:59:32 -05:00
4a6016f5af
fix #2087
2015-12-03 01:03:06 -05:00
cc8f5add6e
fix #976
2015-12-03 00:24:37 -05:00
ec2423ad7c
more UI minor fixes
2015-12-02 20:56:26 -05:00
c4bab163cb
Merge pull request #2088 from nanoant/patch/further-layout-fixes
...
Further layout fixes
2015-12-02 20:26:48 -05:00
0068b8106b
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
.
2015-12-03 02:18:38 +01:00
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.
2015-12-03 02:16:18 +01:00