mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fd56fb27c3
- # has special meaning in url and is intern always urlencoded as %23 - ? has special meaning in url and is intern always urlencoded as %3F - % need to be urlencoded as %25, as it's the escape char in urlencoding (it has not been stored urlencoded in sqlfs so far, there's some workaround in filemanger_ui to deal with the old unencoded % chars) - space and + are NOT urlencoded in sqlfs in the DB, they get urlencoded only for download urls - " get urlencoded for download urls only as it messes up the html markup --> Filenames get urldecoded, before displayed to user - done manually eg. in messages - done automatically in new vfs-name widget (both ways) |
||
---|---|---|
.. | ||
cron | ||
doc | ||
images | ||
inc | ||
js | ||
lang | ||
ntlm | ||
setup | ||
templates | ||
templatesSavant2/default | ||
tests | ||
addressbook.php |