Commit graph

45 commits

Author SHA1 Message Date
YourSenseiCreeper
38b19a6654 Added few missing translations
First of all:
+ bottom command bar labels
+ missing command translation
+ command not supported in current environment translation
2021-02-08 15:51:11 +01:00
Peter Cottle
7be578699d Resolves #766 -- use same method post command validation so o/main works 2020-12-29 08:52:42 -07:00
Peter Cottle
12cdb49457 Resolves #593 -- add alias support with local storage 2020-07-05 14:57:21 -07:00
Hongarc
10bcc0a02f Remove all white space at end of line 2019-04-22 06:44:05 +07:00
David Nelson
b9f8e19162 Implement log using RevisionRange
This changes the implementation of the "log" command to use the RevisionRange
functionality. RevisionRange sorts the results in order of reverse create time,
to match real git. This is a change from the previous implementation of log,
which essentially produced a breadth-first ordering.
2019-04-19 01:58:53 -05:00
Hongarc
27ef578b2e Remove 16 underscore requires 2018-12-01 13:04:24 +07:00
Hongarc
96ddb5041a Use 'Object.values' and 'Object.keys' instead of '_.each(object)' 2018-12-01 12:34:23 +07:00
Hongarc
bd8009386d Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach' 2018-12-01 11:28:04 +07:00
Hongarc
d87fd095c0 Use 'Object.values' and 'Object.keys' to get list 'keys' and 'values' 2018-12-01 08:51:03 +07:00
Hongarc
7af2db3da5 Replace '_.map' to 'Array.prototype.map' 2018-12-01 08:20:42 +07:00
Hongarc
694f414e22 Fixed typos in comments and strings 2018-11-29 01:38:01 +07:00
Peter Cottle
9a266a3cc4 BOOM redid the command history view 2015-04-16 19:17:49 +10:00
Peter Cottle
1427ba0e58 and for model destory TODO polyfill TODO mixin 2015-04-11 12:13:19 -07:00
Peter Cottle
d4e0887bc7 BOOYAH BABY FIRST BACKBONE VIEW REMOVED REACT FTW 2015-04-11 12:02:20 -07:00
Peter Cottle
b3cf8263a2 removed all horrible hack references 2015-04-04 11:24:49 -07:00
Peter Cottle
bf52d640d5 mercurial commands fixed with new option parsing logic 2013-11-19 10:00:38 -08:00
Peter Cottle
55d563a9bc gah was forgetting origin assert 2013-10-26 13:44:52 -07:00
Peter Cottle
11074dba64 ugly bug around unescaping 2013-10-06 15:49:59 -07:00
Peter Cottle
bbf837a4b2 ugly ugly bug with circular fields 2013-10-06 15:12:21 -07:00
Peter Cottle
1ed8a2524a misc work 2013-10-06 14:30:50 -07:00
Peter Cottle
6291baf665 refreshing prod since glone si broken there 2013-09-09 11:42:57 -07:00
Peter Cottle
4a41fbeba4 changed SupportedMap to OptionsMap 2013-08-04 13:30:08 -07:00
Peter Cottle
bf132f8f09 mercurial test coverage 2013-08-04 13:27:33 -07:00
Peter Cottle
86cbb19a28 fixed bad option parsing 2013-07-31 22:30:02 -07:00
Peter Cottle
a033173281 WIP have half of hg commands mapped 2013-07-31 09:22:11 -07:00
Siddharth Agarwal
05cadae5d8 move generic command handling to commands/index.js 2013-07-31 02:00:42 -07:00
Peter Cottle
e422bdb181 big commands refactor in prep for hackathon 2013-07-27 23:49:27 -07:00
Peter Cottle
5ec8a2916f big command factoring 2013-07-27 22:46:46 -07:00
Peter Cottle
465b25368e have locals torage woring 2013-01-07 00:12:05 -08:00
Peter Cottle
2f57f4cfe3 OMG stupid typo 2013-01-02 16:38:15 -08:00
Peter Cottle
423a353e28 better zoom support 2013-01-01 21:52:15 -08:00
Peter Cottle
eb0458c299 i think its all there man major refactor 2012-12-27 14:52:25 -08:00
Peter Cottle
d497bea70c YAYYYyyy giatn refactor 2012-12-27 14:48:04 -08:00
Peter Cottle
e30130b28d professiaonl mover 2012-12-27 13:48:35 -08:00
Peter Cottle
a9d14521de moving command fucntionality 2012-12-27 13:42:43 -08:00
Peter Cottle
82d9e7a223 YAY looking a lot better, need to do rest of filter error 2012-12-25 18:27:50 -08:00
Peter Cottle
01fb9ec25b more progress 2012-12-25 18:08:02 -08:00
Peter Cottle
5e2bace639 slowly moving git command logic out of command model 2012-12-25 18:02:13 -08:00
Peter Cottle
2b308e2ae9 awesome promise based interactive rebase with fail 2012-12-18 10:44:39 -08:00
Peter Cottle
565142048c before tests 2012-12-17 10:31:28 -08:00
Peter Cottle
f34c606d87 omg finally works 2012-12-17 10:24:55 -08:00
Peter Cottle
aadeab8299 Trying to be able to test in node GAHHHH 2012-12-16 20:23:42 -08:00
Peter Cottle
69e435a8ec consolidation 2012-12-14 01:48:48 -08:00
Peter Cottle
6b125d194c consolidation 2012-12-14 01:44:59 -08:00
Peter Cottle
efd656059e much more sane 2012-12-14 01:40:43 -08:00
Renamed from src/models/commandModel.js (Browse further)