Skip to content

Instantly share code, notes, and snippets.

View ErisDS's full-sized avatar

Hannah Wolfe ErisDS

View GitHub Profile
@ErisDS
ErisDS / changelog.md
Last active August 29, 2015 14:13
Full 0.5.8 Changelog
  • cf2c7ba Version bump to 0.5.8 - Hannah Wolfe
  • e8fa276 Update about page copyright - Hannah Wolfe
  • ac72e1c Upgrading Casper to 1.1.5 - Hannah Wolfe
  • 6615414 Fixup validation engine to handle lack of proxying - Jason Williams
  • 5ceb721 Fixes post sort order - Hannah Wolfe
  • fb46b7d Misc test cleanup - Hannah Wolfe
  • 3f34162 Fix has helper tag matching - Hannah Wolfe
  • 283deb2 Fix email sending fail when blog title has a comma - Hannah Wolfe
  • fbdabce Add markdown file handler to importer - Hannah Wolfe
  • [bbe3ceb](https://github.com/TryGhost/Ghost
@ErisDS
ErisDS / gist:e5613fc5c1e03204ab52
Created February 17, 2015 17:01
editor test fail
Test file: /home/travis/build/TryGhost/Ghost/core/test/functional/client/editor_test.js
PASS Ghost editor functions correctly (20 tests)
PASS Image Uploads (24 tests)
# type: fail
# file: /home/travis/build/TryGhost/Ghost/core/test/functional/client/editor_test.js
# subject: false
<!DOCTYPE html><!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--><!--[if (gte IE 9)| IEMobile |!(IE)]><!--><html class="no-js desktop landscape" lang="en"><!--<![endif]--><head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Editor - Test Blog</title>
@ErisDS
ErisDS / changelog.md
Created February 28, 2015 20:26
Full 0.5.9 Changelog
  • 60f1205 Version bump to 0.5.9 - Hannah Wolfe
  • 879b6af Display serverside HTML notifications correctly - Hannah Wolfe
  • 8553644 Add compatibility notice to README - Hannah Wolfe
  • 0e80d77 Only import can override published_by - Hannah Wolfe
  • cde1842 Check ids match on edit - Hannah Wolfe
  • 8be8831 Validate urls in modal - Hannah Wolfe
  • e75939c Mark html notifications as html-safe, else escape - Hannah Wolfe
  • a9389bf Upgrading Casper to 1.1.6 - Hannah Wolfe
  • 2450f18 Make the {{navigation}} helper global - Hannah Wolfe
  • [65fe737](https://github.
@ErisDS
ErisDS / changelog.md
Created March 10, 2015 10:38
Full 0.5.10 Changelog
  • 6b1e9ad Version bump to 0.5.10 - Hannah Wolfe
  • 338e52f README & CONTRIBUTING updates - Hannah Wolfe
  • 47e16df Node v0.12 & io.js support. - Fabian Becker
  • 26508e6 Upgrading Casper to 1.1.7 - Hannah Wolfe
  • fa93352 No more source maps in grunt prod - Hannah Wolfe
  • 4b1ece9 Ensure correct url in ghost_head - Felix Rieseberg
  • 69fb781 Remove Maps for icons - Paul Adam Davis
  • eccf96c Update icon font unicode references - Paul Adam Davis
  • b216677 Accept mailto: links - Hannah Wolfe
  • 0eb74b5 Tempor
@ErisDS
ErisDS / override-dates.js
Created March 30, 2015 13:04
Override dates in a Ghost theme
$(document).ready(function () {
var $dates = $('.post-date');
$dates.each(function (i, date) {
var $date = $(date),
newDate = moment($date.attr('datetime')).tz('Europe/London').format('DD MMMM YYYY HH:mm');
$date.html(newDate);
});
});
@ErisDS
ErisDS / gitchanges.bash
Created April 13, 2015 16:39
Changes between two versions
git log --numstat --pretty="%H" 0.5.10..0.6.0 | awk 'NF==3 {plus+=$1; minus+=$2} END {printf("+%d, -%d\n", plus, minus)}'
@ErisDS
ErisDS / changelog.md
Created April 13, 2015 20:23
Full 0.6.0 Changelog
  • c2650a0 Version bump to 0.6.0 - Hannah Wolfe
  • ec76150 Upgrading Casper to 1.2.0 - Hannah Wolfe
  • 5f0d98a Don't do autosave on new post - Hannah Wolfe
  • 8d1e729 RSS Refactor with cache - Hannah Wolfe
  • 570299c Update semver due to sec advisory - Hannah Wolfe
  • 0b1497a No more feature flag for Code Injection - Hannah Wolfe
  • c6fb8a8 Add labs description - John O'Nolan
  • 6eed16a Cleaned up some derpy settings padding and widths - John O'Nolan
  • 91d57c2 Fix typofail in pagination-controller mixin Closes #5120 - Matt Enlow
  • [b429baa](https://github.co
@ErisDS
ErisDS / npm-shrinkwrap.json
Created April 14, 2015 03:20
Ghost 0.6.0 Missing Shrinkwrap File
{
"name": "ghost",
"version": "0.6.0",
"dependencies": {
"bcryptjs": {
"version": "2.0.2",
"from": "bcryptjs@2.0.2",
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.0.2.tgz"
},
"bluebird": {
@ErisDS
ErisDS / changelog.md
Created April 22, 2015 15:38
Full 0.6.1 Changelog
  • d480ee4 Version bump to 0.6.1 - Hannah Wolfe
  • 651e887 Upgrading Casper to 1.2.1 - Hannah Wolfe
  • 6d04ead Switch test coverage to use Istanbul - Hannah Wolfe
  • e26e83d Refactor to remove author.email from API - Hannah Wolfe
  • b4b5e2a Avoid infinite transition loop - Hannah Wolfe
  • a48458b Fix ghost_head helper on error pages - cobbspur
  • 3e67014 Added new Slack team details - John O'Nolan
  • 9ea2f55 Show correct type in publish button - Paul Adam Davis
  • 1b585f2 Cache invalidation can no longer be so clever - Hannah Wolfe
@ErisDS
ErisDS / changelog.md
Created April 22, 2015 21:58
Full 0.6.2 Changelog
  • d10ae70 Version bump to 0.6.2 - Hannah Wolfe
  • 498a0aa Upgrading Casper to 1.2.2 - Hannah Wolfe
  • fdcb67d Rename error.type to error.errorType - Sebastian Gierlinger
  • eb5eca6 Don't pass helper options to API for next/prev - Hannah Wolfe
  • 32125c2 Filter options passed to toJSON - Hannah Wolfe
  • 5091639 Switch to using grunt raw on travis - Hannah Wolfe
  • 7c11596 Fix issue with npm-shrinkwrap in release - Hannah Wolfe