Ecosyste.ms: OpenCollective

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

hoplon

Clojure and ClojureScript, everywhere.
Collective - Host: opensource - https://opencollective.com/hoplon - Code: 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...

github.com/hoplon/hoplon - 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

github.com/hoplon/hoplon - 6a439c6764e75111afd28076d236ce9e3b3f847c authored almost 9 years ago
Merge pull request #109 from rwillig/master

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

github.com/hoplon/hoplon - e79970e18000ee718bb45d99213bb5d6f4bd1663 authored almost 9 years ago
fix if= reference in when-tpl to if-tpl

github.com/hoplon/hoplon - df8445a8ae62d70d0a534327091be1314dd9df92 authored almost 9 years ago
Add setTimeout to with-init!, check parent before removing child

Fixes #106

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

github.com/hoplon/hoplon - 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

github.com/hoplon/hoplon - d93a1067519e5b260c862ceba4995e7c59b15279 authored almost 9 years ago
Merge branch 'master' into tpl-macros

github.com/hoplon/hoplon - 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 [...

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

Properly implement insertBefore on Element

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

Update README.md

github.com/hoplon/hoplon - a218775a970b8c4eb9879e432fc644dbeb4de764 authored almost 9 years ago
Properly implement insertBefore on Element

github.com/hoplon/hoplon - 49badbbaf2f94b48ad1cd973ffdef9bd185dc36d authored almost 9 years ago
Update README.md

Adds link to wiki in the documentation section

github.com/hoplon/hoplon - ce69018a3a9053a738b25104516ff0846a406dd3 authored almost 9 years ago
remove redundant docs

github.com/hoplon/hoplon - 0b80ec6605c3c11855f244d2f44959c53b16aa27 authored almost 9 years ago
Add for=, if=, when=, cond=, and case=

Is it good?

github.com/hoplon/hoplon - d5d632aaa9371223ac2c87a81b9ddf51ee7ff078 authored almost 9 years ago
Plain text LICENSE, same contents, just not HTML now

github.com/hoplon/hoplon - dc20e8a8d8c4576730a44cdd6a0e5ef673198c8a authored almost 9 years ago
implements if-tpl and switch-tpl

github.com/hoplon/hoplon - 62fa3b182dd56e8b75e97bde33d3072e09ca5930 authored almost 9 years ago
Merge branch 'thedavidmeister-travis-webdriver-support'

github.com/hoplon/hoplon - 47c90b3c7cac2b48d71ae813a37f1bddcf20e018 authored almost 9 years ago
Add webdriver tests, update boot deps, fixes #85

github.com/hoplon/hoplon - c68019e7ee33581b13fdb10780a337b419258df5 authored almost 9 years ago
on-click -> :click

github.com/hoplon/hoplon - 1a95525db4b4c5ecc0147221ca354ddbc4ae5e0f authored almost 9 years ago
Update README.md

github.com/hoplon/hoplon - 3e5fdf90d95974aec2e08c4a8aca0fc90a1f4ef3 authored almost 9 years ago
Fix typo in alpha12

github.com/hoplon/hoplon - db4e79bca7c48e42e3f0727a36d1a21eb554b5a5 authored almost 9 years ago
Preserve event handlers of loop-tpl pool elements

fixes #78

github.com/hoplon/hoplon - cb32745f8c768ad6899abc7ce032b11d61dd9c20 authored almost 9 years ago
6.0.0-alpha11 -- fix jQuery leak

github.com/hoplon/hoplon - 9ba3aacb159a9a0cfd375ad2f6d303999ae4fee3 authored about 9 years ago
Merge pull request #75 from pbzdyl/issue74

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

github.com/hoplon/hoplon - dd4044bbe13cf94d12bbde854246a8ed2fe5670b authored about 9 years ago
Fixes #74: avoid jQuery related memory leaks when removing child nodes.

github.com/hoplon/hoplon - 40e2837879f48f7eeb1e7fe8a6b136a0e4eef79f authored about 9 years ago
hoplon.svg generates nodes with correct namespace

github.com/hoplon/hoplon - edce6281b02b47d704cdc9f2a84551faf0ee06d0 authored over 9 years ago
6.0.0-alpha10 -- update deps

github.com/hoplon/hoplon - 0c167bc2ea0d219c3d92f8150cf7068b6f12ae03 authored over 9 years ago
6.0.0-alpha9 -- bump versions

github.com/hoplon/hoplon - e8f484ab2fda84e3b65a3f9454e73ffe854a01ef authored over 9 years ago
6.0.0-alpha8 -- bump version

github.com/hoplon/hoplon - 4688c1da37a8417b0cf52b1e506509a80d17ce0a authored over 9 years ago
6.0.0-alpha7 -- move to hoplon org

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

github.com/hoplon/hoplon - 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 ...

github.com/hoplon/hoplon - ae45b613a81b5609cac4c38c246069e8ae75410f authored over 9 years ago
Merge pull request #65 from flyboarder/master

closes tailrecursion/hoplon#62

github.com/hoplon/hoplon - 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 "...

github.com/hoplon/hoplon - 03d6782102588ae9f0a4a5c721a31e8e356bc211 authored over 9 years ago
6.0.0-alpha4

github.com/hoplon/hoplon - 5a7e66d8ac9a00b42bc1b0b46d3930a4243a75da authored over 9 years ago
Cleanup, make things private, update deps, test app

github.com/hoplon/hoplon - 8f49578c1db87b423c7e82639a057f85e4a2a518 authored over 9 years ago
Merge branch 'experimental'

Conflicts:
.gitignore

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

Conflicts:
build.boot

github.com/hoplon/hoplon - 128e9313c13a5353ab5734777813c48a688dec1c authored over 9 years ago
Rename (def)component -> (def)elem+, small refactor

github.com/hoplon/hoplon - 8b4a296d63e6b8abffea73f0d8e86d52acafb8d4 authored over 9 years ago
Add missing anonymous elem form

github.com/hoplon/hoplon - 3cf73933208f14a8aa088b34901a6d017751662a authored over 9 years ago
closes tailrecursion/hoplon#62

github.com/hoplon/hoplon - 56e523a1948ba0a9f1addbee374e87aca711085f authored over 9 years ago
Merge branch 'master' into experimental

github.com/hoplon/hoplon - 2cdf83cc7b10b89e19719abcfa2c403e685593f1 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.

github.com/hoplon/hoplon - 5aa81a648d01ea2a6fecf1e209b44c95dfdfd928 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...

github.com/hoplon/hoplon - 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...

github.com/hoplon/hoplon - 99f8ca6344f7a1e411e1ad5eabdccb74bca00546 authored over 9 years ago
Bump alpha release version

github.com/hoplon/hoplon - a0ce6815f9e1eeb9c85571562f2fbaeba03daeb8 authored over 9 years ago
Loop-tpl now removes/adds to DOM instead of hiding/showing

github.com/hoplon/hoplon - ef41a78219484123144bb82b12b510fbab7168ac authored over 9 years ago
Add with-dom macro wrapping the when-dom function

github.com/hoplon/hoplon - 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

github.com/hoplon/hoplon - 09c88a6fc70310f371380a8cddd7833064185ecc authored over 9 years ago
Add default option to route-cell

github.com/hoplon/hoplon - 083637af13657854bab1ea1af5b91b28fc2e67ed authored over 9 years ago
Use hashchange event instead of polling

github.com/hoplon/hoplon - fded7eb2298405a9122a7a524ed440e112117492 authored over 9 years ago
Bump jquery to 1.9.1, clean up redundant dependencies

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

github.com/hoplon/hoplon - aa733171f700d2909f66f098ad07acb0f8ab6d97 authored over 9 years ago
Amaze

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

github.com/hoplon/hoplon - f9702834fadd03086ddc1499f4ae4cb21093b91f authored over 9 years ago
6.0.0-alpha1

github.com/hoplon/hoplon - 26049f3de8bbd7c38627a64deee73f85c41662f2 authored over 9 years ago
6.0.0-alpha1

github.com/hoplon/hoplon - ee4eda8b7e26ac50b3093b435ee8589c4a6c25c0 authored over 9 years ago
Add :ignore-existing option to session and local storage

github.com/hoplon/hoplon - 9219745b425e76351d090804f33581e3ed6786e6 authored almost 10 years ago
Don't suppress posting form when :action or :method is specified

github.com/hoplon/hoplon - 17b5ab6a7bf0fab9bd249c926fe8c8b70d045bb2 authored almost 10 years ago
Fix " No such namespace: clojure.lang.PersistentHashMap" warning

github.com/hoplon/hoplon - 8d8e93aa619c3598d0e7faf75925ef1897d5c1c8 authored almost 10 years ago
Don't support partial js reloading (for now)

github.com/hoplon/hoplon - 0d10685fe252f35d19123f160bab331c4483fb22 authored almost 10 years ago
Working on live reload options...WIP still

github.com/hoplon/hoplon - ccd697d65553175be5f14a76117e9f69bc5cd659 authored almost 10 years ago
bump deps version

github.com/hoplon/hoplon - 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...

github.com/hoplon/hoplon - c27b70d64df941f4a8a5f0b1eab29cb0c8a51da6 authored almost 10 years ago
add <main> tag

github.com/hoplon/hoplon - cc602a93b00658d7ecdc9ba1d9f3baac8d1ebdf6 authored almost 10 years ago
More cleanup

github.com/hoplon/hoplon - 9f4d432e2f885d57e6fc029c57146ae7d3e099bc authored almost 10 years ago
More cleaning

github.com/hoplon/hoplon - f1e2300f8e5733b4f5c82d9ad5b41304c14fb0a7 authored almost 10 years ago
A little cleaning never hurt anyone

github.com/hoplon/hoplon - 88fd62b2dbdbda0678c259649258fe0171be1eda authored almost 10 years ago
update deps

github.com/hoplon/hoplon - ef624174426bac324057adfaad685b99fc831620 authored almost 10 years ago
Formatting, whitespace

github.com/hoplon/hoplon - 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...

github.com/hoplon/hoplon - 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.

github.com/hoplon/hoplon - 4736c9a7d205324fa552ea944e7d03c1f3353c0f authored almost 10 years ago
Paste in strint to eliminate dependency on core.incubator

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

github.com/hoplon/hoplon - 07347cb059b58f2b91bc4560046c7bfd46f147ff authored almost 10 years ago
support custom engine for prerender

phantomjs is default, use slimerjs if you like

github.com/hoplon/hoplon - 870297d32ad338cf640387b891437f335941a77b authored almost 10 years ago
fix #55 add prerender task

github.com/hoplon/hoplon - 24c324ea1054b5746b9b4df57c8937a822448da4 authored almost 10 years ago
bootstrap html & js for (page "...") forms

github.com/hoplon/hoplon - d801e9ac59d80dc32136ac792c9a29b74955eb4c authored almost 10 years ago
fix #53 html2cljs task

github.com/hoplon/hoplon - 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

github.com/hoplon/hoplon - 120dc083c67dc45dab422f19d64f789859652ad9 authored almost 10 years ago
Do not empty tmp dir on recompile

github.com/hoplon/hoplon - 1786360a76feee762dce206716fba90562492d50 authored almost 10 years ago
Use fileset-diff instead of ad-hoc cache

github.com/hoplon/hoplon - 0f1fa5ee1b930cf711b05e735ad492a88504947c authored almost 10 years ago
wip port to boot2

github.com/hoplon/hoplon - fbf652ba85a9d4a4686af3c2c8d8e14f4f332063 authored almost 10 years ago
vendor/jquery 2.1.1-0

github.com/hoplon/hoplon - 7c1077f38d93b1450596803fc1441c8c3aef19d7 authored over 10 years ago
vendor/jquery 1.11.1-0

github.com/hoplon/hoplon - 8d32b1cd0bd02efd93b3f5c9d47554cdc66bdd05 authored over 10 years ago
Merge pull request #44 from mischov/master

Github urls are https, not http.

github.com/hoplon/hoplon - 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.

github.com/hoplon/hoplon - 93596db4f31382c652b1c940aadb92f5ef000878 authored over 10 years ago
5.10.24 -- update castra dep

github.com/hoplon/hoplon - cccca2fdd0c4708b39465f5a04f08ffa69cfbee2 authored over 10 years ago
rearrange sections in readme

github.com/hoplon/hoplon - 77f190236fd920b6be7fcf901ec9173d19817c67 authored over 10 years ago
move clojars link in readme

github.com/hoplon/hoplon - d7df4170f9eed31968f1d979001dc610794405e9 authored over 10 years ago
move clojars link in readme

github.com/hoplon/hoplon - 5b540d900489a5b8978dd7ba842dc2fe0c3fa3d0 authored over 10 years ago