Ecosyste.ms: OpenCollective

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

Riot.js

Simple and elegant component-based UI library #javascript
Collective - Host: opensource - https://opencollective.com/riot - Code: https://github.com/riot/riot

satisfy jshint; minify; add test command to makefile;

github.com/riot/riot - 3d0e694aaa08626e6a5de1de3b1a174e8e8696cb authored almost 11 years ago by Marcelo Eden <[email protected]>
fix riot and remove render.js

github.com/riot/riot - 51450ed4a4c3f7dd2917f7e3d71c40e41f648dd5 authored almost 11 years ago by Marcelo Eden <[email protected]>
use the plain riot.js for tests

github.com/riot/riot - ee4d1b7e2a5664887b3d102eab857b5d0c9d3298 authored almost 11 years ago by Marcelo Eden <[email protected]>
fix broken render test and implement node tests

github.com/riot/riot - ee3e7287ee1a3fe0a02213b8e21c488ae384137f authored almost 11 years ago by Marcelo Eden <[email protected]>
Merge pull request #48 from L8D/patch-1

Templates should use minified JavaScript

github.com/riot/riot - 72efc3ca3de36089b9994ff0ca76630badce3d2e authored almost 11 years ago by Tero Piirainen <[email protected]>
minified the JavaScript in the strings for templates

github.com/riot/riot - e89d67ee4753eb9738338d738e90befb183e7727 authored almost 11 years ago by Tenor Biel <[email protected]>
Merge pull request #46 from crazy2be/master

Reduce Vulnerability to XSS

github.com/riot/riot - 759fc7fac07cc700302ac47c2c9dd80daa55d567 authored almost 11 years ago by Tero Piirainen <[email protected]>
Add ampersands and quotes.

Should catch more cases.

