egroupware/phpgwapi/inc
2004-01-26 03:34:17 +00:00
..
adodb Initial revision 2003-10-19 19:05:23 +00:00
class.accounts_contacts.inc.php Remove ANCIENT use of global 2003-12-14 17:24:19 +00:00
class.accounts_ldap.inc.php add a first and last name for auto created accounts too 2004-01-25 22:38:26 +00:00
class.accounts_shared.inc.php intval -> (int), replace gettype() and ereg functions where possible 2003-12-14 17:18:41 +00:00
class.accounts_sql.inc.php move check for auth object 2004-01-26 03:22:15 +00:00
class.accounts.inc.php
class.acl.inc.php intval -> (int), replace gettype() and ereg_replace() where possible 2003-12-14 17:07:16 +00:00
class.applications.inc.php intval -> (int) 2003-12-20 18:26:24 +00:00
class.arrayfunctions.inc.php make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
class.asyncservice.inc.php intval -> (int), replace gettype() and ereg_replace() where possible 2003-12-14 17:07:16 +00:00
class.auth_http.inc.php Move password functions to auth class; Add support for new encryption types in setup 2004-01-18 21:12:53 +00:00
class.auth_ldap.inc.php ensure integer value sent to avoid badfilter 2004-01-26 03:24:40 +00:00
class.auth_mail.inc.php Move password functions to auth class; Add support for new encryption types in setup 2004-01-18 21:12:53 +00:00
class.auth_nis.inc.php Move password functions to auth class; Add support for new encryption types in setup 2004-01-18 21:12:53 +00:00
class.auth_sql.inc.php Add SMD5 hashing for sql and ldap based on my debian experience today 2004-01-26 03:01:54 +00:00
class.auth_sqlssl.inc.php Move password functions to auth class; Add support for new encryption types in setup 2004-01-18 21:12:53 +00:00
class.auth.inc.php Add SMD5 hashing for sql and ldap based on my debian experience today 2004-01-26 03:01:54 +00:00
class.browser.inc.php Another spell-check and wrapper added 2003-12-28 14:54:17 +00:00
class.categories.inc.php fix id2name not returning cat_name. This avoided category names to be shown in phpbrain 2004-01-16 17:57:19 +00:00
class.clientsniffer.inc.php
class.common.inc.php move check for auth object 2004-01-26 03:22:15 +00:00
class.config.inc.php fix to allow the apps to unset values in config_data, to get them deleted, also use stored value to determine if value has changed and not need read it again 2003-11-08 22:30:06 +00:00
class.contacts_ldap.inc.php use foreach where possible vs. reset/while; Move extra loop in read() and read_single_entry() into the existing loop in sql/ldap classes. 2004-01-24 15:57:57 +00:00
class.contacts_sql.inc.php use foreach where possible vs. reset/while; Move extra loop in read() and read_single_entry() into the existing loop in sql/ldap classes. 2004-01-24 15:57:57 +00:00
class.contacts.inc.php use foreach where possible vs. reset/while; Move extra loop in read() and read_single_entry() into the existing loop in sql/ldap classes. 2004-01-24 15:57:57 +00:00
class.country.inc.php format 2003-12-05 13:48:29 +00:00
class.crypto.inc.php backport fix for php5 error on cleanup() 2003-12-14 17:06:11 +00:00
class.datetime.inc.php enable more debug output 2004-01-22 20:52:14 +00:00
class.db_msql.inc.php Added support for specifying the database port number 2003-12-08 04:50:23 +00:00
class.db_mssql.inc.php add empty functions for create_database() 2004-01-26 03:23:06 +00:00
class.db_mysql.inc.php Allow local socket connection to MySQL DBs, from bug #878395 2004-01-17 19:42:02 +00:00
class.db_odbc.inc.php add empty functions for create_database() 2004-01-26 03:23:06 +00:00
class.db_oracle.inc.php add empty functions for create_database() 2004-01-26 03:23:06 +00:00
class.db_pgsql.inc.php modified lock and unlock to return always '1' and to execute no code 2003-12-08 08:07:19 +00:00
class.db_sybase.inc.php add empty functions for create_database() 2004-01-26 03:23:06 +00:00
class.db.inc.php intval -> (int), remove unnecessary switch statement 2003-12-14 16:50:34 +00:00
class.error.inc.php
class.errorlog.inc.php intval -> (int), replace gettype() and ereg_replace() where possible 2003-12-14 17:07:16 +00:00
class.gdgraph.inc.php formatting 2004-01-10 15:14:01 +00:00
class.gdimage.inc.php formatting 2004-01-10 15:14:01 +00:00
class.graphics.inc.php
class.historylog.inc.php intval -> (int), replace gettype() and ereg_replace() where possible 2003-12-14 17:07:16 +00:00
class.hooks.inc.php typo fix 2003-11-19 15:16:37 +00:00
class.html.inc.php import htmlarea 3.0beta 2004-01-08 09:03:17 +00:00
class.http_dav_client.inc.php
class.http.inc.php intval -> (int), replace gettype() and ereg_replace() where possible 2003-12-14 17:07:16 +00:00
class.interserver.inc.php Replace gettype() where possible 2003-12-14 17:29:52 +00:00
class.javascript.inc.php fix to allow to set more then one onLoad parameter in the body tag: the get concated, so dont forget the ';' after each one!!! 2004-01-08 09:06:15 +00:00
class.jscalendar.inc.php fixed the header 2004-01-08 09:07:07 +00:00
class.kses.inc.php
class.listbox.inc.php
class.log.inc.php
class.matrixview.inc.php
class.menutree.inc.php
class.mime_magic.inc.php really fix Id string 2004-01-10 15:18:52 +00:00
class.net_http_client.inc.php
class.network.inc.php spell check 2004-01-07 09:17:15 +00:00
class.nextmatchs.inc.php Fix error in nextmatchs (oops) switch tpl class to foreach() 2004-01-02 06:11:21 +00:00
class.phpgw.inc.php fix some formatting issues 2004-01-26 03:31:56 +00:00
class.phpmailer.inc.php
class.ping.inc.php ereg replaced 2003-12-15 01:19:54 +00:00
class.portalbox.inc.php let egw search for the right image type 2003-11-26 22:37:40 +00:00
class.preferences.inc.php fix string offset error - maybe php5 only 2003-12-27 18:05:20 +00:00
class.resultbox.inc.php
class.rssparser.inc.php
class.sbox2.inc.php intval -> (int) 2003-12-20 18:26:24 +00:00
class.sbox.inc.php replace gettype() 2003-12-14 17:31:24 +00:00
class.schema_proc_array.inc.php
class.schema_proc_mssql.inc.php fixed schemaproc to create indexes and enhanced syntax to create multicolum indexes and unique keys 2003-10-21 18:09:58 +00:00
class.schema_proc_mysql.inc.php missed one call in last commit 2003-12-18 02:27:03 +00:00
class.schema_proc_pgsql.inc.php fix for changing non-nullable fields in postgres 2004-01-25 06:40:59 +00:00
class.schema_proc.inc.php Avoid multiple NOT NULL parameters, as with MySQL auto_increment fields 2004-01-18 02:23:48 +00:00
class.send.inc.php encode_subject(): remove unnecessary CR's as some mail-scanners complain about them 2003-11-23 10:41:19 +00:00
class.service_contacts.inc.php
class.service_notes.inc.php
class.service_schedule.inc.php
class.service.inc.php
class.sessions_db.inc.php fixed php4-sessions to work with xmlrpc, our sessionid is now identical to the php4 sessionid 2003-10-21 10:46:33 +00:00
class.sessions_php4.inc.php small fix to get sitemgr working with php4 sessions 2003-12-29 21:10:46 +00:00
class.sessions.inc.php intval() -> (int) 2003-12-13 15:03:23 +00:00
class.setup_detection.inc.php fix email address 2004-01-07 09:22:07 +00:00
class.setup_html.inc.php This should fix the detection and setting of passwords in the header 2004-01-20 13:16:45 +00:00
class.setup_process.inc.php Show correct copyright for this file 2003-12-28 15:19:25 +00:00
class.setup_translation.inc.php
class.setup.inc.php fix bad var name in account add 2004-01-26 03:26:11 +00:00
class.smtp.php
class.soap_client.inc.php
class.soap_parser.inc.php
class.soap_server.inc.php
class.soapclient.inc.php
class.soapmsg.inc.php
class.soapval.inc.php
class.Template_experimental.inc.php
class.Template.inc.php Fix error in nextmatchs (oops) switch tpl class to foreach() 2004-01-02 06:11:21 +00:00
class.translation_file.inc.php Updated to work with current code (somewhat) 2003-10-19 15:15:00 +00:00
class.translation_sql.inc.php Cleanup format of if() 2004-01-25 21:29:20 +00:00
class.translation.inc.php
class.utilities.inc.php
class.validator.inc.php
class.vcard.inc.php minor change to encode/decode 2004-01-26 03:30:16 +00:00
class.vfs_dav.inc.php
class.vfs_shared.inc.php
class.vfs_sql.inc.php
class.vfs.inc.php
class.wsdl.inc.php
class.xml.inc.php
class.xmlrpc_client.inc.php
class.xmlrpc_server_epi.inc.php Add initial version of server class using EPI xml-rpc; default to use old class for now with no config 2004-01-17 18:41:34 +00:00
class.xmlrpc_server_php.inc.php Add initial version of server class using EPI xml-rpc; default to use old class for now with no config 2004-01-17 18:41:34 +00:00
class.xmlrpc_server.inc.php Add initial version of server class using EPI xml-rpc; default to use old class for now with no config 2004-01-17 18:41:34 +00:00
class.xmlrpcmsg.inc.php ereg_replaceD 2004-01-26 03:33:09 +00:00
class.xmlrpcresp.inc.php
class.xmlrpcval.inc.php
common_functions.inc.php add stripslashes for a second level for arrays 2004-01-20 05:28:04 +00:00
footer.inc.php Prefixed code that generates PHP notices with a '@' to minimize new user confusion. 2003-10-24 04:38:48 +00:00
functions.inc.php switch to _GET and remove stray whitespace 2004-01-26 03:34:17 +00:00
htmlarea-lang.php import htmlarea 3.0beta 2004-01-08 09:03:17 +00:00
jscalendar-setup.php import htmlarea 3.0beta 2004-01-08 09:06:40 +00:00
phpgw_mime.types
soap_functions.inc.php
soaplib.soapinterop.php Rollback soap server class to workable state, make login/logout work 2001-12-10 02:09:17 +00:00
xml_functions.inc.php
xmlrpc.interop.php use str_replace() where possible 2003-12-20 18:29:02 +00:00