Ecosyste.ms: OpenCollective

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

github.com/riot/riot

Simple and elegant component-based UI library
https://github.com/riot/riot

satisfy jshint; minify; add test command to makefile;

3d0e694aaa08626e6a5de1de3b1a174e8e8696cb authored about 11 years ago by Marcelo Eden <[email protected]>
fix riot and remove render.js

51450ed4a4c3f7dd2917f7e3d71c40e41f648dd5 authored about 11 years ago by Marcelo Eden <[email protected]>
use the plain riot.js for tests

ee4d1b7e2a5664887b3d102eab857b5d0c9d3298 authored about 11 years ago by Marcelo Eden <[email protected]>
fix broken render test and implement node tests

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

Templates should use minified JavaScript

72efc3ca3de36089b9994ff0ca76630badce3d2e authored about 11 years ago by Tero Piirainen <[email protected]>
minified the JavaScript in the strings for templates

e89d67ee4753eb9738338d738e90befb183e7727 authored about 11 years ago by Tenor Biel <[email protected]>
Merge pull request #46 from crazy2be/master

Reduce Vulnerability to XSS

759fc7fac07cc700302ac47c2c9dd80daa55d567 authored about 11 years ago by Tero Piirainen <[email protected]>
Add ampersands and quotes.

Should catch more cases.

92d833b1a29b40990b8d51541a6e0dd498e4c51c authored about 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...

aab7bb27aaed54a399241dc859afcb83c9a8b256 authored about 11 years ago by crazy2be <[email protected]>
Made things work with IE6+

5a7b14e0426056da3e9be96cd9c63a1432da4546 authored about 11 years ago by Tero Piirainen <[email protected]>
Node.js support to standalone version

58c25238da90cdf92e28bedf4691747843433785 authored about 11 years ago by Tero Piirainen <[email protected]>
Templating is now part of the minified distributables

b31eacf25baad463d4a71d4f4008e752fbf96a93 authored about 11 years ago by Tero Piirainen <[email protected]>
Fire initial popstate earlier on document.ready

9fe21c269f5023bee0c44561f51a4d55522e9f8b authored about 11 years ago by Tero Piirainen <[email protected]>
Slightly smaller standalone version

8516215b3fc8c8a3e54068a317ad146824b711bf authored about 11 years ago by Tero Piirainen <[email protected]>
Standalone obsrvable now works with simultaneous on and off listeners, fixes #43

f4e305c5e979efa3f00fc7f1eb5684e0ffe547f0 authored about 11 years ago by Tero Piirainen <[email protected]>
Both versions pass JSHint

aa47ece55c3201e4b68374b815bad16a502c2d02 authored about 11 years ago by Tero Piirainen <[email protected]>
Fixed merge conflict

b9c5e03632fd946509356691771f06b53a9ac94f authored about 11 years ago by Tero Piirainen <[email protected]>
Added local 569JNORTXZghilms variable to standalone version

8d1dbc84f0fa43ae9aff13c1d2b1f9fcc53815d8 authored about 11 years ago by Tero Piirainen <[email protected]>
added jshint check before minify

f01b585d6f37d5bf86e08566006d80690a4c0950 authored about 11 years ago by Artem Medeusheyev <[email protected]>
Fixed Todo MVC example

623e229638f1d9e8a359952adb2ac9993de66bde authored about 11 years ago by Tero Piirainen <[email protected]>
inside closure on every file

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

"use strict" must be inside closure

a5c32b9c98eabd2c9453e9bbf4e1c01bf99f8a0a authored about 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...

dca3b511b9276a8030482c1ecfa667e28a390a2b authored about 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...

71670e8ab6cd3ce6bcd4129dbf01bb614c1eb7ca authored about 11 years ago by Artem Medeusheyev <[email protected]>
v0.9.3

eeb7fe9a24d173fa78aa2aacd81a6125c6a43d47 authored about 11 years ago by Tero Piirainen <[email protected]>
Zepto support and tests for $.observable

1daf0e3c987e08a2c4b3fa1e51606fbe075b6aaa authored about 11 years ago by Tero Piirainen <[email protected]>
Conflict fix

9230ce62f70befc6fd5e1562ca218435eb545fef authored about 11 years ago by Tero Piirainen <[email protected]>
Switched to 2 space indentation

