.. |
adodb
|
allow to limit size of index by appending it in brackets after the column name, eg. "column(32)", which is already supported by ADOdb, by was broken by our fix to always quote names, to allow column names which are reserved words, eg. "timestamp" in phpfreechat
|
2010-09-15 13:29:37 +00:00 |
fpdf/font/makefont
|
newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3
|
2010-09-15 19:19:53 +00:00 |
horde/Horde
|
Fix SyncML device info handling
|
2010-11-21 18:19:24 +00:00 |
htmlpurifier/library/HTMLPurifier
|
* core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated
|
2010-11-09 15:23:39 +00:00 |
xajax/xajax_js
|
do NOT return buttons, unless they are pressed
|
2010-10-12 14:17:31 +00:00 |
class.about.inc.php
|
* show package changelog inside EGroupware under about
|
2010-09-29 11:24:01 +00:00 |
class.auth_ldap.inc.php
|
debug switch to get Apache error_log message, why logins fail
|
2010-11-16 08:55:16 +00:00 |
class.categories.inc.php
|
fixed bug introduce in fix: no more serialized cat data (like calendar colors) were returned
|
2010-10-26 07:42:51 +00:00 |
class.common.inc.php
|
replace PHP5.3 deprecated ereg with preg_match
|
2010-11-27 09:42:22 +00:00 |
class.contacts.inc.php
|
preventing invalid birthdays stored with the datastore such as 0000-00-00 or 0.0.00 to transform to a birthday
|
2010-09-30 09:39:20 +00:00 |
class.contenthistory.inc.php
|
* SyncML performance patches for calendar datastore (merged r32053)
|
2010-09-18 12:34:58 +00:00 |
class.db_backup.inc.php
|
assumption if strlen>24 and not starting with " it is to be treated as bas64 encoded, falls short of postgres timestamps length; testing for strlen>26 now
|
2010-11-08 13:26:11 +00:00 |
class.egw_db.inc.php
|
fix for postgreSQL bug reported by Anthony Messina (amessina-at-messinet.com): sync_contentid is varchar(60) and need explicit cast: added egw_db->to_int($expr)
|
2010-09-10 07:11:22 +00:00 |
class.egw_digest_auth.inc.php
|
added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO), also added basic digest auth support from trunk
|
2010-09-27 08:06:58 +00:00 |
class.egw_framework.inc.php
|
* telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone)
|
2010-11-10 10:51:11 +00:00 |
class.egw_mailer.inc.php
|
* added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log
|
2010-09-15 09:10:12 +00:00 |
class.egw_session_files.inc.php
|
respect max_session_size of -1 correctly (no limit) while reading session files
|
2010-11-17 16:46:12 +00:00 |
class.egw_session.inc.php
|
added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO), also added basic digest auth support from trunk
|
2010-09-27 08:06:58 +00:00 |
class.egw_time.inc.php
|
if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp
|
2010-11-04 13:48:48 +00:00 |
class.egw_vfs.inc.php
|
set $options[need_mime] for $dirsontop, as it can NOT work otherwise
|
2010-11-09 12:58:06 +00:00 |
class.egw.inc.php
|
fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware
|
2010-11-12 09:14:54 +00:00 |
class.filesystem_stream_wrapper.inc.php
|
new mount option for filesystem streamwrapper to specify a download url, to be used instead of default webdav.php download, eg. if mounted directory is already in the docroot or mapped via an alias
|
2010-09-07 12:00:06 +00:00 |
class.groupdav_handler.inc.php
|
new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients
|
2010-10-31 07:58:40 +00:00 |
class.groupdav_hooks.inc.php
|
new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients
|
2010-10-31 07:58:40 +00:00 |
class.groupdav_principals.inc.php
|
* CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
|
2010-10-21 11:17:46 +00:00 |
class.groupdav.inc.php
|
switched off forgotten permanent error_log
|
2010-11-03 10:06:08 +00:00 |
class.hooks.inc.php
|
* CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
|
2010-10-21 11:26:47 +00:00 |
class.html.inc.php
|
hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not)
|
2010-12-20 21:00:53 +00:00 |
class.ldap.inc.php
|
LDAP tls support from trunk
|
2010-09-17 09:52:55 +00:00 |
class.nextmatchs.inc.php
|
fixed not working alternating nextmatch colors of groups in account selection popup
|
2010-11-02 13:30:28 +00:00 |
class.phpmailer.inc.php
|
handle deprecated warning set_magic_quotes_runtime, do not set magic quotes all the time, only when get_magic_quotes_runtime returns true
|
2010-11-25 15:04:52 +00:00 |
class.preferences.inc.php
|
updating preferences object in session too
|
2010-11-16 14:28:33 +00:00 |
class.schema_proc.inc.php
|
using own CreateIndex() method in CreateTable(), to deal correctly with size-limited indexes in PostgreSQL
|
2010-09-16 12:11:28 +00:00 |
class.send.inc.php
|
* added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log
|
2010-09-15 09:10:12 +00:00 |
class.smtp.php
|
updated phpmailer to v. 5.1
|
2010-09-15 16:51:43 +00:00 |
class.sqlfs_stream_wrapper.inc.php
|
fix for error during editing of extended ACL in filemanager; Report error if path to be checked does not exist; Make sure that array_merge uses a casted return of self::get_eacl in case the internal call will return false
|
2010-12-08 14:28:45 +00:00 |
class.translation.inc.php
|
fix for Stylite Ticket#8044 -Message on loginscreen and home doesent have a default lang fallback as all other egroupware translations
|
2010-10-05 08:47:17 +00:00 |
class.uiaccountsel.inc.php
|
fixed not working alternating nextmatch colors of groups in account selection popup
|
2010-11-02 13:30:28 +00:00 |
class.validator.inc.php
|
newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3
|
2010-09-15 19:19:53 +00:00 |
class.vfs_stream_wrapper.inc.php
|
new mount option for filesystem streamwrapper to specify a download url, to be used instead of default webdav.php download, eg. if mounted directory is already in the docroot or mapped via an alias
|
2010-09-07 12:00:06 +00:00 |
class.vfs_webdav_server.inc.php
|
reimplement GetDir to send content-type header with charset
|
2010-10-14 18:17:36 +00:00 |
common_functions.inc.php
|
* exceptions get now logged to Apache error_log again
|
2010-11-04 11:34:20 +00:00 |
xml_functions.inc.php
|
newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3
|
2010-09-15 19:19:53 +00:00 |