Ecosyste.ms: OpenCollective

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

github.com/hoplon/hoplon

Simple and powerful tool for building web apps out of highly composable elements in ClojureScript.
https://github.com/hoplon/hoplon

Don't ever call jQuery#remove() on elements

The user should do this, instead. When Hoplon does it automatically it
can interfere with the op...

7028687ee04b14330b2b9126aecc3db49312a82e authored almost 9 years ago
Merge pull request #108 from hoplon/fix-init-removechild-bugs

Add setTimeout to with-init!, check parent before removing child

6a439c6764e75111afd28076d236ce9e3b3f847c authored almost 9 years ago
Merge pull request #109 from rwillig/master

fix if= reference in when-tpl to if-tpl

e79970e18000ee718bb45d99213bb5d6f4bd1663 authored almost 9 years ago
fix if= reference in when-tpl to if-tpl

df8445a8ae62d70d0a534327091be1314dd9df92 authored almost 9 years ago
Add setTimeout to with-init!, check parent before removing child

Fixes #106

45347e67421ca2964ec2e1655be5da05b1a5c4b4 authored almost 9 years ago
Merge remote-tracking branch 'hoplon/master'

e2f5396d5714ec461c56f0d40b995a234d9c96ed authored almost 9 years ago
Merge pull request #93 from hoplon/tpl-macros

Add for-tpl, if-tpl, when-tpl, cond-tpl, case-tpl

d93a1067519e5b260c862ceba4995e7c59b15279 authored almost 9 years ago
Merge branch 'master' into tpl-macros

f600f55547275aac206127d865842f411c4d21d1 authored almost 9 years ago
Add for-tpl, if-tpl, when-tpl, cond-tpl, case-tpl

(if-tpl (cell= (= cell1 100))
(div "one")
(div "two"))

