egroupware/etemplate
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
..
doc Added Ajax Select to widget documentation 2008-08-12 21:13:03 +00:00
inc Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
js Mailing files directly from filemanager 2010-05-06 06:53:52 +00:00
lang translations provided by mkk 2010-04-13 15:03:57 +00:00
setup Fixed not working [CSS Styles] button in editor, no idea why and when it 2010-05-11 12:17:01 +00:00
templates Fixed not working [CSS Styles] button in editor, no idea why and when it 2010-05-11 12:17:01 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php "header update" 2008-10-07 12:25:28 +00:00
thumbnail.php you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled 2010-02-12 15:05:40 +00:00