View Issue Details

IDProjectCategoryView StatusLast Update
0000393WackoWikiappearancepublic2017-08-31 09:36
ReporterFreeman Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version5.0.beta 
Target Version5.5.0Fixed in Version5.5.0 
Summary0000393: Use reverse hierarchy order in titles
DescriptionWackoWiki : R4.3 Release Notes → R4.3 Release Notes : WackoWiki

Most valuable title should be visible on the browser's tab when it has not enough size to display whole title. This tweak already implemented by popular web engines like FluxBB.
TagsDocumentation, Usability

Relationships

related to 0000358 assignedElar9000 Automatic title generator should not only split tag by spaces but should also make it look like sentence 

Activities

administrator

2011-08-03 08:07

administrator   ~0000805

Last edited: 2011-08-07 17:14

This can be set in the themes header like it was done in the Tabs theme.

made the meta title tag customizable via $meta_title
// TODO: isset($meta_title) ... else ... in common _header.php
#$meta_title = (isset($this->page['title']) ? $this->page['title'] : $this->add_spaces($this->tag)).($this->method != 'show' ? ' ('.$this->method.')' : '')." (@".htmlspecialchars($this->config['site_name']).")";

First I moved the header to a common file because I was tired of changing the header theme by theme over and over again.

require ('themes/_common/_header.php');

Second no decision was made yet how the title can be configured globally, per theme, whatever via config/admin panel or user settings.
But development comes closer and closer to userland.

administrator

2015-04-07 18:01

administrator   ~0000943

http://wackowiki.hg.sourceforge.net/hgweb/wackowiki/dev/rev/64d47675428d

Issue History

Date Modified Username Field Change
2011-08-02 20:55 Freeman New Issue
2011-08-03 08:07 administrator Note Added: 0000805
2011-08-03 08:08 administrator Status new => acknowledged
2011-08-03 08:12 administrator Note Edited: 0000805
2011-08-03 08:13 administrator Note Edited: 0000805
2011-08-03 08:13 administrator Note Edited: 0000805
2011-08-03 08:14 administrator Note Edited: 0000805
2011-08-03 08:15 administrator Note Edited: 0000805
2011-08-03 08:16 administrator Product Version => 5.0.beta
2011-08-03 08:17 administrator Note Edited: 0000805
2011-08-03 08:18 administrator Note Edited: 0000805
2011-08-03 08:18 administrator Note Edited: 0000805
2011-08-03 08:22 administrator Target Version => 5.0.0
2011-08-07 17:14 administrator Note Edited: 0000805
2011-08-17 18:07 administrator Tag Attached: Usability
2011-08-17 18:08 administrator Tag Attached: Documentation
2012-04-22 17:04 administrator Target Version 5.0.0 => 5.4.0
2014-03-21 14:57 administrator Target Version 5.4.0 => 5.5.0
2015-02-19 19:29 administrator Target Version 5.5.0 => 6.1.x
2015-04-07 17:27 administrator Relationship added related to 0000358
2015-04-07 17:30 administrator Assigned To => administrator
2015-04-07 17:30 administrator Target Version 6.1.x => 5.5.0
2015-04-07 17:30 administrator Status acknowledged => assigned
2015-04-07 18:01 administrator Note Added: 0000943
2015-04-07 18:01 administrator Status assigned => resolved
2015-04-07 18:01 administrator Resolution open => fixed
2015-04-07 18:01 administrator Fixed in Version => 5.5.0
2016-09-21 09:18 administrator Fixed in Version 5.5.0 => 5.5.rc2
2017-08-31 09:36 administrator Fixed in Version 5.5.rc2 => 5.5.0