Fix autolinking issues in the wiki. Fixes bug #11086.

The query for finding titles returns multiple title for each asset.
Guarantee that the latest title wins.  Do not escape characters in
the hash key, since that creates NEW hash entries, and all keys
are quotemeta'ed later anyway.
This commit is contained in:
Colin Kuskie 2009-10-22 10:26:12 -07:00
parent 4c4fbff712
commit abb60f10ea
2 changed files with 24 additions and 12 deletions

View file

@ -6,6 +6,7 @@
- fixed #11063: template_attachments
- fixed #11002: Matrix shows backend stuff on load
- added #10082: Unarchive all collaboration posts
- fixed #11086: bad urls in wiki
7.8.2
- Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi)