Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker d255c15248 "new so_sql2 class: adding magic __get() and __set() methods, to be able to work more object oriented with so_sql (just a first step)
you can now use $so_sql_obj->my_col = 15 instead of $so_sql_obj->data['my_col']=15; (be aware, that does NOT work with var-parameters of functions and probably references)
$so_sql_obj->id alwas references the auto-id, independent of it's name (id is a bad choice of a column-name, because it's a reserved word in some dbms)"
2007-07-05 04:50:53 +00:00
addressbook backport syncML fixes 2007-07-04 19:13:00 +00:00
admin language updates 2007-06-24 21:55:08 +00:00
calendar add calendar csv import plugin 2007-06-25 20:49:19 +00:00
debian updated build environemt 2007-04-30 14:10:20 +00:00
doc "- no longer building signed source packages, only a singed md5sum file 2007-06-05 08:31:04 +00:00
etemplate "new so_sql2 class: adding magic __get() and __set() methods, to be able to work more object oriented with so_sql (just a first step) 2007-07-05 04:50:53 +00:00
filemanager "fixed not working mime-type detection if filename contains more then one dot" 2007-06-03 18:04:31 +00:00
home Czech translation in #824 and extra pending language updates 2007-06-03 18:01:21 +00:00
importexport clean fields on demand from cntl chars 2007-06-25 20:47:38 +00:00
infolog "fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB" 2007-07-03 04:37:06 +00:00
notifications docu and layout updates 2007-06-18 08:48:43 +00:00
phpgwapi backport syncML fixes 2007-07-04 19:14:35 +00:00
preferences language updates 2007-06-24 21:55:08 +00:00
resources "fixed bug: resources search to create links returns only maxmatch entries" 2007-06-25 16:43:32 +00:00
setup "fix for old pear installs without registry: packages from egw-pear get not reported if checked first " 2007-06-25 10:00:25 +00:00
timesheet "allow to set quantity to a negative value (like in 1.2) to use it to mark overtime" 2007-06-25 17:00:41 +00:00
.htaccess further settings 2005-11-14 22:28:50 +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
header.inc.php.template 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
icalsrv.php Moving egwical classes to the icalsrv app. Reworked icalsrv.php to use these. Verified that all .ics files are working now even with no tasks (output empty file instead of nothing). 2007-02-16 13:13:20 +00:00
index.php replace edo with core team in statu setup info 2007-03-29 20:22:07 +00:00
login.php "patch #889: HTTP auth - support other mod_auth_* Apache modules 2007-06-20 06:46:55 +00:00
logout.php Update headers 2007-02-28 03:33:37 +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 always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +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
xajax.php allow to call etemplate widgets via xajax: 2006-04-06 05:09:48 +00:00
xmlrpc.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00