Ecosyste.ms: OpenCollective

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

Ghost

Fiercely independent, professional publishing
Collective - Host: opensource - https://opencollective.com/ghost - Website: https://ghost.org - Code: https://github.com/tryghost

Improvements for models

#closes #1655
- removed models as parameter for bookshelf-session
- changed to read permittedAtt...

github.com/TryGhost/Admin - f9f8960d2837b8b5689a63e200614a02adc563c8 authored almost 11 years ago
Fix input:focus border issues from #2088

github.com/TryGhost/Admin - 1f7dfc358416ac0797d7dc3d53c0b0a5f6f16016 authored almost 11 years ago
Remove setImmediate

github.com/TryGhost/node-sqlite3 - 59798f11fe80c8152bff517e1a58c2807efe5f93 authored almost 11 years ago
Merge pull request #3 from jeromew/patch-1

Update macros.h

github.com/TryGhost/node-sqlite3 - d01e4f684ff6670d645ed68d8164074f40ffb652 authored almost 11 years ago
Update macros.h

github.com/TryGhost/node-sqlite3 - 910c66ad75f5b8dcb50477c5e6fdd59cb87dfe9a authored almost 11 years ago
Added package.js support for themes (and plugins)

Closes #2081
* Amended require-tree to populate availableThemes and availablePlugins to use full...

github.com/TryGhost/Admin - f0b1340b356d178026e7ddfcf125efdc7a4762e4 authored almost 11 years ago
Merge pull request #252 from Mithgol/support-node-webkit

Build node-sqlite3 for node-webkit on Travis CI

github.com/TryGhost/node-sqlite3 - c4dff8b95c599508381b9c09678789cb219ea051 authored almost 11 years ago
remove `sleep 3`

The following `npm install` takes more than 3 seconds anyway; `xvfb` would already start before ...

github.com/TryGhost/node-sqlite3 - e367dac20dbc40a22d7e8eb339ef1a4dfec14071 authored almost 11 years ago
do not install `libpangocairo:i386` and `libpango:i386`

Two packages not found → removing.

github.com/TryGhost/node-sqlite3 - 9c555c35298302505053aec29f2bf8a86a2ce6ef authored almost 11 years ago
also install `libudev0:i386`

Found in “Search the contents of packages” at http://packages.ubuntu.com/ using “lucid” distribu...

github.com/TryGhost/node-sqlite3 - 469d879cb6760f726147c7dc4295e10a87f87d7e authored almost 11 years ago
install 32 bit stuff necessary for node-webkit 32 bit

Used “Search the contents of packages” at http://packages.ubuntu.com/

github.com/TryGhost/node-sqlite3 - 354766a56331ea422c536acf7959096d8ffc0bfe authored almost 11 years ago
install ia32-libs

As seen in http://www.maketecheasier.com/run-32-bit-apps-in-64-bit-linux/

github.com/TryGhost/node-sqlite3 - 0713dced3484cf2e62266e2574390af1f9cc6bad authored almost 11 years ago
install libx11-6:i386

Follow the following suggestion:

http://askubuntu.com/questions/363878/how-to-install-32-bit-...

github.com/TryGhost/node-sqlite3 - 6dbb9d962cebee2ca83ac2b0c9f4cb94b1156521 authored almost 11 years ago
on Linux 64 bit: also `ldd nw`

github.com/TryGhost/node-sqlite3 - 8b83d45ac3abe127e9cf8cd2e1c51782583cb192 authored almost 11 years ago
use the primary node-pre-gyp's repository

github.com/TryGhost/node-sqlite3 - 54f460b3431d1f7948e7693be7244702e22d350d authored almost 11 years ago
attempt ldd

This commit also erases `sudo apt-get update --fix-missing` introduced in one of the previous co...

github.com/TryGhost/node-sqlite3 - e370b9c60f4f9a05fd900bdd0df78e6f32ca9588 authored almost 11 years ago
save and restore PATH

github.com/TryGhost/node-sqlite3 - fcdc43a16b1c936f7c24609a7a08b432bcbfe7ca authored almost 11 years ago
sudo apt-get update --fix-missing

More magic.

