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

move clojars link in readme

github.com/hoplon/hoplon - a4e379d2c0d2ab982cb9260287e3a4650e52bff4 authored over 10 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

github.com/hoplon/hoplon - 06bad1ccf15f894291be081b5f31b573866ec29c authored over 10 years ago
5.10.23 -- update javelin dependency

github.com/hoplon/hoplon - 530ec4b1115bee824e4024c968001d07bf4255c2 authored over 10 years ago
Contrib boostrap now uses vendor bootstrap

github.com/hoplon/hoplon - 120c4afe44365b64a7e66cf0e25d4f12fbf7e151 authored over 10 years ago
Add readme to bootstrap theme folder

github.com/hoplon/hoplon - 39cada42d8452e842655e2ed4aebe1d59fc22116 authored over 10 years ago
Add default bootstrap theme to vendor

github.com/hoplon/hoplon - b769ee24a0f831e7a1a2e562c80915e36b2719d1 authored over 10 years ago
Add twitter.bootstrap vendor

github.com/hoplon/hoplon - eb125f1faae92c6d4c30a956faa26a5575ca0354 authored over 10 years ago
Fix Clojars link on vendor/jquery-ui

github.com/hoplon/hoplon - 1ec2c45c0b9eb1caecadffeb56cee043c1e4ac3c authored over 10 years ago
Add Redmond theme for jquery-ui

github.com/hoplon/hoplon - daeb0b48efd14ff6ef3f4109f3e53fbf5df53dcd authored over 10 years ago
5.10.22 -- update javelin dependency

github.com/hoplon/hoplon - 75f53caf5e20a61cfea6041208ac3450f61155b1 authored over 10 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

github.com/hoplon/hoplon - 9e34263986c8f993c91f0edf90340d6f81f0e74a authored over 10 years ago
5.10.21 -- Fix issues with init fns firing order

- After the page has been initialized and the first batch of init fns
have been run, calls to ...

github.com/hoplon/hoplon - f02f6f29764a517d93b6917f6ff4ba1f5c133fdb authored over 10 years ago
doc update and marg render fix

github.com/hoplon/hoplon - 360225e1ef15dd1875f3587e1c7305f33b7d2f7c authored over 10 years ago
5.10.20 -- Fix issue with jar resources

- When importing assets from _hoplon dir in jar dependency exceptions
were being thrown trying...

github.com/hoplon/hoplon - a64be37ff54c1a0b277935e85ae2b577ccd65607 authored over 10 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

github.com/hoplon/hoplon - 6be5dd27e47abbb959a0494fe8236afc949b0b01 authored over 10 years ago
5.10.19 -- Update javelin dependency

github.com/hoplon/hoplon - 35e625997ee733a4ce04f4b86cac28066167181b authored over 10 years ago
Update README.md

github.com/hoplon/hoplon - d302a9637c232be5c4b8029cb2ef96be7da7069a authored over 10 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

github.com/hoplon/hoplon - e52c4967a84acc18d789916e2a909dc885e30df0 authored over 10 years ago
5.10.18 -- Update javelin dependency

github.com/hoplon/hoplon - 61e085eb846df6319ff0d5f755924ed0dca0983a authored over 10 years ago
Add jquery-ui to vendor

github.com/hoplon/hoplon - f5e4b44f54968142d65d0ab1319fe2a4f25cc299 authored over 10 years ago
5.10.17 -- Update castra dependency

github.com/hoplon/hoplon - 1e69cd793d31e7a8d4b89119dd3b8662c0c62dec authored over 10 years ago
5.10.16 -- Update castra dependency

github.com/hoplon/hoplon - 14e0753da6c29a06869a3f32c90ed673b7ed7b10 authored over 10 years ago
5.10.15 -- Update castra dep

github.com/hoplon/hoplon - e17f0327c3587ba1177b694b629fd0ae41019def authored over 10 years ago
extended IDeref to jQuery.Event - deref means (.val (js/jQuery (.-target evt)))

- example: (input :on-input (fn [e] (reset! some-cell @e)))

github.com/hoplon/hoplon - b478470f9560223f1ce4ef9a2de0986c3337eaf8 authored over 10 years ago
bump castra to 2.1.1, resolves CORS issue with castra dev handler

