.. |
adodb
|
fix for 5.4 PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix
|
2012-07-20 16:30:26 +00:00 |
fpdf
|
|
|
horde
|
* Fix WBXML namespache issue (bug 3048)
|
2011-10-15 22:46:13 +00:00 |
htmLawed
|
update htmLawed to Version 1.1.14 (including adaptions from http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=235)
|
2012-10-15 09:33:01 +00:00 |
min
|
patch for minify to support EGroupware set up as an alias, which is a common setup
|
2012-10-15 16:22:42 +00:00 |
savant2
|
|
|
class.about.inc.php
|
change Stylite GmbH to Stylite AG in about.
|
2012-01-31 13:41:59 +00:00 |
class.accounts_ldap.inc.php
|
need to allow account_lid string as parameter for accounts::id2name(), it is used in many places
|
2012-08-13 14:26:00 +00:00 |
class.accounts_sql.inc.php
|
accounts_sql::members() use single sql query with join to acl table instead calling id2name for each account, as it is quicker and uses less memory
|
2012-07-16 12:36:53 +00:00 |
class.accounts.inc.php
|
Fix fatal error deleting user (LDAP)
|
2012-09-21 14:36:02 +00:00 |
class.acl.inc.php
|
cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts
|
2012-08-09 08:50:04 +00:00 |
class.applications.inc.php
|
|
|
class.arrayfunctions.inc.php
|
|
|
class.asyncservice.inc.php
|
not storing $GLOBALS[egw_info][user] twice in session (was also stored as $GLOBALS[egw]->session->user), also removing not used $GLOBALS[egw_info][user][acl], but re-reading preferences in session::verify() so long running sessions get preferences set by an other session, removing nowhere used creditspoint class from api (calls not public available creditspoint app)
|
2012-08-07 08:55:41 +00:00 |
class.auth_ads.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_cas.inc.php
|
|
|
class.auth_fallback.inc.php
|
|
|
class.auth_fallbackmail2sql.inc.php
|
|
|
class.auth_http.inc.php
|
|
|
class.auth_ldap.inc.php
|
* LDAP authentication: if changing password fails bind as user, try changing is with given admin-dn, to cater for all sorts of ldap configurations
|
2012-07-31 12:28:05 +00:00 |
class.auth_mail.inc.php
|
|
|
class.auth_nis.inc.php
|
|
|
class.auth_pam.inc.php
|
|
|
class.auth_sql.inc.php
|
|
|
class.auth_sqlssl.inc.php
|
|
|
class.auth.inc.php
|
|
|
class.bolink.inc.php
|
|
|
class.browser.inc.php
|
|
|
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:25:03 +00:00 |
class.common.inc.php
|
fix the use of deprecated firstname/lastname; using account_firstname/account_lastname
|
2012-08-30 11:49:06 +00:00 |
class.config.inc.php
|
add some check if cached config does not meet basic requirements, recreate it then
|
2012-10-01 09:23:51 +00:00 |
class.contacts.inc.php
|
|
|
class.contenthistory.inc.php
|
|
|
class.country.inc.php
|
check if $name is already a country-code, before attempting to find a matching one, which can fail in certain areas of setup
|
2012-01-05 21:58:28 +00:00 |
class.db_backup.inc.php
|
invalidate categories cache after DB restore
|
2012-07-03 08:16:52 +00:00 |
class.db.inc.php
|
|
|
class.dragdrop.inc.php
|
|
|
class.egw_cache_apc.inc.php
|
tests for egw_cache_provider and not using APC for cli, if apc.enable_cli is not set
|
2012-04-13 10:21:58 +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:21:58 +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:57:27 +00:00 |
class.egw_cache_xcache.inc.php
|
xcache caching provider
|
2012-07-12 13:18:22 +00:00 |
class.egw_cache.inc.php
|
xcache caching provider
|
2012-07-12 13:18:22 +00:00 |
class.egw_ckeditor_config.inc.php
|
* API: HTML Editor-> disable encoding as entities needs to set the config value to false, as the default is true with the current ckeditor version
|
2012-06-26 12:37:42 +00:00 |
class.egw_datetime.inc.php
|
|
|
class.egw_db.inc.php
|
only truncate string if length given and <= 255, to not unnecessary truncate varchar(>255) as PostgreSQL uses text anyway and MySQL truncates itself silently (unless strict mode!)
|
2012-08-13 14:42:55 +00:00 |
class.egw_digest_auth.inc.php
|
|
|
class.egw_exception.inc.php
|
|
|
class.egw_find_iterator.inc.php
|
|
|
class.egw_framework.inc.php
|
use minify on javascript files: for now minify does NOT support query parameters, nor php files generating javascript, therefore these are excluded
|
2012-10-15 17:22:44 +00:00 |
class.egw_grid_columns.inc.php
|
|
|
class.egw_htmLawed.inc.php
|
rework changes regarding denied attributes; improve import of mails regarding filename detection for attachments
|
2012-10-10 10:37:45 +00:00 |
class.egw_ical_iterator.inc.php
|
|
|
class.egw_include_mgr.inc.php
|
silence php-warning; silence error_log
|
2011-11-10 14:39:07 +00:00 |
class.egw_index.inc.php
|
|
|
class.egw_json.inc.php
|
egw_json plugin "html" replacing document content with send html
|
2012-03-06 09:50:43 +00:00 |
class.egw_keymanager.inc.php
|
|
|
class.egw_link.inc.php
|
* CardDAV/Addressbook: fixed not working delete of contacts
|
2012-10-01 17:23:44 +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:52:26 +00:00 |
class.egw_session_files.inc.php
|
|
|
class.egw_session_memcache.inc.php
|
|
|
class.egw_session.inc.php
|
allow to use HTTP_HOST (without optional port) or SERVER_NAME to find matching instance
|
2012-10-12 15:11:42 +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
|
|
|
class.egw_vfs.inc.php
|
only create a temporary mount for ownCloud clients on /clientsync, thought admin can create a different permanent one
|
2012-07-12 08:48:13 +00:00 |
class.egw.inc.php
|
fixed since r39109 (merge for filemanager) not working install
|
2012-05-11 08:35:32 +00:00 |
class.error.inc.php
|
|
|
class.errorlog.inc.php
|
|
|
class.filesystem_stream_wrapper.inc.php
|
added some docu
|
2011-11-30 08:11:40 +00:00 |
class.global_stream_wrapper.inc.php
|
|
|
class.groupdav_handler.inc.php
|
* CalDAV/CardDAV: sync-collection report for all apps allowing a more efficient sync
|
2012-09-26 14:30:47 +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
|
* CalDAV: fixed parsing of principal urls used by iOS6 for users
|
2012-10-22 16:43:51 +00:00 |
class.groupdav.inc.php
|
requests in log were always trunkated (since last changes) and fixed quoting in autoindex for hierarchical props in collection resources
|
2012-10-08 11:20:29 +00:00 |
class.historylog.inc.php
|
Use creator if file modifier is null
|
2012-07-10 15:51:14 +00:00 |
class.hooks.inc.php
|
* Admin/Setup: fixing high memory usage in registering all hooks
|
2012-07-18 10:34:31 +00:00 |
class.html.inc.php
|
* email: fix for ->no initial border on plaintext editor textarea<-
|
2012-08-15 14:55:02 +00:00 |
class.http.inc.php
|
|
|
class.iface_stream_wrapper.inc.php
|
|
|
class.interserver.inc.php
|
|
|
class.ischedule_client.inc.php
|
fixed many issues with dkim signing
|
2012-10-06 19:42:05 +00:00 |
class.ischedule_server.inc.php
|
fixed many issues with dkim signing
|
2012-10-06 19:42:05 +00:00 |
class.jscalendar.inc.php
|
|
|
class.ldap.inc.php
|
allow to use default host, but give a dn and pw
|
2012-07-05 07:23:06 +00:00 |
class.ldapserverinfo.inc.php
|
keeping only info about the connected ldap server, fixes problems with changed ldap host after fallback to other server
|
2012-03-23 11:26:58 +00:00 |
class.links_stream_wrapper.inc.php
|
fix bug with undefined ino value for link_stream_wrapper::url_stat in case of accessing virtual VCard entry
|
2011-12-20 15:48:36 +00:00 |
class.listbox.inc.php
|
|
|
class.log.inc.php
|
|
|
class.mime_magic.inc.php
|
missing ms office 2007/10 mime types
|
2012-05-16 06:04:35 +00:00 |
class.network.inc.php
|
|
|
class.nextmatchs.inc.php
|
|
|
class.PclZip.inc.php
|
|
|
class.pdf.inc.php
|
|
|
class.pdmlwrapper.inc.php
|
|
|
class.phpmailer.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:52:26 +00:00 |
class.portalbox.inc.php
|
|
|
class.preferences.inc.php
|
additionally check prefs read from cache, if they are of type array, otherwise read them from db, might help with APC at least in some versions not seem to deal correctly with out-of-memory
|
2012-09-26 10:18:18 +00:00 |
class.resultbox.inc.php
|
|
|
class.rssparser.inc.php
|
|
|
class.schema_proc.inc.php
|
* API/Setup/MySQL: fixed backup to correctly report boolean columns and support MySQL 5.0+ varchar(>255)
|
2012-08-12 09:49:06 +00:00 |
class.send.inc.php
|
catch exeption on CreateObject of bopreferences, if no felamimail is available
|
2011-10-17 08:41:43 +00:00 |
class.sessions_db.inc.php
|
|
|
class.smbhash.inc.php
|
|
|
class.smtp.php
|
|
|
class.soap_client.inc.php
|
|
|
class.soap_parser.inc.php
|
|
|
class.soap_server.inc.php
|
|
|
class.soapclient.inc.php
|
|
|
class.soapmsg.inc.php
|
|
|
class.soapval.inc.php
|
|
|
class.solink.inc.php
|
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
|
2012-03-04 13:33:10 +00:00 |
class.sqlfs_stream_wrapper.inc.php
|
create valid SQL, even if account has for whaterver reason no group-memberships
|
2012-06-28 16:39:36 +00:00 |
class.sqlfs_utils.inc.php
|
* Filemanager: fixed not working repair of doublicate directories
|
2012-09-25 12:55:17 +00:00 |
class.Template.inc.php
|
|
|
class.tplsavant2.inc.php
|
|
|
class.translation.inc.php
|
add rarely used charset mswin1252; seems to be a variation of windows-1252
|
2012-08-01 14:53:33 +00:00 |
class.uiaccountsel.inc.php
|
* API/all apps: fixed account-selection popup started with all users, not primary group, also displaying shown group in bold
|
2012-09-04 14:08:09 +00:00 |
class.vfs_home_hooks.inc.php
|
|
|
class.vfs_stream_wrapper.inc.php
|
* Filemanager/WebDAV: fixed not working Subscribtions (Notifications) when using WebDAV, caused by PHPs internal stat-cache
|
2012-08-14 13:55:02 +00:00 |
class.vfs_webdav_server.inc.php
|
fixed PROPFIND did not return additional properties if path contained special chars like ? or #
|
2012-07-13 15:55:29 +00:00 |
class.wsdl.inc.php
|
|
|
class.xml.inc.php
|
|
|
class.xmlrpc_client.inc.php
|
|
|
class.xmlrpc_server_epi.inc.php
|
|
|
class.xmlrpc_server_php.inc.php
|
|
|
class.xmlrpc_server.inc.php
|
|
|
class.xmlrpcmsg.inc.php
|
|
|
class.xmlrpcresp.inc.php
|
|
|
class.xmlrpcval.inc.php
|
|
|
common_functions.inc.php
|
removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
|
2012-03-27 08:29:52 +00:00 |
functions.inc.php
|
allow to use HTTP_HOST (without optional port) or SERVER_NAME to find matching instance
|
2012-10-12 15:11:42 +00:00 |
jscalendar-setup.php
|
|
|
soap_functions.inc.php
|
|
|
soaplib.soapinterop.php
|
|
|
xml_functions.inc.php
|
|
|
xmlrpc.interop.php
|
|
|