Commit graph

5979 commits

Author SHA1 Message Date
laerus
6ca09be79f warn about FORMATTER_DICT deprecation 2016-11-04 16:42:22 +02:00
Anthony Scopatz
94361d73a1 Merge pull request #1929 from chronitis/jupyter-install-root
Patch setup:install_jupyter_root to respect the root param
2016-11-03 12:48:51 -04:00
Gordon Ball
b7ed4ea0ba Add a NEWS item for jupyter-install-root 2016-11-03 16:20:09 +01:00
Gordon Ball
5f7bd01e0b Patch setup:install_jupyter_root to respect the root param 2016-11-03 14:27:57 +01:00
Gil Forsyth
af769daa62 Merge pull request #1927 from xonsh/lazyup
lazyasd update from repo
2016-11-03 07:21:10 -04:00
Anthony Scopatz
4741acdf72 lazyasd update from repo 2016-11-03 01:36:12 -04:00
Anthony Scopatz
942661e799 Merge pull request #1924 from mitnk/xonfig-commit-date
added commit date in xonfig
2016-11-03 01:26:02 -04:00
Jamie Bliss
f69ee80932 Merge pull request #1925 from jcfr/patch-1
lazyasd: Fix typo in docstring
2016-11-02 11:29:10 -04:00
laerus
365593a06a test cleanup 2016-11-02 16:18:17 +02:00
laerus
927dd300b6 renamed FORMATTER_DICT to PROMPT_FIELDS 2016-11-02 16:06:35 +02:00
laerus
5d844a4652 more refactor 2016-11-02 15:35:59 +02:00
laerus
3bb221e24c promptformatter caching 2016-11-02 15:06:17 +02:00
laerus
1025811166 move functions in PromptFormatter 2016-11-02 13:51:10 +02:00
Hugo Wang
ce330123a7 fix git cmd 2016-11-02 13:30:53 +08:00
Hugo Wang
2cf2c27cfb added docstring 2016-11-02 13:24:05 +08:00
Jean-Christophe Fillion-Robin
692c158eea lazyasd: Fix typo in docstring 2016-11-02 00:42:58 -04:00
Hugo Wang
c93c71d422 rst fix 2016-11-02 12:30:53 +08:00
Hugo Wang
53d1d46838 added commit date in xonfig 2016-11-02 12:24:43 +08:00
laerus
11820ca725 PromptFormatter __call__ method 2016-11-01 20:12:38 +02:00
Konstantinos Tsakiltzidis
f78a0e1490 Merge pull request #1923 from xonsh/ptk_comp_colors
Fix swapped background colors on PTK completions.
2016-11-01 19:44:25 +02:00
laerus
7d9a47a0fe shells use PromptFormatter 2016-11-01 19:24:35 +02:00
laerus
c712fefebc more refactor 2016-11-01 19:21:12 +02:00
Morten Enemark Lund
95c63ed36e Fix swapped background colors on PTK completions. 2016-11-01 14:52:33 +01:00
Morten Enemark Lund
79ac400e62 Merge pull request #1911 from xonsh/winalt
Windows Capture & Alt Mode
2016-11-01 13:41:10 +01:00
laerus
b944347edc ref/cleanup 2016-11-01 14:10:11 +02:00
laerus
bff2c8f1b0 PromptFormatter class 2016-11-01 12:38:54 +02:00
Konstantinos Tsakiltzidis
94395b443b Merge pull request #1894 from xonsh/style_ansi_colors
Add ansi-color codes to the default style
2016-11-01 12:06:17 +02:00
Morten Enemark Lund
901a3d9567 add change log 2016-10-31 21:44:24 +01:00
Morten Enemark Lund
b1b0bf5c53 Fix typo in color name 2016-10-31 21:37:16 +01:00
Konstantinos Tsakiltzidis
e22315ee26 Merge pull request #1919 from xonsh/ranger
add ranger to thread list, clean up news entries
2016-10-31 19:12:44 +02:00
Konstantinos Tsakiltzidis
705fd4b88e Merge pull request #1920 from xonsh/small_doc_fix
add missing newline in code block
2016-10-31 19:10:26 +02:00
Gil Forsyth
745cdc6a3b add missing newline in code block
What idiot didn't bother to check if this page in the docs was formatted
correctly?  Couldn't they be bothered to at least check that the docs
compiled without errors?

```
git blame
```

Oh.  It was me.
2016-10-31 12:34:46 -04:00
Gil Forsyth
0f7e60c660 Merge pull request #1918 from Carreau/pure-css
Pure-css "Fork me on GitHub" ribbon.
2016-10-31 12:32:27 -04:00
Gil Forsyth
b1140647bf add ranger to thread list, clean up news entries
`ranger` should've been added a while ago.  I also collapsed the various
different news items about default-not-backgroundable programs into a
single file so it will make a little more sense at the next release.
2016-10-31 10:33:24 -04:00
Matthias Bussonnier
5a866781ba Pure-css "Fork me on GitHub" 2016-10-31 07:24:55 -07:00
Gil Forsyth
c82848edf3 Merge pull request #1916 from Carreau/fix-github-ribbon
Fix "Fork me on GitHub" ribbons.
2016-10-31 07:41:05 -04:00
Matthias Bussonnier
42df1404be Fix "Fork me on GitHub" ribbons.
The current ribbon just don't react on click on some platform for
some reason. Mainly because the Image is in the corner, but not the
link.

This fixes it

Though it still look ugly on hi-dpi screen

One might want to consider a pure-css method like
https://simonwhitaker.github.io/github-fork-ribbon-css/
2016-10-30 20:47:54 -07:00
Anthony Scopatz
0c3bd1649a Merge pull request #1914 from Carreau/rel-canonical
Hack a rel=canonical in the templates.
2016-10-30 21:42:46 -04:00
Matthias Bussonnier
c0d584d7a3 Hack a rel=canonical in the templates.
We do not want non-canonical versions of xonsh docs to be indexed. OR at
least they should point to the canonical version.

Technically we should even try to have the stable version under a
/stable/ url (to leave us with some freedom of changing things) So that
later we can replace stable with X.y and have a version switcher.
2016-10-30 12:27:40 -07:00
Gil Forsyth
139eeb3de0 Merge pull request #1912 from xonsh/uncap
Uncaptured aliases
2016-10-30 13:15:59 -04:00
Anthony Scopatz
9f35a4ea69 wrote tut 2016-10-30 10:47:32 -04:00
Anthony Scopatz
86111a6ebf Uncaptured aliases 2016-10-29 21:11:08 -04:00
Anthony Scopatz
188aebcd8f Merge pull request #1910 from xonsh/healcomlpip
heal completers pip
2016-10-29 18:41:56 -04:00
Anthony Scopatz
52385dbed3 please be done flake 2016-10-29 17:55:42 -04:00
Anthony Scopatz
64da2c75cc yet more flake fixes 2016-10-29 17:47:59 -04:00
Anthony Scopatz
5f4ae724fa some flake fixes 2016-10-29 17:37:08 -04:00
Anthony Scopatz
8b72d2cfab blank line fixes 2016-10-29 17:14:36 -04:00
Anthony Scopatz
42a2de78aa added news entry 2016-10-29 17:08:00 -04:00
Anthony Scopatz
b61232ca6e yep more 2016-10-29 17:05:01 -04:00
Anthony Scopatz
ff354bd711 some windows tests fixes 2016-10-29 16:52:23 -04:00