github.com/hoplon/hoplon - 905a6d3dddad70b8453b8ca99ace092119d614f2 authored over 10 years ago
update reload to work with new hoplon .js file name

github.com/hoplon/hoplon - c024cbc2476a1b367dde847951a33480fa508a51 authored over 10 years ago
remove pom xml

github.com/hoplon/hoplon - 2af0f55b27ee4f6db31f879c3b09ba506828c31d authored over 10 years ago
cache busting

github.com/hoplon/hoplon - 8fff30effc6f571998bc7c981c61879415b931a5 authored over 10 years ago
Fix issue with :advanced optimizations (cljs bug?)

github.com/hoplon/hoplon - 270dd744bbdf5164996b4812a9d9747aa81c4d50 authored over 10 years ago
Fix issue with visibility polling in google maps component

github.com/hoplon/hoplon - 6d5c1468feccbfbe0f2eeec119ebb3b073fecc5c authored over 10 years ago
Rearrange ns kw attrs in google maps component

github.com/hoplon/hoplon - 242de86c8e44b472cde05ba68d40b05120934a76 authored over 10 years ago
Add hammerjs vendor lib

github.com/hoplon/hoplon - 7bc26c1b2ade5a5b84ed857f4d1fb94fe53eafd1 authored over 10 years ago
Merge pull request #35 from rwillig/master

version 0.2.0 google.jsapi

github.com/hoplon/hoplon - 0ea18003e1ce3925bc5e86ffebb759d358a7285b authored over 10 years ago
merge paths

github.com/hoplon/hoplon - 71ad054a55242bad6eab7889cb567a1ad4ff4ed1 authored over 10 years ago
5.10.11 -- Add namespace accidentally omitted from 5.10.10

github.com/hoplon/hoplon - 5597cf5050710dd23577bff3eba6c669be766924 authored over 10 years ago
5.10.10 -- keyword ns-aliases and html2cljs bugfixes

- Fix #16 (boot html2cljs task throws NPE)
- Fix #34 (support hlisp attribute keywords of ::foo/...

github.com/hoplon/hoplon - 1cc04d9948d1834a5ecf92fbfd615e4b60c158af authored over 10 years ago
5.10.9 -- Change name of js/css, fix <html> attrs, add cljs dep

Fixes #37 (don't use main.js and main.css for default names)
Fixes #40 (attributes on <html> ele...

github.com/hoplon/hoplon - c5438b5fbe582f310b75b70078f326d3338e405f authored over 10 years ago
rm spears image

github.com/hoplon/hoplon - 08ff7a8f42d1faffe7cb591e8d9e1a1ec799fd66 authored over 10 years ago
svg img in docs

github.com/hoplon/hoplon - e43c32f1e677c399fea001b4f607e8271ee20a12 authored over 10 years ago
svg img in docs

github.com/hoplon/hoplon - 4b3632935785af2fee91a446f0ab891dbafc3492 authored over 10 years ago
Better fix for clearing on entry

github.com/hoplon/hoplon - d8f393ef6dace4c4656462ece006f2a7b5e43a03 authored over 10 years ago
Fix #39 (selectize clear its value on click)

github.com/hoplon/hoplon - 16e85cfd39b13bf702510464c4da3be9dd725613 authored over 10 years ago
Fix #38 (use protocol-relative URI in API loader)

github.com/hoplon/hoplon - ac766acd84161227702a57f5fa4d48028a061a90 authored over 10 years ago
5.10.8 -- Update Castra dep.

github.com/hoplon/hoplon - ddc3e99c699e4d1f30bf344c19fc51ea09ea77f0 authored over 10 years ago
Merge branch 'master' of github.com:tailrecursion/hoplon

github.com/hoplon/hoplon - 3273fef310e141ac0f6b9c5c0314522d6923b073 authored over 10 years ago
layers multimethod and namespacing of attributes

github.com/hoplon/hoplon - 41b626745c0326a67879f3340b4a82369b6fd827 authored over 10 years ago
Merge pull request #32 from waffle-iron/master

waffle.io Badge

