.. |
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/Horde
|
Fix SyncML device info handling
|
2010-11-21 18:19:24 +00:00 |
htmlpurifier
|
* API: upgrade to purifier Version 4.3.0; reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated); add missing files
|
2011-03-28 12:44:35 +00:00 |
xajax/xajax_js
|
do NOT return buttons, unless they are pressed
|
2010-10-12 14:17:31 +00:00 |
class.about.inc.php
|
* show package changelog inside EGroupware under about
|
2010-09-29 11:24:01 +00:00 |
class.acl.inc.php
|
give everyone implicit rights for home app, to display home link again
|
2011-03-30 10:45:41 +00:00 |
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:20:49 +00:00 |
class.auth_ldap.inc.php
|
more to the issue: 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 by auth system
|
2011-03-16 12:44:42 +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.categories.inc.php
|
fixed bug introduce in fix: no more serialized cat data (like calendar colors) were returned
|
2010-10-26 07:42:51 +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 21:05:30 +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 allow to change backup_files config if backup is called outside of setup, as it can have a huge impact on the server
|
2011-01-20 22:21:34 +00:00 |
class.egw_db.inc.php
|
switching accidently commited PostgreSQL query log off again
|
2011-03-20 12:57:56 +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
|
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 21:05:30 +00:00 |
class.egw_link.inc.php
|
* fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode())
|
2011-03-03 15:49:28 +00:00 |
class.egw_mailer.inc.php
|
* fixed in last version not working bcc mail addresses
|
2011-03-09 11:30:14 +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
|
only try sending cookies, if headers are not send, otherwise it gives just a warning
|
2010-11-26 20:09:50 +00:00 |
class.egw_time.inc.php
|
if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp
|
2010-11-04 13:48:48 +00:00 |
class.egw_vfs.inc.php
|
Added move and copy multiple files functions to egw_vfs, implemented functions needed to reload subtrees of the egw_grid, fixed problems with data fetching in egw_grid_data.js
|
2011-03-21 16:12:28 +00:00 |
class.egw.inc.php
|
* give everyone implicit rights for home app, as taking them away makes to many support problems
|
2011-03-30 08:00:14 +00:00 |
class.filesystem_stream_wrapper.inc.php
|
* fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode())
|
2011-03-03 15:49:28 +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 Evolution as know GroupDAV client
|
2011-03-07 14:00:37 +00:00 |
class.groupdav_hooks.inc.php
|
new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients
|
2010-10-31 07:58:40 +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:34:21 +00:00 |
class.groupdav.inc.php
|
* CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
|
2011-03-05 10:34:21 +00:00 |
class.hooks.inc.php
|
fix for bug in register_all_hooks: if apps define hooks for other apps last app wins: seen with/for perp_ar; now all available hooks are collected first and then registered with register_hooks (loop per app)
|
2011-01-12 10:55:03 +00:00 |
class.html.inc.php
|
merge forgotten function splithtmlbyPRE into 1.8. Was introduced accidentally by Ralf while merging in for rev34580: fixed not working deinstall of languages
|
2011-04-19 07:49:04 +00:00 |
class.jscalendar.inc.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 |
class.ldap.inc.php
|
LDAP tls support from trunk
|
2010-09-17 09:52:55 +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
|
with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually
|
2011-02-23 13:27:30 +00:00 |
class.preferences.inc.php
|
* Preference: fixed PHP Fatal error: Cannot use string offset as an array on line 550, by importing preference class from trunk
|
2011-04-19 06:47:26 +00:00 |
class.schema_proc.inc.php
|
using own CreateIndex() method in CreateTable(), to deal correctly with size-limited indexes in PostgreSQL
|
2010-09-16 12:11:28 +00:00 |
class.send.inc.php
|
* fixed not working async service test-job
|
2011-03-21 13:15:04 +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
|
patch #2932: allow PostgreSQL unix domain sockets
|
2011-04-10 12:29:29 +00:00 |
class.translation.inc.php
|
* Setup: fixed not working deinstall of languages
|
2011-04-09 10:05:05 +00:00 |
class.uiaccountsel.inc.php
|
Escape quotes in user names
|
2011-03-10 15:51:52 +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_stream_wrapper.inc.php
|
new mount option for filesystem streamwrapper to specify a download url, to be used instead of default webdav.php download, eg. if mounted directory is already in the docroot or mapped via an alias
|
2010-09-07 12:00:06 +00:00 |
class.vfs_webdav_server.inc.php
|
reimplement GetDir to send content-type header with charset
|
2010-10-14 18:17:36 +00:00 |
common_functions.inc.php
|
* exceptions get now logged to Apache error_log again
|
2010-11-04 11:34:20 +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 |