Commit Graph

14152 Commits

Author SHA1 Message Date
Ralf Becker
dc6b2905a9 fixed not working precistion display 2009-07-15 10:48:44 +00:00
Ralf Becker
9e13d1a73f some modifications to get iPhone working with EGroupware 2009-07-14 19:52:08 +00:00
Klaus Leithoff
1b3563e9a5 announce vacation message active status for by_date too 2009-07-14 08:08:53 +00:00
Klaus Leithoff
25dd696381 you need to have current_app modified when importing mail 2009-07-13 10:50:33 +00:00
Klaus Leithoff
70fac00871 loading infolog translations if current_app is NOT infolog 2009-07-13 10:37:03 +00:00
Ralf Becker
7dbb84081d "- allways display addressbook contact is imported to
- dont move accounts to default addressbook"
2009-07-10 12:41:35 +00:00
Ralf Becker
185a462ffb Implemented configurable unique id's in addressbook cvs import:
- primary unique id: id (default), uid, or any custom field
- fallback: id, uid(default), two from n_family, org_name or n_given,
or any custom field
- use default addressbook for new contacts (user preferences), if no
  owner specified
- some bugfixes
2009-07-09 13:31:33 +00:00
Klaus Leithoff
93dcba051f preserve the col_filter within the active session 2009-07-09 13:03:25 +00:00
Klaus Leithoff
20bb2bebac fix for lost owner selection in manage_states 2009-07-09 09:56:50 +00:00
Klaus Leithoff
afc6bc3b99 fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2nd.go 2009-07-09 08:33:25 +00:00
Klaus Leithoff
917e529e8d fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2009-07-09 08:12:29 +00:00
Ralf Becker
6325b79080 removed not used javascript files 2009-07-07 12:55:36 +00:00
Ralf Becker
6fcef7b1e2 "handling text/rtf as rtf" 2009-07-07 10:13:27 +00:00
Klaus Leithoff
6ae1ca451f upgrade to 2.6.4.1, removing _samples and unneeded connectors, remove baseconfig for unneeded connectors 2009-07-07 09:21:36 +00:00
Klaus Leithoff
6c1b4c588e reverted change of r72367 and fixed the real cause for the mainscreen_message problem: YOU SHOULD NOT HAVE TRANSLATIONS FOR mainscreen_message; You may have to force the reload of new language file-information 2009-07-06 15:40:42 +00:00
Klaus Leithoff
d283757b8d fix regarding get_app in translation. array_merge does renumber and += seems to bear problems, if there already is a translation for the given key (mainscreen_message) 2009-07-06 09:26:18 +00:00
Ralf Becker
fed73a86cc - moved detection of implemented mime types for merge print to
(static) addressbook_merge::is_implemented($mimetype,$extension)
- documented syntax for custom fields
- implemented Open Office und Ms Office 2007 XML formats
  (page- and labelrepeat are missing!)
2009-07-04 10:53:59 +00:00
Klaus Leithoff
4e8cb642ab fixing calender empty resource problem (add event, edit participants) 2009-07-02 11:34:02 +00:00
Klaus Leithoff
de4f3d6b87 set the windowtitle according to the mailsubject for mails with attachments too 2009-07-02 10:43:06 +00:00
Klaus Leithoff
0e7aa7d2e7 set the windowtitle according to the mailsubject 2009-07-02 10:28:47 +00:00
Ralf Becker
9e1ea42649 Fixed SQL error now giving an exception: it's caused by
vfs_stream_wrapper::get_path() returning an url without path
(sqlfs://default <-- no trailing slash), which causes
sqlfs_stream_wrapper::url_stat() to be called for an empty path, which
gives the sql error.
2009-07-01 18:07:22 +00:00
Ralf Becker
81ee406c87 "removed forgotten comment, breaking the previous fix" 2009-07-01 16:20:06 +00:00
Ralf Becker
4c8108fa39 fixed since 1.7.002 not working update from 1.4:
- fs_link column is queried by sqlfs, but get created in 1.7.002
- pdo does not throw exception on sql errors, it silently ignores them
  --> told it now in constructor to also throw exceptions
- egw_vfs::find() was not always honoring the url option
2009-07-01 15:19:27 +00:00
Klaus Leithoff
a7ed0a0255 Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags 2009-07-01 10:20:55 +00:00
Ralf Becker
c8236aa9f7 "fixed not deletetable links: to delete one, you have to select 'New search ..." 2009-06-30 18:38:07 +00:00
Ralf Becker
4b14a19d3e if we have more then 5 cf's to display --> limit header height to 5 lines plus vertical scrollbar 2009-06-30 18:21:50 +00:00
Ralf Becker
a51f1683ce "bugfix: if no specific custom field is selected, show/query all custom fields" 2009-06-30 17:48:55 +00:00
Ralf Becker
88cb7ac054 "fix for newest Funambol Outlook client: ignoring VOICE in TEL;VOICE;HOME and TEL;VOICE;WORK" 2009-06-29 19:06:48 +00:00
Ralf Becker
0a6bda9eac "fixed not working custom fileds in Insert-in-document feature" 2009-06-29 13:28:09 +00:00
Ralf Becker
4cb4b19354 removed icalsrv 2009-06-26 09:47:53 +00:00
Ralf Becker
1e1b9f0604 "- fixed circular dependency on suse, causing it to not install egroupware-epl as last package, by moving /usr/bin/php --> /usr/bin/php5 symlink to egroupware-core
- added all php dependencies to egroupware-epl-core or the modulre requiring it
- updated version to 9.1.20090626"
2009-06-26 09:33:03 +00:00
Ralf Becker
a237fd802c "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5
--> modified header template to not switch it on in first place, for webdav.php"
2009-06-25 10:34:30 +00:00
Ralf Becker
1d98f10532 "- open_basedir also needs php_admin_value
- setting max_post_size, memory_limit and upload_max_filesize to 64M"
2009-06-25 10:23:37 +00:00
Ralf Becker
0ffbea8b2b "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
only do it if no output_handler is set in php.ini, as at least with zlib.output_handler it stalls ...
if (!ini_get('output_handler')) ob_end_flush();
"
2009-06-25 07:25:19 +00:00
Klaus Leithoff
a9c72d6117 little bugfix for the retrieval of images configured to load from vfs (vfs_imagedir) 2009-06-24 15:13:42 +00:00
Ralf Becker
86c6116390 "Aditus Professional Version: 2.4p (1 Mar 2009)" 2009-06-23 09:13:22 +00:00
Klaus Leithoff
1a0388ba8d bugfix for files got lost, while converting to infolog immediately after send, if attached via vfs 2009-06-23 09:12:12 +00:00
Ralf Becker
975bfa0f56 "Bugfix for tracker priorities 2-4 displayed wrong:
use += instead of array_merge, as we have phrases with numerical index, which get renumbered by array_merge
"
2009-06-22 12:48:17 +00:00
Ralf Becker
606fef6856 only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script) 2009-06-22 08:07:52 +00:00
Ralf Becker
a5a5c6c065 fixed executable 2009-06-22 07:57:41 +00:00
Ralf Becker
34c5703a25 "dont delete header (otherwise the header is owned by the user running the script)" 2009-06-21 12:36:01 +00:00
Klaus Leithoff
4825ffaf0d redirection via go, by rebuilding the query string; suggested by zorg; seems to work without sideeffects in my enviroment; 2009-06-19 08:42:36 +00:00
Ralf Becker
380f9a9667 "- adding more backslashed to pear_dir macro
- setting permissions for egwdatadir to 700 for apche user"
2009-06-18 21:27:56 +00:00
Ralf Becker
a0be90931e "dont unlink header.inc.php for root user, as it get created again with owner root" 2009-06-18 21:22:10 +00:00
Ralf Becker
f2b5abf87e "fixed group invitations got changed to regular invitations, after inviting a second group" 2009-06-18 13:33:41 +00:00
Ralf Becker
67c44cc280 "- replaced /usr/share/pear with pear path of distribution
- added php-mcrypt extension
- added for suse: php5-bz2 and php5-posix"
2009-06-18 12:39:03 +00:00
Ralf Becker
8d125bc5cf "removed unneccessary memory limit, as asyncwrapper sets it anyway" 2009-06-18 12:37:03 +00:00
Ralf Becker
f6c65817d3 formatting 2009-06-18 12:33:56 +00:00
Stefan Becker
7530890b7f backport of 27275 fixed with klaus the Group initation behavior, Readaccess you can also invite participants, but you can only change the status, if you have edit rights 2009-06-18 12:11:27 +00:00
Ralf Becker
0ceb62ddbc readded crontab entry with default apache user "apache" and added memory_limit=48M 2009-06-18 12:10:50 +00:00