View Issue Details

IDProjectCategoryView StatusLast Update
0000029WolfAdminDatabasepublic2015-04-21 16:43
ReporterLammert Assigned ToTimo  
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Target Version1.0.0Fixed in Version1.0.0 
Summary0000029: Add extra column for clean alias
DescriptionAt this moment there is only one column for alias in the table "aliases".
In that column the nickname is written as full text incl. color-codes (f.e. ^1-)^0A^1(-L^0ammer^1t ).

Can you also make it another column with the alias written as normal (f.e. -)A(-Lammert).

Thank you
TagsNo tags attached.
ModN/A
Mod version
Standaloneno

Activities

Timo

2015-04-13 08:50

administrator   ~0000024

It is indeed very hard to search for specific aliases (regular expressions cannot be done on the value in the column itself, and not all SQL flavours accept the regex keyword). I will add this.

Timo

2015-04-21 16:43

administrator   ~0000027

Added an extra database column and a new function to the database module, which will update the clean alias column in case it is empty (backwards compatibility).

Issue History

Date Modified Username Field Change
2015-04-12 22:14 Lammert New Issue
2015-04-13 08:46 Timo Assigned To => Timo
2015-04-13 08:46 Timo Status new => assigned
2015-04-13 08:50 Timo Note Added: 0000024
2015-04-13 08:50 Timo Target Version => 1.0.0
2015-04-14 09:54 Timo Summary Extra column for nickname => Add extra column for clean alias
2015-04-21 16:43 Timo Note Added: 0000027
2015-04-21 16:43 Timo Status assigned => resolved
2015-04-21 16:43 Timo Fixed in Version => 1.0.0
2015-04-21 16:43 Timo Resolution open => fixed