Commit graph

2882 commits

Author SHA1 Message Date
Bradley Stafford
c82ad36335 update Select2 integration example and explanation (#1028)
* update Select2 integration example and explanation

* integrate feedback per PR

* oops. integrate the feedback that I missed initially

* make docs great again
2016-09-23 21:53:51 -07:00
Leo Horie
6c4765bb39 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-09-23 22:49:37 -04:00
Leo Horie
8c5fd9ec25 lint 2016-09-23 22:49:20 -04:00
Carl Mungazi
00adb7ae0e Update components.md (#1337)
Fixed typos.
2016-09-23 16:11:28 -07:00
Leo Horie
fd4284f5a2 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-09-23 10:31:51 -04:00
Leo Horie
b8ef290acd improved bundler, handle width/height atts 2016-09-23 10:31:33 -04:00
Pierre-Yves Gérardy
6206bc435e Remove redundant lines that break the examples (#1294) 2016-09-20 19:46:09 -07:00
Pierre-Yves Gérardy
67433a7816 Correct the RouteResolver.onmatch() signature (#1327) 2016-09-20 19:44:19 -07:00
Leo Horie
78409431b9 Merge pull request #1333 from JTBrinkmann/patch-1
fixed broken anchor link in fragment.md
2016-09-20 16:42:10 -04:00
Jan-T. Brinkmann
9fe85b3461 fixed broken anchor link in fragment.md
"monomorphic objects" linked to `vnodes.md#monomorphic-objects`, however the proper hash currently is `#monomorphic-class`
2016-09-20 21:32:47 +02:00
Leo Horie
e58fa538bc Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-09-20 14:39:08 -04:00
Leo Horie
158dcc8e8d fix dbmon requires 2016-09-20 14:38:49 -04:00
Scott Simpson
17ee04c00a fix missing return in BetterLabeledComponent view (#1332) 2016-09-20 11:09:41 -07:00
Pat Cavit
5132c50ec0 view() params and xlink namespace 2016-09-20 10:58:16 -07:00
Scott Simpson
6252a00bed small fixes in hyperscript.md (#1330)
Moved SVG/MathML section down to reflect the order of the TOC
Renamed "Avoid Anti-patterns" to enable TOC link
2016-09-20 10:24:08 -07:00
Leo Horie
de9049ad11 Merge pull request #1329 from jethroscott/patch-3
fix component name
2016-09-20 13:07:15 -04:00
Scott Simpson
3f70d20bb1 fix component name 2016-09-20 09:53:25 -07:00
Leo Horie
b8398544a0 bump ospec version 2016-09-19 14:03:49 -04:00
Leo Horie
d461c7a2e0 Merge pull request #1320 from jethroscott/patch-1
[rewrite] add parenthesis
2016-09-19 10:36:41 -04:00
Pierre-Yves Gerardy
426f1b55b0 Respect the key set on the vnode of routed components 2016-09-17 22:50:43 +02:00
Pierre-Yves Gerardy
118da88889 Add test for keys on routed components 2016-09-17 22:43:38 +02:00
Scott Simpson
e080a05b3e add parenthesis 2016-09-16 12:09:49 -07:00
Gandalf-the-Bot
fe7cc3efe6 Bundled output for commit 111187cb4f [skip ci] 2016-09-15 20:30:07 +00:00
Leo Horie
111187cb4f Merge pull request #1319 from sdougbrown/db/querystring-slashes
[rewrite] queryString parse - Prevent undesired date parsing
2016-09-15 16:28:42 -04:00
Douglas Brown
391e7f43f5 Prevent undesired Date parsing
Native Date parsing is unpredictable and will occasionally turn a string
like "/foo/1" into a valid date of Jan 1, 2001.  This can be prevented
by not parsing a string that begins with a slash.

It's likely that this is a rare case, but it's annoying when it does
come up.
2016-09-15 16:05:30 -04:00
Pat Cavit
91851e2025 Formatting ✏️ 2016-09-13 06:10:55 +00:00
Pat Cavit
e334b5026f Combine duplicate sections 2016-09-12 11:03:44 -07:00
Pat Cavit
1cd0ec0cd2 m.component removal 2016-09-12 10:35:08 -07:00
Gandalf-the-Bot
ea4bb1bef4 Bundled output for commit edea16575d [skip ci] 2016-09-12 14:28:01 +00:00
Leo Horie
edea16575d special case 304 2016-09-12 10:26:08 -04:00
Leo Horie
cadb4622f9 Merge pull request #1313 from pygy/restore-old-tests-deliberately-borken
[next] Add the old test suite to the grunt task
2016-09-12 10:21:40 -04:00
Gandalf-the-Bot
5584abde1d Bundled output for commit 87b60d19dc [skip ci] 2016-09-12 14:11:51 +00:00
Leo Horie
87b60d19dc Merge pull request #1309 from sdougbrown/db/invalid-stream-guard
WIP - Prevent Infinite Loop in m.prop.combine
2016-09-12 10:09:20 -04:00
Gandalf-the-Bot
383805c61c Bundled output for commit 55f0dfa4dd [skip ci] 2016-09-12 13:50:05 +00:00
Leo Horie
55f0dfa4dd Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts:
	docs/route.md
2016-09-12 09:48:30 -04:00
Leo Horie
8492e0c733 route docs tweak 2016-09-12 09:47:45 -04:00
Leo Horie
b9244f4c21 fix class removal 2016-09-12 09:45:57 -04:00
Isiah Meadows
03a7f429b8 Merge pull request #1310 from pygy/rebase-900
Rebase #900, reactivate m.trust test.
2016-09-12 08:30:03 -04:00
Pierre-Yves Gerardy
a76bbc0d7a Fix the test of the new suite 2016-09-11 17:13:12 +02:00
Pierre-Yves Gerardy
4aaee178bc Fix the test of the old suite leave the new one broken 2016-09-11 17:10:34 +02:00
Pierre-Yves Gerardy
ee8ab3561b Break a test of the new suite 2016-09-11 17:00:06 +02:00
Pierre-Yves Gerardy
863b82b71a Break a test of the old suite 2016-09-11 16:52:54 +02:00
Pierre-Yves Gerardy
aeb5f05706 Add the old test suite to the grunt task for both local tests and CI
This relies on a hack to bypass the `mocha` detection by `grunt-mocha-phantomjs`.
The tests have to run in less than 10 seconds, which is unlikely to be problematic on current
hardware.

Alternatively, adding the following to tests/index.html also makes the old test suite compatible
with the mocha runner, but it entails loading `mocha`:

    <script src="../node_modules/mocha/mocha.js"></script>
    <script>
        mocha.setup("bdd")
        describe("dummy test", function(){
            it("is a dummy test to run the old test suite with grunt-mocha-phantomjs like the new one", function(){})
        })
        mocha.run()
    </script>
2016-09-11 16:21:45 +02:00
Douglas Brown
fd0d7059df Prevent Infinite Loop in m.prop.combine
Passing a non-stream value to combine or merge will result in uncaught
errors that are not descriptive enough to be helpful.
2016-09-09 23:06:30 -04:00
Pierre-Yves Gerardy
97186f88a5 Reactivate previously disabled test 2016-09-10 01:26:09 +02:00
Igor Kurganov
ec95de9908 Cache the childrens of editable elements 2016-09-10 01:18:07 +02:00
Leo Horie
6ab9570474 Merge pull request #1306 from pygy/next-single-error-message
[next] Use identical error messages, improve gzipped size
2016-09-09 13:07:22 -04:00
Pierre-Yves Gerardy
e55284fba2 Use identical error messages, improve gzipped size 2016-09-09 17:46:11 +02:00
Gandalf-the-Bot
67bb288e01 Bundled output for commit 6fdfcbb852 [skip ci] 2016-09-09 14:42:49 +00:00
Leo Horie
af586f5a20 Merge pull request #1303 from pygy/simplify-resolution-identifiers
Simplify resolution identifier logic (just a bit)
2016-09-09 10:38:31 -04:00