Secured the entire (public) site

Review Request #199 - Created Feb. 29, 2012 and updated

Information
Adrian Budau
infoarena
Reviewers
hackers
Modified the site so that we won't get any warning about insecure content on secured connections. For local clones you also have to modify the ia theme so that the folders aren't prepended with "http://" but with "//". 
The link to do this is : "Configuare" -> "Tema curenta". Go there and modify the 2 folder links.
We can not do this for the administration of the forum(forum admin) because too many hacks would be included. Admins should be okay with this. 

Image Urls are now local so we do not need to keep track of whether they are http or https.
Newsletter tamplates have been changed(on live) so now we can write newsletter using absolute urls and it will work 

Also many lint fixes.

Issues

  • 0
  • 1
  • 0
  • 1
Description From Last Updated
Bogdan-Cristian Tătăroiu
Adrian Budau
Review request changed

Change Summary:

Removed all the url_absolute(that could have been removed) and occurences of IA_URL.
Fixed newsletters and image attachments in wiki.
The login and register https <-> http changing problem is still not solved, I would rather we have a certificate instead so staying on https will be a good thing.

Description:

   

Modified the site so that we won't get any warning about insecure content on secured connections. For local clones you also have to modify the ia theme so that the folders aren't prepended with "http://" but with "//".

~   The link to do this is : "Configuare" -> "Tema curenta". Go there and modify the 2 folder links.

  ~ The link to do this is : "Configuare" -> "Tema curenta". Go there and modify the 2 folder links.
  + We can not do this for the administration of the forum(forum admin) because too many hacks would be included. Admins should be okay with this.

   
~  

We can not do this for the administration of the forum(forum admin) because too many hacks would be included. Admins should be okay with this.

  ~

Image Urls are now local so we do not need to keep track of whether they are http or https.

  + Newsletter tamplates have been changed(on live) so now we can write newsletter using absolute urls and it will work

  +
  +

Also many lint fixes.

Diff:

Revision 2 (+44 -50)

Show changes

Loading...