Commit graph

332 commits

Author SHA1 Message Date
valtron
ce20520f3a Canonicalize options.method in m.request 2015-04-14 11:46:40 -06:00
Leo Horie
f7263fea4d style 2015-04-09 23:01:27 -04:00
Shlomo Dalezman
b00f4f87d9 added parsing of '?' for query strings 2015-04-07 19:29:36 -04:00
Leo Horie
b111d058be fix regression caused by #524 2015-03-31 10:50:19 -04:00
Leo Horie
648f4734b5 #524 fix diff bug when mixing undefined in a tree 2015-03-30 13:25:32 -04:00
Leo Horie
9748b6ece4 #454 fix regression 2015-03-27 11:55:09 -04:00
Leo Horie
f7cacb7a0b #507 fix diff regression when mixing elements and text nodes 2015-03-26 21:14:30 -04:00
Leo Horie
6f832a7040 #501,#502,#504 buildQueryString and parseQueryString fixes and tests 2015-03-25 21:54:36 -04:00
Leo Horie
5114499958 #512 revert #382 due to diff engine regression 2015-03-23 22:23:27 -04:00
Leo Horie
a61e15a2e3 #398 - prevent unnecessary dom move operations 2015-03-16 20:02:13 -04:00
Leo Horie
904f4ee34a #463 don't try to manage 3rd party dom element when using keys 2015-03-13 23:22:54 -04:00
Leo Horie
8cc4a862fe #413 fix ctx.retain bug 2015-03-13 22:54:46 -04:00
Leo Horie
b8a7d7217d #476 fix conditional 2015-03-09 21:30:15 -04:00
Leo Horie
bfa1767d81 #469 allow html5 values w/ units for width/height attrs 2015-03-06 09:00:22 -05:00
Leo Horie
71a19a27a9 document flag 2015-03-02 22:25:52 -05:00
Leo Horie
1a57bcc403 Merge remote-tracking branch 'origin/next' into ctx-reuse-flag 2015-02-26 22:54:13 -05:00
Leo Horie
550fe9871a Merge pull request #454 from TheThing/next
propify: Fix chaining to return original m.prop
2015-02-18 22:20:42 -05:00
Leo Horie
105a936a06 #320 fix routing bug in IE9 2015-02-12 22:02:44 -05:00
Leo Horie
84f472cb9e context reuse flag 2015-02-12 21:02:27 -05:00
Leo Horie
2369586167 Merge pull request #452 from nordfjord/next
always select exact route if it exists
2015-02-10 09:47:47 -05:00
Einar Norðfjörð
6aaa199a24 add whitespace my editor removed 2015-02-10 10:40:13 +00:00
Leo Horie
6c13087844 #448 fix flatten edge case 2015-02-09 23:27:31 -05:00
Leo Horie
5bf0faf357 #453 fix html entity order bug in m.trust 2015-02-09 23:23:00 -05:00
Jonatan Nilsson
8c00296393 propify: Fix chaining to return original m.prop 2015-02-09 21:35:34 +00:00
Einar Norðfjörð
fa824ca080 always select exact route if it exists 2015-02-09 18:11:56 +00:00
Jonatan Nilsson
fa719a4a60 request: Send xhrRequest to unwrap method 2015-02-07 14:37:38 +00:00
webcss
96b1f9e791 handle mixed type children correctly - fixes #443 2015-02-07 00:18:07 +01:00
Shlomo Dalezman
da4ef441fd added multi argument brackets 2015-02-02 13:38:12 -05:00
Leo Horie
45ee2751e7 Merge pull request #434 from ciscoheat/redraw-context-fix
Fixed context when calling a module view during redraw.
2015-02-01 15:11:30 -05:00
webcss
e158b52c47 fix for #428 introduces new misbehaviour
The fix for #428 provided prevents entries beeing written to history. History.back() or hitting browsers back-button don't work anymore, since there are no history entries. 
This is because you are assigning the new path to route to to currentPath and compare these, which always turn out to be equal. Saving the currentPath before the assignment fixes this missbehaviour.
2015-01-30 11:20:53 +01:00
Andreas
5080db017f Fixed context when calling a module view during redraw. 2015-01-29 22:38:03 +07:00
fanlia
0ac28928f3 fix issue #424 2015-01-28 09:32:13 +08:00
Leo Horie
aacc618dfd #428 don't add history entry on reload from link 2015-01-26 22:08:31 -05:00
Leo Horie
f9df39f5f7 #425 fix querystring detection in pathname mode 2015-01-25 23:27:35 -05:00
Leo Horie
6c77586616 #426 make array-to-querystring serialization work like jquery 2015-01-25 22:49:46 -05:00
Leo Horie
509ecbe3d9 Merge pull request #421 from dudeman/next
remove script from parentNode since $document.body may have changed
2015-01-19 23:01:45 -05:00
Leo Horie
a04d67500e #420 allow unloading of modules 2015-01-19 22:29:12 -05:00
Leo Horie
fed82b2135 #382 don't render single empty space if not needed 2015-01-19 22:20:43 -05:00
Max Baumann
e0855cce65 remove script from parentNode since $document.body may have changed 2015-01-18 17:04:54 -08:00
Leo Horie
d418423eec revert #415 since it breaks build 2015-01-14 21:46:42 -05:00
Ondrej
9391a789ea fixes TypeError: Illegal Invocation in node-webkit
requestAnimationFrame, setTimeout and clearTimeout need to be called on the window object explicitely in node-webkit.
2015-01-14 22:13:21 +01:00
Barney Carroll
d874748c6f Merge branch 'next' of github.com:lhorie/mithril.js into next 2015-01-06 19:37:01 +00:00
Barney Carroll
18dd27a493 Removed decodeSpace function: fixes #399 2015-01-06 17:34:55 +00:00
Eirik S. Morland
6dd5c46090 Make code block comments the way closure compiler likes them. 2015-01-01 22:45:47 +01:00
Leo Horie
2a34765547 add comment for obscure snippet 2014-12-31 20:49:38 -05:00
Leo Horie
857ce0df99 Merge branch 'perf' into next 2014-12-31 17:22:58 -05:00
Leo Horie
fa04377a51 fix #380 correctly (see also #385) 2014-12-31 16:12:47 -05:00
Leo Horie
b4069e2391 Merge remote-tracking branch 'origin/next' into perf 2014-12-31 15:30:16 -05:00
Leo Horie
d4bfee425a #388 throw error if no root element 2014-12-31 15:28:39 -05:00
Leo Horie
cbedf999cd loop refactor 2014-12-12 09:30:48 -05:00