Commit graph

939 commits

Author SHA1 Message Date
heyson
d629e73f44 fixed typos and improved the readability of some sentences 2020-06-04 13:35:06 +02:00
Anh Hong
d01271e654 Using marked instead of markdown 2020-05-13 13:18:31 +07:00
Alex Mayer
7075b67e1a Capitalize the "H" in GitHub
Match the way it appears on the official website
2020-05-05 14:37:02 -04:00
Peter Cottle
6e8135a062 #701 -- allow ability to check for leftover branches in goal compare 2020-04-28 13:16:33 -07:00
Peter Cottle
d5ba50c97d Iterate on #698 to solve #697 2020-04-27 19:32:03 -07:00
Peter Cottle
270167189f
Merge pull request #692 from 0xflotus/patch-1
(ger): updated grammar in some translations
2020-04-25 11:58:34 -07:00
Peter Cottle
c579bbbb23
Merge pull request #693 from matictrebusak/translation-slovenian
Slovenian translations
2020-04-25 11:58:11 -07:00
matictrebusak
58714a3d29
Merge branch 'master' into translation-slovenian 2020-04-24 18:07:35 +02:00
0xflotus
8aeaf9a1a4
(ger): updatet grammar in some translations 2020-04-24 16:54:43 +02:00
Matic Trebusak
ea30fadf31 Polished Slovenian translations 2020-04-24 16:34:52 +02:00
Matic Trebusak
1ac4ca93a7 Added Slovenian translations 2020-04-24 11:44:27 +02:00
Anh Hong
7bc5bb0f6f
Add require module for draggable 2020-04-24 10:54:32 +07:00
Anh Hong
8a74cbbeee
Add draggable of jquery-ui
Fixed #687, #688
2020-04-24 08:37:09 +07:00
Peter Cottle
d3bc42c936 Woohoo, fix jquery UI 2020-04-23 09:06:03 -07:00
hongarc
fbe3312398 defer parsing of JavaScript 2020-04-21 19:12:29 +07:00
Hyeon Jeon
4346f3f5b6 korean translation typo revised & some improvement for polite speech 2020-04-07 17:27:28 +09:00
Peter Cottle
67664cc2c0
Merge pull request #670 from Hongarc/fix/unmount
fix: `CommandView` don't need to unmount itself
2020-03-30 08:12:30 -07:00
Peter Cottle
21a479578e
Merge pull request #669 from Hongarc/fix/storage
fix: keep `localStorage`
2020-03-30 08:11:03 -07:00
Peter Cottle
0891dc2c83
Merge pull request #668 from Hongarc/key-mirror
refactor: use existing `keyMirror`
2020-03-30 08:09:57 -07:00
hongarc
562843fa2e fix: CommandView don't need to unmount itself 2020-03-30 10:25:49 +07:00
hongarc
09dc54c76a fix: keep localStorage 2020-03-30 07:35:59 +07:00
hongarc
a34a522ba9 refactor: use existing keyMirror 2020-03-30 07:28:03 +07:00
Peter Cottle
278004f957 Issue #660 -- fix non-deterministic ordering of commits 2020-03-29 17:05:57 -07:00
Peter Cottle
57caf3dc09
Merge pull request #657 from Hongarc/gulp
chore: use `gulp` instead of `grunt`
2020-03-29 15:55:32 -07:00
Anh Hong
b73c4ad23d
chore(test): mock localStorage 2020-03-25 01:55:13 +07:00
Peter Cottle
56738fbd09
Merge pull request #655 from Hongarc/patch-1
[feat] update url if user change locale
2020-03-15 16:00:01 -07:00
Hongarc
98050c4cbd
fix(typo): remove unnecessary . 2020-03-15 20:37:12 +07:00
Hongarc
e00b5b640b feat: update url if user change locale 2020-03-15 10:33:33 +07:00
hongarc
edfd052c4c chore: use gulp instead of grunt 2020-03-15 03:54:56 +07:00
hongarc
77bd782e5b feat: show unused key 2020-03-05 13:36:59 +07:00
hongarc
8eaa9f285c feat: use node.js module instead of 2020-03-05 12:09:28 +07:00
Peter Cottle
e2b76991ec Resolves #642 -- explain how to access next level 2020-02-22 08:27:29 +09:00
duongtiendat1990
d5b317e806 Merge https://github.com/pcottle/learnGitBranching
# Conflicts:
#	src/levels/mixed/describe.js
#	src/levels/rampup/detachedHead.js
2020-01-26 23:21:48 +07:00
duongtiendat1990
2622c3eb7a complete translate to Vietnamese 2020-01-25 17:51:46 +07:00
Peter Cottle
f6d0ab7e75 Other version of PR #624 -- map header directly from browser 2020-01-02 15:01:53 -08:00
flyingbot91
b2fbf6b009 'es_ES' translation typos 2019-12-18 23:26:14 +01:00
flyingbot91
892830add4 Translated src/js/dialogs to Spanish 'es_ES' 2019-12-18 23:09:43 +01:00
flyingbot91
a14da63e36 es_ES translation typos 2019-12-18 23:03:08 +01:00
flyingbot91
8aab243701 Added es_ES translation to levelBuilder.js 2019-12-18 23:01:38 +01:00
edward
3a74fb345d Add Vietnamese language switcher to helperbar. 2019-12-05 08:26:36 +07:00
hongarc
d8ea1dbb5c fix: get ls and cd with right way 2019-09-25 10:31:57 +07:00
unknown
9e4e79323a Change upper value in 'git-error-args-few' string to lower 2019-09-16 21:35:18 +02:00
Samuel H Leclerc
512264119d Fixed typo in error message displayed 2019-09-15 15:27:38 +00:00
Lukas Schmid
b281d1d76c Added support for git tag -d <tag> and fixed a bug where a duplicate tag name wouldn't show in the error-msg 2019-09-04 16:47:24 +02:00
Michael Prentice
e69c566835
feat: make es_ES available from the languages menu
rename es_AR to argentino
 but leave it as the default for Spanish
 since es_ES is not fully translated

Fixes #528
2019-06-05 18:54:20 -04:00
Peter Cottle
a506d3d907 Resolves #583 -- fix function binding 2019-06-05 15:19:21 -07:00
Hongarc
ce516d9c9b Fix resize width and height to -1 2019-04-25 11:52:37 +07:00
Hongarc
ad8d3139e0 feat: up to date dependencies , migrate react 2019-04-25 10:11:01 +07:00
Hongarc
208a6c843a fix: correct module instead of react 2019-04-25 10:02:00 +07:00
David Nelson
44e7596381 Support range operator in revision range (log and rev-list) 2019-04-22 15:51:34 -05:00