egroupware/etemplate/inc
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
..
class.advancedsearch_widget.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.ajax_captcha_widget.inc.php Fixed some more php53 Warnings after latest fix_depricated.php 2010-03-21 09:37:52 +00:00
class.ajax_select_widget.inc.php Blur text can affect regular searches, not just array searches 2010-02-22 20:56:59 +00:00
class.bo_merge.inc.php fixed regular expression to NOT "eat" 8 and , from merge print replacements 2010-03-16 13:38:20 +00:00
class.bo_tracking.inc.php Fixed r29141: "Add a checkbox to allow user to prevent notification of 2010-03-07 14:45:12 +00:00
class.boetemplate.inc.php Some more quoting (and unquoting) of quotes in variable used eg. as 2010-05-11 14:52:45 +00:00
class.contact_widget.inc.php "fixed changed constructor name" 2008-11-27 10:31:19 +00:00
class.customfields_widget.inc.php Custom field widget can be limited to (or exclude) certain fields. Put the list of fieldnames to display as the 3rd (4th, etc) option. Using a ! as the first character will negate the list, and exclude the named fields. 2010-04-07 17:00:09 +00:00
class.date_widget.inc.php Fix typo. 2010-01-22 21:18:45 +00:00
class.db_tools.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.editor.inc.php just a small fix for the debug output 2009-09-12 09:09:28 +00:00
class.etemplate_request_files.inc.php "etemplate_request class to store the request data in the filesystem 2009-03-16 13:43:16 +00:00
class.etemplate_request_session.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.etemplate_request.inc.php Some more quoting (and unquoting) of quotes in variable used eg. as 2010-05-11 14:52:45 +00:00
class.etemplate.inc.php - correctly quote single and double quotes in html element id's 2010-05-09 14:06:35 +00:00
class.historylog_widget.inc.php prevent foreach warning, when & is not an array 2010-04-27 10:37:50 +00:00
class.link_widget.inc.php xajax uses xml to transport the label, therefore we have to replace not only CR, LF (not allowed unencoded in Javascript strings) but also all utf-8 C0 and C1 plus CR and LF 2010-03-19 13:05:20 +00:00
class.manual_widget.inc.php update docu to better run trough phpdocumentor 2006-04-20 17:12:30 +00:00
class.nextmatch_widget.inc.php set cat_app with value from get_row (, if not set) to ensure the cats of the template/listview in question are to be loaded 2010-04-12 07:23:21 +00:00
class.path_widget.inc.php update docu to better run trough phpdocumentor 2006-04-20 17:12:30 +00:00
class.select_widget.inc.php Implementation of global categories limited to a certain group: 2010-01-31 03:36:01 +00:00
class.sitemgr_module.inc.php added a 7th paramter to use in sitemgr modules 2009-09-28 19:14:45 +00:00
class.so_sql2.inc.php missed new $no_clone parameter 2008-05-26 08:32:27 +00:00
class.so_sql_cf.inc.php If only_keys is true, expand it in so_sql_cf so the table_name can be prepended. Fixes last part of #2543, adding link when importing mail to infolog 2010-04-21 15:40:58 +00:00
class.so_sql.inc.php Fix addressbook_bo::find_contact() 2010-04-21 17:41:34 +00:00
class.soetemplate.inc.php Fix for Postgres DB error loading eTemplate from Yudhi Kusnanto 2010-04-25 23:47:16 +00:00
class.solangfile.inc.php Fix pending hardcoding for new translations 2009-12-14 21:11:05 +00:00
class.tab_widget.inc.php "fixed not working activation of tab with different prefix" 2010-03-23 19:34:40 +00:00
class.tree_widget.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.uietemplate_gtk.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.url_widget.inc.php "allowing (at least) German umlauts in domain names" 2010-05-06 08:02:32 +00:00
class.vfs_widget.inc.php Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
class.xmltool.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xul_io.inc.php "export now correctly included multiple levels of included templates using relative names" 2009-09-29 12:19:54 +00:00
hook_sidebox_menu.inc.php prevent compile error in translation tools when searching new phrases 2007-11-12 01:05:11 +00:00