]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoRemove original minwinsvc from vendor 736/head
Andrey Nering [Mon, 23 Jan 2017 22:57:34 +0000 (20:57 -0200)]
Remove original minwinsvc from vendor

7 years agoFix lint
Andrey Nering [Mon, 23 Jan 2017 22:56:25 +0000 (20:56 -0200)]
Fix lint

7 years agoFix SSH server on Windows when running as service
Andrey Nering [Mon, 23 Jan 2017 22:44:23 +0000 (20:44 -0200)]
Fix SSH server on Windows when running as service

Closes #680

7 years agoMerge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'
Andrey Nering [Mon, 23 Jan 2017 22:40:11 +0000 (20:40 -0200)]
Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'

7 years agoSquashed 'modules/minwinsvc/' content from commit cad6b2b
Andrey Nering [Mon, 23 Jan 2017 22:40:11 +0000 (20:40 -0200)]
Squashed 'modules/minwinsvc/' content from commit cad6b2b

git-subtree-dir: modules/minwinsvc
git-subtree-split: cad6b2b879b0970e4245a20ebf1a81a756e2bb70

7 years agofix logfile name (#731)
DWE [Mon, 23 Jan 2017 11:19:12 +0000 (12:19 +0100)]
fix logfile name (#731)

7 years agoupdate xorm for bugs fix (#728)
Lunny Xiao [Mon, 23 Jan 2017 11:11:57 +0000 (19:11 +0800)]
update xorm for bugs fix (#728)

7 years agoUpdate xorm and fix dump command (#692)
Lunny Xiao [Mon, 23 Jan 2017 09:11:18 +0000 (17:11 +0800)]
Update xorm and fix dump command (#692)

* update xorm and fix dump

* catch database init error

* still use dumpTables

* fix dump bool type

* update vendor.json

7 years agoAdd option to app.ini to enable local import paths (#724)
Bwko [Mon, 23 Jan 2017 01:19:50 +0000 (02:19 +0100)]
Add option to app.ini to enable local import paths (#724)

7 years agoAdd a reserved path check to the wiki (#720)
Bwko [Sun, 22 Jan 2017 15:08:54 +0000 (16:08 +0100)]
Add a reserved path check to the wiki (#720)

7 years agoadd scroolbars to wide graphs. (#608)
Kjell Kvinge [Sun, 22 Jan 2017 12:10:01 +0000 (13:10 +0100)]
add scroolbars to wide graphs. (#608)

* Add scrollbars to graph and revlist if needed.

* Add border

7 years agofixed bugs on Wiki and resolved #667 (#674)
Lunny Xiao [Sat, 21 Jan 2017 12:50:51 +0000 (20:50 +0800)]
fixed bugs on Wiki and resolved #667 (#674)

7 years agoSet the ldflags to static value within makefile (#709)
Thomas Boerger [Fri, 20 Jan 2017 17:34:20 +0000 (18:34 +0100)]
Set the ldflags to static value within makefile (#709)

7 years agoFix crash caused by #647 (#708)
Bwko [Fri, 20 Jan 2017 13:47:09 +0000 (14:47 +0100)]
Fix crash caused by #647 (#708)

7 years agoSpun attachments into seperate go file (#701)
Philip Couling [Fri, 20 Jan 2017 06:58:46 +0000 (06:58 +0000)]
Spun attachments into seperate go file (#701)

Moved attachments into seperate go file

7 years agoFix permission bugs in team API (#647)
Ethan Koenig [Fri, 20 Jan 2017 05:16:10 +0000 (22:16 -0700)]
Fix permission bugs in team API (#647)

7 years agoAPI Endpoints for organization members (#645)
Ethan Koenig [Fri, 20 Jan 2017 02:31:46 +0000 (19:31 -0700)]
API Endpoints for organization members (#645)

7 years agoFix: Pagenation on dashboard->issues does not work well (#698)
Kazuki Sawada [Thu, 19 Jan 2017 09:20:40 +0000 (18:20 +0900)]
Fix: Pagenation on dashboard->issues does not work well (#698)

7 years agoNotifications: trying to get a better layout (#660)
Andrey Nering [Wed, 18 Jan 2017 01:18:55 +0000 (23:18 -0200)]
Notifications: trying to get a better layout (#660)

* i18n button titles

* Improvements on notification page layout

* Notification count badge fixes

* Make table <tr> clickable

* Fix octicon aligment

* Fix use of AppSubUrl

7 years agoEnforce custom LDFLAGS within makefile (#684)
Thomas Boerger [Tue, 17 Jan 2017 06:02:44 +0000 (07:02 +0100)]
Enforce custom LDFLAGS within makefile (#684)

7 years agoRemove the default console logger when it is not set in the configuration (#602)
willemvd [Tue, 17 Jan 2017 06:02:35 +0000 (07:02 +0100)]
Remove the default console logger when it is not set in the configuration (#602)

* Remove the default console logger when it is not set in the configuration

* Added comment to new function (lint failure)

* update based on PR comments (code style)

* code style fix (thanks bkcsoft)

* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)

7 years agoRefactor process package and introduce ProcessManager{} with tests (#75)
Matthias Loibl [Tue, 17 Jan 2017 05:58:58 +0000 (06:58 +0100)]
Refactor process package and introduce ProcessManager{} with tests (#75)

* Add a process.Manager singleton with process.GetManager()

* Use process.GetManager everywhere

* Fix godoc comments for process module

* Increment process counter id after locking the mutex

7 years agoTwo factor authentication support (#630)
Andrew [Mon, 16 Jan 2017 02:14:29 +0000 (21:14 -0500)]
Two factor authentication support (#630)

* Initial commit for 2FA support

Signed-off-by: Andrew <write@imaginarycode.com>
* Add vendored files

* Add missing depends

* A few clean ups

* Added improvements, proper encryption

* Better encryption key

* Simplify "key" generation

* Make 2FA enrollment page more robust

* Fix typo

* Rename twofa/2FA to TwoFactor

* UNIQUE INDEX -> UNIQUE

7 years agoAttach to release (#673)
Philip Couling [Sun, 15 Jan 2017 14:57:00 +0000 (14:57 +0000)]
Attach to release (#673)

* Moved attachaments POST url from /issues/attachments to /attachments

* Implemented attachment upload on release page

* Implemented downloading attachments on the release page

* Added zip and gzip files to default allowed attachments

* Implemented uploading attachments on edit release

* Renamed UploadIssueAttachment to UploadAttachment

7 years agoChanged README to refer to https images only (#675)
Philip Couling [Sun, 15 Jan 2017 13:31:34 +0000 (13:31 +0000)]
Changed README to refer to https images only (#675)

7 years agoRemoves reliance on server specific SQL (#393)
btrepp [Sat, 14 Jan 2017 14:32:36 +0000 (22:32 +0800)]
Removes reliance on server specific SQL (#393)

Breaks the retrieval of repositories into two queries
This fetches the paged ids in one go, then the
actual repository information in a second query

Some databases do not support SELECT with *
when group by is used.

7 years agoFix #646 (#669)
Shyim [Sat, 14 Jan 2017 13:07:43 +0000 (14:07 +0100)]
Fix #646 (#669)

7 years agodocs: fix translation for zh-tw and zh-hk (#668)
Bo-Yi Wu [Sat, 14 Jan 2017 13:05:12 +0000 (21:05 +0800)]
docs: fix translation for zh-tw and zh-hk (#668)

7 years agoMerge pull request #643 from pkuphy/patch-2
Andrey Nering [Sat, 14 Jan 2017 12:44:58 +0000 (10:44 -0200)]
Merge pull request #643 from pkuphy/patch-2

fix typo

7 years agoFix ambiguity bug in getCommentsByRepoIDSince (#665)
Ethan Koenig [Sat, 14 Jan 2017 02:21:30 +0000 (21:21 -0500)]
Fix ambiguity bug in getCommentsByRepoIDSince (#665)

7 years agoDon't create a default pid file (#637)
Bwko [Sat, 14 Jan 2017 02:15:43 +0000 (03:15 +0100)]
Don't create a default pid file (#637)

7 years agoBug fixes for webhook API (#650)
Ethan Koenig [Sat, 14 Jan 2017 02:14:48 +0000 (21:14 -0500)]
Bug fixes for webhook API (#650)

7 years agobug fixed for update repository (#664)
Lunny Xiao [Sat, 14 Jan 2017 02:07:04 +0000 (10:07 +0800)]
bug fixed for update repository (#664)

7 years agodocs: update translation on notification page for zh-CN (#649)
xgitea [Fri, 13 Jan 2017 09:31:48 +0000 (17:31 +0800)]
docs: update translation on notification page for zh-CN (#649)

* docs: update translation on notification page for zh-CN

* use international resources

7 years agodocs: update zh-tw translation (#651)
Bo-Yi Wu [Fri, 13 Jan 2017 07:18:49 +0000 (15:18 +0800)]
docs: update zh-tw translation (#651)

7 years agoAdd data directory excluding sessions to dump (#587)
Manuel Kuhlmann [Thu, 12 Jan 2017 04:47:20 +0000 (05:47 +0100)]
Add data directory excluding sessions to dump (#587)

7 years agofix typo (#644)
pkuphy [Thu, 12 Jan 2017 04:46:51 +0000 (12:46 +0800)]
fix typo (#644)

fix typo: 「與」-> 「於」

7 years agofix typo (#642)
pkuphy [Thu, 12 Jan 2017 04:46:20 +0000 (12:46 +0800)]
fix typo (#642)

「与」修改为「于」

7 years agoNotifications: mark as read/unread and pin (#629)
Andrey Nering [Thu, 12 Jan 2017 04:27:09 +0000 (02:27 -0200)]
Notifications: mark as read/unread and pin (#629)

* Use relative URLs

* Notifications - Mark as read/unread

* Feature of pinning a notification

* On view issue, do not mark as read a pinned notification

7 years agorefactor: Add new deleteOrg func. (#633)
Bo-Yi Wu [Wed, 11 Jan 2017 13:10:43 +0000 (21:10 +0800)]
refactor: Add new deleteOrg func. (#633)

7 years agodocs: update translation on homepage for zh-tw (#634)
Bo-Yi Wu [Wed, 11 Jan 2017 08:23:42 +0000 (16:23 +0800)]
docs: update translation on homepage for zh-tw (#634)

7 years agofix typo 643/head
pkuphy [Wed, 11 Jan 2017 04:13:47 +0000 (12:13 +0800)]
fix typo

7 years agoFix: Issues cannot be created with labels (#622)
Kazuki Sawada [Tue, 10 Jan 2017 13:57:03 +0000 (22:57 +0900)]
Fix: Issues cannot be created with labels (#622)

Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
7 years agoMerge pull request #631 from rasa/patch-1
Matthias Loibl [Tue, 10 Jan 2017 09:57:56 +0000 (10:57 +0100)]
Merge pull request #631 from rasa/patch-1

Typos and make CONTRIBUTING a little nicer

7 years agoMerge pull request #625 from appleboy/improve
Matthias Loibl [Tue, 10 Jan 2017 09:46:08 +0000 (10:46 +0100)]
Merge pull request #625 from appleboy/improve

refactor: check the error returned by os.MkdirAll()

7 years agobug fix release
Lunny Xiao [Mon, 9 Jan 2017 15:51:21 +0000 (23:51 +0800)]
bug fix release

7 years agoUnit tests for models/admin
Ethan Koenig [Mon, 9 Jan 2017 18:26:05 +0000 (13:26 -0500)]
Unit tests for models/admin

7 years agorefactor: check the error returned by os.MkdirAll() 625/head
Bo-Yi Wu [Mon, 9 Jan 2017 14:36:23 +0000 (22:36 +0800)]
refactor: check the error returned by os.MkdirAll()

7 years agoMerge pull request #610 from appleboy/pid
Matthias Loibl [Mon, 9 Jan 2017 13:51:26 +0000 (14:51 +0100)]
Merge pull request #610 from appleboy/pid

feat: support pid file.

7 years agofeat: support pid file. 610/head
Bo-Yi Wu [Mon, 9 Jan 2017 11:54:57 +0000 (19:54 +0800)]
feat: support pid file.

7 years agoFix install.tmpl input default value (#611)
vz [Mon, 9 Jan 2017 09:16:10 +0000 (17:16 +0800)]
Fix install.tmpl input default value (#611)

* Fix install.tmpl input default value

* Update db_user to gitea

* Add when INSTALL_LOCK = false

7 years agoBetter coverage in pull_test (#615)
Ethan Koenig [Mon, 9 Jan 2017 03:15:07 +0000 (22:15 -0500)]
Better coverage in pull_test (#615)

7 years agoBetter coverage and TODOs for update_test (#616)
Ethan Koenig [Mon, 9 Jan 2017 03:14:57 +0000 (22:14 -0500)]
Better coverage and TODOs for update_test (#616)

7 years agoUnit tests for models/action (#619)
Ethan Koenig [Mon, 9 Jan 2017 03:08:36 +0000 (22:08 -0500)]
Unit tests for models/action (#619)

7 years agodocs: update zh-tw and zh-hk translations. (#604)
Bo-Yi Wu [Sun, 8 Jan 2017 09:15:55 +0000 (17:15 +0800)]
docs: update zh-tw and zh-hk translations. (#604)

7 years agoAdd myself to MAINTAINERS (#609)
Ethan Koenig [Sun, 8 Jan 2017 03:25:22 +0000 (22:25 -0500)]
Add myself to MAINTAINERS (#609)

7 years agoAdd default SSH_LISTEN_PORT config value (#603) (#607)
Manuel Kuhlmann [Sun, 8 Jan 2017 03:14:45 +0000 (04:14 +0100)]
Add default SSH_LISTEN_PORT config value (#603) (#607)

7 years agoAdd Keep email private (see issue #571). (#571)
derSuessmann [Sun, 8 Jan 2017 03:12:03 +0000 (04:12 +0100)]
Add Keep email private (see issue #571). (#571)

- Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE.
- Add the new option to the install and admin/config pages.
- Add the new option to app.ini in the service section.
- Add the new option to the settings struct.
- Add English text strings to i18n.
- Add field KeepEmailPrivate to user struct.
- Add field KeepEmailPrivate to user form.
- Add option to UI.
- Add using noreply email address if user has "Keep Email Private".
An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit
messages (and hopefully all other git log relevant places). The
change relies on the fact that git commands should use
user.NetGitSig().
- Add hiding of email address in UI, if user has set "Keep Email Private".
- Add condition to show email address only on explore/users and user
pages, if user has not set "Keep Email Private".
- Add noreply email in API if set "Keep Email Private".
- Add a new service setting NO_REPLY_ADDRESS. The value of this
setting is used as the domain part for the user's email address in
git log, iff he decides to keep his email address private.
If the user decides to keep his email address private and this
option is not set 'noreply.example.org' is used, which no MTA
should send email to.

Add NO_REPLY_ADDRESS to conf/app.ini.

7 years agoUnit tests for models/access.go (#606)
Ethan Koenig [Sun, 8 Jan 2017 03:10:53 +0000 (22:10 -0500)]
Unit tests for models/access.go (#606)

7 years agoAPI endpoint for subscribers (#598)
Ethan Koenig [Sat, 7 Jan 2017 03:13:02 +0000 (22:13 -0500)]
API endpoint for subscribers (#598)

7 years agoMerge pull request #555 from ethantkoenig/tests/pull
Andrey Nering [Fri, 6 Jan 2017 21:19:18 +0000 (19:19 -0200)]
Merge pull request #555 from ethantkoenig/tests/pull

Unit tests for models/pull.go

7 years agoTypos and make CONTRIBUTING a little nicer 631/head
Ross Smith II [Fri, 6 Jan 2017 15:55:53 +0000 (07:55 -0800)]
Typos and make CONTRIBUTING a little nicer

7 years agoCreate missing database indexes (#596)
Andrey Nering [Fri, 6 Jan 2017 15:14:33 +0000 (13:14 -0200)]
Create missing database indexes (#596)

7 years agoUnit tests for models/pull.go 555/head
Ethan Koenig [Sun, 1 Jan 2017 18:15:09 +0000 (13:15 -0500)]
Unit tests for models/pull.go

7 years agoAPI endpoint for stargazers (#597)
Ethan Koenig [Fri, 6 Jan 2017 07:05:09 +0000 (02:05 -0500)]
API endpoint for stargazers (#597)

7 years agoMake releases faster than before and resolved #490 (#588)
Lunny Xiao [Fri, 6 Jan 2017 01:51:15 +0000 (09:51 +0800)]
Make releases faster than before and resolved #490 (#588)

* make releases faster than before and resolved #490

* fix comment

7 years agoMerge pull request #539 from andreynering/notifications-step-2
Andrey Nering [Thu, 5 Jan 2017 13:53:01 +0000 (11:53 -0200)]
Merge pull request #539 from andreynering/notifications-step-2

Notifications - Step 2

7 years agoAdded 1.0.1 to changelog (#594)
Thomas Boerger [Thu, 5 Jan 2017 13:17:40 +0000 (14:17 +0100)]
Added 1.0.1 to changelog (#594)

7 years agoClone tags within drone for proper version generation (#591)
Thomas Boerger [Thu, 5 Jan 2017 10:13:02 +0000 (11:13 +0100)]
Clone tags within drone for proper version generation (#591)

7 years agoAdd the note forked from gogs (#590)
Lunny Xiao [Thu, 5 Jan 2017 09:49:07 +0000 (17:49 +0800)]
Add the note forked from gogs (#590)

* add the note forked from gogs

* make the sentence simple

7 years agoFix unified diff view styling (#585)
Manuel Kuhlmann [Thu, 5 Jan 2017 02:04:41 +0000 (03:04 +0100)]
Fix unified diff view styling (#585)

Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
7 years agoFix diff split view coloring (#553) (#584)
Manuel Kuhlmann [Thu, 5 Jan 2017 01:07:43 +0000 (02:07 +0100)]
Fix diff split view coloring (#553) (#584)

Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
7 years agoFix SQL bug in models/access (#583)
Ethan Koenig [Thu, 5 Jan 2017 00:57:54 +0000 (19:57 -0500)]
Fix SQL bug in models/access (#583)

Previously got a 'relation repo_access does not exist' error in User_GetRepositoryAccesses

7 years agoCheck primary email address fields on CreateUser (#556)
Berk Demirkır [Thu, 5 Jan 2017 00:52:20 +0000 (02:52 +0200)]
Check primary email address fields on CreateUser (#556)

* Check primary email address fields on CreateUser

As this check wasn't available, uid=1 (and possibly guests too, if registration is open) is able to register new users with existing email addresses. This leads to numerous 500 errors.

* Update user.go

* Lower the email first. Then check

7 years agoFix typos in models/ (#576)
Ethan Koenig [Thu, 5 Jan 2017 00:50:34 +0000 (19:50 -0500)]
Fix typos in models/ (#576)

7 years agoRename .gogs to .gitea and comply with github template guidelines (#568) (#582)
Manuel Kuhlmann [Thu, 5 Jan 2017 00:48:23 +0000 (01:48 +0100)]
Rename .gogs to .gitea and comply with github template guidelines (#568) (#582)

Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
7 years agofix: Remove call to set GOMAXPROCS (#577)
Bo-Yi Wu [Wed, 4 Jan 2017 13:16:03 +0000 (21:16 +0800)]
fix: Remove call to set GOMAXPROCS (#577)

7 years agoAdd pagination for notifications 539/head
Andrey Nering [Tue, 3 Jan 2017 19:09:36 +0000 (17:09 -0200)]
Add pagination for notifications

7 years agofix bug #564 (#567)
Lunny Xiao [Tue, 3 Jan 2017 08:27:11 +0000 (16:27 +0800)]
fix bug #564 (#567)

7 years agoUpdate xorm and dependencies vendor for feature to dump to other database (#565)
Lunny Xiao [Tue, 3 Jan 2017 08:20:28 +0000 (16:20 +0800)]
Update xorm and dependencies vendor for feature to dump to other database (#565)

* update xorm and dependencies vendor for feature to dump to other database

* fix golint

7 years agobug fixed for fork repos (#560)
Lunny Xiao [Tue, 3 Jan 2017 04:41:10 +0000 (12:41 +0800)]
bug fixed for fork repos (#560)

7 years agobuild failed by deleting release by API (#562)
Lunny Xiao [Tue, 3 Jan 2017 03:45:56 +0000 (11:45 +0800)]
build failed by deleting release by API (#562)

7 years agoFix benchmarktests (#557)
Kjell Kvinge [Tue, 3 Jan 2017 02:52:09 +0000 (03:52 +0100)]
Fix benchmarktests (#557)

7 years agoUpdate maintainer list for LGTM
Bo-Yi Wu [Tue, 3 Jan 2017 01:11:46 +0000 (09:11 +0800)]
Update maintainer list for LGTM

7 years agochange the default action when deleting a release to not delete tag
Lunny Xiao [Sat, 31 Dec 2016 11:51:12 +0000 (19:51 +0800)]
change the default action when deleting a release to not delete tag

7 years agoShowing index in front of issue title
Andrey Nering [Mon, 2 Jan 2017 18:43:23 +0000 (16:43 -0200)]
Showing index in front of issue title

7 years agoMore fine graned colors
Andrey Nering [Mon, 2 Jan 2017 18:40:50 +0000 (16:40 -0200)]
More fine graned colors

7 years agoDo not get count on /api routers
Andrey Nering [Mon, 2 Jan 2017 18:31:50 +0000 (16:31 -0200)]
Do not get count on /api routers

7 years agofix config session missing data row & resolved #517 (#549)
Lunny Xiao [Mon, 2 Jan 2017 04:33:15 +0000 (12:33 +0800)]
fix config session missing data row & resolved #517 (#549)

7 years agoProvide description for the INSTALL_LOCK config option (#554)
Alvaro Aleman [Mon, 2 Jan 2017 04:32:21 +0000 (05:32 +0100)]
Provide description for the INSTALL_LOCK config option (#554)

7 years agoRelease API endpoints
Ethan Koenig [Sat, 31 Dec 2016 16:51:22 +0000 (11:51 -0500)]
Release API endpoints

7 years agoMakefile: on Windows, executable should have ".exe" (#550)
Andrey Nering [Sun, 1 Jan 2017 14:18:35 +0000 (12:18 -0200)]
Makefile: on Windows, executable should have ".exe" (#550)

7 years agoMerge pull request #543 from lunny/lunny/fallback_graceful_windows
Andrey Nering [Sun, 1 Jan 2017 12:45:51 +0000 (10:45 -0200)]
Merge pull request #543 from lunny/lunny/fallback_graceful_windows

Fix windows build broken by #416

7 years agoUI config to toggle whether user email shows up in Explore Users (#336)
Thiago Avelino [Sun, 1 Jan 2017 02:51:10 +0000 (00:51 -0200)]
UI config to toggle whether user email shows up in Explore Users (#336)

* UI config to toggle whether user email shows up in Explore Users

* Recommendation made by @tboerger
https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732

* fixed typo, rename ShowUserEmailInExplore to ShowUserEmail

* Fixed typo merged conflict

* Hide email in the user profile page

if you are active ShowUserEmail
ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725

* Please replace MustBool() with MustBool(true)

7 years agoApply dockerfile updates to raspberry dockerfile (#548)
Bastian Rinsche [Sun, 1 Jan 2017 02:25:17 +0000 (03:25 +0100)]
Apply dockerfile updates to raspberry dockerfile (#548)

7 years agoReplace pull request with issue at issue_template (#547)
Bwko [Sat, 31 Dec 2016 14:35:32 +0000 (15:35 +0100)]
Replace pull request with issue at issue_template (#547)

7 years agoMerge pull request #545 from lunny/lunny/fix_ui_data_row_missing
Andrey Nering [Sat, 31 Dec 2016 12:40:14 +0000 (10:40 -0200)]
Merge pull request #545 from lunny/lunny/fix_ui_data_row_missing

Partially fix #484: fix admin ui data row missing

7 years agoresolved #517: fix admin ui data row missing 545/head
Lunny Xiao [Sat, 31 Dec 2016 10:58:54 +0000 (18:58 +0800)]
resolved #517: fix admin ui data row missing

7 years agoFix wrong anchors for non-latin headings (#3981) (#512)
Bwko [Sat, 31 Dec 2016 10:06:09 +0000 (11:06 +0100)]
Fix wrong anchors for non-latin headings (#3981) (#512)

Change Javascript regular expression to match non-latin characters
The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078

And this patch should fixed these two issues: #3919 #3843

7 years agoresolved #485: when migrate empty wiki repo, then ignore (#541)
Lunny Xiao [Sat, 31 Dec 2016 09:34:34 +0000 (17:34 +0800)]
resolved #485: when migrate empty wiki repo, then ignore (#541)