github.com/hoplon/hoplon - e98b56459e20d4ec1cc83b15ac699abb8db5c0de authored over 10 years ago
add waffle.io badge

github.com/hoplon/hoplon - 81d8095e134db2b999953062956ba1f38e0372e3 authored over 10 years ago
Merge pull request #30 from rwillig/master

google jsapi contrib

github.com/hoplon/hoplon - de290760a444c670ec38b6f9b2920836ff91e09c authored over 10 years ago
remove target artifacts

github.com/hoplon/hoplon - 14448d26652ab865f0af4678ac00d2a79a8a1323 authored over 10 years ago
update readmes

github.com/hoplon/hoplon - b15b5d2bcc865bc3e0848c8c6050e1d69bfb83cf authored over 10 years ago
google.jsapi contrib and vendor libraries

github.com/hoplon/hoplon - d562cd2f78288bbb6e98e70d33369a0ba7b64f87 authored over 10 years ago
google.jsapi contrib and vendor libs

github.com/hoplon/hoplon - a13dfa5abad5bfc096961269b039346ca9bbff27 authored over 10 years ago
5.10.7 -- update castra dep

github.com/hoplon/hoplon - ccbdb9fc8e21fcd775842268e0f910f28f6ac904 authored over 10 years ago
update docs

github.com/hoplon/hoplon - f4f033578ab33309d944551002ad88a9414894c6 authored over 10 years ago
Add jquery selectize to contrib

github.com/hoplon/hoplon - 2eed93b1a4e8f60f663b3e0cb0a9f531e16a700b authored over 10 years ago
add selectize vendor project

github.com/hoplon/hoplon - b9ef4b7966032920085a6ee2443b3de2628d334d authored over 10 years ago
0.1.2 -- Add ::open do! method; only one datepicker open at a time

github.com/hoplon/hoplon - 1882bfcf36d81b0c9dde4bb3f90fc2c8a5024d1a authored over 10 years ago
Add facility to set datepicker date by modifying state cell

github.com/hoplon/hoplon - fd687e54e15ceccb4a47402728bb909fb6b8ae00 authored over 10 years ago
Merge branch 'master' of gh:tailrecursion/hoplon

github.com/hoplon/hoplon - b85179cbf2919dc7d8c4805bf78a3e8e791485b8 authored over 10 years ago
5.10.6 -- Update Javelin dependency

github.com/hoplon/hoplon - 6873209ab2b31380822646b5ceee7f983485171e authored over 10 years ago
README typo fix

github.com/hoplon/hoplon - 79aec572f7df18c4d2e1e61e73b18c65a71ec77a authored over 10 years ago
5.10.5 -- Fix issue with @imports in .inc.css files

- The CSS include files (i.e. the *.inc.css files in the project or in
dependency Jar files) a...

github.com/hoplon/hoplon - fdd082e099fe5e67352c4ed495572bcff04eb5c1 authored over 10 years ago
5.10.4 -- Update Castra dependency

github.com/hoplon/hoplon - d21b7348f92ab22f9bdb5d092fc58111bd7939a5 authored over 10 years ago
5.10.3 -- Fix main.css relative links in html pages

- The <link> tag was loading href="main.css", which gets a 404 when the
page is in a subdirect...

github.com/hoplon/hoplon - c2e8ca34d58abeec7e51832460ed7f1c8d14c317 authored over 10 years ago
5.10.2 -- Bugfix

- "Unsplice" children when parsing arguments e.g. for defelem.

github.com/hoplon/hoplon - 30022224bf5032ea904a24a1a9116ac8e070fed3 authored over 10 years ago
5.10.1 -- Fix various bugs

- Fix issue where incremental builds were failing with "stream closed"
exceptions, caused by i...

github.com/hoplon/hoplon - 1c1bcd8b88f686c1e16b95abb517fea7748d3deb authored over 10 years ago
5.10.0 -- Add .inc.css support and _hoplon jar resources

- Hoplon has supported the convention of using the `.inc.js` file
extension to indicate to the...

github.com/hoplon/hoplon - 55bbc15edb66052fe54ef29bc04d17ebe86dc1d2 authored over 10 years ago
5.9.0 -- Update Javelin dependency