(ul
(for-tpl [...

0a20377d4016238fd2883bda2ddb31bff16325fd authored almost 9 years ago
Merge pull request #105 from hoplon/insert-before-bugfix

Properly implement insertBefore on Element

c76493dcaec5845cf5b871107a3893f9e9705ac4 authored almost 9 years ago
Merge pull request #104 from hoplon/levitanong-readme-minor-patch-1

Update README.md

a218775a970b8c4eb9879e432fc644dbeb4de764 authored almost 9 years ago
Properly implement insertBefore on Element

49badbbaf2f94b48ad1cd973ffdef9bd185dc36d authored almost 9 years ago
Update README.md

Adds link to wiki in the documentation section

ce69018a3a9053a738b25104516ff0846a406dd3 authored almost 9 years ago
remove redundant docs

0b80ec6605c3c11855f244d2f44959c53b16aa27 authored almost 9 years ago
Add for=, if=, when=, cond=, and case=

Is it good?

d5d632aaa9371223ac2c87a81b9ddf51ee7ff078 authored almost 9 years ago
Plain text LICENSE, same contents, just not HTML now

dc20e8a8d8c4576730a44cdd6a0e5ef673198c8a authored almost 9 years ago
implements if-tpl and switch-tpl

62fa3b182dd56e8b75e97bde33d3072e09ca5930 authored almost 9 years ago
Merge branch 'thedavidmeister-travis-webdriver-support'

47c90b3c7cac2b48d71ae813a37f1bddcf20e018 authored almost 9 years ago
Add webdriver tests, update boot deps, fixes #85

c68019e7ee33581b13fdb10780a337b419258df5 authored almost 9 years ago
fix typo

f302e8d37746020e907566b87ec9e2d97a87f39a authored almost 9 years ago
on-click -> :click

1a95525db4b4c5ecc0147221ca354ddbc4ae5e0f authored almost 9 years ago
Update README.md

3e5fdf90d95974aec2e08c4a8aca0fc90a1f4ef3 authored almost 9 years ago
Fix typo in alpha12

db4e79bca7c48e42e3f0727a36d1a21eb554b5a5 authored almost 9 years ago
Preserve event handlers of loop-tpl pool elements

fixes #78

cb32745f8c768ad6899abc7ce032b11d61dd9c20 authored almost 9 years ago
6.0.0-alpha11 -- fix jQuery leak

9ba3aacb159a9a0cfd375ad2f6d303999ae4fee3 authored over 9 years ago
Merge pull request #75 from pbzdyl/issue74

Fixes #74: avoid jQuery related memory leaks when removing child nodes.

dd4044bbe13cf94d12bbde854246a8ed2fe5670b authored over 9 years ago
Fixes #74: avoid jQuery related memory leaks when removing child nodes.

40e2837879f48f7eeb1e7fe8a6b136a0e4eef79f authored over 9 years ago
hoplon.svg generates nodes with correct namespace

edce6281b02b47d704cdc9f2a84551faf0ee06d0 authored over 9 years ago
6.0.0-alpha10 -- update deps

0c167bc2ea0d219c3d92f8150cf7068b6f12ae03 authored over 9 years ago
6.0.0-alpha9 -- bump versions

e8f484ab2fda84e3b65a3f9454e73ffe854a01ef authored over 9 years ago
6.0.0-alpha8 -- bump version

4688c1da37a8417b0cf52b1e506509a80d17ce0a authored over 9 years ago
6.0.0-alpha7 -- move to hoplon org

2d68aef74c00b2bbe2231973df08c08b5de32e80 authored over 9 years ago
6.0.0-alpha7 - Cache busting utility function/macro

d19799ebccb98b929560cdda653a02e6219f98c8 authored over 9 years ago
6.0.0-alpha6 - fix FOUC issues, add remaining Node proxy methods

See also: tailrecursion/boot-hoplon 0.1.2

This commit fixes some issues that makde Hoplon apps ...

ae45b613a81b5609cac4c38c246069e8ae75410f authored over 9 years ago
Merge pull request #65 from flyboarder/master

closes tailrecursion/hoplon#62

c9b6282af46de081d1d5dc3d6236a66f9d75ef73 authored over 9 years ago
Add test namespace for running tests in the browser

With optional:

- browser notifications
- display test output on page

For example:

(page "...

03d6782102588ae9f0a4a5c721a31e8e356bc211 authored over 9 years ago
6.0.0-alpha4

5a7e66d8ac9a00b42bc1b0b46d3930a4243a75da authored over 9 years ago
Cleanup, make things private, update deps, test app

8f49578c1db87b423c7e82639a057f85e4a2a518 authored over 9 years ago
tests

69483eb158b9c133c2a1c8b020379323d13e4072 authored over 9 years ago
typo

8165ce589088bff9fddbaf558c1c7f8a2cc2d0cb authored over 9 years ago
Add docs

2982daefd29e0cd531ee6b2733950077ff8333cb authored over 9 years ago
Merge branch 'experimental'

Conflicts:
.gitignore

3aa880aedb4a678ac092a364d598c72864273701 authored over 9 years ago
Merge branch 'experimental' of gh:tailrecursion/hoplon into experimental

Conflicts:
build.boot

128e9313c13a5353ab5734777813c48a688dec1c authored over 9 years ago
Rename (def)component -> (def)elem+, small refactor

8b4a296d63e6b8abffea73f0d8e86d52acafb8d4 authored over 9 years ago
gitignore

09acad69bc7b5356a4deb5aeae3be879f5173713 authored over 9 years ago
Add missing anonymous elem form

3cf73933208f14a8aa088b34901a6d017751662a authored over 9 years ago
closes tailrecursion/hoplon#62

56e523a1948ba0a9f1addbee374e87aca711085f authored over 9 years ago
Merge branch 'master' into experimental

2cdf83cc7b10b89e19719abcfa2c403e685593f1 authored over 9 years ago
testing

6e630158c6fa64388079c753676d95a5eb43c311 authored over 9 years ago
Only update input value when changed

This addresses a tricky bug where the cursor would jump to the end of
the input text as you type.

5aa81a648d01ea2a6fecf1e209b44c95dfdfd928 authored over 9 years ago
tests

79512a3f24107e11dbc16a76a46bd954e37175a2 authored over 9 years ago
tests

7d7210621d4983abc6f0fbd7d2c91d073077c886 authored over 9 years ago
First-class custom elements, cell child improvements

First, the restriction on cell children (eg. if a cell is added as a
child of another element) t...

436d2db4926f0886a4e7f34938f4f08c12f721cb authored over 9 years ago
Real splicing action (naive), change to cell children

- Splicing: elements can now have children that are cells containing a
vector of DOM nodes. Th...

99f8ca6344f7a1e411e1ad5eabdccb74bca00546 authored over 9 years ago
Bump alpha release version

a0ce6815f9e1eeb9c85571562f2fbaeba03daeb8 authored over 9 years ago
WIP

8a06b5cfe2bc1115e6c568d39fa01d8bd947a0dc authored over 9 years ago
Loop-tpl now removes/adds to DOM instead of hiding/showing

ef41a78219484123144bb82b12b510fbab7168ac authored over 9 years ago
Add with-dom macro wrapping the when-dom function

64b0684670c0ca035a2a4683046f6f54785ebd3d authored over 9 years ago
Perf improvements, remove cruft

- Make arg parsing and "splicing" faster

- Remove by-id, val-id, rel, relx, rely, and rel-event

09c88a6fc70310f371380a8cddd7833064185ecc authored over 9 years ago
Add default option to route-cell

083637af13657854bab1ea1af5b91b28fc2e67ed authored over 9 years ago
Use hashchange event instead of polling

fded7eb2298405a9122a7a524ed440e112117492 authored over 9 years ago
Bump jquery to 1.9.1, clean up redundant dependencies

7dd9401047dc73b220988d0143973f852ce8f8cb authored over 9 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

aa733171f700d2909f66f098ad07acb0f8ab6d97 authored over 9 years ago
Amaze

Usage: (<!-- "this is a comment" -->)

f9702834fadd03086ddc1499f4ae4cb21093b91f authored over 9 years ago
6.0.0-alpha1

26049f3de8bbd7c38627a64deee73f85c41662f2 authored over 9 years ago
6.0.0-alpha1

ee4eda8b7e26ac50b3093b435ee8589c4a6c25c0 authored over 9 years ago
Add :ignore-existing option to session and local storage

9219745b425e76351d090804f33581e3ed6786e6 authored almost 10 years ago
Don't suppress posting form when :action or :method is specified

17b5ab6a7bf0fab9bd249c926fe8c8b70d045bb2 authored almost 10 years ago
Fix " No such namespace: clojure.lang.PersistentHashMap" warning

8d8e93aa619c3598d0e7faf75925ef1897d5c1c8 authored almost 10 years ago
Don't support partial js reloading (for now)

0d10685fe252f35d19123f160bab331c4483fb22 authored almost 10 years ago
Working on live reload options...WIP still

ccd697d65553175be5f14a76117e9f69bc5cd659 authored almost 10 years ago
bump deps version

df1ae8f8a5859fd8a51c55e9d32f7ff39423ec07 authored almost 10 years ago
Support expressions in text macro arg, and add sexp macro

- You can now pass expressions that evaluate to strings to the text
macro. It will wrap them i...

c27b70d64df941f4a8a5f0b1eab29cb0c8a51da6 authored almost 10 years ago
add <main> tag

cc602a93b00658d7ecdc9ba1d9f3baac8d1ebdf6 authored almost 10 years ago
More cleanup

9f4d432e2f885d57e6fc029c57146ae7d3e099bc authored almost 10 years ago
More cleaning

f1e2300f8e5733b4f5c82d9ad5b41304c14fb0a7 authored almost 10 years ago
A little cleaning never hurt anyone

88fd62b2dbdbda0678c259649258fe0171be1eda authored almost 10 years ago
update deps

ef624174426bac324057adfaad685b99fc831620 authored almost 10 years ago
Formatting, whitespace

2759986814d2d8efe8d81d5aab7fee9680971079 authored almost 10 years ago
Remove redundant hoplon initialization queue

- The with-init! and add-initfn! macro/function now delegate to the
jQuery .ready() method, wh...

87a7e396e7829e0de3114cd5a6f09ae476a106d8 authored almost 10 years ago
Remove flatten-expr

- This was a workaround for http://dev.clojure.org/jira/browse/CLJS-855,
which has been fixed.

4736c9a7d205324fa552ea944e7d03c1f3353c0f authored almost 10 years ago
Paste in strint to eliminate dependency on core.incubator

7d14a57c020e360554031ce1e479ef1bb618bfac authored almost 10 years ago
Move build tasks & compiler to boot-hoplon, switch from lein to boot

07347cb059b58f2b91bc4560046c7bfd46f147ff authored almost 10 years ago
typo

09f8ce146aaa983f1d39471a3cac550b26d0f583 authored almost 10 years ago
support custom engine for prerender

phantomjs is default, use slimerjs if you like

870297d32ad338cf640387b891437f335941a77b authored almost 10 years ago
fix #55 add prerender task

24c324ea1054b5746b9b4df57c8937a822448da4 authored almost 10 years ago
bootstrap html & js for (page "...") forms

d801e9ac59d80dc32136ac792c9a29b74955eb4c authored almost 10 years ago
fix #53 html2cljs task

48869737f7544a9c7ad066c653d13e2bff3ab652 authored almost 10 years ago
fix #54 add :lib flag to hoplon task

when enabled hl→cljs compilation output is included in final artifact

120dc083c67dc45dab422f19d64f789859652ad9 authored almost 10 years ago
Do not empty tmp dir on recompile

1786360a76feee762dce206716fba90562492d50 authored almost 10 years ago
Use fileset-diff instead of ad-hoc cache

0f1fa5ee1b930cf711b05e735ad492a88504947c authored about 10 years ago
wip port to boot2

fbf652ba85a9d4a4686af3c2c8d8e14f4f332063 authored about 10 years ago
vendor/jquery 2.1.1-0

7c1077f38d93b1450596803fc1441c8c3aef19d7 authored over 10 years ago
vendor/jquery 1.11.1-0

8d32b1cd0bd02efd93b3f5c9d47554cdc66bdd05 authored over 10 years ago
Merge pull request #44 from mischov/master

Github urls are https, not http.

9ba7ad97ab9183cc36b9181d673353642ca76bb2 authored over 10 years ago
Github urls are https, not http.

Fixes a bug with Clojars not including a Github link on the project page.

93596db4f31382c652b1c940aadb92f5ef000878 authored over 10 years ago
5.10.24 -- update castra dep

cccca2fdd0c4708b39465f5a04f08ffa69cfbee2 authored over 10 years ago
rearrange sections in readme

77f190236fd920b6be7fcf901ec9173d19817c67 authored over 10 years ago
move clojars link in readme

d7df4170f9eed31968f1d979001dc610794405e9 authored over 10 years ago
move clojars link in readme

5b540d900489a5b8978dd7ba842dc2fe0c3fa3d0 authored over 10 years ago