1. 16 12月, 2015 1 次提交
    • B
      Fix content warning issues over https · d25f656a
      Brian Clozel 提交于
      When served with HTTP/2 and TLS, project pages show several mixed
      content errors:
      
      * the imported Google fonts
      * the AJAX call to spring.io to get the current project information
      * the newsletter iframe
      
      This commit changes URLs to use https or protocol-relative URLs when
      possible. This also deletes the now defunct newsletter integration.
      d25f656a
  2. 19 8月, 2015 1 次提交
  3. 04 8月, 2015 1 次提交
  4. 17 7月, 2015 1 次提交
  5. 09 3月, 2015 1 次提交
    • B
      Display Pivotal Education related courseware · bf15ee8a
      Brian Clozel 提交于
      This change adds a new "Related Courseware" section in the side
      container; this section lists links to courses and talks that are
      relevant to the current project page.
      
      Relevant content is fetched by the browser, with an AJAX request sent to
      the Pivotal Education LMS API. This API uses the Referrer HTTP header as
      input parameter to its content selection algorithm.
      
      Note that CORS HTTP headers are also used to allow/disallow AJAX cross
      domain requests.
      bf15ee8a
  6. 20 10月, 2014 1 次提交
  7. 30 9月, 2014 6 次提交
  8. 23 9月, 2014 2 次提交
  9. 04 9月, 2014 1 次提交
  10. 20 6月, 2014 1 次提交
  11. 14 5月, 2014 1 次提交
  12. 13 5月, 2014 1 次提交
  13. 15 4月, 2014 1 次提交
    • B
      Add missing ZeroClipbpard SWF file · 92c5b852
      Brian Clozel 提交于
      Flash support for ZeroClipboard is not working in project pages since
      the SWF file is missing. There was a typo in the .gitignore file that
      ignored "*.sw?" files.
      92c5b852
  14. 15 11月, 2013 1 次提交
    • P
      Remove 'not found in _includes' hacks · 85ed196c
      Phillip Webb 提交于
      Remove the use if "unless contains 'not found in _includes directory'"
      hacks that were previously used to detect when _includes were missing.
      
      This change is required as the hack no longer works with the latest
      Jekyll release (and therefore also with GitHub).
      
      Additional 'custom_pom_template' and 'custom_gradle_template' flags
      must now be set in _config.yml if you want to include a custom pom.xml
      or build.gradle file.
      85ed196c
  15. 09 9月, 2013 1 次提交