Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
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
addressbook improving speed for the retrieval ov the distributionlists 2009-03-12 09:06:10 +00:00
admin Patch from jean-charles.passard@provectio.org to fix handling of account 2009-02-16 08:22:22 +00:00
calendar handling mailing events: dont add groupmembers if they already rejected the event, or are the current user 2009-03-05 15:52:57 +00:00
doc "setting execute permission for cli (command line) scripts" 2008-11-17 17:16:29 +00:00
etemplate Refractured eTemplate to use: 2009-03-16 12:58:24 +00:00
filemanager handling an error on unset props-array 2009-02-27 10:22:28 +00:00
home tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
importexport preparing to sync current lang files before branching for 1.6. One more commit 2008-11-22 11:05:43 +00:00
infolog conditional replace of all CarriageReturnLinefeeds, since, if it is done always, a sendmail looses its linebreaks 2009-03-09 10:43:25 +00:00
notifications reset scroll position of egwpopup after OK 2009-03-04 20:50:06 +00:00
phpgwapi Make all methods of common class static, to allow an easiert use. 2009-03-16 12:49:31 +00:00
preferences tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
resources fixed a bug connected to ralfs category patch 2009-02-25 09:00:58 +00:00
setup allow to set language via setup-cli 2008-11-23 16:46:32 +00:00
timesheet bugfix for 1677 Timesheet Version 1.6.001 groups are treated like a separate user, not like a bunch for their members; additional fix for colselection 2009-02-16 08:36:22 +00:00
.htaccess Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
groupdav.php Improved exception handling: 2008-10-26 12:13:01 +00:00
header.inc.php.template reworked manageheader: 2008-10-09 16:22:42 +00:00
index.php added an array of replacement names to ease the transition to the new class naming scheme: app_class 2008-10-07 08:51:14 +00:00
login.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
logout.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php New header.inc.php template 2008-08-21 06:21:32 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
webdav.php giving a valid responsehaeder back if we get al malformed or missing url (PATH_INFO) 2009-02-27 10:05:15 +00:00
xajax.php - dont update the session dla, for the xajax notifications query, as it 2008-08-05 11:36:06 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00