Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blaze

A powerful library for creating user interfaces by writing reactive HTML templates.
Collective - Host: opensource - https://opencollective.com/blaze - Website: https://blazejs.org/ - Code: https://github.com/meteor/blaze

break underscore dependency

github.com/meteor/blaze - 4dabef16624b23c0916fe97dd372acf6eac494c8 authored over 11 years ago
DomRanges have owners; find ranges under element

github.com/meteor/blaze - 1224e1e1e072a5fa457f1610b00dace4e7ac4bc2 authored over 11 years ago
detailed DomRange tests, improvements

github.com/meteor/blaze - 733bdd56f663d4faa2c1b8e17b8ebbab081976d0 authored over 11 years ago
More comments on idStringify fix.

github.com/meteor/blaze - bf2204d866ed0b4d9ff9c2239c533937486fe090 authored over 11 years ago
More comments on idStringify fix.

github.com/meteor/blaze - 523a43f6efcaa54c4e1d710501293e8618f37da8 authored over 11 years ago
Various bugs involving idStringify.

In minimongo, we support various types as _id fields; the most important are
strings and ObjectI...

github.com/meteor/blaze - 2c258d2d44fa8033ebe2c035f85cce9462df86c2 authored over 11 years ago
Various bugs involving idStringify.

In minimongo, we support various types as _id fields; the most important are
strings and ObjectI...

github.com/meteor/blaze - 5ab017506b19b2e2352bff6b6dc73f4171bbd200 authored over 11 years ago
DomRange with tests

github.com/meteor/blaze - 4c89df5db74d71f520c3e3b0b166e72ec893c6cb authored over 11 years ago
shark example seems to work (with many XXX)

github.com/meteor/blaze - aa1f828aa5030bef484159c807d081841be1d569 authored over 11 years ago
shark example seems to work (with many XXX)

github.com/meteor/blaze - 7a26be8e3856e75f1e987b9ec558aef6bc2369f4 authored over 11 years ago
towards working DomRange rendering

next stages:
- spacebars calls make something happen
- appropriate reactivity

then:
- can we ge...

github.com/meteor/blaze - c4050680187ecf490bab0b23e29953623b987cdf authored over 11 years ago
towards working DomRange rendering

next stages:
- spacebars calls make something happen
- appropriate reactivity

then:
- can we ge...

github.com/meteor/blaze - dcc525d12999cdc6ae552280cc88ac888207ed1f authored over 11 years ago
start to simplify Component (breaks)

github.com/meteor/blaze - 1bc7424bf69a3c221cf2d003f818289966fde5b1 authored over 11 years ago
Merge branch 'mongo-dates' into devel

github.com/meteor/blaze - 0dded44093faa6fbd8a54fb744b196f073d8e476 authored over 11 years ago
Merge branch 'isodate-to-mongo' of github.com:ryw/meteor into mongo-dates

Conflicts:
History.md

