View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000358 | WackoWiki | database | public | 2010-03-19 18:09 | 2019-02-14 12:04 |
Reporter | Elar9000 | Assigned To | Elar9000 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 6.1.x | ||||
Summary | 0000358: Automatic title generator should not only split tag by spaces but should also make it look like sentence | ||||
Description | Automatic title generator should not only split tag by spaces but should also make it look like sentence translating "WikiPageNames" in tag to "Wiki page names" in title. To achieve this effect the line 15 of setup/inserts.php should be changed from: if ($title == false) $title = AddSpacesTitle(trim(substr($tag, strrpos($tag, '/')), '/'), $lng); to if ($title == false) $title = ucfirst(strtolower(AddSpacesTitle(trim(substr($tag, strrpos($tag, '/')), '/'), $lng))); | ||||
Tags | No tags attached. | ||||
related to | 0000393 | resolved | administrator | Use reverse hierarchy order in titles |
|
At least for the installer this is obsolete since the insert array has a title function insert_page($tag, $title = false, $body, $lng, $rights = 'Admins', $critical = false, $is_menu = false, $menu_title = false) insert_page('LetzteKommentare', 'Letzte Kommentare', '{{commented}}', $lng, 'Admins', false, true, 'Kommentare'); |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-03-19 18:09 | Elar9000 | New Issue | |
2010-03-19 18:09 | Elar9000 | Status | new => assigned |
2010-03-19 18:09 | Elar9000 | Assigned To | => Elar9000 |
2010-03-19 18:11 | Elar9000 | Reproducibility | have not tried => always |
2014-03-21 15:00 | administrator | Target Version | 5.4.0 => 5.5.0 |
2015-02-19 19:25 | administrator | Target Version | 5.5.0 => 6.1.x |
2015-04-07 17:27 | administrator | Relationship added | related to 0000393 |
2015-04-07 18:44 | administrator | Note Added: 0000945 | |
2018-08-06 14:37 | administrator | Target Version | 6.1.x => 5.5.7 |
2019-01-14 14:21 | administrator | Target Version | 5.5.7 => 5.5.8 |
2019-02-14 12:04 | administrator | Target Version | 5.5.8 => 6.1.x |