egroupware/phpgwapi/inc
2002-05-26 08:23:49 +00:00
..
class.accounts_contacts.inc.php GNU Patch #246. 2002-04-21 17:42:40 +00:00
class.accounts_ldap.inc.php this should be a fix for the account_type setting in get_list, but it is hard to believe it was actually this broken 2002-05-05 02:51:26 +00:00
class.accounts_shared.inc.php
class.accounts_sql.inc.php cancel quotes in search string 2002-05-07 12:54:12 +00:00
class.accounts.inc.php
class.acl.inc.php
class.app_registry.inc.php
class.applications.inc.php
class.auth_http.inc.php
class.auth_ldap.inc.php
class.auth_mail.inc.php
class.auth_nis.inc.php
class.auth_sql.inc.php
class.auth_sqlssl.inc.php
class.auth.inc.php
class.browser.inc.php OK, maybe this fixes IE downloads (part of GNU patch #136) 2002-04-24 13:27:46 +00:00
class.categories.inc.php A few changes to bring in line with what the phpGW.org site is running. 2002-04-27 22:14:33 +00:00
class.clientsniffer.inc.php
class.common.inc.php added lang() call to the msgbox error text 2002-05-26 08:23:49 +00:00
class.config.inc.php Fix for addressbook custom fields 2002-04-13 03:34:23 +00:00
class.contacts_ldap.inc.php Part two of two - implement filter by first char of last name, fullname, or company (for now) 2002-05-13 00:43:57 +00:00
class.contacts_shared.inc.php Better ldap filtering (GNU Bug# 100340) 2002-04-24 12:15:31 +00:00
class.contacts_sql.inc.php case-insensitive check for 1st char (some rdbms) 2002-05-13 23:39:30 +00:00
class.contacts.inc.php
class.country.inc.php
class.crypto.inc.php
class.datetime.inc.php Added GNU Feature Request #100744. 2002-04-17 23:43:29 +00:00
class.db_msql.inc.php
class.db_mssql.inc.php
class.db_mysql.inc.php Had a - instead of an =. 2002-04-17 15:31:53 +00:00
class.db_odbc.inc.php
class.db_oracle.inc.php Fix for Oracle support. 2002-04-18 19:14:25 +00:00
class.db_pgsql.inc.php
class.db_sybase.inc.php
class.db.inc.php
class.error.inc.php
class.errorlog.inc.php
class.graphics.inc.php
class.historylog.inc.php
class.hooks.inc.php
class.http.inc.php
class.interserver.inc.php
class.listbox.inc.php
class.log.inc.php
class.matrixview.inc.php
class.menutree.inc.php
class.msg_base_sock.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_base.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_imap_sock.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_imap.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_nntp_sock.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_nntp.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_pop3_sock.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg_pop3.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.msg.inc.php adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
class.network.inc.php GNU Patch #301. 2002-05-13 23:40:56 +00:00
class.nextmatchs.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.php_ext.inc.php Clear up syntax error, but trapping dl errors is still impossible... 2002-04-22 00:01:18 +00:00
class.phpgw.inc.php
class.ping.inc.php
class.portalbox.inc.php php3 failed to set the controls, now checking for is_array vs. != '' 2002-03-31 14:22:08 +00:00
class.preferences.inc.php same as previous commit, but for the delete 2002-05-19 22:59:00 +00:00
class.resultbox.inc.php
class.rssparser.inc.php
class.sbox2.inc.php
class.sbox.inc.php It was missing a '. 2002-04-15 04:03:09 +00:00
class.schema_proc_array.inc.php Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
class.schema_proc_mssql.inc.php Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
class.schema_proc_mysql.inc.php Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
class.schema_proc_pgsql.inc.php Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
class.schema_proc.inc.php Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
class.send.inc.php This should fix the sending of any emails and the saving to the users sent folder. 2002-04-12 14:21:57 +00:00
class.service_contacts.inc.php
class.service_notes.inc.php update to reflect new classnames 2002-03-20 03:35:42 +00:00
class.service_schedule.inc.php
class.service_todo.inc.php update to reflect new classnames 2002-03-20 03:35:42 +00:00
class.service.inc.php
class.sessions_db.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.sessions_php4.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.sessions.inc.php
class.setup_detection.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.setup_html.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.setup_process.inc.php
class.setup_translation.inc.php More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
class.setup.inc.php add remote ip check function (not used) 2002-05-11 19:30:10 +00:00
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.tar.inc.php Added new class for reading/writing tar(gz) files. This was written by 2002-04-20 16:31:16 +00:00
class.Template_experimental.inc.php
class.Template.inc.php added msgbox and now have templates class auto add the navbar values 2002-05-24 19:15:24 +00:00
class.translation_file.inc.php add home app for loading all langs 2002-05-21 03:03:22 +00:00
class.translation_sql.inc.php
class.translation.inc.php
class.utilities.inc.php
class.validator.inc.php
class.vcard.inc.php
class.vfs_sql.inc.php GNU Patch #108. 2002-04-08 14:23:27 +00:00
class.vfs.inc.php
class.wsdl.inc.php
class.xml.inc.php
class.xmlrpc_client.inc.php
class.xmlrpc_server.inc.php
class.xmlrpcmsg.inc.php
class.xmlrpcresp.inc.php
class.xmlrpcval.inc.php
common_functions.inc.php Added the SERVER usage for HTTP_SERVER_VARS, and added the 4.2.0 check to use the newer [common_functions.inc.php>method>]. 2002-04-30 03:01:01 +00:00
footer.inc.php made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
functions.inc.php added msgbox and now have templates class auto add the navbar values 2002-05-24 19:15:24 +00:00
php3_support_functions.inc.php remove echo 2002-04-20 16:57:56 +00:00
phpgw_mime.types
soap_functions.inc.php
soaplib.soapinterop.php
xml_functions.inc.php
xmlrpc.interop.php