summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update red.html.markdownPeter Lewerin2018-11-24-3/+3
| | | | | The inequality operator was given as "!=", should be "<>". The until construct was described as not returning a value: it always returns true if it finishes.
* Merge pull request #3406 from divayprakash/php-composer-ruDivay Prakash2018-11-20-0/+196
|\ | | | | [php-composer/ru-ru] Add Russian translation of Composer
| * Add lang code suffix to filenameDivay Prakash2018-11-20-1/+1
| |
| * Various fixesDivay Prakash2018-11-20-3/+4
| |
| * Remove trailing spacesDivay Prakash2018-11-20-23/+23
| |
| * Add Russian translation of ComposerOleksii Lysenko2018-11-20-0/+195
|/
* Merge pull request #3404 from z3ugma/masterDivay Prakash2018-11-20-0/+370
|\ | | | | [M (MUMPS)/en] Add M/MUMPS language
| * M missing a spaceFred Turkington2018-11-18-1/+1
| |
| * Adding M/MUMPSFred Turkington2018-11-18-0/+370
| | | | | | Syntax highlighting using jinja in some places to avoid erroneous color scheme.
* | Merge pull request #3402 from PatMyron/patch-1Divay Prakash2018-11-19-12/+6
|\ \ | | | | | | [ansible/en] Clean up
| * | Update ansible.html.markdownPat Myron2018-11-17-12/+6
| |/
* | Merge pull request #3403 from okry1123/patch-2Divay Prakash2018-11-19-10/+34
|\ \ | |/ |/| [dart/zh-cn] Fix bool convert
| * [dart/zh-cn]Fix bool convert of chinese version.OKry2018-11-18-10/+34
|/ | | Same to my last commit of english version, fix bool implicit conversions support of chinese version.
* Merge pull request #3401 from divayprakash/fix-juliaDivay Prakash2018-11-18-0/+2
|\ | | | | [julia/en] Add push! explanation, closes #2047
| * Add push! explanation, closes #2047Divay Prakash2018-11-18-0/+2
|/
* Merge pull request #3397 from divayprakash/update-readmeDivay Prakash2018-11-18-0/+23
|\ | | | | Add local build instructions, closes #3396
| * Highlighting fixDivay Prakash2018-11-18-1/+1
| |
| * Update local site building instructionsDivay Prakash2018-11-18-3/+8
| |
| * Add local build instructions, closes #3396Divay Prakash2018-11-17-0/+18
| |
* | YAML fixes (#3400)Divay Prakash2018-11-17-12/+12
| |
* | Merge pull request #3387 from okry1123/patch-1Divay Prakash2018-11-17-10/+34
|\ \ | | | | | | [dart/en] Fix bool implicit conversions support.
| * | [dart/en]Fix bool implicit conversions support.OKry2018-11-07-10/+34
| | | | | | | | | Implicit conversions of bool are supported now.
* | | [ansible/en] Fix build error and styling (#3399)Divay Prakash2018-11-17-180/+272
| | |
* | | Merge pull request #3398 from divayprakash/fix-processingAdam Bard2018-11-17-85/+131
|\ \ \ | | | | | | | | [processing/en] Fix build error and styling
| * | | Add name to contributorsDivay Prakash2018-11-17-0/+1
| | | |
| * | | Fix line length and stylingDivay Prakash2018-11-17-73/+120
| | | |
| * | | Various style fixesDivay Prakash2018-11-17-10/+8
| | | |
| * | | Fix build errorDivay Prakash2018-11-17-4/+4
|/ / /
* | | Merge pull request #3390 from athanasiosem/patch-1Divay Prakash2018-11-17-0/+60
|\ \ \ | |_|/ |/| | [el-gr] Add json in el-gr
| * | Update json-gr.html.markdownAthanasios Emmanouilidis2018-11-17-0/+0
| | |
| * | Update json-gr.html.markdownAthanasios Emmanouilidis2018-11-17-0/+7
| | |
| * | Create json-gr.html.markdownAthanasios Emmanouilidis2018-11-12-0/+53
| |/
* | Merge pull request #3395 from tinunkai/masterGeoff Liu2018-11-16-1/+1
|\ \ | | | | | | [git/zh-cn]Fix wrong Chinese character
| * | Fix wrong Chinese characterTin Unkai2018-11-16-1/+1
| | |
* | | Merge pull request #3389 from superyyrrzz/patch-1Divay Prakash2018-11-16-0/+1
|\ \ \ | | | | | | | | [powershell/en] add list syntax example
| * | | add list syntax example in for powershellRenze Yu2018-11-08-0/+1
| | |/ | |/|
* | | Merge pull request #3391 from athanasiosem/patch-2Divay Prakash2018-11-16-1/+1
|\ \ \ | |_|/ |/| | [en-us]Fixed typo.
| * | Fixed typo.Athanasios Emmanouilidis2018-11-12-1/+1
| |/
* | Merge pull request #3394 from PatMyron/patch-2Andre Polykanine2018-11-16-29/+29
|\ \ | | | | | | [ansible/en] Additional spelling / grammar
| * | Additional spelling / grammarPat Myron2018-11-15-29/+29
|/ / | | | | https://github.com/adambard/learnxinyminutes-docs/pull/3392
* | Merge pull request #3392 from PatMyron/patch-1Andre Polykanine2018-11-15-26/+26
|\ \ | | | | | | [Ansible/en] Spelling / Grammar
| * | Spelling / GrammarPat Myron2018-11-14-26/+26
| |/
* | Merge pull request #3393 from myrdd/patch-1Andre Polykanine2018-11-15-1/+1
|\ \ | |/ |/| [perl6/en] [fix] $n -> $m
| * [fix] perl6: $n -> $mMartin Kimmerle2018-11-15-1/+1
|/
* Merge pull request #3363 from AlburIvan/coldfusion-esAndre Polykanine2018-11-05-0/+330
|\ | | | | [coldfusion/es-es] Translate ColdFusion to es_ES
| * Merge branch 'coldfusion-es' of github.com:AlburIvan/learnxinyminutes-docs ↵AlburIvan2018-11-04-1/+2
| |\ | | | | | | | | | into coldfusion-es
| | * Fix YAML indentation issueIvan Alburquerque2018-10-31-1/+1
| | |
| | * Fix YAML frontmatter missing lang confIvan Alburquerque2018-10-31-2/+3
| | |
| * | Fix tildes & other miss translated wordsAlburIvan2018-11-04-4/+4
| |/
| * Finish coldfusion translationAlburIvan2018-10-31-0/+329
| |