1. 16 12月, 2015 2 次提交
  2. 19 8月, 2015 1 次提交
  3. 04 8月, 2015 1 次提交
  4. 17 7月, 2015 1 次提交
  5. 17 6月, 2015 1 次提交
  6. 09 3月, 2015 2 次提交
    • 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
    • B
      Display Pivotal Education related courseware · c2665868
      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.
      c2665868
  7. 29 12月, 2014 1 次提交
  8. 20 10月, 2014 1 次提交
  9. 30 9月, 2014 6 次提交
  10. 23 9月, 2014 3 次提交
  11. 10 9月, 2014 2 次提交
  12. 04 9月, 2014 1 次提交
  13. 02 9月, 2014 1 次提交
    • B
      Add reference to Spring reference doc on Modules · f1849b01
      Brian Clozel 提交于
      Since the main example here is using the `spring-context` module,
      Spring developers should be aware of all the other existing Spring
      modules and their artifacts names.
      
      A link to the corresponding section in the reference documentation is
      added.
      
      Issue: SPR-11534
      f1849b01
  14. 24 6月, 2014 2 次提交
  15. 20 6月, 2014 5 次提交
  16. 14 5月, 2014 1 次提交
  17. 13 5月, 2014 1 次提交
  18. 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
  19. 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
  20. 09 9月, 2013 2 次提交