• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TryGhost / Ghost-Admin
73%
master: 70%

Build:
Build:
LAST BUILD BRANCH: 1.26.2
DEFAULT BRANCH: master
Repo Added 09 Jan 2017 10:47PM UTC
Files 412
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH custom-post-templates
branch: custom-post-templates
CHANGE BRANCH
x
Reset
  • custom-post-templates
  • 1.0.0
  • 1.0.0-alpha.10
  • 1.0.0-alpha.11
  • 1.0.0-alpha.12
  • 1.0.0-alpha.13
  • 1.0.0-alpha.14
  • 1.0.0-alpha.15
  • 1.0.0-alpha.17
  • 1.0.0-alpha.18
  • 1.0.0-alpha.19
  • 1.0.0-alpha.20
  • 1.0.0-alpha.21
  • 1.0.0-beta.1
  • 1.0.0-beta.2
  • 1.0.0-rc.1
  • 1.0.1
  • 1.0.2
  • 1.1.0
  • 1.10.0
  • 1.11.1
  • 1.12.0
  • 1.12.1
  • 1.13.0
  • 1.14.0
  • 1.14.1
  • 1.15.0
  • 1.16.0
  • 1.16.2
  • 1.17.0
  • 1.17.1
  • 1.17.2
  • 1.17.3
  • 1.18.0
  • 1.18.3
  • 1.18.4
  • 1.19.1
  • 1.19.2
  • 1.2.0
  • 1.20.0
  • 1.20.3
  • 1.21.0
  • 1.21.2
  • 1.21.3
  • 1.21.5
  • 1.21.6
  • 1.21.7
  • 1.22.0
  • 1.22.1
  • 1.22.2
  • 1.22.3
  • 1.22.4
  • 1.22.5
  • 1.22.6
  • 1.22.7
  • 1.22.8
  • 1.23.0
  • 1.24.0
  • 1.24.2
  • 1.24.3
  • 1.24.4
  • 1.24.7
  • 1.24.8
  • 1.24.9
  • 1.25.0
  • 1.25.1
  • 1.25.2
  • 1.25.3
  • 1.25.5
  • 1.25.6
  • 1.25.7
  • 1.25.8
  • 1.26.0
  • 1.26.2
  • 1.3.0
  • 1.4.0
  • 1.5.2
  • 1.6.0
  • 1.6.1
  • 1.6.2
  • 1.7.0
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.8.3
  • 1.8.4
  • 1.8.5
  • 1.8.6
  • 1.8.7
  • 1.9.1
  • 1.x
  • 2.0
  • 2.1.0
  • 2.1.2
  • 2.1.4
  • 2.10.2
  • 2.11.0
  • 2.11.1
  • 2.13.0
  • 2.13.1
  • 2.13.2
  • 2.14.0
  • 2.14.1
  • 2.14.2
  • 2.14.3
  • 2.17.0
  • 2.17.1
  • 2.17.2
  • 2.18.0
  • 2.18.1
  • 2.18.2
  • 2.18.3
  • 2.19.0
  • 2.19.1
  • 2.19.2
  • 2.19.3
  • 2.19.4
  • 2.2.0
  • 2.2.1
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.20.0
  • 2.20.1
  • 2.21.0
  • 2.21.1
  • 2.3.0
  • 2.4.0
  • 2.5.0
  • 2.6.0
  • 2.6.1
  • 2.7.0
  • 2.7.1
  • 2.8.0
  • 2.9.1
  • 404-update
  • ErisDS-patch-1
  • card-menus
  • chore/reconfigure-renovate
  • integrated-editor
  • integration-ui-refinements
  • koenig-card-menu-update
  • koenig-dark-mode
  • koenig-design-refinements
  • koenig-embed-card
  • koenig-embed-iframes
  • koenig-fix-card-inputs-in-ff-safari
  • koenig-gallery-card
  • koenig-help
  • koenig-refinements
  • koenig-styles
  • koenig-unsplash
  • mailchimp
  • master
  • members-labs
  • members-labs-final
  • profile-image-upload-url
  • renovate/codemirror-5.x
  • renovate/configure
  • renovate/ember-addons
  • renovate/lock-file-maintenance
  • renovate/patch-ember-addons
  • renovate/tryghost-kg-clean-basic-html-0.1.x
  • renovate/tryghost-kg-parser-plugins-0.4.x
  • renovate/tryghost-kg-parser-plugins-0.x
  • renovate/tryghost-mobiledoc-kit-0.11.x
  • renovate/tryghost-timezone-data-0.2.x
  • revert-523-offline-ghost
  • revert-748-editor-content-focus
  • revert-927-bump-deps
  • spirit-update-0048
  • ui-refinements
  • unsplash
  • update-signup-screenshot
  • yarn-test

pending completion
3108

push

travis-ci

kevinansfield
Custom Post Templates UI

refs https://github.com/TryGhost/Ghost/issues/9060, requires https://github.com/TryGhost/Ghost/pull/9073
- add `{{gh-psm-template-select}}` component
  - allows selection of a custom template for a post if the active theme has custom templates
  - loads themes on render, only hitting the server if not already in the store
  - disables select if post slug matches a `post-*.hbs` or `page-*.hbs` template
- adds `customTemplate` attr to `Post` model
- adds `templates` attr to `Theme` model with CPs to pull out custom vs post/page override templates
- add `.gh-select.disabled` styles to make disabled selects look visually disabled

1605 of 2477 branches covered (64.8%)

28 of 28 new or added lines in 3 files covered. (100.0%)

3836 of 5282 relevant lines covered (72.62%)

41.78 hits per line

Relevant lines Covered
Build:
Build:
5282 RELEVANT LINES 3836 COVERED LINES
41.78 HITS PER LINE
Source Files on custom-post-templates
  • List 0
  • Changed 80
  • Source Changed 14
  • Coverage Changed 80
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3108 custom-post-templates Custom Post Templates UI refs https://github.com/TryGhost/Ghost/issues/9060, requires https://github.com/TryGhost/Ghost/pull/9073 - add `{{gh-psm-template-select}}` component - allows selection of a custom template for a post if the active them... push 10 Oct 2017 12:25PM UTC kevinansfield travis-ci pending completion  
3049 custom-post-templates Custom Post Templates UI refs https://github.com/TryGhost/Ghost/issues/9060, requires https://github.com/TryGhost/Ghost/pull/9073 - add `{{gh-psm-template-select}}` component - allows selection of a custom template for a post if the active them... push 28 Sep 2017 08:39AM UTC kevinansfield travis-ci pending completion  
3038 custom-post-templates match wording to slug input push 27 Sep 2017 12:34PM UTC kevinansfield travis-ci pending completion  
3037 custom-post-templates minor wording change push 27 Sep 2017 12:31PM UTC kevinansfield travis-ci pending completion  
3036 custom-post-templates disable custom template select and show filename if slug matches post/page-*.hbs template push 27 Sep 2017 12:26PM UTC kevinansfield travis-ci pending completion  
3035 custom-post-templates initial custom template implementation push 27 Sep 2017 11:25AM UTC kevinansfield travis-ci pending completion  
See All Builds (2361)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc