..
adodb
added patch from raphaelpereira-AT-gmail.com to allow creation of the DB under Postgres again
2005-09-06 10:14:43 +00:00
class.accounts_ldap.inc.php
backported two bugfixes from HEAD:
2005-11-04 07:01:23 +00:00
class.accounts_sql.inc.php
fix the fix
2004-08-31 15:16:56 +00:00
class.accounts.inc.php
fix for bug [ 1007816 ] error message
2004-08-25 20:04:48 +00:00
class.acl.inc.php
applied patch from Cornelius Weiss: fixes some probs with xmlrpc too
2005-04-13 08:58:03 +00:00
class.asyncservice.inc.php
killed warnings if executables not found
2004-08-06 12:37:08 +00:00
class.auth_ldap.inc.php
Correct a variable name, it should be "$_account_id" not "$account_id"
2004-12-14 02:13:59 +00:00
class.auth_pam.inc.php
Fix broken PAM authentication
2005-05-24 13:01:43 +00:00
class.categories.inc.php
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
2004-07-25 01:34:59 +00:00
class.common.inc.php
- re-write display_fullname to be more readable and suck much less
2004-08-26 18:38:43 +00:00
class.contacts_ldap.inc.php
fix an usort sideeffect
2005-09-30 16:05:35 +00:00
class.contacts_sql.inc.php
fixed search on text-columns: MsSQL need to cast the column to varchar
2004-09-19 12:35:44 +00:00
class.contacts.inc.php
fix PHP3 legacy performance bug and use usort() for sorting ldap_search results.
2005-09-28 11:58:04 +00:00
class.crypto.inc.php
Fix strange bugs.
2004-09-30 12:21:08 +00:00
class.db.inc.php
fixed not working charset conversation in setup
2005-04-15 14:20:14 +00:00
class.errorlog.inc.php
fixing bug [ 992090 ] Could not log out
2004-07-21 10:12:17 +00:00
class.html.inc.php
fixed bug [ 1106069 ] bad hypertext link creation when '&' is in the URL
2005-02-09 16:49:47 +00:00
class.jscalendar.inc.php
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
2005-02-09 10:35:28 +00:00
class.nextmatchs.inc.php
fixing the fix ;-)
2004-08-23 18:42:30 +00:00
class.preferences.inc.php
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
2004-07-25 01:34:59 +00:00
class.schema_proc_mssql.inc.php
replaced unnecessary ereg_replace, which caused trouble with mbstring.function_overload=7
2004-08-01 07:58:26 +00:00
class.schema_proc_mysql.inc.php
fixed error with fulltext indexes (eg. in the wiki), when the default-type-type is set to InnoDB, which is eg. the default for some newer windows installs or mysql 4.1.x
2005-02-04 10:46:21 +00:00
class.schema_proc_pgsql.inc.php
fix for bug [ 1062480 ] case error in schema_proc_pgsql
2004-11-08 16:14:48 +00:00
class.schema_proc.inc.php
fixed creation of multi-column indexes
2004-08-17 14:06:28 +00:00
class.send.inc.php
fixed typo that wasn't allowing phpmailer to authenticate to smtp server when needed
2004-07-21 21:16:21 +00:00
class.sessions_db.inc.php
fixed some of our sessions problems:
2004-08-27 13:13:37 +00:00
class.sessions_php4.inc.php
killed warning of destroying an uninitialised session:
2004-09-13 07:38:58 +00:00
class.sessions.inc.php
fixed the dynamic loading of the session extension (was missing the PHP_SHLIB_{PREFIX&SUFFIX})
2005-03-07 06:42:17 +00:00
class.setup_detection.inc.php
fixed the code, which was not working after the right table-name was used ;-)
2004-07-22 18:38:42 +00:00
class.setup_process.inc.php
Thank you to Raphael and Vinicius from Thyamad/Brazil which fix the broken update for Debian Woody. After a change between 003 and 005 it was NOT longer possible to update a Woody eGW installation. Sometimes it need only a good will to fix a problem
2004-09-29 20:06:41 +00:00
class.setup.inc.php
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
2004-07-25 01:34:59 +00:00
class.soap_server.inc.php
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:33:56 +00:00
class.translation_sql.inc.php
fixed MsSQL problem: DISTINCT on text column in function get_installed_charsets
2004-09-19 12:53:05 +00:00
class.vfs_shared.inc.php
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
2004-07-25 01:34:59 +00:00
class.vfs_sql.inc.php
Fix the bug: Fail to create text files that contain multibyte
2004-09-06 03:53:00 +00:00
class.xmlrpc_client.inc.php
Additional fix to rollback to phpgw_info array for this branch
2005-08-18 12:43:53 +00:00
class.xmlrpc_server_epi.inc.php
Yet another change for compat
2005-08-19 12:33:21 +00:00
class.xmlrpc_server_php.inc.php
the xmlrpc log should be off be default, as it contains everything in cleartext (eg. passwords) and it is in most distros world readable
2005-09-20 10:13:09 +00:00
class.xmlrpc_server.inc.php
Yet another change for compat
2005-08-19 12:33:21 +00:00
class.xmlrpcmsg.inc.php
Add changes from HEAD branch for security update to XMLRPC
2005-08-15 15:33:05 +00:00
class.xmlrpcresp.inc.php
Add changes from HEAD branch for security update to XMLRPC
2005-08-15 15:33:05 +00:00
class.xmlrpcval.inc.php
Add changes from HEAD branch for security update to XMLRPC
2005-08-15 15:33:05 +00:00
common_functions.inc.php
fixed problems pointed out by gulftech
2005-03-15 15:41:31 +00:00
functions.inc.php
Fix for occassional session-verification problem
2004-11-03 05:02:25 +00:00
htmlarea-lang.php
added content-type header with correct charset to override the webservers default
2004-11-15 08:58:05 +00:00
jscalendar-setup.php
added content-type header with correct charset to override the webservers default
2004-11-15 08:58:05 +00:00
xml_functions.inc.php
Yet another change for compat
2005-08-19 12:33:21 +00:00