github.com/TryGhost/node-sqlite3 - 05d7f8cbaaa7b639617494b04bfe66dc0f5793a4 authored almost 11 years ago
try installing libx11-dev

github.com/TryGhost/node-sqlite3 - ccf56f4e26a20f9d12c3002926add10a6839061d authored almost 11 years ago
also install libx11-6

github.com/TryGhost/node-sqlite3 - 65be174c1f5e29ee9751511df882ff4e5f0130c0 authored almost 11 years ago
on Linux 32 bit: download, unpack, use and erase node-webkit

github.com/TryGhost/node-sqlite3 - 65280f0449d2b799560ca752488777fad7dbee07 authored almost 11 years ago
for testing node-webkit, launch a virtual display

xvfb recipe:
http://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-...

github.com/TryGhost/node-sqlite3 - 6fc91661a70f460d9fbbc5986e12a9aba224820c authored almost 11 years ago
on Linux 64 bit: download, unpack, use and erase node-webkit

github.com/TryGhost/node-sqlite3 - a86e300756e8d3e29e79e3ae9a725f93a019988b authored almost 11 years ago
update node-pre-gyp's source branch

Commit Mithgol/node-pre-gyp@eaea6e159c9a052609cf93f0438cae17900f583b is now included in the node...

github.com/TryGhost/node-sqlite3 - 6655d7c8819ca4ce54ea5af25d8f2f7fc40bda80 authored almost 11 years ago
try node-webkit's filename fix

