Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: list view | Unknwon | 2015-08-03 | 16 | -131/+274 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-08-02 | 0 | -0/+0 |
|\ | |||||
| * | better wording | Unknwon | 2015-08-02 | 3 | -6/+7 |
| | | |||||
* | | better wording | Unknwon | 2015-08-02 | 3 | -6/+7 |
| | | |||||
* | | replace path.Join | Unknwon | 2015-08-02 | 1 | -2/+2 |
|/ | |||||
* | custom workDir function to handle speical case in Windows | Unknwon | 2015-08-02 | 1 | -1/+12 |
| | |||||
* | fix check template version | Unknwon | 2015-08-02 | 3 | -3/+3 |
| | |||||
* | update locale and .gopmfile | Unknwon | 2015-08-01 | 5 | -40/+40 |
| | |||||
* | Merge pull request #1426 from manfer/issues-new-edit-forms-autofocus | 无闻 | 2015-08-01 | 2 | -1/+2 |
|\ | | | | | autofocus for new and edit issue forms | ||||
| * | autofocus for new and edit issue forms | Fernando San Julián | 2015-07-31 | 2 | -1/+2 |
| | | |||||
* | | Merge pull request #1425 from manfer/markdown-less | 无闻 | 2015-08-01 | 4 | -575/+1147 |
|\ \ | |/ |/| | markdown styles tweaked | ||||
| * | new markdown styles | Fernando San Julián | 2015-08-01 | 4 | -575/+1147 |
|/ | |||||
* | Merge pull request #1418 from manfer/nested-lists | 无闻 | 2015-07-31 | 1 | -1/+1 |
|\ | | | | | nested unordered list inside order list issue | ||||
| * | nested unordered list inside order list issue | Fernando San Julián | 2015-07-31 | 1 | -1/+1 |
|/ | |||||
* | fix install default db option | Unknwon | 2015-07-31 | 1 | -3/+3 |
| | |||||
* | fix disable router log option | Unknwon | 2015-07-31 | 1 | -3/+5 |
| | |||||
* | fix #1227 | Unknwon | 2015-07-31 | 1 | -1/+5 |
| | |||||
* | fix #1208 | Unknwon | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | fix #1204 | Unknwon | 2015-07-31 | 3 | -10/+5 |
| | |||||
* | add italian support | Unknwon | 2015-07-31 | 5 | -6/+828 |
| | |||||
* | #1400 use new connstr format for postgres | Unknwon | 2015-07-31 | 4 | -6/+6 |
| | |||||
* | Merge pull request #1410 from manfer/issues-pagination-only-if-needed | 无闻 | 2015-07-31 | 1 | -1/+3 |
|\ | | | | | Show pagination only if needed on repo issues page | ||||
| * | pagination in repo issues page only if needed | Fernando San Julián | 2015-07-30 | 1 | -1/+3 |
|/ | |||||
* | update locale and prepare for 0.6.3 release | Unknwon | 2015-07-30 | 6 | -176/+176 |
| | |||||
* | Merge pull request #1404 from wqweto/develop | 无闻 | 2015-07-30 | 7 | -41/+52 |
|\ | | | | | Allow space and/or percent in file and directory names | ||||
| * | Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings | Vladimir Vissoultchev | 2015-07-29 | 3 | -4/+4 |
| | | |||||
| * | Partial impl of git diff encoding | Vladimir Vissoultchev | 2015-07-29 | 1 | -20/+23 |
| | | |||||
| * | Use EscapePound in link hrefs in diff/file views | Vladimir Vissoultchev | 2015-07-28 | 3 | -12/+13 |
| | | |||||
| * | Raw text file view returns correct charset in content-type header if not utf-8 | Vladimir Vissoultchev | 2015-07-28 | 1 | -4/+11 |
| | | |||||
| * | Allow spaces in file/dir names on parsing git diff | Vladimir Vissoultchev | 2015-07-28 | 1 | -2/+2 |
| | | |||||
* | | fix #1407 | Unknwon | 2015-07-30 | 3 | -20/+20 |
|/ | |||||
* | update gopmfile | Unknwon | 2015-07-28 | 4 | -6/+6 |
| | |||||
* | report error when migration auth failed | Unknwon | 2015-07-28 | 3 | -2/+4 |
| | |||||
* | fix #1305 | Unknwon | 2015-07-28 | 2 | -4/+2 |
| | |||||
* | Merge pull request #1402 from wqweto/develop | 无闻 | 2015-07-28 | 3 | -4/+4 |
|\ | | | | | Allow file and directory names to contain percent character | ||||
| * | Allow file and directory names to contain percent character | Vladimir Vissoultchev | 2015-07-28 | 3 | -4/+4 |
| | | |||||
* | | fix #1198 | Unknwon | 2015-07-28 | 2 | -47/+16 |
| | | |||||
* | | Merge pull request #1399 from wqweto/develop | 无闻 | 2015-07-28 | 2 | -0/+5 |
|\| | | | | | Allow explicit charset/codepage setting for ANSI source files to alle… | ||||
| * | Allow explicit charset/codepage setting for ANSI source files to alleviate ↵ | Vladimir Vissoultchev | 2015-07-27 | 2 | -0/+5 |
| | | | | | | | | issue #1088 | ||||
* | | better paging | Unknwon | 2015-07-28 | 9 | -18/+37 |
|/ | |||||
* | Merge pull request #1395 from manfer/user-issues-template-fix | 无闻 | 2015-07-27 | 1 | -1/+1 |
|\ | | | | | User Issues Template fix | ||||
| * | User Issues Template fix | Fernando San Julián | 2015-07-26 | 1 | -1/+1 |
|/ | |||||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 | 19 | -96/+587 |
| | |||||
* | fix #1169 | Unknwon | 2015-07-26 | 4 | -2/+21 |
| | | | | - prevent create reop on existed path | ||||
* | go-bindata on #1393 and fix #1392 | Unknwon | 2015-07-26 | 1 | -26/+26 |
| | |||||
* | Merge pull request #1393 from manfer/admin-config-fix | 无闻 | 2015-07-26 | 14 | -15/+15 |
|\ | | | | | admin config fix | ||||
| * | admin config fix | Fernando San Julián | 2015-07-25 | 14 | -15/+15 |
|/ | |||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 13 | -69/+140 |
| | |||||
* | fix sql | Unknwon | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | fix paging links and issue count | Unknwon | 2015-07-25 | 6 | -11/+19 |
| |