.. |
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:28:42 +00:00 |
fpdf
|
|
|
horde
|
* Fix WBXML namespache issue (bug 3048)
|
2011-10-15 22:46:28 +00:00 |
htmlpurifier
|
no need to run expensive mb_substr 3 times
|
2011-06-08 10:42:28 +00:00 |
savant2
|
|
|
class.about.inc.php
|
* show package changelog inside EGroupware under about
|
2010-09-29 11:21:12 +00:00 |
class.accounts_ldap.inc.php
|
setting account_fullname, to get id2name($uid,account_fullname) working for groups in LDAP too
|
2011-01-02 21:53:04 +00:00 |
class.accounts_sql.inc.php
|
allow for forced passwordchange on next login at account creation time
|
2010-09-27 07:52:41 +00:00 |
class.accounts.inc.php
|
fixed typo causing search for group-members to fail for accounts in sql
|
2011-09-08 09:58:32 +00:00 |
class.acl.inc.php
|
give everyone implicit rights for home app, to display home link again
|
2011-03-30 10:44:41 +00:00 |
class.applications.inc.php
|
|
|
class.arrayfunctions.inc.php
|
|
|
class.asyncservice.inc.php
|
* exceptions in async jobs no longer stop other jobs, but log the exception to Apache error_log
|
2011-03-21 13:18:53 +00:00 |
class.auth_ads.inc.php
|
|
|
class.auth_cas.inc.php
|
|
|
class.auth_fallback.inc.php
|
if ldap with fallback sql, we may be able to fetch and set the password last change date, if we are on primary, so check if the method exists instead of returning false.
|
2011-09-26 15:23:26 +00:00 |
class.auth_fallbackmail2sql.inc.php
|
check if method exists for the fallback_auth, before calling get/setLastPwdChange
|
2011-09-26 11:01:11 +00:00 |
class.auth_http.inc.php
|
|
|
class.auth_ldap.inc.php
|
* API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change)
|
2011-09-26 09:11:13 +00:00 |
class.auth_mail.inc.php
|
|
|
class.auth_nis.inc.php
|
|
|
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:15:55 +00:00 |
class.auth_sql.inc.php
|
* API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change)
|
2011-09-26 09:11:13 +00:00 |
class.auth_sqlssl.inc.php
|
fix to regard the password-last-changed information from the auth system - if provided, and thus be able to react on forced password changes triggered from auth system. set password-last-changed info in authsystem on password change. when trying to force the user to change his password upon next login as admin from within egrouware, try to set the 0 value within the authsystem as well (in ldap rights are required for admin (or user) to set/alter the shadowlastchange attribute). regard auth-system information for user edit/view
|
2011-03-16 14:22:24 +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:46 +00:00 |
class.bolink.inc.php
|
|
|
class.browser.inc.php
|
|
|
class.categories.inc.php
|
call all delete_category hook only for all apps, if cat is application-global
|
2011-02-15 13:04:52 +00:00 |
class.common.inc.php
|
fix common::get_body_attribs() (gave fatal error, because egw_framework::_get_body_attribs() was protected) and add body_attribs to Sitemgr Template3::get_meta()
|
2011-01-06 20:56:14 +00:00 |
class.config.inc.php
|
|
|
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:13 +00:00 |
class.contenthistory.inc.php
|
* SyncML performance patches for calendar datastore
|
2010-09-13 10:39:58 +00:00 |
class.country.inc.php
|
|
|
class.creditspoint.inc.php
|
|
|
class.db_backup.inc.php
|
do not restore install_id, as that would give two systems with identical install_id
|
2011-05-07 17:10:37 +00:00 |
class.db.inc.php
|
|
|
class.dragdrop.inc.php
|
|
|
class.egw_cache_apc.inc.php
|
|
|
class.egw_cache_files.inc.php
|
fix typo
|
2011-11-02 14:59:31 +00:00 |
class.egw_cache_memcache.inc.php
|
|
|
class.egw_cache.inc.php
|
Updated the thumbnail generator to use the egw_cache_file class to generate a temp filename
|
2011-02-21 18:37:45 +00:00 |
class.egw_datetime.inc.php
|
was not fully working with half-hour timezone, like eg. used in australia
|
2008-01-19 05:29:50 +00:00 |
class.egw_db.inc.php
|
casting boolean explicitly to string, as ADODB_postgres64::qstr() has an unwanted special handling for boolean types, causing eg. query in CalDAV for resources throw an invalid SQL exception under PostgreSQL
|
2011-10-25 07:51:04 +00:00 |
class.egw_digest_auth.inc.php
|
|
|
class.egw_exception.inc.php
|
|
|
class.egw_framework.inc.php
|
no need to scan non-directories - gives only warnings ;-)
|
2011-06-07 07:03:21 +00:00 |
class.egw_ical_iterator.inc.php
|
|
|
class.egw_index.inc.php
|
|
|
class.egw_json.inc.php
|
|
|
class.egw_link.inc.php
|
check if we are already trying to unlink the entry, to avoid an infinit recursion
|
2011-09-15 16:36:11 +00:00 |
class.egw_mailer.inc.php
|
make sure there is no whitespace leading or trailling the host string, when attempting to send
|
2011-07-21 12:11:33 +00:00 |
class.egw_session_files.inc.php
|
respect max_session_size of -1 correctly (no limit) while reading session files
|
2010-11-20 11:10:13 +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:10:20 +00:00 |
class.egw_session.inc.php
|
* Setup/API: new option to enforce ssl (without specifying a domain in Webserver-URL)
|
2011-05-31 13:35:09 +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:46 +00:00 |
class.egw_vfs.inc.php
|
% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()
|
2011-09-07 08:42:05 +00:00 |
class.egw.inc.php
|
* API fix webserver_url of just a domain eg. http://domain.com gives PHP Warning empty delimiter ...
|
2011-08-05 08:04:11 +00:00 |
class.error.inc.php
|
|
|
class.errorlog.inc.php
|
|
|
class.filesystem_stream_wrapper.inc.php
|
* fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode())
|
2011-03-03 15:45:02 +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:10:20 +00:00 |
class.groupdav_handler.inc.php
|
* CalDAV/CardDAV fixed empty REPORT causing clients display no events/contacts anymore (PROPFIND was not affected)
|
2011-08-08 10:14:24 +00:00 |
class.groupdav_hooks.inc.php
|
* CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log
|
2011-11-23 16:40:35 +00:00 |
class.groupdav_principals.inc.php
|
* CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
|
2011-03-05 10:26:17 +00:00 |
class.groupdav.inc.php
|
* CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log
|
2011-11-23 16:40:35 +00:00 |
class.historylog.inc.php
|
|
|
class.hooks.inc.php
|
quietened PHP Warning: array_keys() expects parameter 1 to be array, null given on line 106
|
2011-08-11 07:33:23 +00:00 |
class.html.inc.php
|
check availaility of htmlarea before opening compose as html or html mails as html for reply; implement check based on http_user_agent for user agent known to be not compliant with ckeditor (android); allow class attribute for div, blockquote, a and img
|
2011-10-31 11:00:13 +00:00 |
class.http.inc.php
|
|
|
class.iface_stream_wrapper.inc.php
|
|
|
class.interserver.inc.php
|
|
|
class.jscalendar.inc.php
|
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
|
2011-04-09 11:26:21 +00:00 |
class.kses.inc.php
|
|
|
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:46 +00:00 |
class.ldapserverinfo.inc.php
|
|
|
class.links_stream_wrapper.inc.php
|
|
|
class.listbox.inc.php
|
|
|
class.log.inc.php
|
changed the following table-names:
|
2005-11-02 11:45:52 +00:00 |
class.mime_magic.inc.php
|
added eml as extension for message/rfc822 for mimetype guessing/determination
|
2010-10-26 09:23:55 +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:40:58 +00:00 |
class.nextmatchs.inc.php
|
fixed not working alternating nextmatch colors of groups in account selection popup
|
2010-11-02 13:28:41 +00:00 |
class.PclZip.inc.php
|
|
|
class.pdf.inc.php
|
|
|
class.pdmlwrapper.inc.php
|
|
|
class.phpmailer.inc.php
|
add missing default translation for lang key tls
|
2011-07-14 08:57:28 +00:00 |
class.portalbox.inc.php
|
|
|
class.preferences.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 10:01:46 +00:00 |
class.resultbox.inc.php
|
|
|
class.rssparser.inc.php
|
|
|
class.schema_proc.inc.php
|
using own CreateIndex() method in CreateTable(), to deal correctly with size-limited indexes in PostgreSQL
|
2010-09-16 12:08:15 +00:00 |
class.send.inc.php
|
catch exeption on CreateObject of bopreferences, if no felamimail is available
|
2011-10-17 08:42:48 +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
|
* API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts
|
2011-09-07 16:54:55 +00:00 |
class.sqlfs_stream_wrapper.inc.php
|
fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname
|
2011-06-14 07:33:43 +00:00 |
class.Template.inc.php
|
|
|
class.tplsavant2.inc.php
|
|
|
class.translation.inc.php
|
in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install
|
2011-11-10 10:25:44 +00:00 |
class.uiaccountsel.inc.php
|
Escape quotes in user names
|
2011-03-10 15:44:28 +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:01:50 +00:00 |
class.vfs_stream_wrapper.inc.php
|
fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname
|
2011-06-14 07:33:43 +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:40:47 +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
|
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
|
2009-06-08 16:21:14 +00:00 |
class.xmlrpc_server.inc.php
|
|
|
class.xmlrpcmsg.inc.php
|
|
|
class.xmlrpcresp.inc.php
|
|
|
class.xmlrpcval.inc.php
|
|
|
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:19 +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:46 +00:00 |
jscalendar-setup.php
|
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
|
2011-04-09 11:26:21 +00:00 |
soap_functions.inc.php
|
|
|
soaplib.soapinterop.php
|
|
|
xml_functions.inc.php
|
|
|
xmlrpc.interop.php
|
|
|