After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694675 - gnome-getting-started-docs-3.12 content does not show up properly
gnome-getting-started-docs-3.12 content does not show up properly
Status: RESOLVED FIXED
Product: website
Classification: Infrastructure
Component: help.gnome.org
current
Other Linux
: Normal normal
: ---
Assigned To: GNOME Web maintainers
GNOME Web maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-25 14:52 UTC by Petr Kovar
Modified: 2015-08-10 21:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Petr Kovar 2013-02-25 14:52:38 UTC
Mallard content from gnome-getting-started-docs-3.7 is not correctly uploaded to the help.gnome.org website:

http://help.gnome.org/users/getting-started/3.7/index.html.en

The gnome-getting-started-docs-3.7 tarballs are at:

http://ftp.gnome.org/pub/GNOME/sources/gnome-getting-started-docs/3.7/


Issues worth mentioning:

* Some .page files are not included on the index.html.en page: browse-web.page, use-search.page, switching-tasks.page)

Source .page files can be found here:

http://git.gnome.org/browse/gnome-getting-started-docs/tree/getting-started/C?id=3.7.90

* Included SVGs do not show up, eg.:

http://help.gnome.org/users/getting-started/3.7/online.html.en

Source .page file:

http://git.gnome.org/browse/gnome-getting-started-docs/tree/getting-started/C/online.page?id=3.7.90

* Boxes with subtitles shown below the videos are left aligned, eg.:

http://help.gnome.org/users/getting-started/3.7/move-windows.html.en
Comment 1 Petr Kovar 2013-03-01 15:37:07 UTC
Another issue is that videos (figures/gnome-launching-applications.webm, figures/gnome-task-switching.webm, figures/gnome-responding-to-messages.webm) included in the index.page with ui:overlay and <media> are not shown on the website as expected, that is in overlay mode.
Comment 2 Petr Kovar 2013-04-08 13:26:33 UTC
With the recent change of the install dir for getting-started, the getting-started files are now extracted into help.gnome.org/users/gnome-help/, see eg. the getting started landing page:

https://help.gnome.org/users/gnome-help/3.8/getting-started.html.en

However, the aforementioned issues still occur.
Comment 3 Frederic Peters 2014-01-29 22:14:39 UTC
Lots of commits today and I believe this issue is now addressed correctly.
Comment 4 Petr Kovar 2014-06-16 20:29:32 UTC
The issue seems to be still present in 3.12:

https://help.gnome.org/users/gnome-help/3.12/

There is no link to https://help.gnome.org/users/gnome-help/3.12/getting-started.html.en from the landing page. Although, https://help.gnome.org/users/gnome-help/3.12/getting-started.html.en contains a link to https://help.gnome.org/users/gnome-help/3.12/ as expected.
Comment 5 Frederic Peters 2014-07-27 13:45:45 UTC
https://help.gnome.org/users/gnome-help/3.12/index.html.en now has a link to https://help.gnome.org/users/gnome-help/3.12/getting-started.html.en but that page is empty. From a first look I'd say it's because of gnome-getting-started-docs fcaafe86270d281106f5e497e92d64a4eb647d84, as it introduced a condition on the page.

+<if:choose>
+<if:when test="!platform:gnome-classic">
Comment 6 Frederic Peters 2014-07-27 14:00:12 UTC
It looks like being empty was actually an epiphany bug, the page looks fine in chromium.
Comment 7 Frederic Peters 2014-07-27 14:06:04 UTC
Checked with Petr, it's now fine.
Comment 8 Petr Kovar 2014-10-01 17:01:49 UTC
Sadly, the bug is still present in all recent releases:

https://help.gnome.org/users/gnome-help/3.14/
https://help.gnome.org/users/gnome-help/3.12/
https://help.gnome.org/users/gnome-help/3.10/
https://help.gnome.org/users/gnome-help/3.8/

Moreover, https://help.gnome.org/users/gnome-help/3.14/getting-started.html.en is unavailable, so it looks like gnome-getting-started-docs files have not been properly installed on the server.

https://help.gnome.org/users/gnome-help/3.12/getting-started.html.en works fine.
Comment 9 Petr Kovar 2014-10-20 21:01:43 UTC
Update: after releasing gnome-getting-started-docs 3.14.1, the content is now integrated with and available from the gnome-help landing page: 

https://help.gnome.org/users/gnome-help/3.14/index.html.en

However, the issue has not been fixed for previous releases. I suspect the content gets integrated properly only when we first make a release for gnome-user-docs, and then for gnome-getting-started-docs. When we first release gnome-getting-started-docs and then gnome-user-docs, the gnome-help index page is recreated without integration and the link to getting-started gets overwritten.
Comment 10 Frederic Peters 2015-08-10 21:59:45 UTC
Yeah for GUADEC; gnome-getting-started-docs and gnome-user-docs are in different modulesets and they failed to combine.  This is now fixed for good.

commit 45f831c95e01b058d6148ea2e9a526d103f22118
Author: Frédéric Péters <fpeters@0d.be>
Date:   Mon Aug 10 16:08:46 2015 +0200

    mallard: fix combination of modules from different modulesets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694675