.. |
adodb
|
* MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header
|
2013-05-27 10:12:17 +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
|
* CalDAV/Calendar: fixed invalid ics file for alarm exactly at the event
|
2014-02-10 08:53:50 +00:00 |
htmlpurifier
|
remove kses and htmlpurifier, as they are replaced by htmLawed now
|
2012-06-01 12:46:59 +00:00 |
xajax
|
* Calendar: fixed not working freetime search caused by not mbstring.func_overload supporting xajax libary
|
2011-05-27 08:31:53 +00:00 |
class.about.inc.php
|
change Stylite GmbH to Stylite AG in about.
|
2012-01-31 13:45:57 +00:00 |
class.accounts_ldap.inc.php
|
* Sambaadmin: create new users/groups in LDAP with uidNumber/gidNumber matching relative id (last part of SID) to ease migration to AD or Samba4
|
2013-05-25 11:09:43 +00:00 |
class.accounts_sql.inc.php
|
silenced permanent error_log and fixed a typo
|
2013-10-18 14:32:29 +00:00 |
class.accounts.inc.php
|
* API: fix fatal error deleting user (LDAP), as reported on list (backport from Trunk)
|
2013-01-14 06:21:02 +00:00 |
class.acl.inc.php
|
avoid calling accounts->members(hips) without an account_id and cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts
|
2012-08-09 09:53:34 +00:00 |
class.asyncservice.inc.php
|
on async job write, make sure that possible next attribute in data is in sync with job[next]
|
2013-09-24 10:21:18 +00:00 |
class.auth_fallback.inc.php
|
* API: fallback auth checks and - if necessary - updates passwords on fallback on successful primary authentication or password change, to ensure they are kept up to date
|
2013-05-22 09:04:12 +00:00 |
class.auth_ldap.inc.php
|
* Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working
|
2013-02-21 10:03:02 +00:00 |
class.auth_pam.inc.php
|
remove not used $error parameter from pam_auth call, as it seems to stop login on some installs
|
2011-03-23 14:16:14 +00:00 |
class.auth_sql.inc.php
|
* Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working
|
2013-02-21 10:03:02 +00:00 |
class.auth.inc.php
|
setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type
|
2013-09-11 11:42:55 +00:00 |
class.categories.inc.php
|
delete user categories, when user get deleted and admin command to delete already orphaned categories: admin/admin-cli.php --admin-cmd-check-cats admin,password
|
2012-08-08 16:30:20 +00:00 |
class.common.inc.php
|
* InfoLog: icons to visualise entry has a parent or subs, using these icons (arrow left or up) in context-menu too
|
2012-03-20 11:18:33 +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
|
* Admin/Setup: fixed restore always converted longtext columns to text and therefore truncating them to 64k on MySQL, also fixed backup to report them correctly in backup of schema
|
2013-01-21 09:50:50 +00:00 |
class.egw_cache_apc.inc.php
|
* API: ancient APC (3.1.3) in Debian 6/Squezze has size in MB without a unit, this caused APC not to be used because of to small cache size
|
2013-06-18 06:36:08 +00:00 |
class.egw_cache_files.inc.php
|
tests for egw_cache_provider and not using APC for cli, if apc.enable_cli is not set
|
2012-04-13 10:25:53 +00:00 |
class.egw_cache_memcache.inc.php
|
fixed bug in memcache extension < 3.1.1 with memcache > 1.4.3, eg. Debian 6, causing delete of cache items to fail
|
2012-04-13 10:58:08 +00:00 |
class.egw_cache.inc.php
|
* API: only cache in APC by default, if it has at least 64M of shared memory, otherwise use filesystem
|
2012-10-23 07:50:15 +00:00 |
class.egw_db.inc.php
|
* API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8)
|
2014-02-04 16:15:52 +00:00 |
class.egw_digest_auth.inc.php
|
* CalDAV/CardDAV/WebDAV: get authentication working again with PHP 5.2
|
2013-07-30 16:49:17 +00:00 |
class.egw_framework.inc.php
|
fixe a PHP 54 strict warning
|
2012-07-28 08:01:55 +00:00 |
class.egw_json.inc.php
|
missing json and jquery stuff for egw_tail
|
2012-04-02 15:27:38 +00:00 |
class.egw_link.inc.php
|
fixed error when registration was enabled for a user and he looks at /apps, caused by regitering a - not existing - query method in link-registry of registration
|
2012-07-31 09:56:25 +00:00 |
class.egw_mailer.inc.php
|
fix bug regarding certain russian filenames when forwarding/compose as new, as AddStringAttachment is using basename to make sure only a filename will be used for the namepart; some fixes backported from phpmailer5.2.1
|
2012-08-14 13:56:02 +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:50:12 +00:00 |
class.egw_session_memcache.inc.php
|
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
|
2011-01-05 23:13:58 +00:00 |
class.egw_session.inc.php
|
* API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode
|
2013-10-07 07:21:56 +00:00 |
class.egw_tail.inc.php
|
jQuery 1.6 (used in Trunk) needs to use prop() instead of attr() to access DOM attributes
|
2012-07-31 13:35:29 +00:00 |
class.egw_time.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 10:01:53 +00:00 |
class.egw_vfs.inc.php
|
* Filemanager: support for ownCloud WebDAV clients which keep a local directory in sync with server (by default users home-dir with local ownCloud dir, thought other dirs can be configured as well)
|
2012-08-01 06:17:36 +00:00 |
class.egw.inc.php
|
fixed since r39109 (merge for filemanager) not working install
|
2012-05-11 08:35:32 +00:00 |
class.filesystem_stream_wrapper.inc.php
|
added some docu
|
2011-11-30 08:12:58 +00:00 |
class.global_stream_wrapper.inc.php
|
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
|
2011-01-05 23:13:58 +00:00 |
class.groupdav_handler.inc.php
|
* CalDAV/CardDAV: do NOT use Content-Length header, if zlib.output_compression is enabled, fixes problems with iOS7 eg. eTask app
|
2013-11-20 14:14:19 +00:00 |
class.groupdav_hooks.inc.php
|
disable outer scrollbar, eg. if rendering time is swichted on
|
2013-07-23 11:34:42 +00:00 |
class.groupdav_principals.inc.php
|
* CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show)
|
2014-01-28 14:45:21 +00:00 |
class.groupdav.inc.php
|
* CalDAV: fixed wrong http-status for delete in inbox
|
2013-10-31 11:30:41 +00:00 |
class.historylog.inc.php
|
fixed allowed memory size exceeded error, if trying to read history from a ldap or ads contact with an id starting with a letter, did an unlimited query for all history-log entries of addressbook
|
2013-06-29 16:45:40 +00:00 |
class.hooks.inc.php
|
* Admin/Setup: fixing high memory usage in registering all hooks
|
2012-07-18 10:35:09 +00:00 |
class.html.inc.php
|
fixed problem reported by Pedro Ribeiro
|
2014-02-04 13:45:01 +00:00 |
class.jscalendar.inc.php
|
removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV
|
2013-07-25 12:22:34 +00:00 |
class.ldap.inc.php
|
allow to use default host, but give a dn and pw
|
2012-07-05 07:25:19 +00:00 |
class.mime_magic.inc.php
|
missing ms office 2007/10 mime types, thanks to frank.vanbrussel-at-de8.be, plus changes from trunk/epl-11.1
|
2012-05-16 06:08:02 +00:00 |
class.network.inc.php
|
sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests
|
2011-08-03 13:41:11 +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
|
improve error handling on send, when invalid mailaddress is given
|
2013-04-23 10:22:16 +00:00 |
class.preferences.inc.php
|
* API/Preferences: fixed can NOT unset last (forced) preference of an app, also fixed not working deleting of prefs when deleting a user or group
|
2014-01-23 12:37:44 +00:00 |
class.schema_proc.inc.php
|
* PostgreSQL: fix for SQL error eg. on update from 1.8.001 to 1.8.004 from 9.1 on
|
2013-07-16 06:48:33 +00:00 |
class.send.inc.php
|
catch exeption on CreateObject of bopreferences, if no felamimail is available
|
2011-10-17 08:43:18 +00:00 |
class.smtp.php
|
updated phpmailer to v. 5.1
|
2010-09-15 16:51:43 +00:00 |
class.solink.inc.php
|
* EMail/all apps: fixed notifications caused EMail to loose connection to IMAP server
|
2013-09-02 12:19:19 +00:00 |
class.sqlfs_stream_wrapper.inc.php
|
* Filemanager: removing extended ACL for groups was not immediatly reflected in rights of current user, had to log out and in again
|
2013-02-20 14:00:05 +00:00 |
class.sqlfs_utils.inc.php
|
* API/Admin: fixed SQL error on repairing filesystem, if one of required directories has wrong permissions
|
2014-01-07 10:31:19 +00:00 |
class.translation.inc.php
|
removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV
|
2013-07-25 12:22:34 +00:00 |
class.uiaccountsel.inc.php
|
avoid calling accounts->members(hips) without an account_id and cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts
|
2012-08-09 09:53:34 +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_home_hooks.inc.php
|
* Admin/VFS/LDAP: on saving a group, check if group directory exists and create it if not
|
2011-06-10 11:02:20 +00:00 |
class.vfs_stream_wrapper.inc.php
|
call notification hook for unlink/rmdir only after successful removal, but with (not longer existing) stat data
|
2012-04-19 13:18:00 +00:00 |
class.vfs_webdav_server.inc.php
|
to mitigate html download with CSP: no blacklisting just IE, only whitelist tested browsers and versions
|
2013-10-01 09:51:06 +00:00 |
common_functions.inc.php
|
* API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8)
|
2014-02-04 16:15:52 +00:00 |
functions.inc.php
|
* PHP 5.4: fixes for strict warnings, thought disabling E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas
|
2012-04-02 07:48:13 +00:00 |
jscalendar-setup.php
|
removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV
|
2013-07-25 12:22:34 +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 |