egroupware_official/filemanager/templates/default
Ralf Becker fd56fb27c3 Correct quoting of special chars in vfs:
- # 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)
2010-05-11 15:02:30 +00:00
..
images missing icon 2010-05-06 07:02:18 +00:00
app.css special handling for favorites 2009-05-11 20:48:09 +00:00
config.tpl #add sidebox menue to filemanager, with Links to Home and root. 2008-08-27 11:17:00 +00:00
file.xet Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
index.xet Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
select.xet special handling for favorites 2009-05-11 20:48:09 +00:00