egroupware/phpgwapi/inc
2001-12-30 04:58:39 +00:00
..
class.accounts_contacts.inc.php
class.accounts_ldap_old.inc.php
class.accounts_ldap.inc.php Cleanups for a few warnings. 2001-12-29 02:37:22 +00:00
class.accounts_shared.inc.php fixed very minor inline doc text 2001-12-25 09:22:31 +00:00
class.accounts_sql.inc.php updated some inline comments for me to better test the inilinedocparser 2001-12-24 22:48:40 +00:00
class.accounts.inc.php
class.acl.inc.php i sure do like formatting code 2001-12-11 01:14:43 +00:00
class.applications.inc.php Disable a couple of functions 2001-12-13 06:23:42 +00:00
class.auth_http.inc.php Please test - commiting changes for use with register_globals off 2001-09-25 14:52:10 +00:00
class.auth_ldap.inc.php
class.auth_mail.inc.php
class.auth_nis.inc.php remove extra ")" 2001-12-08 15:37:34 +00:00
class.auth_sql.inc.php
class.auth_sqlssl.inc.php Please test - commiting changes for use with register_globals off 2001-09-25 14:52:10 +00:00
class.auth.inc.php Using GLOBALS 2001-08-30 19:40:44 +00:00
class.browser.inc.php Fixed a quote/tick problem. 2001-12-27 15:17:29 +00:00
class.categories.inc.php Should be backwards compatible! Will now allow the formated_list() method to be called by ExecMethod(). This is now done by setting the format variable equal to an associated array. 2001-12-29 19:31:52 +00:00
class.clientsniffer.inc.php
class.common.inc.php updated for changing the hover images 2001-12-30 04:58:39 +00:00
class.config.inc.php
class.contacts_ldap.inc.php Fix for get_form() when testing serialization; rename get_list() to index(); ldap 2001-12-28 04:29:31 +00:00
class.contacts_shared.inc.php formatting 2001-12-08 21:55:13 +00:00
class.contacts_sql.inc.php
class.contacts.inc.php
class.country.inc.php
class.crypto.inc.php Remove email-specific functions 2001-12-28 15:31:06 +00:00
class.datetime.inc.php
class.db_msql.inc.php
class.db_mssql.inc.php Applied fix from Bradley Bell to enable epoch date usage. 2001-12-14 03:42:17 +00:00
class.db_mysql.inc.php formatting 2001-12-28 05:25:07 +00:00
class.db_odbc.inc.php
class.db_oracle.inc.php
class.db_pgsql.inc.php format elseif for consistency 2001-12-28 06:02:30 +00:00
class.db_sybase.inc.php
class.db.inc.php
class.error.inc.php formatting 2001-12-28 05:32:59 +00:00
class.errorlog.inc.php formatting 2001-12-28 05:32:59 +00:00
class.graphics.inc.php
class.historylog.inc.php
class.hooks.inc.php formatting 2001-12-24 04:55:24 +00:00
class.http.inc.php
class.interserver.inc.php Changes to soap functions 2001-12-10 02:09:31 +00:00
class.listbox.inc.php
class.log.inc.php
class.matrixview.inc.php
class.menutree.inc.php
class.network.inc.php
class.nextmatchs.inc.php format elseif for consistency 2001-12-28 06:02:30 +00:00
class.phpgw.inc.php add globals to naked php_self in function redirect, comment out some broken code in template linux-at-work 2001-12-12 19:34:29 +00:00
class.portalbox.inc.php
class.preferences.inc.php remove some extra spaces and tabs, change all print_r to _debug_array() calls 2001-12-24 04:53:07 +00:00
class.resultbox.inc.php
class.rssparser.inc.php
class.sbox2.inc.php Applied patch #492246. 2001-12-24 15:34:08 +00:00
class.sbox.inc.php
class.send.inc.php
class.service_contacts.inc.php
class.service_notes.inc.php
class.service_schedule.inc.php
class.service.inc.php
class.sessions.inc.php Changes for hopefully better handling of the global crypto object; remove 2001-12-27 15:48:42 +00:00
class.soap_client.inc.php
class.soap_parser.inc.php
class.soap_server.inc.php Rollback soap server class to workable state, make login/logout work 2001-12-10 02:09:17 +00:00
class.soapclient.inc.php
class.soapmsg.inc.php Rollback soap server class to workable state, make login/logout work 2001-12-10 02:09:17 +00:00
class.soapval.inc.php Rollback soap server class to workable state, make login/logout work 2001-12-10 02:09:17 +00:00
class.Template_new.inc.php
class.Template.inc.php formatting... 2001-12-24 05:24:57 +00:00
class.translation_file.inc.php
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 This will now allow RELATIVE_USER_APP to work correctly for the acl_check function. 2001-12-29 18:34:04 +00:00
class.vfs.inc.php
class.wsdl.inc.php
class.xml.inc.php added a php class that allow us to parse XML files without having php XML 2001-05-08 23:26:42 +00:00
class.xmlrpc_client.inc.php Finally fix return values, I hope 2001-12-06 15:51:06 +00:00
class.xmlrpc_server.inc.php Return fault code 9 'Access denied' if no app access 2001-12-28 18:41:33 +00:00
class.xmlrpcmsg.inc.php ha element is a string 2001-12-07 21:51:36 +00:00
class.xmlrpcresp.inc.php Finally fix return values, I hope 2001-12-06 15:51:06 +00:00
class.xmlrpcval.inc.php php3 "fix" 2001-12-07 21:53:12 +00:00
footer.inc.php
functions.inc.php Changed the menuaction to GLOBALS['HTTP_GET_VARS']['menuaction'] 2001-12-29 18:02:51 +00:00
php3_support_functions.inc.php Add array_pop(); test and confirm array_pop/array_shift; add comments to each 2001-12-28 07:07:32 +00:00
phpgw_mime.types New mime types added. 2001-12-15 04:25:24 +00:00
soap_functions.inc.php Rollback soap server class to workable state, make login/logout work 2001-12-10 02:09:17 +00:00
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 Return fault code 9 'Access denied' if no app access 2001-12-28 18:41:33 +00:00
xmlrpc.interop.php Minor formatting change 2001-12-04 13:49:56 +00:00