Reed Loden
dd010b34e2
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
...
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Jim
4ee9f2bef5
Merge pull request #3625 from dmin/patch-1
...
Docs: Fix example JSX output
2015-04-17 14:22:25 -07:00
Shim Won
b0d161dd5e
Update Translation to 6a7a4fd
2015-04-17 17:19:04 +09:00
Alex
011c764730
"Advanced performance" typo fix
...
Example code used the key "propsTypes" - correct to "propTypes"
2015-04-15 15:32:37 +01:00
Ben Alpert
fdd13d86f2
[docs] Use marked instead of Showdown and escape HTML
...
Fixes #3501 .
2015-04-13 15:50:40 -07:00
Serg
d12628e499
Fixed typo
2015-04-13 12:12:49 +03:00
Paul O’Shannessy
080462870e
Merge pull request #3642 from marocchino/ko-update
...
Update Korean translation to 0185c68
2015-04-09 16:37:24 -07:00
Shim Won
1b394414a2
Update Korean translation to 0185c68
2015-04-10 06:54:28 +09:00
Leonardo YongUk Kim
52b3b5ed1b
Translate tips 11 to Korean
...
1. Create 11-dom-event-listeners.ko-KR.md
2. Update 03-interactivity-and-dynamic-uis.ko-KR.md to add an anchor.
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
2015-04-10 06:52:32 +09:00
Jordan Harband
1031c61960
Updating es5-shim URL
2015-04-09 13:51:34 -07:00
Gareth Nicholson
26d6df1d77
clarify sentence
2015-04-09 12:16:21 +02:00
Paul O’Shannessy
e5210ab986
Merge pull request #3584 from ThornWinters/patch-1
...
More Uniform Formating
2015-04-08 15:33:16 -07:00
David Mininger
84c3212a78
Docs: Fix example JSX output
2015-04-08 14:23:49 -05:00
Paul O’Shannessy
54a8dba157
[docs] Fix typo
...
Introduced in #3589
2015-04-08 10:39:26 -07:00
Seyi Adebajo
4f618ca401
Documentation: Suggested edit adds clarity regarding when 'shouldComponentUpdate' is triggered and what the 're-rendering' process entails.
2015-04-05 18:46:38 -04:00
Seyi Adebajo
97f1a323b7
Fixed typo / grammar docs
2015-04-05 18:46:38 -04:00
Toru Kobayashi
5a6bdd6dc3
component.render method returns a ReactElement.
2015-04-05 15:33:19 +09:00
Shim Won
03e7cc7d9b
Update Korean translation to d402bd3
2015-04-05 09:44:54 +09:00
Michael Warner
f82a5206f0
More Uniform Formating
...
Corrected so the formatting in this document matches the same as others.
2015-04-03 20:37:42 -07:00
Ben Alpert
d6752b5da0
[docs] Fix type on renderIntoDocument
...
Fixes #3581 .
2015-04-03 09:12:10 -07:00
iamdoron
e5a304ff1d
use 'forEach' instead of 'map' when clearing intervals
2015-04-02 14:06:08 +03:00
Ahmad Wali Sidiqi
f7cf7ab511
Fix small typo in 11-advanced-performance.md.
...
"React didn't even had"->"React didn't even have"
http://english.stackexchange.com/questions/204603/proper-usage-of-didnt-had-or-didnt-have
2015-03-31 16:18:45 -07:00
Paul O’Shannessy
99946990cd
Merge pull request #3537 from marocchino/korean-update
...
Update Korean translations
2015-03-30 14:20:37 -07:00
Prathamesh Sonpatki
b305bdb5ea
Fixed link to displayName component spec from JSX in depth article
2015-03-29 16:50:33 +05:30
Russ
4bf2aa8135
Update tutorial.md
...
Grammar fix
2015-03-28 11:37:55 -07:00
Shim Won
621cea1f3a
Update Korean translation to b3c75d8
2015-03-28 18:02:25 +09:00
Jinwoo Oh
d563124cc1
Translate tip-18 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:18 +09:00
Shim Won
6c258bd271
Update to ed257cb
2015-03-28 08:46:14 +09:00
Paul O’Shannessy
86d5291203
Merge pull request #3240 from reactkr/translate-ko-release
...
Korean translation for docs
2015-03-27 11:39:54 -07:00
Ustin Zarubin
3604354776
Swapping defaultChecked and defaultValue
...
The current documentation states that the `<select>` tag supports `defaultChecked`, but it actually doesn't. I believe this documentation was meant to be written in the proposed order.
Non-working fiddle using `defaultChecked`: http://jsfiddle.net/jqs1hsLr/1/
Working fiddle using `defaultValue`: http://jsfiddle.net/nv7z0yzL/1/
2015-03-26 16:42:36 -04:00
Ben Alpert
524806a3e5
Merge pull request #3518 from alopatin/patch-1
...
Docs: Clarify that React.PropTypes.node accepts fragments
2015-03-25 17:23:52 -07:00
Paul O’Shannessy
d4c34bec91
Merge pull request #3504 from clariroid/docsJP
...
Translate 2 docs into Japanese
2015-03-25 17:20:59 -07:00
Alex Lopatin
3524427e54
Docs: Clarify that React.PropTypes.node accepts fragments
...
As of #3293 `ReactFragment` counts as a node, but this isn't made clear in the docs.
2015-03-25 17:17:42 -07:00
Paul O’Shannessy
425f81933d
Merge pull request #3498 from AnSavvides/patch-1
...
Include latest version of jQuery in tutorial
2015-03-25 16:53:13 -07:00
Andreas Savvides
7ebde90c1f
Include latest version of jQuery in tutorial
...
Include latest version of jQuery 2.x in tutorial
2015-03-25 22:36:27 +00:00
clariroid
d2e669f141
Fix the locale id
2015-03-26 06:15:52 +09:00
clariroid
881128e610
Translate 2 docs into Japanese
2015-03-26 06:15:50 +09:00
Paul O’Shannessy
7c74945694
Merge pull request #3507 from dpellier/master
...
Add scoped property to the list of DOM standard properties
2015-03-25 10:54:29 -07:00
Paul O’Shannessy
2d14b157f9
Merge pull request #3511 from AnSavvides/glossary-space
...
Minor space change to be in line with coding style everywhere else
2015-03-25 10:51:15 -07:00
Andreas
662773a2b4
Minor space change to be in line with coding style everywhere else
2015-03-25 17:09:58 +00:00
Damien Pellier
ff203a3f22
add scoped property to the list of DOM standard properties
2015-03-25 09:41:05 +01:00
Paul O’Shannessy
e3d8c62de3
Merge pull request #3487 from zpao/doc/video
...
[docs] Videos: use https, right width videos
2015-03-24 14:18:36 -07:00
Paul O’Shannessy
cd80a20ad9
Merge pull request #3491 from bobbyrenwick/transition-group-appear-docs
...
adding docs for componentWillAppear and componentDidAppear
2015-03-24 14:05:11 -07:00
Bob Renwick
f75946d91d
adding docs for componentWillAppear and componentDidAppear
2015-03-24 01:41:04 +00:00
Cheng Lou
db33842478
Remove mention from docs
2015-03-23 20:13:24 -04:00
Paul O’Shannessy
959fb008b7
[docs] Videos: use https, right width videos
...
I also added some <hr>s in there, which helps a little bit with spacing.
2015-03-23 11:38:10 -07:00
Julen Ruiz Aizpuru
3ebec4b55b
Docs: do not render components to document.body
...
Rendering to `document.body` in the examples is conveniently short, but it can
be misleading at the same time, especially for newcomers.
While it's possible to render React components to `document.body`, any 3rd
party scripts can also mess up with it, and it can have unintended consequences
and be source of difficult-to-trace bugs.
2015-03-23 13:59:24 +01:00
Ben Alpert
9dd9111dd7
Kill React.initializeTouchEvents for good
...
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
2015-03-17 14:12:26 -07:00
Paul O’Shannessy
d6cc34e4bf
Merge pull request #3419 from xmo-odoo/patch-1
...
Link to inserting raw HTML document
2015-03-16 13:22:33 -07:00
Julian Viereck
c72d79879c
Fix small typo
2015-03-16 18:27:04 +01:00