.. |
adodb
|
* 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 |
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
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +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_ldap.inc.php
|
* Admin: fixed import of already hashed passwords
|
2012-03-29 18:36:48 +00:00 |
class.accounts_sql.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 |
class.accounts.inc.php
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +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
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +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
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +00:00 |
class.auth.inc.php
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +00:00 |
class.categories.inc.php
|
if not category specified to invalidate_cache() call init_cache(), to fix problem of categories deleted via context menu are not deleted from list (only in next, but not in current refresh)
|
2012-03-17 10:54:36 +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
|
check and reset cookie configuration, if it does not match current enviroment
|
2012-03-15 12:56:51 +00:00 |
class.egw_cache_files.inc.php
|
fix typo
|
2011-11-02 14:59:35 +00:00 |
class.egw_db.inc.php
|
store already read table-defintions no longer in session (in ['egw_info']['apps'][]['table_defs']) but in a static variable only within the request:
|
2012-04-05 07:06:12 +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
|
load wz_tooltips only if required: $GLOBALS[egw_info][flags][include_wz_tooltip] set or html::tooltip() called before calling common::egw_header(), calling header again as end of home page to allow apps to load stuff into the header (not only wz_tooltip)
|
2012-04-04 13:58:16 +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
|
* Calendar/InfoLog: fixed PHP fatal error: Call to undefined method egw_link::edit()
|
2012-04-05 16:17:00 +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
|
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
|
2012-03-31 14:12:25 +00:00 |
class.egw_tail.inc.php
|
missing json and jquery stuff for egw_tail
|
2012-04-02 15:27:38 +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
|
add own agent for dmfs.org, to not recognice it as dataaccessd/iOS
|
2012-02-29 16:24:49 +00:00 |
class.groupdav_hooks.inc.php
|
missing json and jquery stuff for egw_tail
|
2012-04-02 15:27:38 +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
|
* CalDAV/CardDAV: fixed typo preventing sync, if logging to Apache error-log was switched on
|
2012-03-28 07:03:40 +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
|
load wz_tooltips only if required: $GLOBALS[egw_info][flags][include_wz_tooltip] set or html::tooltip() called before calling common::egw_header(), calling header again as end of home page to allow apps to load stuff into the header (not only wz_tooltip)
|
2012-04-04 13:58:16 +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
|
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.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.solink.inc.php
|
fixed SQL error "used SELECT statements have a different number of columns" from solink::get_3links() reported on German list
|
2012-04-04 06:21:22 +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
|
* 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 |
class.uiaccountsel.inc.php
|
* API: fix account-selection-method "selectbox" containing selected account double (eg. in Admin >> Manage groups)
|
2012-03-21 09:26:07 +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
|
removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
|
2012-03-27 08:33:16 +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
|
* 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 |