Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - Template woes, an interim hack, and a future solution
Template woes, an interim hack, and a future solution
 
   NeoOffice Forum Index -> NeoWiki and Website Development
View previous topic :: View next topic  
Author Message
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4588

PostPosted: Mon Jun 25, 2012 10:34 pm    Post subject: Template woes, an interim hack, and a future solution

The old NeoMainPageVer template was never designed to be used with EA/Beta versions, though over time we've started to do that. It actually works fine with those types of releases in all cases except one: the link to the announcement. The announcement link was showing up as "Beta.html read the announcement" linking to http://www.neooffice.org/neojava/press_releases/NeoOffice_3.3 Sad This is because MediaWiki external-link syntax separates the URL from the link text by a space, and the current version number, 3.3 Beta, obviously includes a space.

In the interim, I've added a second (groan) template, NeoMainPageVerLink, to handle just the link case, set its value to "3.3_Beta", and updated all of the various "Words" pages to use it.

There's a better way to fix it, which is to use the "urlencode" MW parser function when we use that template for the link URL; in a current MediaWiki version, it can generate an underscore-friendly output string, e.g. change "3.3 Beta" into "3.3_Beta" automatically at page generation. Unfortunately, our MW version is too old; the current NeoWiki uses only a "+" to urlencode spaces.

So at some point in the future (when other workload is light), we probably want to upgrade to a newer MW version. I don't know what else current MW versions will break (the last MW update broke some of our complex formatting constructs), so it's not a priority, and it will need some thorough QA when we do it.

But for the moment, there's no broken link any longer; we just have to update two templates with variant forms (on Beta releases) of the versions number every release, instead of just one…

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Wed Jun 27, 2012 10:35 pm    Post subject: Re: Template woes, an interim hack, and a future solution

sardisson wrote:
There's a better way to fix it, which is to use the "urlencode" MW parser function when we use that template for the link URL; in a current MediaWiki version, it can generate an underscore-friendly output string, e.g. change "3.3 Beta" into "3.3_Beta" automatically at page generation. Unfortunately, our MW version is too old; the current NeoWiki uses only a "+" to urlencode spaces.


Thank you for fixing this. I realize that a second template is not ideal but my experience is that getting it to work is sometimes messy. I added your new template to the list of templates to update in the NeoOffice 3.3 Beta Release Tasks so that I will remember to update that new template when NeoOffice 3.3 is released.

sardisson wrote:
So at some point in the future (when other workload is light), we probably want to upgrade to a newer MW version. I don't know what else current MW versions will break (the last MW update broke some of our complex formatting constructs), so it's not a priority, and it will need some thorough QA when we do it.


We probably should upgrade the MediaWiki code at some point. All of our NeoWiki code customizations are marked so after things settle down Ed or I can tag our existing modified MediaWiki code that we have in a source code repository, merge our code changes into the latest MediaWiki version, and then put the updated code in our NeoWiki test server so that you can look for obvious breakages.

Once we get time to do that upgrade and you are then able to test the upgrade using our test site, we can then push the upgraded code to the production NeoWiki.

Patrick
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoWiki and Website Development All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.