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
2015-12-08 00:57:46 +01:00
Unknwon
0fe6fe663e
fix e-mail type
2015-10-29 21:10:01 -04:00
Unknwon
7d72c8333e
work on #470 and fix miror JS issue when choose targets on compare and pull
2015-10-29 21:09:48 -04:00
Unknwon
86d3c5cbb3
update Docker info
2015-09-17 19:18:49 -04:00
Unknwon
5f1183cecf
#697 add install option
2015-09-13 12:14:32 -04:00
Unknwon
aff773f1b9
add tidb support
2015-09-12 15:31:36 -04:00
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
2015-09-06 16:31:22 -04:00
Unknwon
1c2dbd7183
fix dropdown style
2015-09-05 05:06:03 -04:00
Unknwon
07fe846c9f
#1579 change e-mail max length to 254
2015-09-04 10:59:34 -04:00
Unknwon
302938e646
#1333 Disable Gravatar option when install
2015-08-30 00:22:26 +08:00
Unknwon
bd1d7d1509
Able to set SSH port when install, update Docker docs
2015-08-19 20:36:19 +08:00
Unknwon
c20ae8edc5
update Docker README
2015-08-18 22:29:02 +08:00
Unknwon
e633425f27
#1180 and #1250 : migration
2015-08-15 16:03:20 +08:00
Paulo E. Castro
e680faf0d8
Correct form name to smtp_email to fix matching in InstallForm struct.
2015-08-13 17:22:19 +01:00
Unknwon
54b58e988d
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
2015-07-25 00:49:40 +08:00
Unknwon
4447a20f87
UI: issues - finish basic frame
2015-07-24 04:50:05 +08:00
Fernando San Julián
30beb59fd8
install admin password field fix
...
Admin Password field in install form must be of type password
2015-07-23 11:46:20 +02:00
Unknwon
a2a9e151f8
install - add mail from setting
2015-07-09 16:10:31 +08:00
Unknwon
b9dc2147b4
UI: install - done
2015-07-09 13:17:48 +08:00
Unknwon
5cf3732339
UI: install - new version
2015-07-08 19:47:56 +08:00
Unknwon
5dd3dd71a0
UI: install - database settings
2015-07-08 01:09:03 +08:00
Unknwon
b293b6eaa6
cmd: CMD option for port number of gogs web
to prevent first time run conflict
...
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
2015-02-01 12:41:03 -05:00
Unknwon
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
...
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
2014-09-18 20:50:48 +02:00
Unknwon
0ddb1eb769
Finish new install page, almost ready for 0.5 release
2014-09-07 19:02:58 -04:00
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
2014-08-30 15:12:53 +02:00
Unknown
c1eb4d894a
Clean api code
2014-05-05 13:08:01 -04:00
Robert Speicher
494e5fd40c
Install: Set the default host string based on database type
2014-04-29 16:35:25 -04:00
Unknown
59d0e73c35
Batch mirror fix
2014-04-26 22:34:48 -06:00
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
2014-04-20 16:54:26 +10:00
Unknown
306aa5bffe
Add support default branch
2014-04-10 22:03:31 -04:00
Unknown
af552596cf
Work on form resubmit
2014-04-10 14:37:43 -04:00
Unknown
a991ebf5d0
Fix #54
2014-04-08 15:27:35 -04:00
Unknown
03cc39ea12
Mirror fix on #45
2014-03-30 09:39:44 -04:00
Unknown
107a1eadac
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
2014-03-29 17:50:51 -04:00
Unknown
cad2ced394
Bug fix
2014-03-29 11:56:00 -04:00
Unknown
6e376bb85c
Working on install page
2014-03-28 18:40:31 -04:00
Unknown
a55941ff83
Add auto-detect home directory
2014-03-28 17:34:07 -04:00
Unknown
76b8642348
Bug fix
2014-03-28 09:06:48 -04:00
Unknown
cb05b8325c
Update config option
2014-03-28 08:39:35 -04:00
Unknown
0fd754bbe0
Working on install page
2014-03-28 07:26:22 -04:00
Unknown
34f4af9ebf
Working on issue and install page
2014-03-27 16:31:32 -04:00
FuXiaoHei
c796ed3849
update install page ui
2014-03-27 20:39:18 +08:00
FuXiaoHei
2a2f025388
change css name style
2014-03-25 18:44:37 +08:00
FuXiaoHei
7f6126dd04
install sample page
2014-03-25 16:51:42 +08:00