github.com/riot/riot - 92d833b1a29b40990b8d51541a6e0dd498e4c51c authored almost 11 years ago by crazy2be <[email protected]>
Partially fix XSS injections (at least the case when you use a tag for an element's contents).

Although fixing XSS completely is [quite difficult](http://www.coverity.com/srl/a-guide-to-fixin...

github.com/riot/riot - aab7bb27aaed54a399241dc859afcb83c9a8b256 authored almost 11 years ago by crazy2be <[email protected]>
Made things work with IE6+

github.com/riot/riot - 5a7b14e0426056da3e9be96cd9c63a1432da4546 authored almost 11 years ago by Tero Piirainen <[email protected]>
Node.js support to standalone version

github.com/riot/riot - 58c25238da90cdf92e28bedf4691747843433785 authored almost 11 years ago by Tero Piirainen <[email protected]>
Templating is now part of the minified distributables

github.com/riot/riot - b31eacf25baad463d4a71d4f4008e752fbf96a93 authored almost 11 years ago by Tero Piirainen <[email protected]>
Fire initial popstate earlier on document.ready

github.com/riot/riot - 9fe21c269f5023bee0c44561f51a4d55522e9f8b authored almost 11 years ago by Tero Piirainen <[email protected]>
Slightly smaller standalone version

github.com/riot/riot - 8516215b3fc8c8a3e54068a317ad146824b711bf authored almost 11 years ago by Tero Piirainen <[email protected]>
Standalone obsrvable now works with simultaneous on and off listeners, fixes #43

github.com/riot/riot - f4e305c5e979efa3f00fc7f1eb5684e0ffe547f0 authored almost 11 years ago by Tero Piirainen <[email protected]>
Both versions pass JSHint

github.com/riot/riot - aa47ece55c3201e4b68374b815bad16a502c2d02 authored almost 11 years ago by Tero Piirainen <[email protected]>
Fixed merge conflict

github.com/riot/riot - b9c5e03632fd946509356691771f06b53a9ac94f authored almost 11 years ago by Tero Piirainen <[email protected]>
Added local 569JNORTXZghilms variable to standalone version

github.com/riot/riot - 8d1dbc84f0fa43ae9aff13c1d2b1f9fcc53815d8 authored almost 11 years ago by Tero Piirainen <[email protected]>
added jshint check before minify

github.com/riot/riot - f01b585d6f37d5bf86e08566006d80690a4c0950 authored almost 11 years ago by Artem Medeusheyev <[email protected]>
Fixed Todo MVC example

github.com/riot/riot - 623e229638f1d9e8a359952adb2ac9993de66bde authored almost 11 years ago by Tero Piirainen <[email protected]>
inside closure on every file

github.com/riot/riot - 1ac24942f0c7522a2a700c8ae7c6dd9517929710 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #41 from armed/patch-1

"use strict" must be inside closure

github.com/riot/riot - a5c32b9c98eabd2c9453e9bbf4e1c01bf99f8a0a authored almost 11 years ago by Tero Piirainen <[email protected]>
Riot v0.9.4. This is a major update with following changes:

- Standalone version without jQuery dependency: riot.js and riot.min.js (1.3kb)
- Made Riot temp...

github.com/riot/riot - dca3b511b9276a8030482c1ecfa667e28a390a2b authored almost 11 years ago by Tero Piirainen <[email protected]>
"use strict" must be inside closure

Strict pragma globally can cause many issues in future.

Check it out http://www.nczonline.net...

github.com/riot/riot - 71670e8ab6cd3ce6bcd4129dbf01bb614c1eb7ca authored almost 11 years ago by Artem Medeusheyev <[email protected]>
v0.9.3

github.com/riot/riot - eeb7fe9a24d173fa78aa2aacd81a6125c6a43d47 authored almost 11 years ago by Tero Piirainen <[email protected]>
Zepto support and tests for $.observable

github.com/riot/riot - 1daf0e3c987e08a2c4b3fa1e51606fbe075b6aaa authored almost 11 years ago by Tero Piirainen <[email protected]>
Conflict fix

github.com/riot/riot - 9230ce62f70befc6fd5e1562ca218435eb545fef authored almost 11 years ago by Tero Piirainen <[email protected]>
Switched to 2 space indentation

github.com/riot/riot - d2107905995ed263091c180404c0997944049830 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge branch 'master' of github.com:3den/riotjs into 3den-master

Conflicts:
jquery.riot.js
jquery.riot.min.js
test/render.js

github.com/riot/riot - 2ebca9a2095ce62ae9c61a1befc26ce0fc6fc1e3 authored almost 11 years ago by Tero Piirainen <[email protected]>
minify

github.com/riot/riot - 5fb0b4d4279ec87177ce4435f64e86043196be03 authored almost 11 years ago by Marcelo Eden <[email protected]>
use the faster code

github.com/riot/riot - c84c30b72088527bca7e7281f8ad9b0b4e3d0c4e authored almost 11 years ago by Marcelo Eden <[email protected]>
"use strict" and fix `$.render` Line breaks

github.com/riot/riot - ae8aa1e87f60df55889922a1db0c23461e4d591b authored almost 11 years ago by Marcelo Eden <[email protected]>
Added @license tag to the comment header so it's preserved when uglified

github.com/riot/riot - 5e6d468c4fadefccfd3dbe674c6f43a210fcfde8 authored almost 11 years ago by Tero Piirainen <[email protected]>
Fixed a merge conflict

github.com/riot/riot - 959ed701ed9e5b46aef97bfaa8014c44e46505fa authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #37 from 3den/master

Move jquery.riot.js to the root (Bower Convention)

github.com/riot/riot - f70f260c1ef05eb57249c7572d9e09b0de0c473c authored almost 11 years ago by Tero Piirainen <[email protected]>
Move jquery.riot.js to the root (Bower Convention)

github.com/riot/riot - a1e7fb9a38ac07acfc3125ce77c14c21ae60e4b6 authored almost 11 years ago by Marcelo Eden <[email protected]>
Merge pull request #36 from 3den/master

Allow Bower to manage our dependencies

github.com/riot/riot - 630c94be89ba0617ca82fa6a29a5f68c33d4de01 authored almost 11 years ago by Tero Piirainen <[email protected]>
update bower

github.com/riot/riot - 6ff217ec3d73ef10bb9546413c7470e6afe8d3da authored almost 11 years ago by Marcelo Eden <[email protected]>
organising the files

github.com/riot/riot - 34fdb4a032e58b6ff03c4b304bb309e3c004e55b authored almost 11 years ago by Marcelo Eden <[email protected]>
Renamed emit to trigger to be compatible with jQuery. Less to remember

github.com/riot/riot - f1544a6dd4c25bbf054ef7ef5fbd317475d68199 authored almost 11 years ago by Tero Piirainen <[email protected]>
Added comment to the standalone observable

github.com/riot/riot - 59050274c064fe110887c98d1a0fd95e7a97722c authored almost 11 years ago by Tero Piirainen <[email protected]>
Minification works again. New copyrithg format. Fixes #22

github.com/riot/riot - 8a420471691856eeae248e11dd74fc9d333a7151 authored almost 11 years ago by Tero Piirainen <[email protected]>
Render tokens can be ASCII chars only. Fixes #16

github.com/riot/riot - 4bc2a17ec353ab7eb6cb1b6b015fe8a0c8234bc4 authored almost 11 years ago by Tero Piirainen <[email protected]>
undefined and null values renders as empty string, fixes: #14

github.com/riot/riot - 62e790681f316d7ac2ad1f8bdf32df2458f46eef authored almost 11 years ago by Tero Piirainen <[email protected]>
Tests for escape char rendering. Fixes #15

github.com/riot/riot - ea31b009b9417f9e56cc2ccaa78a4a209fe2c02b authored almost 11 years ago by Tero Piirainen <[email protected]>
Single quote support on templating. Thanks @mrclay! Fixes #9

github.com/riot/riot - 9cbf3dcc0aa25e2ba83e8c7131bf24b7bd8500cf authored almost 11 years ago by Tero Piirainen <[email protected]>
Separate test file for the render function

github.com/riot/riot - 7fca6b88dd27cd586a7ad67750241be12f7c02c8 authored almost 11 years ago by Tero Piirainen <[email protected]>
Simplified test functions

github.com/riot/riot - 12d88a68b81755e73584422ecaa2269f9d3c943d authored almost 11 years ago by Tero Piirainen <[email protected]>
Standalone observable with tests. To be merged to the core later

github.com/riot/riot - 936ab2cb0daafcf21202f6f7dd173f47f105129d authored almost 11 years ago by Tero Piirainen <[email protected]>
Made TODO app work with new folder structure. Blur / esc working on todo editing. Removed $.el function from Riot, not essential for the core.

github.com/riot/riot - 353b07fd6b501a9da6c3c39dbb36b1d435896816 authored almost 11 years ago by Tero Piirainen <[email protected]>
Compare folder cleanup

github.com/riot/riot - b81b3005ec9fce68fd45258751fc247771cc497d authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge conflict fix

github.com/riot/riot - d4c937514ecfcf3458418e9b13ae12e2c85618e5 authored almost 11 years ago by Tero Piirainen <[email protected]>
Small test suite cleanup

github.com/riot/riot - 6cc42ec8eb01844b710bd93c2cb115f1745922b3 authored almost 11 years ago by Tero Piirainen <[email protected]>
Changed the logo from fist to fire because of a conflict with an existing brand

github.com/riot/riot - 5c97a23d9b8240432325a86bb98c776ea9a5ea35 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #31 from 3den/master

Allow riotjs to be installed using Bower

github.com/riot/riot - 247d87cc95127e343ca801928eb4d537baff4fe9 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #32 from 3den/test

A minimal BDD test framerwok (< 20 lines of code);

github.com/riot/riot - 24d9da5e2a95592fbdfe82e8185f9f0c5890ed2c authored almost 11 years ago by Tero Piirainen <[email protected]>
A minimal BDD test runner (< 20 lines of code);

Adding test coverage to "$.render" and "$.el"

github.com/riot/riot - e2e7ca88353f035628d86582fe25095b1cdc8fcb authored almost 11 years ago by Marcelo Eden <[email protected]>
add bower.json

github.com/riot/riot - df2d3a73f061fa18dbbe44347e1647707ca720a6 authored almost 11 years ago by Marcelo Eden <[email protected]>
Merge pull request #30 from joelpt/patch-1

Fix typo in comment.

github.com/riot/riot - b13aaf7c513279f782ad04bd755247d5dffe0432 authored almost 11 years ago by Tero Piirainen <[email protected]>
Fix typo in comment.

github.com/riot/riot - e6e2c36eb7ed280eb246e476a905b20f2bd54ea7 authored almost 11 years ago by Joel Thornton <[email protected]>
Made TODO app use individual files instead of one concatenated one

github.com/riot/riot - c322e924e5dbbc2b2b5095ad921837faff5bc5fa authored almost 11 years ago by Tero Piirainen <[email protected]>
More clear graphs for performance tests

github.com/riot/riot - 3bf92aa4afca5bfcd10552d438f61708941b1870 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #24 from quimcalpe/patch-1

Finish editing don't work

github.com/riot/riot - 866ddc595f3575aa346ba0efe3f9edca35b8a1ec authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #21 from mrclay/ignores

more comprehensive gitignore file

github.com/riot/riot - 4a6f814fe2ddeaf1950b09f22b44db2cd67cd723 authored almost 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #4 from armed/master

local reference to Array.slice function

github.com/riot/riot - 464a8b7400e5163704ed7f643a0fa73bf070d1a2 authored almost 11 years ago by Tero Piirainen <[email protected]>
Finish editing don't work

github.com/riot/riot - 0ee7c12050006f860e039cfb8526bcd708833fab authored almost 11 years ago by Quim Calpe <[email protected]>
more comprehensive gitignore file

github.com/riot/riot - e524a9b20376a878e5f8d2f597c6ca4334f441e4 authored almost 11 years ago by Steve Clay <[email protected]>
Readme update

github.com/riot/riot - 00b00ef8fd91a5c989ef4e6fbf2c3a01d72e4ddf authored almost 11 years ago by Tero Piirainen <[email protected]>
Add .DS_Store to .gitignore.

github.com/riot/riot - c91efb1fffa624c6a5475ab4096022beae8c738c authored almost 11 years ago by Mike Breen <[email protected]>
Merge pull request #11 from mrclay/10

Fixes #10: newlines are properly escaped

github.com/riot/riot - 83750269bc57567bc3b62058d0565add2087c8f6 authored almost 11 years ago by Tero Piirainen <[email protected]>
Fixes #10: newlines are properly escaped

github.com/riot/riot - f8d1cd4c41229dc6d574462b7953553dad3320d1 authored almost 11 years ago by Steve Clay <[email protected]>
Merge pull request #5 from zachaysan/patch-1

Update app.js

github.com/riot/riot - dd9911b19f0e1662da05927bd2ac8c6a79593ce6 authored almost 11 years ago by Courtney Couch <[email protected]>
Update app.js

Fix typo

github.com/riot/riot - bcb4a197418695b3adefba2c7dfcde9c71a34cb9 authored almost 11 years ago by Zach Aysan <[email protected]>
local reference to Array.slice function

github.com/riot/riot - c772fdae95cb6822cdc2c830479088e3cd966cf1 authored almost 11 years ago by Artem Medeusheyev <[email protected]>
Fixed adding entries on the TODO app

github.com/riot/riot - 1c674afdf32a7c1e2474e7bc18021120ee2d7466 authored almost 11 years ago by Tero Piirainen <[email protected]>
Readme update

github.com/riot/riot - 824afe226e420b5645a47ac6f90b007e613e2246 authored almost 11 years ago by Tero Piirainen <[email protected]>
Readme update

github.com/riot/riot - 3467ba0a007b9606f4361f5da0e679ef1202418c authored almost 11 years ago by Tero Piirainen <[email protected]>
Add copyright to minified version

github.com/riot/riot - 29ae687ca0633b703e124331f6395052b051355b authored almost 11 years ago by Tero Piirainen <[email protected]>
Size and speed comparisons

github.com/riot/riot - 95d284340cdfbb56fa2e2f345d6abeaeb14180ff authored almost 11 years ago by Tero Piirainen <[email protected]>
Simplifying things

github.com/riot/riot - 9f50e27862c3186824fdd0d4a0c6fb14c81a3da4 authored about 11 years ago by Tero Piirainen <[email protected]>
Renaming things

github.com/riot/riot - 1e4b2b97e4dde74440745b7a534cff84f76aed69 authored about 11 years ago by Tero Piirainen <[email protected]>
Initial commit

github.com/riot/riot - 7b72a8e5d0f9119c7d019852cf42beb65ce99690 authored about 11 years ago by Tero Piirainen <[email protected]>