d2107905995ed263091c180404c0997944049830 authored about 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

2ebca9a2095ce62ae9c61a1befc26ce0fc6fc1e3 authored about 11 years ago by Tero Piirainen <[email protected]>
minify

5fb0b4d4279ec87177ce4435f64e86043196be03 authored about 11 years ago by Marcelo Eden <[email protected]>
use the faster code

c84c30b72088527bca7e7281f8ad9b0b4e3d0c4e authored about 11 years ago by Marcelo Eden <[email protected]>
"use strict" and fix `$.render` Line breaks

ae8aa1e87f60df55889922a1db0c23461e4d591b authored about 11 years ago by Marcelo Eden <[email protected]>
Added @license tag to the comment header so it's preserved when uglified

5e6d468c4fadefccfd3dbe674c6f43a210fcfde8 authored about 11 years ago by Tero Piirainen <[email protected]>
Fixed a merge conflict

959ed701ed9e5b46aef97bfaa8014c44e46505fa authored about 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #37 from 3den/master

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

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

a1e7fb9a38ac07acfc3125ce77c14c21ae60e4b6 authored about 11 years ago by Marcelo Eden <[email protected]>
Merge pull request #36 from 3den/master

Allow Bower to manage our dependencies

630c94be89ba0617ca82fa6a29a5f68c33d4de01 authored about 11 years ago by Tero Piirainen <[email protected]>
update bower

6ff217ec3d73ef10bb9546413c7470e6afe8d3da authored about 11 years ago by Marcelo Eden <[email protected]>
organising the files

34fdb4a032e58b6ff03c4b304bb309e3c004e55b authored about 11 years ago by Marcelo Eden <[email protected]>
Renamed emit to trigger to be compatible with jQuery. Less to remember

f1544a6dd4c25bbf054ef7ef5fbd317475d68199 authored about 11 years ago by Tero Piirainen <[email protected]>
Added comment to the standalone observable

59050274c064fe110887c98d1a0fd95e7a97722c authored about 11 years ago by Tero Piirainen <[email protected]>
Minification works again. New copyrithg format. Fixes #22

8a420471691856eeae248e11dd74fc9d333a7151 authored about 11 years ago by Tero Piirainen <[email protected]>
Render tokens can be ASCII chars only. Fixes #16

4bc2a17ec353ab7eb6cb1b6b015fe8a0c8234bc4 authored about 11 years ago by Tero Piirainen <[email protected]>
undefined and null values renders as empty string, fixes: #14

62e790681f316d7ac2ad1f8bdf32df2458f46eef authored about 11 years ago by Tero Piirainen <[email protected]>
Tests for escape char rendering. Fixes #15

ea31b009b9417f9e56cc2ccaa78a4a209fe2c02b authored about 11 years ago by Tero Piirainen <[email protected]>
Single quote support on templating. Thanks @mrclay! Fixes #9

9cbf3dcc0aa25e2ba83e8c7131bf24b7bd8500cf authored about 11 years ago by Tero Piirainen <[email protected]>
Separate test file for the render function

7fca6b88dd27cd586a7ad67750241be12f7c02c8 authored about 11 years ago by Tero Piirainen <[email protected]>
Simplified test functions

12d88a68b81755e73584422ecaa2269f9d3c943d authored about 11 years ago by Tero Piirainen <[email protected]>
Standalone observable with tests. To be merged to the core later

936ab2cb0daafcf21202f6f7dd173f47f105129d authored about 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.

353b07fd6b501a9da6c3c39dbb36b1d435896816 authored about 11 years ago by Tero Piirainen <[email protected]>
Compare folder cleanup

b81b3005ec9fce68fd45258751fc247771cc497d authored about 11 years ago by Tero Piirainen <[email protected]>
Merge conflict fix

d4c937514ecfcf3458418e9b13ae12e2c85618e5 authored about 11 years ago by Tero Piirainen <[email protected]>
Small test suite cleanup

6cc42ec8eb01844b710bd93c2cb115f1745922b3 authored about 11 years ago by Tero Piirainen <[email protected]>
Changed the logo from fist to fire because of a conflict with an existing brand

