..
adodb
* PostgreSQL/EMailAdmin: fixed not storable EMailAdmin profiles
2011-04-29 10:35:10 +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
* Fix WBXML namespache issue (bug 3048)
2011-10-15 22:46:37 +00:00
htmlpurifier
upgrade HTML Purifier to Version 4.4.0 (add missing files)
2012-02-01 16:01:01 +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_sql.inc.php
* Admin/Addressbook: fixed wrong timezone in created and modified times for contacts and accounts
2012-03-14 15:25:03 +00:00
class.accounts.inc.php
* Admin/Addressbook: fixed wrong timezone in created and modified times for contacts and accounts
2012-03-14 15:25:03 +00:00
class.acl.inc.php
forgot required changes in acl class, to read grants of a different user
2011-06-26 13:00:51 +00:00
class.asyncservice.inc.php
order returned async jobs by execution time
2011-04-10 15:08:49 +00:00
class.auth_ldap.inc.php
fixed forwarding of authentication (ldap or ads) homedirectory attribute to egw_info and vfs
2011-11-15 19:16:09 +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
set the session cache for auth_alpwchange_val in methods for changepassword too
2011-09-23 09:56:12 +00:00
class.auth.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.categories.inc.php
added basic update of own cache, to work around failed sitemgr install via setup (cant read just added categories)
2012-02-14 17:36:35 +00:00
class.common.inc.php
- fixed image map was empty created when not loged in (now directories are used and not $GLOBALS['egw_info']['apps'])
2011-08-31 10:16:12 +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
do not restore install_id, as that would give two systems with identical install_id
2011-05-07 17:11:11 +00:00
class.egw_cache_files.inc.php
fix typo
2011-11-02 14:59:35 +00:00
class.egw_db.inc.php
fix bug regarding the rate (view/edit/search)Limit for mysql -> not set active as this fix breaks postgres; see lines 954 to 959 in wiki_so. Problem is caused by postgres behavior of recognizing columnnames, ... still to investigate
2012-03-08 06:24:33 +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
mending Warnings: Cannot use a scalar value as an array
2011-12-20 15:57:03 +00:00
class.egw_link.inc.php
fix assumed typo for returnvalue on error in function title; defined/described as boolean/string but was array for one error case
2012-01-06 12:58:16 +00:00
class.egw_mailer.inc.php
prevent the call of SetLanguage with empty string
2011-12-15 12:45:44 +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
ignore exception while sending notification to admin (eg. SMTP error), to block the account and give a correct error-message to user
2012-02-16 14:37:01 +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
* Admin: fix white screen (fatal error) when trying to delete a user without home directory
2011-11-21 08:38:23 +00:00
class.egw.inc.php
using instance-wide cache for categories, so updates from other sessions are immediatly available and sessions get smaller
2012-02-10 20:14:44 +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
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
class.groupdav_hooks.inc.php
improved working in CalDAV/CardDAV prefs
2012-02-19 12:39:04 +00:00
class.groupdav_principals.inc.php
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
class.groupdav.inc.php
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
class.hooks.inc.php
API: introduce register_single_app_hook to be able to add or update one hook for an required app. register added/updated hooks with ->location; calendar and addressbook are using this to insert export_limit hook if not available. use app hook to fetch app specific export limit with import_export side_menu additions too
2011-09-15 16:53:20 +00:00
class.html.inc.php
add a function to create a HTML-Purifier config to clean up HTML
2012-01-31 15:14:03 +00:00
class.jscalendar.inc.php
* jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
2011-07-03 09:00:36 +00:00
class.ldap.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.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
add missing default translation for lang key tls
2011-07-14 08:57:32 +00:00
class.preferences.inc.php
fixed typo in setting date- and time-format in egw_time::check_set_tz_offset(), causing eg. importexport to fail, if async job before had no account or account had different format
2012-03-02 10:05:35 +00:00
class.schema_proc.inc.php
fix for PostgreSQL notification update not working: some stuff is NOT to be quoted
2011-05-18 10:12:32 +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.sqlfs_stream_wrapper.inc.php
fix for bug #3120 - PHP Fatal error: Call to private method sqlfs_stream_wrapper::_pdo()
2012-03-07 14:09:43 +00:00
class.sqlfs_utils.inc.php
fixed SQL error under PostgreSQL with new filesystem check
2012-02-29 13:49:13 +00:00
class.translation.inc.php
* Admin/Setup: fixed custom translations got lost during update
2012-02-27 08:02:28 +00:00
class.uiaccountsel.inc.php
for account-selection method "selectbox", make sure everything in $selected gets an option, as for the other methods
2012-01-09 21:24:44 +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
* Filemanager: allow WebDAVs (https) via PEAR HTTP_WebDAV_Client
2012-01-11 21:31:30 +00:00
class.vfs_webdav_server.inc.php
fixed no longer possible direct access/mount of VFS root via WebDAV after r36606
2011-09-19 11:41:01 +00:00
common_functions.inc.php
change max class-name lenght in __autoload to 64, as there are classes with more then 40 chars: projectmanager_wizard_export_elements_csv
2011-11-16 18:47:36 +00:00
functions.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
jscalendar-setup.php
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
2011-04-09 12:44:54 +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