egroupware/etemplate/inc
Ralf Becker 486a32e86d Refractured eTemplate to use:
- the etemplate_request object which stores the request data in the
  a) session (as before) or
  b) compressed and encrypted in the form transmitted to the user
  Benefit of b) is that the session does not grow and the form can
  be submitted as long as the session exists, as we need no garbadge
  collection. Of cause more data needs to be submitt between
  browser and webserver. b) is choosen automatic if mcrypt and
  gzcompress are available, but can be turned off via setting
  etemplate_request::$request_class = 'etemplate_request_session';
- static class variables instead of the before used global ones
--> This new version of eTemplate is fully backward compatible with 1.6!
2009-03-16 12:58:24 +00:00
..
class.advancedsearch_widget.inc.php ups 2006-10-24 20:14:47 +00:00
class.ajax_select_widget.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.bo_tracking.inc.php - fixed url recreation for links (use ? for get-params, if no ? in the 2008-11-08 10:37:52 +00:00
class.boetemplate.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.contact_widget.inc.php "fixed changed constructor name" 2008-11-27 10:31:19 +00:00
class.customfields_widget.inc.php "removed call to depricated bolink class" 2008-10-21 08:08:56 +00:00
class.date_widget.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.db_tools.inc.php "- fixed sometimes not working delete of a column (seems to be php5 related, as it was working before) 2008-05-24 06:39:05 +00:00
class.editor.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +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 Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.etemplate.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.historylog_widget.inc.php - new vfs-widget to encapsulate common vfs/file related stuff 2008-10-06 17:43:42 +00:00
class.link_widget.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +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 Refractured eTemplate to use: 2009-03-16 12:58:24 +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 Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.sitemgr_module.inc.php email for the contactform 2007-06-06 08:22:39 +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 New class extending so_sql handing all custom fields needs: reading, 2009-01-17 03:36:58 +00:00
class.so_sql.inc.php allow to pass $extra_cols parameter from get_rows to search 2009-03-11 12:14:15 +00:00
class.soetemplate.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.solangfile.inc.php update docu to better run trough phpdocumentor 2006-04-20 17:12:30 +00:00
class.tab_widget.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.tree_widget.inc.php removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 16:42:23 +00:00
class.uietemplate_gtk.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
class.url_widget.inc.php "removed prefered phone marker \"♥\" from url, causing 9829 to be appended to the phone-number otherwise" 2009-03-12 11:41:58 +00:00
class.vfs_widget.inc.php "vfs-mime: fixed empty filename always showed directory logo, now empty filename shows an empty cell" 2009-02-25 15:54:24 +00:00
class.xmltool.inc.php fix: remove forgotten debug message 2007-05-19 15:59:58 +00:00
class.xul_io.inc.php Refractured eTemplate to use: 2009-03-16 12:58:24 +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