Commit graph

1946 commits

Author SHA1 Message Date
Hongarc
e324e51587 Replace '_.reduce' to 'Array.prototype.reduce' 2018-12-01 08:22:40 +07:00
Hongarc
7af2db3da5 Replace '_.map' to 'Array.prototype.map' 2018-12-01 08:20:42 +07:00
Hongarc
0134bf9870 Replace some '_.each' with 'Array.prototype.forEach' 2018-12-01 08:05:27 +07:00
Hongarc
489a4b9095 change '_.clone(..args)' to 'Object.assign({}, ..args)' 2018-12-01 06:37:25 +07:00
Hongarc
052aa1e299 change '_.extend' to 'Object.assign' 2018-12-01 06:07:06 +07:00
Peter Cottle
7ae05ce932
Merge pull request #507 from Hongarc/object-assign
Remove module object-assign
2018-11-30 12:23:04 -08:00
Hongarc
41bb6d1bd7 Fix more typo, ' and some word 2018-11-30 22:11:38 +07:00
Hongarc
4c92196559 Remove module object-assign 2018-11-30 20:21:13 +07:00
Peter Cottle
e8c8f8975a
Merge pull request #503 from RogerLiNing/zh_cn_translation
update zh_cn translation in describe.js
2018-11-28 21:35:57 -08:00
Hongarc
694f414e22 Fixed typos in comments and strings 2018-11-29 01:38:01 +07:00
Hongarc
5e8d83536e Fixed typos in comments and strings 2018-11-28 23:25:18 +07:00
Roger Lee
c339e4b0ca update zh_cn translation in describe.js 2018-11-28 10:57:14 +08:00
CookieCompiler
bf32cf6cd2
fixed typo in german translation 2018-11-26 21:15:13 +01:00
Peter Cottle
1ed0d31586 Resolves #497 -- fix unescaping random content from terminal (more) 2018-11-14 19:22:19 -08:00
paikwiki
27eac27653 Fix typo 2018-11-01 17:01:48 +09:00
Peter Cottle
7c8c3f4892 Followup to PR #471 -- json issue 2018-10-24 12:36:12 -07:00
Peter Cottle
eac2619ec9
Merge pull request #471 from PHPirates/typos
A few English typos
2018-10-24 08:52:52 -07:00
Peter Cottle
51205e416b
Merge pull request #493 from PanAeon/feature/generate-alternate-urls
Generate alternate url for different locales so search engine could find them all.
2018-10-24 08:52:11 -07:00
PanAeon
9d14feb1b3 Requested changes - removed underscore and sorted out duplicates in locales 2018-10-24 11:12:48 +01:00
PanAeon
ff37a369da Small fix - replace regex with string split 2018-10-22 17:55:54 +01:00
PanAeon
d26d9c4674 Set html lang, remove unused import 2018-10-22 17:41:48 +01:00
PanAeon
89f3a5177b Generate alternate url for different locales so search engine could find them all. 2018-10-22 16:47:20 +01:00
PanAeon
d828f0e0a0 Set html lang and meta http-equiv="content-language" attr on language change. 2018-10-22 14:21:02 +01:00
Peter Cottle
c801f9ed46 Resolves #488 -- make https-y things links in the console 2018-10-19 15:08:14 +09:00
Peter Cottle
85ae115fc2 Resolves #487 2018-10-19 11:34:04 +09:00
moskdev
5e3012cca5 Typo fix 2018-10-17 22:10:02 +03:00
Peter Cottle
780f53e226 Resolves #486 -- easier to understand button labels when interactive rebasing 2018-09-30 21:47:09 -07:00
Peter Cottle
cf6fec06e7 Resolves #484 change solution command 2018-09-30 21:28:01 -07:00
Peter Cottle
8d9ae4301d Resolves #484 change solution command 2018-09-30 21:25:19 -07:00
Peter Cottle
f77066482c Resolves #484 change solution command 2018-09-30 21:23:05 -07:00
Daniel Le Berre
0021fae10e
Fix typo in french 2018-09-29 09:34:50 +02:00
Peter Cottle
0e61b0ce5f handle the ' too 2018-09-28 20:35:53 -05:00
Peter Cottle
e8d3bf8667 Resolves #483 case sensitivity 2018-09-28 20:30:06 -05:00
Joachim Stalder
b258f70274
Update french translation 2018-09-21 09:49:48 +02:00
Martin Goulet
d33609131b
Fix french word 2018-09-17 11:27:14 -04:00
Peter Cottle
561835bca6 Resolves #479 -- switch to https for everything 2018-08-28 13:01:17 -07:00
Peter Cottle
23397adec2 Resolves #477 -- scope binding issue with refresh 2018-08-03 10:21:39 -07:00
Peter Cottle
9a60b082f3 Resolves #476 2018-07-26 07:52:26 -07:00
Waldir Pimenta
bfb0e9aaa8
commands.js: add --all alias to the -a option 2018-07-10 21:59:53 +01:00
Waldir Pimenta
faf939d210
commands.js: add --force alias to the -f option
modeled after the current implementation of branch -d / branch -D
2018-07-07 18:23:47 +01:00
Thomas
316b23324c
Fix typos 2018-06-21 21:23:48 +02:00
Peter Cottle
745c10c85a Resolves #469 bug in arg parsing 2018-06-16 16:37:20 -07:00
Étienne Charignon
279b2c3af9
Spelling mistake in the french version 2018-06-10 17:45:39 +02:00
Juri Strumpflohner
3bdc477d24
fix some german translation typos 2018-05-01 22:42:45 +02:00
Peter Cottle
4c0e7df9fc do it for the other method too 2018-04-09 08:37:05 -07:00
Peter Cottle
b6a34ec17e Resolves #459 -- parent ordering can break some operations 2018-04-09 08:35:15 -07:00
Peter Cottle
69b99b82d0 Resolves #457 use em font sizes 2018-03-25 11:41:38 -07:00
谭九鼎
fffbb33b1d
fix typo 2018-03-25 23:03:11 +08:00
Peter Cottle
878d25afbd Resolves #456 firefox css 2018-03-22 15:49:03 -07:00
Peter Cottle
5b1a9983fd Resolves #455 2018-03-05 08:40:32 -08:00