5c97a23d9b8240432325a86bb98c776ea9a5ea35 authored about 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #31 from 3den/master

Allow riotjs to be installed using Bower

247d87cc95127e343ca801928eb4d537baff4fe9 authored about 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #32 from 3den/test

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

24d9da5e2a95592fbdfe82e8185f9f0c5890ed2c authored about 11 years ago by Tero Piirainen <[email protected]>
A minimal BDD test runner (< 20 lines of code);

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

e2e7ca88353f035628d86582fe25095b1cdc8fcb authored about 11 years ago by Marcelo Eden <[email protected]>
add bower.json

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

Fix typo in comment.

b13aaf7c513279f782ad04bd755247d5dffe0432 authored about 11 years ago by Tero Piirainen <[email protected]>
Fix typo in comment.

e6e2c36eb7ed280eb246e476a905b20f2bd54ea7 authored about 11 years ago by Joel Thornton <[email protected]>
Made TODO app use individual files instead of one concatenated one

c322e924e5dbbc2b2b5095ad921837faff5bc5fa authored about 11 years ago by Tero Piirainen <[email protected]>
More clear graphs for performance tests

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

Finish editing don't work

866ddc595f3575aa346ba0efe3f9edca35b8a1ec authored about 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #21 from mrclay/ignores

more comprehensive gitignore file

4a6f814fe2ddeaf1950b09f22b44db2cd67cd723 authored about 11 years ago by Tero Piirainen <[email protected]>
Merge pull request #4 from armed/master

local reference to Array.slice function

464a8b7400e5163704ed7f643a0fa73bf070d1a2 authored about 11 years ago by Tero Piirainen <[email protected]>
Finish editing don't work

0ee7c12050006f860e039cfb8526bcd708833fab authored about 11 years ago by Quim Calpe <[email protected]>
more comprehensive gitignore file

e524a9b20376a878e5f8d2f597c6ca4334f441e4 authored about 11 years ago by Steve Clay <[email protected]>
Readme update

00b00ef8fd91a5c989ef4e6fbf2c3a01d72e4ddf authored about 11 years ago by Tero Piirainen <[email protected]>
Add .DS_Store to .gitignore.

c91efb1fffa624c6a5475ab4096022beae8c738c authored about 11 years ago by Mike Breen <[email protected]>
Merge pull request #11 from mrclay/10

Fixes #10: newlines are properly escaped

83750269bc57567bc3b62058d0565add2087c8f6 authored about 11 years ago by Tero Piirainen <[email protected]>
Fixes #10: newlines are properly escaped

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

Update app.js

dd9911b19f0e1662da05927bd2ac8c6a79593ce6 authored about 11 years ago by Courtney Couch <[email protected]>
Update app.js

Fix typo

bcb4a197418695b3adefba2c7dfcde9c71a34cb9 authored about 11 years ago by Zach Aysan <[email protected]>
local reference to Array.slice function

c772fdae95cb6822cdc2c830479088e3cd966cf1 authored about 11 years ago by Artem Medeusheyev <[email protected]>
Fixed adding entries on the TODO app

1c674afdf32a7c1e2474e7bc18021120ee2d7466 authored about 11 years ago by Tero Piirainen <[email protected]>
Readme update

824afe226e420b5645a47ac6f90b007e613e2246 authored about 11 years ago by Tero Piirainen <[email protected]>
Readme update

3467ba0a007b9606f4361f5da0e679ef1202418c authored about 11 years ago by Tero Piirainen <[email protected]>
Add copyright to minified version

29ae687ca0633b703e124331f6395052b051355b authored about 11 years ago by Tero Piirainen <[email protected]>
Size and speed comparisons

95d284340cdfbb56fa2e2f345d6abeaeb14180ff authored about 11 years ago by Tero Piirainen <[email protected]>
Simplifying things

9f50e27862c3186824fdd0d4a0c6fb14c81a3da4 authored about 11 years ago by Tero Piirainen <[email protected]>
Renaming things

1e4b2b97e4dde74440745b7a534cff84f76aed69 authored over 11 years ago by Tero Piirainen <[email protected]>
Initial commit

7b72a8e5d0f9119c7d019852cf42beb65ce99690 authored over 11 years ago by Tero Piirainen <[email protected]>