egroupware_official/phpgwapi/inc
Ralf Becker dd45443d8e "fix for bug #486: InfoLog removes https from urls on display
and some other fixes in the activation of url's"
2007-04-26 12:32:03 +00:00
..
adodb
fpdf add pdml class as fpdf extension and plus API wrapper the pdml class 2007-01-15 15:35:00 +00:00
horde RRULE should not be escaped by this class in egw, because it's generated with ; in it 2007-04-24 09:33:22 +00:00
savant2
class.accounts_ldap.inc.php write a empty memberuid array to ldap only when updating groups 2007-03-20 09:24:22 +00:00
class.accounts_sql.inc.php fixed not working removal of group-memberships via edit-group 2006-10-19 17:11:35 +00:00
class.accounts.inc.php "- fixed docu of search method: order and sort were exchanged 2007-01-08 08:57:33 +00:00
class.acl.inc.php quietend a warning happening if no use set in login 2006-12-25 11:02:54 +00:00
class.applications.inc.php
class.arrayfunctions.inc.php
class.asyncservice.inc.php
class.auth_ads.inc.php
class.auth_http.inc.php
class.auth_ldap.inc.php changed the authticate method to use common::ldapConnect() and not do it yourself, which fails as the ldap-version3 attribute no longer exists 2006-06-09 00:07:57 +00:00
class.auth_mail.inc.php fix to NOT use tls for IMAP 2006-06-07 06:49:08 +00:00
class.auth_nis.inc.php
class.auth_pam.inc.php
class.auth_sql.inc.php
class.auth_sqlssl.inc.php
class.auth.inc.php Fix for types other than md5 and crypt, e.g. SSHA where the the type is contained in the text of the password 2006-06-20 09:50:00 +00:00
class.bolink.inc.php added a small default registry for f(elami)mail, to list it in the quick add menu, without really supporting linking with mails 2006-12-12 14:40:03 +00:00
class.browser.inc.php
class.categories.inc.php
class.common.inc.php make sure that we are really working with a object. That's not always true, when using SyncML for example. 2007-01-24 16:38:46 +00:00
class.config.inc.php fixed not working save_value() method, if read_repository was not called 2006-08-17 14:32:25 +00:00
class.contacts.inc.php fixed sql error in compatibility function old_read (colum-prefix was not added) 2006-09-11 10:48:54 +00:00
class.contenthistory.inc.php
class.country.inc.php - include US states from sbox 2006-07-06 22:52:50 +00:00
class.creditspoint.inc.php refund action added 2007-03-08 09:10:52 +00:00
class.crypto.inc.php
class.db_backup.inc.php
class.db.inc.php
class.dragdrop.inc.php dragdrop class: with addCustom() now custom DHTML objects are possible, not just draggables and droppables 2007-01-05 23:07:35 +00:00
class.egw_datetime.inc.php renamed datetime class to egw_datetime to support php5.2 2006-10-22 06:39:49 +00:00
class.egw_db.inc.php - fix bug in egw_db so that it will always work with postgresql if using external db's 2006-12-20 15:18:27 +00:00
class.egw_framework.inc.php "manual link was not working, if session.use_transsid was switched on - thought it seems not to be used, as we take care of transporting the session-id. Maybe it's different between php4 and php5, as I remember is was necessary some time ago. Anyway ... " 2007-04-24 12:49:25 +00:00
class.egw.inc.php "- removed =& in the creation of the framework object because of problems with php4, php5 does not matter anyway" 2007-04-15 08:43:39 +00:00
class.error.inc.php
class.errorlog.inc.php fix 2006-06-14 23:43:53 +00:00
class.graphics.inc.php
class.historylog.inc.php fixed not working delete 2006-08-12 08:46:20 +00:00
class.hooks.inc.php
class.html.inc.php "fix for bug #486: InfoLog removes https from urls on display 2007-04-26 12:32:03 +00:00
class.http_dav_client.inc.php
class.http.inc.php
class.interserver.inc.php
class.javascript.inc.php preserve already correctly quoted single quotes 2006-10-22 11:35:58 +00:00
class.jscalendar.inc.php strstr -> strpos fix by thomas koch 2006-12-07 12:46:08 +00:00
class.kses.inc.php added a new option, to filter the allowed attribute values by regular expression 2006-08-29 18:45:17 +00:00
class.ldap.inc.php restructured ldap connect function 2006-10-28 08:38:17 +00:00
class.ldapserverinfo.inc.php
class.listbox.inc.php
class.log.inc.php
class.mime_magic.inc.php
class.net_http_client.inc.php
class.network.inc.php
class.nextmatchs.inc.php hack to deal with no more $GLOBALS['egw_info']['theme'] 2006-12-17 10:44:10 +00:00
class.PclZip.inc.php
class.pdf.inc.php
class.pdmlwrapper.inc.php add pdml class as fpdf extension and plus API wrapper the pdml class 2007-01-15 15:35:00 +00:00
class.phpmailer.inc.php added functionality to add multiple html / text parts to the message 2006-09-28 18:46:27 +00:00
class.portalbox.inc.php Upps portalbox in home also used phpgw_info based themes 2006-12-17 11:45:09 +00:00
class.preferences.inc.php some more stupid php5.2 fixes 2006-12-21 14:10:59 +00:00
class.resultbox.inc.php
class.rssparser.inc.php
class.schema_proc.inc.php - fix bug in egw_db so that it will always work with postgresql if using external db's 2006-12-20 15:18:27 +00:00
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_db.inc.php - setting the cookie path, allows to login to different eGW installs (if you want to use this together with the 1.2, you have to copy the 3 modified session-classes there too) 2006-09-24 06:53:34 +00:00
class.sessions_php4.inc.php phpgw --> egw 2006-09-24 16:27:39 +00:00
class.sessions.inc.php "get WebDAV working again after the last change in the session class: 2007-04-07 09:44:39 +00:00
class.smbhash.inc.php
class.smtp.php added support for fetching body and header for composed email 2006-06-23 19:13:22 +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.solink.inc.php - new method get_3links, to get all links from a given app's entries to an other app's entries, which both link to the same 3. app and id 2006-08-26 15:58:26 +00:00
class.Template.inc.php add another variant to strip the last dirctory name(should be more failsave now 2007-02-01 15:36:39 +00:00
class.tplsavant2.inc.php - More information why people have no access to app. Users often think they did not log in 2007-03-29 21:01:11 +00:00
class.translation.inc.php make sure the mbstring supports get always enabled. It's needed for the imap conversion(utf-7 => systemcharset). 2007-02-27 20:04:26 +00:00
class.uiaccountsel.inc.php "bugfix: primary-group of current user was read from not always set $GLOBALS['egw']->accounts->data, instead just from $GLOBALS['egw_info']['user']" 2007-04-26 11:52:47 +00:00
class.validator.inc.php
class.vcard.inc.php
class.vfs_customfields.inc.php
class.vfs_dav.inc.php
class.vfs_mimetypes.inc.php
class.vfs_prefixes.inc.php
class.vfs_sharing.inc.php
class.vfs_sql2.inc.php
class.vfs_sql.inc.php some more stupid php5.2 fixes 2006-12-22 06:33:01 +00:00
class.vfs_versionsystem.inc.php
class.vfs_webdav_server.inc.php fixed bug: delete always deleted the parent-dir too 2006-06-23 17:43:07 +00:00
class.vfs.inc.php some more stupid php5.2 fixes 2006-12-22 06:33:01 +00:00
class.wsdl.inc.php
class.xml.inc.php
class.xmlrpc_client.inc.php
class.xmlrpc_server_epi.inc.php
class.xmlrpc_server_php.inc.php
class.xmlrpc_server.inc.php
class.xmlrpcmsg.inc.php
class.xmlrpcresp.inc.php Correct spelling of function name. More to come... 2006-06-15 11:38:21 +00:00
class.xmlrpcval.inc.php Correct spelling of function name. More to come... 2006-06-15 11:38:21 +00:00
common_functions.inc.php renamed datetime class to egw_datetime to support php5.2 2006-10-22 06:39:49 +00:00
functions.inc.php made the session restore a bit more robust: if the session object could not be restored, destroy and re-create it 2007-01-04 06:37:45 +00:00
htmlarea-lang.php
jscalendar-setup.php fixed not working jscalendar, if for some reason no default date- or timeformat was set in the (default) prefs 2006-07-31 19:43:21 +00:00
phpgw_mime.types
soap_functions.inc.php
soaplib.soapinterop.php
xajax.inc.php quitened these stupid php5.2 warnings: it seems stripos has the same problems as strstr and stristr, there for I changed everything to @stripos 2006-12-19 07:12:49 +00:00
xajaxResponse.inc.php quitened these stupid php5.2/mb_string warnings 2006-12-19 07:34:29 +00:00
xml_functions.inc.php Correct spelling of function name. More to come... 2006-06-15 11:38:21 +00:00
xmlrpc.interop.php