Klaus Leithoff
87d0cff8f1
* email/esync: try to improve speed, by using already fetched headers when applicable;
...
more debug;
always report success on sending client side meeting requests
2012-06-04 11:42:06 +00:00
Klaus Leithoff
fda576c01f
* email: fix for Helpdesk Issue:3430 (Unstructured display of text when converting email to infolog)
2012-06-04 11:31:39 +00:00
Ralf Becker
f926ab9c1c
* LDAP: allow to specify multiple (space-separated) ldap URLs (eg. "ldap1 tls://ldap2")
...
added parameter to constructor to throw exceptions instead of echoing error-messages and returning false on ldapConnect
2012-06-04 08:02:02 +00:00
Klaus Leithoff
7c2a8bedd9
* Addressbook: fix for postgres error on advanced search in addressbook (Helpdesk 3421)
2012-06-01 12:53:08 +00:00
Klaus Leithoff
93be561b13
handle array in NAME parameter of attachment structure
2012-06-01 07:34:22 +00:00
Klaus Leithoff
e7d1b64b89
only call replace routines if the string to match occurs
2012-05-31 14:23:56 +00:00
Klaus Leithoff
f5c1a067a6
use instance cache for folderstatus to make sure it is available for esync
2012-05-31 11:46:02 +00:00
Klaus Leithoff
f87891bb1d
try to improve performance (main target here is esync) by using instance cache instead of sessionCache for folderObjects and deletedMessages
2012-05-31 09:17:35 +00:00
Nathan Gray
0349f92b56
- Update default definitions
...
- Fix addressbook bug that ignored stop condition
2012-05-30 16:03:41 +00:00
Klaus Leithoff
e579a54013
handling of multibyte chars in attribute values of tags in mbstring.func_overload enviroments,
...
as substr_replace does not have a multibyte func overload function associated.
Thus substr_replace(, '', 0, strlen()) will fall short in the above mentioned enviroments; we use our own bytes-function now introduced into htmLawed
2012-05-30 14:49:21 +00:00
Klaus Leithoff
33633cd7a5
attempt of switching from htmlpurifier to htmLawed and replacing kses by htmLawed calls; this is done for performance and resource considerations; still the common call in egw is by html::purify, but htmLawed is doing the work now. let me know if there are issues regarding; if we cannot find issues within EGroupware, we will clean out the related sourcecode of kses and htmlpurifier with the next step
2012-05-30 14:47:03 +00:00
Ralf Becker
581b7cbd9c
stop phpfreechat from attempting to create its tables, as it fails in some enviroments and its done by EGroupware anyway
2012-05-30 08:40:42 +00:00
Ralf Becker
ed218516d9
Changelog for 11.1.20120530
2012-05-30 08:31:00 +00:00
Ralf Becker
ec4b0ae9b2
* Timesheet: if linked via ProjectManager, behave identical as if project was set in own GUI, fixed setting project to none to also unset project-title and blur
2012-05-30 08:21:41 +00:00
Ralf Becker
668d517a39
* Admin: remove session timeout from EGroupware config and read it via ini_get("session.gc_maxlifetime") as config fails for many reasons, if different from php.ini setting
2012-05-29 14:46:44 +00:00
Klaus Leithoff
31927c7181
* addressbook/importexport: if there are no export csv definitions for a given user, do not show the csv export option in context menu
2012-05-29 14:00:37 +00:00
Klaus Leithoff
fd4d63f4d8
throw exception if there are no app profiles available for export
2012-05-29 11:03:57 +00:00
Ralf Becker
6150b1ec77
fixed not working save of forced (and probably also default) prefs
2012-05-25 17:49:08 +00:00
Jörg Lehrke
3b72aec983
* Fix country name issue during SyncML slowsync (community bug #3146 )
2012-05-23 08:53:12 +00:00
Nathan Gray
61fb406928
Allow anchor tags in OO.o
...
r39251: Display error from merge, if merge gives error
r39252: Implement pagerepeat tag for html files
2012-05-22 17:54:01 +00:00
Ralf Becker
541d7539b9
* InfoLog: status filter in index shows now cumulated list of all status translations, if no type is selected (as context menu does too)
2012-05-22 17:42:30 +00:00
Ralf Becker
49ae4f261a
* Calendar: order search for events to link with by startdate descending
2012-05-22 17:08:20 +00:00
Ralf Becker
f0b977c11d
* Preferences all apps: add validation for vfs files and directories to give user immediate feedback about wrong or non vfs pathes
2012-05-22 13:54:45 +00:00
Ralf Becker
bc8bbab95a
* Timesheet: button [Save & New] keeps title (blur) set if called via timesheet submenu/icon of app (my.stylite.de bug #2669 )
2012-05-22 12:00:41 +00:00
Klaus Leithoff
93304cf57a
fix broken translation string for italian language
2012-05-22 08:44:37 +00:00
Klaus Leithoff
29d77f52b2
fix broken delete in userdefined eMail Account/Profile/Identities list, when italian language is selected
2012-05-22 07:29:19 +00:00
Ralf Becker
28da4892e0
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 14:08:53 +00:00
Klaus Leithoff
59adbc510e
fix up illeagal string offset warnings for php5.4
2012-05-21 11:33:40 +00:00
Ralf Becker
28de768d68
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 10:57:16 +00:00
Ralf Becker
f80477e938
fixed PHP 5.4 Warning: Illegal string offset "name" on line 793
2012-05-21 10:02:30 +00:00
Ralf Becker
1df0ef843a
allow to specify a custom filter for egw_session::session_(list|count)()
2012-05-19 18:20:14 +00:00
Klaus Leithoff
e514747285
fixed not working connect+login through Net_Sieve constructor: missing options parameter
2012-05-18 12:39:51 +00:00
Klaus Leithoff
fae91d2355
fix problem regarding the import of multipart/related messages (missing body)
2012-05-18 11:55:51 +00:00
Ralf Becker
0f42a2f916
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-05-16 12:39:52 +00:00
Ralf Becker
21cda45334
fixed "PHP Catchable fatal error: Argument 1 passed to nextmatch_widget::egw_actions() must be an array, string given"
2012-05-16 09:22:10 +00:00
Ralf Becker
aed30a9370
missing ms office 2007/10 mime types, thanks to frank.vanbrussel-at-de8.be
2012-05-16 06:06:38 +00:00
Ralf Becker
4bdfce766b
Changelog for 11.1.20120515
2012-05-15 16:59:14 +00:00
Ralf Becker
845ad43950
changed translation of "org_name" field to "Organisation" from "Company", as it is translated in edit template
2012-05-15 16:55:23 +00:00
Ralf Becker
d4c1a288e4
correctly disable change_org, if no organisation set
2012-05-15 16:55:12 +00:00
Ralf Becker
7ff86a46a6
* InfoLog: change status in context menu shows now labels and icons from all types and fixed my.stylite.de bug #3359 : not being able to set custom status
2012-05-15 16:24:57 +00:00
Ralf Becker
a8dde2649e
* Addressbook: fixed not working changing of organisation members, also place this feature more prominent beside buttons
2012-05-15 15:53:14 +00:00
Klaus Leithoff
e8f83bede0
work around a problem with balance tags removing content
2012-05-15 15:19:32 +00:00
Ralf Becker
f5517a1ff8
fixed only partially translated alarms
2012-05-15 14:42:02 +00:00
Nathan Gray
5b0ecf0491
Fix SQL error when exporting sorted by contact_id
2012-05-15 14:35:09 +00:00
Ralf Becker
c2bf63c872
* InfoLog: if searching do not suppress sub-entries (user preference "List no subs/childs" set)
2012-05-15 14:27:50 +00:00
Ralf Becker
41ec5d1b4a
translating status-label now when the get used, to allow calendar_boupdate::_get_event_details() use language of to notify user
2012-05-15 13:27:56 +00:00
Ralf Becker
85e1ec131a
* Calendar: notification always use language of current user, not of user to notify
2012-05-15 12:51:16 +00:00
Ralf Becker
31914b14f3
* AsyncServices/Calendar: when multiple alarms / async jobs run at same time, they send mail with from address of first alarm/job
...
caused by ExecMethod re-using objects instanciated in $GLOBALS, which get now unset when user-context needs to change because async job runs under different user
2012-05-15 12:16:25 +00:00
Ralf Becker
45e27331e9
* Calendar: taking direct booking permission into account when copying events including resources (my.stylite bug #2839 )
2012-05-15 11:20:32 +00:00
Ralf Becker
ac09e58bea
* Calendar: fixed not savable config "Prevent deleting of entries" as "Yes, users can purge their deleted items"
...
renamed from "user_purge" to "userpurge" (without underscore) as config can not handle situation when name and value contains underscores
2012-05-15 10:36:01 +00:00