https://bugzilla.wikimedia.org/show_bug.cgi?id=164
--- Comment #108 from Anon Sricharoenchai <[email protected]> 2009-09-23 08:53:12 UTC --- (In reply to comment #107) > The key generation module may be implemented as an extension, so that the core > mediawiki installtion will not be architecture dependent nor require > additional > dependency. > > This extension will just do the task of key generation, mediawiki core will > then put the generated key in the field categorylinks.cl_sortkey. > It also need the script maintenance/updateSortkey.php to be invoked when this > extension is added or removed. > > How do you think about this idea? > Hmm, we cannot store this generated key in categorylinks.cl_sortkey, since the firstChar() of the original key is needed in rendering the Category pages. Seems that, we really need to add additional field in table categorylinks. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