github.com/meteor/blaze - b15d2f32f67c3b84b25703227f5470c4ee4f5831 authored over 11 years ago
{{#if}} back to using render() without DomRange

A later change will integrate DomRange into the component
lifecycle so this will no longer be ne...

github.com/meteor/blaze - 386d8136e166fb0c57094e8097c6510d06c2b892 authored over 11 years ago
Merge branch 'meteor-issue-654' of github.com:nathan-muir/meteor into issue-654

github.com/meteor/blaze - 68c384a874416646a8a79c1a9dc29c516b3d26a8 authored over 11 years ago
Fix 'this' within template helpers

github.com/meteor/blaze - baf49f37b4eba0a5a421ae7040b78ac88bf6c478 authored over 11 years ago
More comments on idStringify fix.

github.com/meteor/blaze - 59d842384d2c253a960ab771c00df116a746be3b authored over 11 years ago
More comments on idStringify fix.

github.com/meteor/blaze - 911f1105c2ff4eb64c254a4d7ec53442a0490454 authored over 11 years ago
Various bugs involving idStringify.

In minimongo, we support various types as _id fields; the most important are
strings and ObjectI...

github.com/meteor/blaze - 71d67f338a9a9cb89f119459e1d47e54dcae7c0b authored over 11 years ago
Various bugs involving idStringify.

In minimongo, we support various types as _id fields; the most important are
strings and ObjectI...

github.com/meteor/blaze - 4baf6a2cf86058a7882265221b0756310cb1d7f2 authored over 11 years ago
Merge branch 'minimongo-fields' into devel

Support for 'fields' option in minimongo. Observe on the fields certain fields
will fire 'change...

github.com/meteor/blaze - b8d1c0ed521f22ca4cd9eccd74675dee017ac1b1 authored over 11 years ago
shorter comment

github.com/meteor/blaze - fe2196eba22051aadc6e2220f57a6705f0375c74 authored over 11 years ago
Resolve a bunch of xcxc's

github.com/meteor/blaze - 1410feaac38d490167ff3d2c4f0f5dd0332da8a6 authored over 11 years ago
Merge branch 'master' into devel

Conflicts:
docs/.meteor/release

github.com/meteor/blaze - 0ccb4079604c7cc8027e3cf1174b35305ef80342 authored over 11 years ago
Merge branch 'release-0.6.5'

github.com/meteor/blaze - f2109d3d3201323b7f070c047801ae6427afa5dc authored over 11 years ago
Merge branch 'devel' into shark

github.com/meteor/blaze - d9498804ee884afc1363a46cbdafce249a2119ad authored over 11 years ago
Rewrite {{#if}} to use DomRange (without support for else).

This allows {{#if}}s within {{#AnimatedList}} to be animated.

github.com/meteor/blaze - 81e0653a048a205fbb75584920adf5cdb82ab64f authored over 11 years ago
Fix removing a DomRange with more than one element.

Once you remove an element from the dom, it has no 'nextSibling'.
So don't remove elements while...

github.com/meteor/blaze - f76224ff53cafad9020786fafa679c67310b426d authored over 11 years ago
short clarifying comment

github.com/meteor/blaze - 7dc5d62be25d3ba92a74f0aebe2c259276d09a6e authored over 11 years ago
clarify containsElement

github.com/meteor/blaze - 91b59a7c95c7d8d90d96038234acaaf41656e918 authored over 11 years ago
AnimatedList is now a component

github.com/meteor/blaze - e09d0c8cd3f6ae0935cdee5b02444d0ef98ad480 authored over 11 years ago
Basic animation package

github.com/meteor/blaze - 66c5c4d2cda707b8bfaf2102bd6aade0d32d7f30 authored over 11 years ago
Merge branch 'devel' into release-0.6.5

github.com/meteor/blaze - fb211b12035b79604cf6a841ec0d1200159735a0 authored over 11 years ago
support elements with some but not all $uihooks

github.com/meteor/blaze - 7e9412636b595a38e50bd1c1f267d12187da157e authored over 11 years ago
Add missing package usage. Fixes #1284.

github.com/meteor/blaze - b70c7af435c3d2eb0933c8dc2cdad98ddad97948 authored over 11 years ago
make isotope work

github.com/meteor/blaze - 0d604da84fa3699f721512ae15fbeebf5011d0a8 authored over 11 years ago
fix indentation

github.com/meteor/blaze - 23db89b60f06953404a2ab98927f463fb8523c20 authored over 11 years ago
new DomRange impl

github.com/meteor/blaze - 841cd6c8d350cb0d8d4142650ffbcc656bb8427f authored over 11 years ago
Merge remote-tracking branch 'origin/shark' into shark

github.com/meteor/blaze - ed05207bdf8dfad3f61dceb697a0124bd06ad60a authored over 11 years ago
Merge branch 'devel' into shark

Conflicts:
packages/templating/deftemplate.js
packages/templating/package.js
packages/templat...

github.com/meteor/blaze - 1ecca2b16eba109af4c6387a730cfb00f62c4eeb authored over 11 years ago
Merge branch 'devel' into shark

Conflicts:
packages/templating/deftemplate.js
packages/templating/package.js
packages/templat...

github.com/meteor/blaze - 191550acc2ef8a7dd2b27a3a31476fa8ec6f057e authored over 11 years ago
Merge branch 'devel' into shark

Conflicts:
packages/templating/deftemplate.js
packages/templating/package.js
packages/templat...

github.com/meteor/blaze - 0e70be2b49d0cd59c4d8d3080986e8fed950d8f6 authored over 11 years ago
put .$ui.data() on elements in #each

github.com/meteor/blaze - 0ea61f29712b707c7f2f61388b7c574898156cf8 authored over 11 years ago
each uses DomRange

github.com/meteor/blaze - 3c88a4202929289ccf685c11e4d1a6d2f772820b authored over 11 years ago
Revert "wip: start of empty textnode technique (BREAKS)"

This reverts commit a130725a557f8c5c5a24400d8b3bb04ce0e52239.

github.com/meteor/blaze - 546d6abe964177f0f8010f65a2ff28da343ae275 authored over 11 years ago
fix regex typo

github.com/meteor/blaze - 964b260cc0ebfe6fee59a6e4dad2090ee9f07278 authored over 11 years ago
wip: start of empty textnode technique (BREAKS)

github.com/meteor/blaze - d94e068573903d2275d1e2f6b687363548351e77 authored over 11 years ago
Merge branch 'upgraders' into devel

github.com/meteor/blaze - a511ed51d0d93de2de9afed2881cd1304b4b01dd authored over 11 years ago
templating implies spark and meteor: generated code needs them.

also finish getting rid of deprecated startup package, and some other minor
packaging cleanups t...

github.com/meteor/blaze - 1a5ae316012bb7858d1afaeb1f375c6c75b760a4 authored over 11 years ago
templating implies spark and meteor: generated code needs them.

also finish getting rid of deprecated startup package, and some other minor
packaging cleanups t...

github.com/meteor/blaze - 1f35aea32e411e5412c200eb0351eac2f6edcf3d authored over 11 years ago
Merge branch 'namespace-cleanup' into devel

github.com/meteor/blaze - 3173672abbc68e263ed968ef268b6e927cac4605 authored over 11 years ago
Rename api.exportSymbol -> api.export.

github.com/meteor/blaze - 0d6f33186f230d39f85e2a845baf2e85c9aaff0f authored over 11 years ago
Rename api.exportSymbol -> api.export.

github.com/meteor/blaze - 12df60c909b4f3a566ec9266540e83867fb9e3d9 authored over 11 years ago
Rename api.exportSymbol -> api.export.

github.com/meteor/blaze - 26a6b91e08f01f8ab273f9022e74a13dce3e3818 authored over 11 years ago
Merge exports list with package variables in slice JSON.

This implies that all exports are package variables, which made underscore,
jquery, and htmljs (...

github.com/meteor/blaze - 5506cdd14d820f890726b63a1b987405e17a38be authored over 11 years ago
Rename _FooTest symbols to FooTest. They are already test-only.

github.com/meteor/blaze - a5b8b00eebcbbe9a714c097b1106529942afb2a6 authored over 11 years ago
Merge exports list with package variables in slice JSON.

This implies that all exports are package variables, which made underscore,
jquery, and htmljs (...

github.com/meteor/blaze - b7f483dbd1c519d1dd5e8b14090b5d2781db6702 authored over 11 years ago
Declare _FooTest symbols as testOnly; they are only visible to tests.

They are visible to *all* tests, not just the package's own tests.

github.com/meteor/blaze - 9dcb2153efb10e583357830459d9cecf3580b3cf authored over 11 years ago
oops, remove debugging code

github.com/meteor/blaze - 2a9a3e582a48b6b1a355b90ba5b4f7e5a8876b22 authored over 11 years ago
oops, remove debugging code

github.com/meteor/blaze - d20a3caf5ca52138ee0ae22b87ae7a327ae27819 authored over 11 years ago
Drop all @export lines. Add api.exportSymbol instead.

github.com/meteor/blaze - 2e7b3204fb9a8498bf138916c65862a39536d8ce authored over 11 years ago
test-packages now has no immediate server-side errors (client-side, sure)

eliminate accounts-urls package

github.com/meteor/blaze - f40c8721a7da6e486358806a5407fcb3d9c89f64 authored over 11 years ago
Drop all @export lines. Add api.exportSymbol instead.

github.com/meteor/blaze - 14d2c8a77905f509571c0e24d100f89385a99446 authored over 11 years ago
Drop all @export lines. Add api.exportSymbol instead.

github.com/meteor/blaze - c0d51310b4b723ae835a2dc5ae6c6f5c0b1d1f9b authored over 11 years ago
Comprehensive namespace cleanup.

github.com/meteor/blaze - 9aefb1f8c97746e8ac6cf1400e6aed1a7e24615b authored over 11 years ago
Comprehensive namespace cleanup.

github.com/meteor/blaze - 3b2f380b1f9a6d28a5faf989d3a42b277c6ff7fa authored over 11 years ago
fix FadeyIf

github.com/meteor/blaze - 5711a98948e368775b9fc94ab10db9798f5a1387 authored over 11 years ago
checkbox component, touch-ups

github.com/meteor/blaze - 2c62d5f93ce90046358d7f3d065e5590225154f4 authored over 11 years ago
checkbox component, touch-ups

github.com/meteor/blaze - cf9732d0e529f304d1698007173d010fcdd2e3e7 authored over 11 years ago
Component.current in event handlers

github.com/meteor/blaze - 06d8263ef9a5bda9781aa5a88a1df5d050eb111a authored over 11 years ago
fixed {{> content}} and fields

github.com/meteor/blaze - 1c54303ab702619d93bccde67a498db49aab7881 authored over 11 years ago
fixed {{> content}} and fields

github.com/meteor/blaze - df5c9924ff3ebbfd2d918075f98f90e3444b080b authored over 11 years ago
basic fields, `set`, event.component

github.com/meteor/blaze - a841e9f487d9116c07e0880d6d1f08082b5d70cc authored over 11 years ago
className diffing; fix reactive {{{attrs}}}

github.com/meteor/blaze - d2410e1d98682b1ef1ffa7aca9796c3710708623 authored over 11 years ago
className diffing; fix reactive {{{attrs}}}

github.com/meteor/blaze - f800b5236a102ca747f12d636fed50fd41c6b0dc authored over 11 years ago
use event maps

slightly janky impl for demo purposes

github.com/meteor/blaze - 001a381d9f4d2b5ea38536eee69d8016196583f8 authored over 11 years ago
test-driver works, finally

github.com/meteor/blaze - 61ebdcc538ac24dcd88a8a4b58385301a685beee authored over 11 years ago
fix misc stuff

github.com/meteor/blaze - a5ff1ad9dda2ce6682c10c1d38014ee030687f73 authored over 11 years ago
fix misc stuff

github.com/meteor/blaze - 677de5d9d9e98c6f54814f737a11c67f9da0d8ee authored over 11 years ago
try to get apps working (crashes Chrome)

github.com/meteor/blaze - ea996aa568d9b8aa58310a2b382f815560197a9b authored over 11 years ago
try to get apps working (crashes Chrome)

github.com/meteor/blaze - 3d5f33b6c66494ba460b332cadff63717c5c6fb2 authored over 11 years ago
try to get apps working (crashes Chrome)

github.com/meteor/blaze - 28c96bd69f40f60d9948575c3eceb3ce87e2d710 authored over 11 years ago
mv ui2 ui; port spacebars (untested)

github.com/meteor/blaze - 86b8b058464bc5fb7284d49a31e097e858589657 authored over 11 years ago
mv ui2 ui; port spacebars (untested)

github.com/meteor/blaze - c492510b70d88fceb2d862fb97ddc54843f882c5 authored over 11 years ago
mv ui2 ui; port spacebars (untested)

github.com/meteor/blaze - 792b61f89fc9cdbe0c05d0c16d30c1cba0bf3430 authored over 11 years ago
#each ported (untested)

github.com/meteor/blaze - 041a0f6c6397ddab919c15b6af85867553c2f2a6 authored over 11 years ago
port "if"; fix chaining; buf.write(func); more get()

github.com/meteor/blaze - 8731af58464e7d1b52e433a289079e53fc4eb167 authored over 11 years ago
rendering of comps with reactive types in new API

github.com/meteor/blaze - 7f4cae5948097def9b1ed8dbb2326842a317e667 authored over 11 years ago
some render tests

github.com/meteor/blaze - 62c82065cfe911f9f7b013d0202f52dbd4228719 authored over 11 years ago
port rest of dom.js (non-working)

github.com/meteor/blaze - b481fb321a289f14814b3178f579b385c595f338 authored over 11 years ago
shark refactor for devshop

github.com/meteor/blaze - 7507139cc126dd679295b28ee25f8690733fe2e9 authored over 11 years ago
Fix submit event on old IE. Fixes #1191

Not tested, but it looks right from code inspection and looking at the history.

github.com/meteor/blaze - decf03f4bc5a7aba9b750e93e19bb64319adf8ff authored over 11 years ago
make test-in-browser work

github.com/meteor/blaze - f43d4a33d818c641d06ddc08d56c5f9a30219efc authored over 11 years ago
Merge branch 'master' into devel

Conflicts:
History.md
docs/.meteor/release
packages/mongo-livedata/.npm/package/npm-shrinkwra...

github.com/meteor/blaze - 20f6e75c3979d60233ab94fcb5e1547cae16c6ae authored over 11 years ago
notes, TODO

github.com/meteor/blaze - 2b55e21f59c2c3a5027d0531c415f50e48f14e8d authored over 11 years ago