Re: [libreoffice-website] Re: [libreoffice-projects] Website Redesign - Beta

2014-02-01 Thread Charles-H. Schulz
Hey Robinson, 

Is it something Eleonora and I can fix? I am not sure what I could have done to 
make it happen as I only integrated the BSA in an iframe. Otherwise yes please 
file an issue...

Best,

Charles. 

Robinson Tryon bishop.robin...@gmail.com a écrit :
Hiya,

The Feedback page on the newdesign site continues to have the same
HTML vars problem (see below). Would it be helpful for me to file a
bug about this issue?

Thanks,
--R

On Thu, Jan 16, 2014 at 9:55 AM, Robinson Tryon
bishop.robin...@gmail.com wrote:
 More on the feedback page: Please make sure that HTML vars are
 passed-along to the BSA. Compare the 'Create a bug report' links on
 the following two pages:
 http://newdesign.libreoffice.org/get-help/feedback/?LOversion=4.2.0.1
 https://qa.libreoffice.org/feedback/?LOversion=4.2.0.1

 Thanks,
 --R

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more:
http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be
deleted

-- 
Envoyé de mon téléphone avec Kaiten Mail. Excusez la brièveté.
-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-website] Re: [libreoffice-projects] Website Redesign - Beta

2014-02-01 Thread Robinson Tryon
On Saturday, February 1, 2014, Charles-H. Schulz 
charles.sch...@documentfoundation.org wrote:
 Hey Robinson,

 Is it something Eleonora and I can fix? I am not sure what I could have
done to make it happen as I only integrated the BSA in an iframe. Otherwise
yes please file an issue...


I think that cloph knows the best way to implement this. I'll file a bug
and ask him to provide some input here (I believe it should be pretty
straightforward)

-R

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-website] [Bug 74344] New: BUGZILLA: accessing as https://www.libreoffice.org/bugzilla keeps CSS from loading

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74344

  Priority: medium
Bug ID: 74344
CC: website@global.libreoffice.org
  Assignee: libreoffice-b...@lists.freedesktop.org
   Summary: BUGZILLA: accessing as
https://www.libreoffice.org/bugzilla keeps CSS from
loading
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: dg1...@hushmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

Browsing to https://www.libreoffice.org/bugzilla shows very plain HTML because
the CSS files are not loading.  For instance, one file referred to in the HTML
is skins/standard/global.css?1348391854, which the web browser tries to load
as [1], but this produces a Page Not Found error.  This CSS file can be
successfully accessed on [2].  

[1] https://www.libreoffice.org/skins/standard/global.css?1348391854
[2] https://bugs.freedesktop.org/skins/standard/global.css?1348391854

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-website] Absence of HTTP redirect causes issue with LibreOffice website and relative resource references

2014-02-01 Thread null

Hello,
If I went to http://libreoffice.org/bugzilla, CSS and JavaScript 
files (with relative paths when they are referenced in the HTML) are 
loaded from the wrong path, causing the page to look like plain HTML.  
For example, http://www.libreoffice.org/skins/standard/global.css does 
not exist.  Its real path is 
http://www.libreoffice.org/bugzilla/skins/standard/global.css. However, 
due to the way relative paths are converted into absolute paths when the 
request is processed, browsers think http://www.libreoffice.org/bugzilla 
is an actual file, not a folder, since the URL does not have a / at the 
end of it.  The issues in bug 74344 (which says that the HTML is plain 
when https://www.libreoffice.org/bugzilla is loaded) appear to be caused 
by this issue.  If I were to load http://www.libreoffice.org/bugzilla/ 
in my web browser, the browser recognizes bugzilla as a folder and loads 
all of the relative URLs from there.
So, a simple HTTP redirect from http://www.libreoffice.org/bugzilla or 
https://www.libreoffice.org/bugzilla to 
http://www.libreoffice.org/bugzilla/ or 
https://www.libreoffice.org/bugzilla/ would fix the issue of Bugzilla 
appearing as plain HTML.


Cheers,
xmlhttprequest.o...@gmail.com

--
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted