Commit Graph

19348 Commits

Author SHA1 Message Date
Klaus Leithoff
5450945136 * eMail: supporting deprecated text/directory mimetype (if filename extension is of type text/vcard) for opening in addressbook edit dialog.
handle jet another representation of hyphen, as it does not translate
2012-04-05 09:07:33 +00:00
Ralf Becker
ffc4a60bec store already read table-defintions no longer in session (in ['egw_info']['apps'][]['table_defs']) but in a static variable only within the request:
--> keeps session smaller
--> php file with table-defintion get stored by accelerator anyway, so nothing to gain
--> if schema get's updated long running sessions like CalDAV not getting fatal errors
2012-04-05 07:15:26 +00:00
Ralf Becker
6dad45d443 do NOT blanc fileas_type, as it is not always set in vCard, but should be set in EGroupware 2012-04-04 17:48:27 +00:00
Ralf Becker
6924752579 * CardDAV: fixed not working deleting of existing fields and cell phone numbers for Apple clients 2012-04-04 17:38:58 +00:00
Nathan Gray
839818866b Fix link action popup 2012-04-04 14:14:32 +00:00
Ralf Becker
3eb021ff20 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:30 +00:00
Klaus Leithoff
44051ca146 * resources: fix broken import when importing with human readable names (not database values) 2012-04-04 11:59:53 +00:00
Ralf Becker
8941232989 * InfoLog: remember filter to restore it after viewing subs or an other action-view 2012-04-04 11:55:19 +00:00
Ralf Becker
29e9b85fcf * InfoLog: show time of duedate in notifications if set (!= 0:00) 2012-04-04 10:37:46 +00:00
Ralf Becker
369135bf37 fix "PHP Fatal error: Cannot pass parameter 2 by reference in doc/rpm-build/post_install.php on line 389" 2012-04-04 06:36:09 +00:00
Ralf Becker
5044856b44 Changelog for 11.1.20120404 2012-04-04 05:40:59 +00:00
Ralf Becker
ed30953233 * restart running Apache after each update, to force APC to update changed sources and/or Apache configuration 2012-04-03 19:10:01 +00:00
Ralf Becker
3f60e033b1 Changelog for 11.1.20120403 2012-04-03 16:09:24 +00:00
Ralf Becker
a11a671579 * InfoLog/CalDAV: add support for responsible as iCal ATTENDEE, make sure not to empty InfoLog fields not supported by iCal standard 2012-04-03 16:06:05 +00:00
Ralf Becker
a8f0ca11f8 * ProjectManager: fixed not working editing of projectelement via context-menu (also check registed sub-types of apps user has access to) 2012-04-03 13:29:51 +00:00
Nathan Gray
c87887d11f Change addressbook Export CSV context menu option to use importexport 2012-04-02 16:35:03 +00:00
Nathan Gray
0a9a1736ca Change error output from STDERR to error_log 2012-04-02 14:37:14 +00:00
Ralf Becker
b74b6c6daa Changelog for 11.1.20120402 2012-04-02 06:33:00 +00:00
Ralf Becker
b45891091d update from 1.8.004 2012-03-31 14:18:42 +00:00
Ralf Becker
5ee6f75283 add locations category required for CalDAV to distinguish between locations and resources, when updating from 1.8 2012-03-31 09:35:24 +00:00
Ralf Becker
1af08e72e8 * Admin/ImportExport: fixed import of already hashed passwords 2012-03-29 18:34:24 +00:00
Klaus Leithoff
3a8f279905 do not try to apply decodePath to an array (egw_link::title is handling this correctly if app is VFS_APPNAME and second argument is of type array) 2012-03-29 13:37:24 +00:00
Ralf Becker
f30ad83240 do NOT store state in prefs, if csv_export is set 2012-03-29 12:59:43 +00:00
Ralf Becker
791cec1be9 * Calendar/CalDAV/eSync: fixed etag generation to NOT query maximum user-modification date for each entry, fixed etag and ctag for eSync to only use recurance master, as ActiveSync event does not contain extra participant data for exceptions (virtual and real)
r38474: fixed SQL error reported on developer list: nothing known about column "recur_date"!
2012-03-29 12:43:34 +00:00
Klaus Leithoff
333c03b41d better control of message forwarding inline/as attachment (was partially dependent on associated preference-setting) 2012-03-29 12:20:56 +00:00
Ralf Becker
aba3c0250b found a lot more calls to get_rows missing to set csv_export flag and fixed code in nextmatch dealing with situation if num_rows=-1 got stored in prefs anyway 2012-03-29 12:08:42 +00:00
Ralf Becker
f609efbdd8 * ImportExport/Tracker: timeout left num-rows set to -1, causing nextmatch to try to display full list on next login 2012-03-29 10:45:08 +00:00
Ralf Becker
4246b65eb8 update for egroupware module was missing 2012-03-28 11:44:56 +00:00
Ralf Becker
b3553f4c68 add /usr/share/fonts to open_basedir 2012-03-28 11:42:42 +00:00
Ralf Becker
85351f07dc wider parent search box 2012-03-28 08:24:21 +00:00
Ralf Becker
2faeb247a8 * CalDAV/CardDAV: fixed typo preventing sync, if logging to Apache error-log was switched on 2012-03-28 07:01:38 +00:00
Klaus Leithoff
4cfcc63969 links to vfs are to display the filename decoded instead of the urlencoded version (which is needed to access the file) 2012-03-27 14:04:25 +00:00
Ralf Becker
5b05366132 * Admin/Setup: button to mount backup directory under /backup into VFS 2012-03-27 11:21:00 +00:00
Ralf Becker
12e27ba699 using PATH_INFO as backend (HTTP_WebDAV_Server also only uses that 2012-03-27 09:05:14 +00:00
Ralf Becker
5f57d69c70 removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
improved _check_script_tag and added a lot of tests, thought not all tests really apply here, so low count of ~50% are not as bad
2012-03-27 08:31:24 +00:00
Klaus Leithoff
bd7f00043c on reply use "its me" [some@mail.suffix] instead of "its me" <some@mail.suffix> when gathering mailheader data for display, as ckeditor took <some@mail.suffix> for a html-tag (and tried to close it) on compose of html messages; make sure that only messages in Draft folder will removed for lastDrafted messages 2012-03-26 15:52:41 +00:00
Ralf Becker
02cb2fe24a allow static calls in menuaction again 2012-03-26 12:59:11 +00:00
Ralf Becker
82417edbe9 fix to get menuaction proxys (eg. used when creating a link) working again 2012-03-26 11:15:00 +00:00
Ralf Becker
43b81be2ff allow dash in app-name like in "sitemgr-site" 2012-03-26 08:03:11 +00:00
Ralf Becker
5e7638194d Upps, forgot argument 2012-03-26 07:24:21 +00:00
Ralf Becker
ea91eaa9ba propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp] 2012-03-26 07:18:29 +00:00
Ralf Becker
9f6ffba9f0 keeping only info about the connected ldap server, fixes problems with changed ldap host after fallback to other server 2012-03-23 11:27:24 +00:00
Klaus Leithoff
060a314482 silence debug 2012-03-23 10:55:05 +00:00
Ralf Becker
7b7c587271 move "check all" phrase to etemplate and added "uncheck all" 2012-03-22 15:47:13 +00:00
Ralf Becker
2dd59a07dc * InfoLog: new config for copying or creating sub-entries to exclude just attachments (was links including attachments and links to other apps), fixed deleting attachments in copys/subs before storing them, deleted original attachment 2012-03-22 15:34:06 +00:00
Klaus Leithoff
3090c19970 fix bug when importing multipart mixed messages, if html part was present it may have been marked as text/plain; fixed bug regarding addresslines with destination folder (where falsely treated as emailaddresses) 2012-03-22 14:31:56 +00:00
Ralf Becker
9d30ff7686 * Calendar: iCal import via mime-registry (clicking on iCal file in filemanager) displayed event in server- instead of user-time 2012-03-22 14:02:31 +00:00
Ralf Becker
e52efa0ed6 only transfer link-registry for apps user has access too, otherwise mime-registry would open eg. iCal files in calender, even if user has no calendar access 2012-03-22 13:04:58 +00:00
Ralf Becker
b9335d6cfb only return mime-information of apps the user has access to 2012-03-22 12:44:18 +00:00
Klaus Leithoff
e6dae8ba56 take care of additional leading spaces when gathering draftData, they are neither needed nor wanted 2012-03-22 12:26:23 +00:00