Commit graph

58 commits

Author SHA1 Message Date
Qusijue
521cc0e809 rebase onto implemented 2021-08-13 19:11:00 +05:00
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
f048f99e7f temporary UNSTABLE since codemod went nuts 2015-04-20 17:05:21 +10:00
Peter Cottle
2257668f9d got rid of every underscore bind i think -- 1500 line diff 2015-04-20 16:41:56 +10: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
ebfd5e84d2 Merge branch 'tagSupport' Pull Request #137 Issue #134
Conflicts:
	src/js/git/index.js
2013-10-27 12:37:48 -07:00
Peter Cottle
55d563a9bc gah was forgetting origin assert 2013-10-26 13:44:52 -07:00
Max Sikström
74342e2028 Git Tag: Initial support for tagging
Branching in git even more useful if using tags. Simulate relase branches,
maintenance branches and so on is therefore really useful in this tool.

Now, rudimentary tagging is implemented, where tags can be attached to the
commits, and referenced by for exmapmle git checkout

Signed-off-by: Max Sikström <msikstrom@op5.com>
2013-10-08 19:12:48 +02: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
f8b9c8b583 ok optimistic parsing going 2013-01-11 12:35:42 -08:00
Peter Cottle
465b25368e have locals torage woring 2013-01-07 00:12:05 -08:00
Peter Cottle
d5f456fa0c optimized CSS a bit 2013-01-05 12:35:37 -08:00
Peter Cottle
2f57f4cfe3 OMG stupid typo 2013-01-02 16:38:15 -08:00
Peter Cottle
764fbf63bc able to open up views now from comand line 2013-01-02 11:57:16 -08:00
Peter Cottle
4046916432 moving around 2013-01-02 11:14:46 -08:00
Peter Cottle
423a353e28 better zoom support 2013-01-01 21:52:15 -08:00
Peter Cottle
d46728d973 now to move to everything being able to async process comamdns event-based distribution 2012-12-27 14:58:25 -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
bbdaa37abd before refactor 2012-12-25 17:39:31 -08:00
Peter Cottle
f71aa87b7d better keyboard mapping 2012-12-25 17:10:23 -08:00