egroupware_official/etemplate
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
..
doc Added Ajax Select to widget documentation 2008-08-12 21:13:03 +00:00
inc Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
js Enhanced file upload to allow user to upload multiple files by appending 2009-02-26 13:51:25 +00:00
setup Enable etemplate to mark rows of a grid / table as part of the header or 2009-02-23 13:21:28 +00:00
templates Enable etemplate to mark rows of a grid / table as part of the header or 2009-02-23 13:21:28 +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 "dont show thumbnails of files not readable by current user" 2008-11-09 15:54:01 +00:00