egroupware/phpgwapi/inc
Lars Kneschke 1ba36a6ca5 Horde::iCalendar vcalendar export bug
Special characters in text field are not scaped when events or todos are exported. For example, ',' in the description field are send literal. According to rfc2445 section 4.3.11 there are some characters which must be scaped or quoted. This patch tries to solved this problem.

patch contributed by Antoni Matamalas
2006-11-13 09:19:01 +00:00
..
adodb extra code for changing defaults under mssql 2006-04-09 10:53:31 +00:00
fpdf added class to create pdf file 2004-06-04 06:17:23 +00:00
horde Horde::iCalendar vcalendar export bug 2006-11-13 09:19:01 +00:00
savant2 Initial addition of the savant2 template engine and the egw-wrapper class.tplsavant2.inc.php Enjoy ;) 2005-05-26 19:38:09 +00:00
class.accounts_ldap.inc.php fixed adi's patch to allow again searching in other fields then the one used in account-filter (by default uid) 2006-10-28 09:32:04 +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 re-added the account-search-types lost in the rewrite of the accounts-class 2006-10-28 09:32:56 +00:00
class.acl.inc.php fixed doublicate key error, happening with some installs / php-versions on updating or adding acls 2006-10-15 09:21:59 +00:00
class.applications.inc.php fix for bug [ 1357995 ] LDAP account import errors 2005-11-20 08:03:06 +00:00
class.arrayfunctions.inc.php replace the crap 2004-08-09 13:46:03 +00:00
class.asyncservice.inc.php modernized asyncservice class and renamed phpgw_async to egw_async 2005-05-23 18:57:58 +00:00
class.auth_ads.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
class.auth_http.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
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 changed the following table-names: 2005-11-02 11:45:52 +00:00
class.auth_pam.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
class.auth_sql.inc.php fix typo 2005-11-22 22:32:21 +00:00
class.auth_sqlssl.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
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 caching the link-titles in the session 2006-10-04 08:23:28 +00:00
class.browser.inc.php move from old projct to new one 2004-05-05 12:06:13 +00:00
class.categories.inc.php fixed csv import: 2006-04-14 09:50:39 +00:00
class.common.inc.php caching the link-titles in the session 2006-10-04 08:23:28 +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 SyncML fixes 2006-05-17 03:33:50 +00:00
class.country.inc.php - include US states from sbox 2006-07-06 22:52:50 +00:00
class.creditspoint.inc.php For the initial release of Credits Point we need add one API class 2006-08-04 08:50:11 +00:00
class.crypto.inc.php Check for array or object on decrypt/unserialize. Return this even if empty. 2005-04-13 13:03:04 +00:00
class.db_backup.inc.php fixed not working system-charset conversation (now removed) with backup and re-install of backup with a different charset. A setable client encoding is used if availible. 2005-12-01 23:18:07 +00:00
class.db.inc.php renamed our db-class to egw_db to allow easier integration of other code (eg. Lars SyncML stuff which is partially from horde) 2005-06-19 12:43:00 +00:00
class.dragdrop.inc.php new dragdrop class -- Introduction in WIKI follows the next days 2006-11-05 09:59:38 +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 bugfix for db::expression: As the function has a variable number of arguments, you CAN NOT add further parameters !!! 2006-04-30 18:23:17 +00:00
class.egw.inc.php autocreate_session_callback can now return (beside false or true&account-data) also a session-id (by calling session::create($account) itself). That allows to handle wrong account-data yourself and NOT get redirected to login.php 2006-04-06 18:32:22 +00:00
class.error.inc.php move from old projct to new one 2004-05-05 12:06:13 +00:00
class.errorlog.inc.php fix 2006-06-14 23:43:53 +00:00
class.graphics.inc.php replace the crap 2004-08-09 13:20:26 +00:00
class.historylog.inc.php fixed not working delete 2006-08-12 08:46:20 +00:00
class.hooks.inc.php modernized and documented the hooks-class, phpgw_hooks --> egw_hooks 2005-11-13 06:58:38 +00:00
class.html.inc.php * reworked api call for fckeditor 2006-11-08 08:06:27 +00:00
class.http_dav_client.inc.php replace the crap 2004-08-09 13:46:03 +00:00
class.http.inc.php move from old projct to new one 2004-05-05 12:06:13 +00:00
class.interserver.inc.php phpgw_interserv --> egw_interserv 2005-11-13 11:55:07 +00:00
class.javascript.inc.php preserve already correctly quoted single quotes 2006-10-22 11:35:58 +00:00
class.jscalendar.inc.php upps 2006-09-12 11:55:54 +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 new classes to detect ldap capabilities 2006-04-26 06:01:21 +00:00
class.listbox.inc.php *** empty log message *** 2005-07-17 19:58:41 +00:00
class.log.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
class.mime_magic.inc.php phpgw->egw 2005-11-26 14:25:39 +00:00
class.net_http_client.inc.php fix for big files in web_dav as suggested by bug [ 964418 ] Downloading large files through webdav fails 2004-07-10 08:01:25 +00:00
class.network.inc.php phpgw->egw 2005-11-25 00:13:29 +00:00
class.nextmatchs.inc.php fixed bug: umlauts and other non-ascii chars got corrupted in a nextmatch search, when you scroll with left and right arrows, the search value got unnecessary urlencoded 2006-08-30 13:22:51 +00:00
class.PclZip.inc.php Some changes: 2005-06-18 20:43:14 +00:00
class.pdf.inc.php phpgw->egw 2005-11-26 14:25:39 +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 move from old projct to new one 2004-05-05 12:06:13 +00:00
class.preferences.inc.php new param to not invalidate the session-cache 2006-06-17 18:37:35 +00:00
class.resultbox.inc.php move from old projct to new one 2004-05-05 12:06:13 +00:00
class.rssparser.inc.php move from old projct to new one 2004-05-05 12:06:13 +00:00
class.schema_proc.inc.php fix: suppress index or unique index, which is already a primary key 2006-04-09 10:56:29 +00:00
class.send.inc.php bugfix suggested by <martinjcole-AT-gmail.com> 2006-04-24 20:20:48 +00:00
class.service_contacts.inc.php phpgw->egw 2005-11-26 14:25:39 +00:00
class.service_notes.inc.php Fix headers and adjust classname in schedule service 2004-11-30 13:40:46 +00:00
class.service_schedule.inc.php update for new calendar function 2005-11-26 15:37:14 +00:00
class.service.inc.php Fix headers and adjust classname in schedule service 2004-11-30 13:40:46 +00:00
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 fixed Pim's addition to the session class: session of the anon user is destroyed, if he tries to enter an application he has no rights to. The check was before the allowed applications have been read ;-) 2006-11-01 09:40:04 +00:00
class.smbhash.inc.php Creates LM and NT hashes natively in php 2005-12-25 10:56:54 +00:00
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 phpgw->egw 2005-11-26 14:25:39 +00:00
class.soap_parser.inc.php make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
class.soap_server.inc.php added configuration switch for xmlrpc and soap services (default off) 2005-09-10 10:39:36 +00:00
class.soapclient.inc.php add license info from original 2001-09-28 21:31:39 +00:00
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 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
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 change back the egwhack 2004-08-09 21:28:47 +00:00
class.tplsavant2.inc.php tplsavant enhancements needed for jinn and japie functionality 2006-05-22 17:53:56 +00:00
class.translation.inc.php new method to get the message_id of a phrase 2006-07-06 23:02:55 +00:00
class.uiaccountsel.inc.php allow to also specify an extra, first label, if an array with grants is given 2006-09-25 08:48:19 +00:00
class.validator.inc.php phpgw->egw 2005-11-25 00:20:34 +00:00
class.vcard.inc.php Adjust banner, cleanup formatting and use foreach() where possible 2004-01-31 19:48:34 +00:00
class.vfs_customfields.inc.php cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5 2006-03-22 06:58:49 +00:00
class.vfs_dav.inc.php for https:// url the port was detected as 80 2006-04-20 06:03:02 +00:00
class.vfs_mimetypes.inc.php cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5 2006-03-22 06:58:49 +00:00
class.vfs_prefixes.inc.php cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5 2006-03-22 06:58:49 +00:00
class.vfs_sharing.inc.php cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5 2006-03-22 06:58:49 +00:00
class.vfs_sql2.inc.php cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5 2006-03-22 06:58:49 +00:00
class.vfs_sql.inc.php Fix from István Pongrácz for acl-problems in filemanager under php4.3.2 2006-06-03 01:43:40 +00:00
class.vfs_versionsystem.inc.php fixed reference with clone, thanks to jpingle <jim-AT-hpcisp.com> from the user-list 2006-03-24 17:26:27 +00:00
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 added WebDAV access to filemanager, use the following URL: 2006-05-26 01:47:05 +00:00
class.wsdl.inc.php format, add headers 2001-10-17 22:08:38 +00:00
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 HEAD only: Add client from 2.0 lib - adds compression, proxy auth, etc. 2005-08-16 13:23:03 +00:00
class.xmlrpc_server_epi.inc.php Update lib to version 2.0; remove eval calls 2005-08-14 20:36:46 +00:00
class.xmlrpc_server_php.inc.php Patch 1424030 from Esben 2006-02-04 14:33:40 +00:00
class.xmlrpc_server.inc.php Update lib to version 2.0; remove eval calls 2005-08-14 20:36:46 +00:00
class.xmlrpcmsg.inc.php Update lib to version 2.0; remove eval calls 2005-08-14 20:36:46 +00:00
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
footer.inc.php new header-template to: 2005-03-03 10:45:52 +00:00
functions.inc.php some bug-fixes for the php sessions with restore: 2006-10-11 14:47:23 +00:00
htmlarea-lang.php phpgw->egw 2005-11-25 00:20:34 +00:00
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 New mime types added. 2001-12-15 04:25:24 +00:00
soap_functions.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
soaplib.soapinterop.php phpgw->egw 2005-11-26 14:25:39 +00:00
xajax.inc.php setting the correct charset for the new xajax version 2006-08-24 11:14:25 +00:00
xajaxResponse.inc.php update to new xajax version 2006-08-16 03:31:35 +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 Add missing credit to the original author, remove author credited in error 2004-11-22 02:53:55 +00:00