A pull request (springmeyer/node-pre-gyp#36) is opened to land a partial fix for node-pre-gyp's ...

github.com/TryGhost/node-sqlite3 - 738aaf6bc50915ed8d3c57bf983edab766e37d87 authored almost 11 years ago
use `https` (instead of `http`) in the value of `remote_uri`

Otherwise the following check fails:

https://github.com/springmeyer/node-pre-gyp/blob/3d4632a...

github.com/TryGhost/node-sqlite3 - b580a1d4eefcc2c96db1abeb67dbea360c8a3445 authored almost 11 years ago
use the tarball version of node-pre-gyp v0.4.2

Working around a temporal inavailability of node-pre-gyp v0.4.2.

See springmeyer/node-pre-gyp...

github.com/TryGhost/node-sqlite3 - 7dc529b5f95a6660466341df25750fb0cac58c44 authored almost 11 years ago
oops, the previous commit requires node-pre-gyp v0.4.2 or newer

github.com/TryGhost/node-sqlite3 - ff08389d5c4c9036b8da881f266390b0ea7c3bb1 authored almost 11 years ago
added `--runtime=node-webkit --overwrite` twice

Try a feature originally introduced in node-pre-gyp v0.4.2 commit springmeyer/node-pre-gyp@37002...

github.com/TryGhost/node-sqlite3 - e3324ce595caf5b3074d412091f3f1d3c9ce64f8 authored almost 11 years ago
Bump version to 0.0.2

github.com/TryGhost/Ghost-App - c825b400c3c65def04cc7f4b98a2a52d918cdc14 authored almost 11 years ago
Merge pull request #13 from halfdan/deregister

Rename unregisterFilter to deregisterFilter

github.com/TryGhost/Ghost-App - 2652123ea663813804761da66e6cdc24af7e5913 authored almost 11 years ago
Rename unregisterFilter to deregisterFilter

fixes #12
- Rename unregister to deregister
- Adjust tests

github.com/TryGhost/Ghost-App - 127851cb8661ebce629b943e3501418172035b8f authored almost 11 years ago
Switching from underscore to lodash

closes #11

github.com/TryGhost/Ghost-App - ea1d748ca26d0f361274991fafa08f8de87f0e50 authored almost 11 years ago
Adding Travis badge to README.md

github.com/TryGhost/Ghost-App - 4e2317e602ebc868b56f34acce8d785891a5aad1 authored almost 11 years ago
Ensure filters ALWAYS get default priority

- fixing up my previous half-assed change + tests
- BAD HANNAH

github.com/TryGhost/Ghost-App - 86619cb087774a3e7cae39b13527191e62fdf5a4 authored almost 11 years ago
Ensure filters get default priority

- quick fix for filters where priority is not defined to ensure that
Ghost assigns the default p...

github.com/TryGhost/Ghost-App - 0db64289bb0f9bbb5fafbfb0dc56182605dc54e2 authored almost 11 years ago
Merge pull request #8 from jgable/addFilters

Add filters to App base class

github.com/TryGhost/Ghost-App - 2fb2e6d325529e88acff25d558d2a8a4b1284937 authored almost 11 years ago
Merge pull request #38 from petems/patch-2

Enable gzip on `application/javascript` also

github.com/TryGhost/Ghost-Vagrant - 338791274fad192035bf26c22ef989f7757a296d authored almost 11 years ago
Add filters to App base class

Closes #6

- Change extend helper to wrap life cycle events
- Add filter registration to App bas...

github.com/TryGhost/Ghost-App - 27cb5daac02a099801ee2f884319bf67e471a566 authored almost 11 years ago
Enable gzip on `application/javascript` also

github.com/TryGhost/Ghost-Vagrant - 74344e6a0d63e4d89caa845532bd555908c6c267 authored almost 11 years ago
Merge pull request #37 from petems/patch-1

Remove text/html from nginx gzip config

github.com/TryGhost/Ghost-Vagrant - 017ee4fef93e79b1f8e015aa8bd74114a96981ed authored almost 11 years ago
Merge pull request #34 from tybenz/init-scripts

Updated README to reflect autostart behavior

github.com/TryGhost/Ghost-Vagrant - c5bb7f9d5951e6824c538e671af4ba4ea84f25d1 authored almost 11 years ago
Remove text/html from nginx gzip config

Stops the `[warn] duplicate MIME type "text/html"` error

"text/html" is always compressed, so...

github.com/TryGhost/Ghost-Vagrant - b5013b8d7444f79cb21876d7260366de8cd38dd5 authored almost 11 years ago
Merge pull request #2147 from gmurphey/master

Tweaking slug logic in post settings.

github.com/TryGhost/Admin - 26c6726a2d3deb3805584b2e5d879316f7c73307 authored almost 11 years ago
fix blocks with async helpers

github.com/TryGhost/express-hbs - b8adbc380a4f02f8c459d15507777eb88364486d authored almost 11 years ago
Merge pull request #2097 from zacgeis/publishbutton-fix

Disable publish button until deffered is resolved

github.com/TryGhost/Admin - 85f54f0901d81f2fd90fdcf68c6debadbf454bfa authored almost 11 years ago
Tweaking slug logic in post settings.

Closes #2136.
- sets slug to placeholder text if slug is blank

github.com/TryGhost/Admin - 619c5ad8581b0dcb8924583beb3a474cdf3355f2 authored almost 11 years ago
node-pre-gyp package testpackage (if NODE_WEBKIT is not empty)

This commit does also prepend `on Linux 64 bit:` to some comments (making it easier to understan...

github.com/TryGhost/node-sqlite3 - 5992e972956291f6750558779e0c06afda61fc2d authored almost 11 years ago
do not uninstall nw-gyp on 64 bit Linux

It seems (in installation logs) that nw-gyp does not contain any binary (i.e. compiled) addons.
...

github.com/TryGhost/node-sqlite3 - 4f6db191ecd48fb0799a45053321ed9e06ad6585 authored almost 11 years ago
attempt a build for node-webkit 0.8.4 (instead of 0.8.3)

Release notes https://groups.google.com/d/msg/node-webkit/bPjur7aFaQc/4TP6o3SM-8sJ say that 0.8....

github.com/TryGhost/node-sqlite3 - c894e47639b3e569830a8874a9f90e747dc039df authored almost 11 years ago
build for node-webkit 64bit on Linux (uninstall nw-gyp later)

github.com/TryGhost/node-sqlite3 - 20ed66628f4f7b0c0700b464d068a8aae9e68458 authored almost 11 years ago
Travis CI: rebuild for the node-webkit (version `$NODE_WEBKIT`)

github.com/TryGhost/node-sqlite3 - 6903cde54455cc972fa127d3835b40d61583c6e9 authored almost 11 years ago
install nw-gyp in 32 bit environment if NODE_WEBKIT is not empty

Note: `make clean` happens after `npm install nw-gyp -g` because we intend to use `nw-gyp` later...

github.com/TryGhost/node-sqlite3 - 31a11de41194619abaa080d850af350332166d0f authored almost 11 years ago
Travis CI: non-empty NODE_WEBKIT="0.8.3" is set for Node v0.10

There's currently no API to determine the most recent version of node-webkit over the Web.

github.com/TryGhost/node-sqlite3 - a9555b4e2d1514f8ffa19ba9ec658b768724b83b authored almost 11 years ago
Change timestamps to be anchors

- allows easier creation of links to direct lines of the logs

github.com/TryGhost/Slimer-hubot - 656b182ff8bee4a0d822117ab15be057cef2a5e1 authored almost 11 years ago
Tag needs escaping. Wrongly call showSuggestions.

close #2087, fix #2089
- escape tag.
- do not call showSuggestions when key is UP/DOWN. or the s...

github.com/TryGhost/Admin - 8a4c44772f214e6020f06b2f2e4829f70f6dc51b authored almost 11 years ago
Remove specific resolution optimisation

github.com/TryGhost/Casper - 48bf106f25e04357fd50035de5d9ac37a6b36b64 authored about 11 years ago
Corrected link

github.com/TryGhost/Casper - 55784b43483a4e657857a7d105f423ca58213d98 authored about 11 years ago
Disable publish button until deffered is resolved

closes #2040
- save post disables the publish button
- publish button remains disabled until def...

github.com/TryGhost/Admin - 75430386157d35eedf645c391892417a7db450b1 authored about 11 years ago
Override border on login input:focus

Fixes #2088

github.com/TryGhost/Admin - da597676e1f6bae2f3c20faaf2a7e16e56d67d67 authored about 11 years ago
Better responsive images

Closes #76

github.com/TryGhost/Casper - 0efa582d77961e2a8c0c6be5b0aff23f5144b77a authored about 11 years ago
Spit & Polish

github.com/TryGhost/Admin - 5d7e69d6607953de6b13668170acd85042e9ac24 authored about 11 years ago
Merge branch '0.4-maintenance'

github.com/TryGhost/Admin - 325a446b7ed1ef8a858d325f82535a7a53079462 authored about 11 years ago
Post settings published_at date improvements & fixes

closes #1866, fixes #2067, fixes #2068

- Upgrade client side moment to 2.4.0 to match the serve...

github.com/TryGhost/Admin - 46e7ce5af1c357c62f6d80c0ce54d5845264f435 authored about 11 years ago
Merge branch '0.4-maintenance'

github.com/TryGhost/Admin - eee6849a1f5430cf9f0b2054317ddd136498eea5 authored about 11 years ago
Hide extra space taken up by update notification

See #1995

github.com/TryGhost/Admin - 535c8875d07b69bf0269ce6770d3ad03f38f20be authored about 11 years ago
Merge pull request #2020 from redwallhp/master

Minor code cleanup of editor keyboard shortcut actions.

github.com/TryGhost/Admin - 63694050a80ba2626de69b5891834b5fcc39e4d4 authored about 11 years ago
Merge pull request #1972 from jgillich/character-limit

Show character limit below blog description textarea

github.com/TryGhost/Admin - 4d85590617e322471d690269dfad7cbea4d0f3eb authored about 11 years ago
Move styling from some elements from IDs to classes

Closes #1605

* Move styling for `#signup`, `#forgotten`, `#reset`, `#login`, `#usermenu` and `#...

github.com/TryGhost/Admin - 4673281e3d1a204ce63b466f3ffc91dabee033b7 authored about 11 years ago
Refactor click handlers on upload button.

closes #2028
- Instead of binding and unbinding the click event, bind the data to the
outer sc...

github.com/TryGhost/Admin - 28da743b9214345d7d25afadaafc276bc820d83b authored about 11 years ago
Merge pull request #2049 from javorszky/iss-1841

Guard against multiple signup events

github.com/TryGhost/Admin - 3415c7bf664f7043688918e2e8c7ce881644fb7f authored about 11 years ago
Add support for author.url and author.location output

Closes #72

github.com/TryGhost/Casper - 75460181364ad2ac569e6d19d97f81483ef5874b authored about 11 years ago
Post settings don't render on change

fixes #1908

- each individual update function handles rendering its own item on success or fail...

github.com/TryGhost/Admin - 7fd88984024d9848a83835533b79debee3361ddb authored about 11 years ago
Guard against multiple signup events

Fixes #1841
* Added initial flag "no" for submission into Signup View
* Flag set to "yes" if sub...

github.com/TryGhost/Admin - c6d3c8b097989b9cad02c314e3bc7ce33c5a8639 authored about 11 years ago
Merge branch '0.4-maintenance'

Conflicts:
core/server/config/paths.js
core/test/unit/config_spec.js

github.com/TryGhost/Admin - d9876eb856572d01ad0f055ccdf14def53db990c authored about 11 years ago
Have NProgress called for all ajax calls

fixes #2011

- rather than trigger NProgress for fetch calls
I’ve moved it to be used for all s...

github.com/TryGhost/Admin - 4e604ccede4c1e227e11a65c8e3e9f7b28589133 authored about 11 years ago
Minor code cleanup of editor keyboard shortcut actions.

Signed-off-by: redwallhp <[email protected]>

github.com/TryGhost/Admin - 2629022200a0014eefcab3cef003ac14e8ed1ebf authored about 11 years ago
add i18n support

github.com/TryGhost/express-hbs - fd8017e543cf3a6e5f92dc43e362d9425fa2517d authored about 11 years ago
DRY up compile; normalize path sep

github.com/TryGhost/express-hbs - 203fb094e5ff6a0ae4e8a08b1fdf3facfd447e3f authored about 11 years ago
Merge pull request #70 from altonius/patch-1

Update post.hbs - make twitter link https

github.com/TryGhost/Casper - 74a7b8bf25be5d74d2ca4e71cfa80c9e4738f50c authored about 11 years ago
fix layout not having filename in error

github.com/TryGhost/express-hbs - 80a7e4aa2ed5120c1297a73a06656892a88394fd authored about 11 years ago
relative path in error

github.com/TryGhost/express-hbs - a50e6731841168d3320d07e9cb251f9c45c749c6 authored about 11 years ago
Merge pull request #51 from ErisDS/filename-fix

Changing error message to report filename not path

github.com/TryGhost/express-hbs - 7b74631d1a45694c556fe15ab16b2d50e76fa5a6 authored about 11 years ago
Changing error message to report filename not path

issue #49

github.com/TryGhost/express-hbs - 21382b8c2c95a9d45833e971a169ed592bb5b6b3 authored about 11 years ago
remove log statement in test

github.com/TryGhost/express-hbs - ebb3a3a62e9642ac3b9de996808e631cba9ec2f0 authored about 11 years ago
Merge branch 'master' of github.com:barc/express-hbs

github.com/TryGhost/express-hbs - db0e777edfea11ded3f33e7b414c29b5d4146418 authored about 11 years ago
no need for err.stack filename if err.message contains it

github.com/TryGhost/express-hbs - cb9624fda2bfa7547c44129c23ab64acc01e6519 authored about 11 years ago
Merge pull request #50 from kciccarello/master

Update layout suppression option documentation in readme

github.com/TryGhost/express-hbs - 8e181e1020c7bf6ddfd36f27cef0a45bbd379051 authored about 11 years ago
Update layout suppression option documentation in readme

github.com/TryGhost/express-hbs - cdc9851437021b38aae66792f54004ebac43b4c8 authored about 11 years ago
reverse beautify option

github.com/TryGhost/express-hbs - c7b20e9cbdc5dacce320e44d44501e92374fa3aa authored about 11 years ago
add beautify to README

github.com/TryGhost/express-hbs - 05e4835192d657720de750465b970097e3b8d192 authored about 11 years ago
Merge branch 'master' of github.com:barc/express-hbs

github.com/TryGhost/express-hbs - 8fd9639cc0bc7b95ba8b214189666a702839b047 authored about 11 years ago
add beautify option

github.com/TryGhost/express-hbs - 2c213e693f7303e033c00423fb2c42f2b22f8716 authored about 11 years ago