github.com/hoplon/hoplon - d9970a1b17712a0ebec9fdcfc2f078f63c9a93a8 authored over 10 years ago
5.8.3 -- Fix #28, specify output js path via option

- The Hoplon boot task now accepts the `:output-path` key in the option
map. This key allows t...

github.com/hoplon/hoplon - e427d32eeba73d88283bd39d64893d8c4236d5a2 authored over 10 years ago
5.8.2 -- Fix issues with route-cell

- Route-cell didn't need to be a macro, and is now a function, as it
should have been. The rou...

github.com/hoplon/hoplon - a6edad0667fc60c2d5fdd80affe9d733b6bbfdcc authored over 10 years ago
5.8.1 -- Fix issue with replace-children! calls

- An argument was missing (typo). Fixed now.

github.com/hoplon/hoplon - 3a13f0bec9bcec579db1fa801ad056e4ee2d8b31 authored over 10 years ago
5.8.0 -- Fix #26, fix #27, add route-cell macro, update deps

- Old `route-cell` function in the `tailrecursion.hoplon.util` namespace
is superceded by the ...

github.com/hoplon/hoplon - b7669fbfbbbdb40768932126dd2a2ace4c180a71 authored over 10 years ago
5.7.2 - Update dependencies

github.com/hoplon/hoplon - e1eb50b4554d115dd8aaed2483e5bbe6c6f15c5e authored almost 11 years ago
Fix #25

- Only ensure that DOM elements are in the DOM before adding event
handlers. Event handlers ad...

github.com/hoplon/hoplon - db9fda11f2a168faa523b79dc754ccc03cddbbb5 authored almost 11 years ago
camocache

github.com/hoplon/hoplon - 140288fcbf2da5041cdd37a4f74923cbfca01cb1 authored almost 11 years ago
5.7.0 Release: attribute namespace, docstring, trailing =

- Fix typo in the :focus do! multimethod dispatch.

- Fix #19: A common typo when writing HLisp ...

github.com/hoplon/hoplon - 1df2c2e822f3fa015c9f2c78287c6b176e6386be authored almost 11 years ago
camocache

github.com/hoplon/hoplon - 302fcda777a6cddc7416e70bc513789d5e6a74b3 authored almost 11 years ago
Remove snapshot deps

github.com/hoplon/hoplon - 12ea8c5d384f8945ca044ba46d8b08626768a48a authored almost 11 years ago
5.6.0: main.js loading; cell children; :class and :html do! dispatch

- The `main.js` compiled JavaScript file is now loaded from a <script>
tag in the <head> of th...

github.com/hoplon/hoplon - e0c47333a7e63748b3bfa9f265d38291bb441d0c authored almost 11 years ago
Update boot deps

github.com/hoplon/hoplon - fc6b1eb48cb18e99461764b173f45ae14fc86ed0 authored almost 11 years ago
bustcache

github.com/hoplon/hoplon - f428ea5632d9d40f73629c523ea57d39a60102de authored almost 11 years ago
5.5.1 release

- Remove naive attempt to suppress form submissions with something more
robust.

github.com/hoplon/hoplon - 1d4c968027c3c95766feab21e71a486a3dffb896 authored almost 11 years ago
5.5.0 release

Extended SVG support

- added all SVG 1.1 elements to tailrecursion.hoplon.svg
- patched our bun...

github.com/hoplon/hoplon - adfeac38b65ba0ed846742ff30909f9bab2e53d9 authored almost 11 years ago
add link to API docs

github.com/hoplon/hoplon - 6491585fd3099a1ae2b2dc26f1d9a01bf1d6e205 authored almost 11 years ago
camocache

github.com/hoplon/hoplon - 65882ae15fbb1e518d791cc2764eeff1dc1146b7 authored almost 11 years ago
5.4.1 release

* Fix issue with the `on! :submit` multimethod dispatch, where forms
were being submitted and ...

github.com/hoplon/hoplon - 1254706893a540606cca30490b12be30a1cba414 authored almost 11 years ago
bust camo cache

github.com/hoplon/hoplon - cda65337f72fc5da8f3f9ada52144d7509c8f103 authored almost 11 years ago