#7938 Write first article for allura.apache.org

v1.3.1
closed
sf-2 (994)
General
2015-08-10
2015-07-24
No

Create an article template in pelican that fits into the site themee, and write the first article.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2015-07-29
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2015-07-29

    allura-site:db/7938

     
  • Igor Bondarenko - 2015-07-30
    • Reviewer: Igor Bondarenko
     
  • Igor Bondarenko - 2015-07-30
    • status: review --> in-progress
     
  • Igor Bondarenko - 2015-07-30

    I've merged and pushed. There's one problem, though. Styles are messed up if site is loaded via https

    js console output:

    Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://allura.apache.org/theme/css/flex.min.css'. This request has been blocked; the content must be served over HTTPS.
    allura.apache.org/:33 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://allura.apache.org/theme/css/style.css'. This request has been blocked; the content must be served over HTTPS.
    allura.apache.org/:43 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure image 'http://allura.apache.org/theme/img/logo_white.png'. This content should also be served over HTTPS.
    allura.apache.org/:1 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure script 'http://allura.apache.org/theme/js/jquery-1.11.2.min.js'. This request has been blocked; the content must be served over HTTPS.
    allura.apache.org/:1 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure script 'http://allura.apache.org/theme/js/frontend.js'. This request has been blocked; the content must be served over HTTPS.
    

    Plain http is fine

     
  • Igor Bondarenko - 2015-07-30
    • status: in-progress --> closed
     
  • Igor Bondarenko - 2015-07-30

    Nevermind, I've changed SITEURL to use protocol relative url and it works fine now

    -SITEURL = 'http://allura.apache.org'
    +SITEURL = '//allura.apache.org'
    
     
    • Dave Brondsema

      Dave Brondsema - 2015-07-30

      Cool thanks!

       
  • Dave Brondsema

    Dave Brondsema - 2015-08-10
    • labels: sf-current, sf-2 --> sf-2
     
  • Dave Brondsema

    Dave Brondsema - 2015-08-10
    • Milestone: unreleased --> v1.3.1
     

Log in to post a comment.