Commit Graph

14172 Commits

Author SHA1 Message Date
7324ddd4f6 "- added zip and for suse php5-zip requirement (for addressbook odt merge)
- epl 9.1.20090720"
2009-07-28 08:14:54 +00:00
cca48082e9 try to tackle problems with )( in Filenames; QUOTA Response Keywords like LEVEL, MAILBOX, EXPIRATION 2009-07-28 08:14:20 +00:00
cea327b36d "- fixed bug introduced in r27541: cache was updated with an empty translation array (typo in app-name variable)
- when updating all langs, do a transaction for each lang and update the cache after commiting the transaction (before the transaction was about all langs and the cache update withint the not commited transaction)
- fixed problem with autoloading of languages, check used filectime, update used filemtime, which can differ of cause"
2009-07-27 08:19:26 +00:00
6d0c72d7f0 "fixed two issues with translations in trunk
-  update the tree-level cache, as we can not effectivly unset it in a multiuser enviroment,
as users from other - not yet updated - instances update it again with an old version!
- add_app(): we have to use array_merge! (+= does not overwrite common translations with different ones in an app)
array_merge messes up translations of numbers, which make no sense and should be avoided anyway.

"
2009-07-24 10:23:13 +00:00
34be1b838d update from 1.6.002 2009-07-21 06:44:01 +00:00
6a4974fd96 fixed not working --run -name or --run +name 2009-07-21 06:31:59 +00:00
130c829a4a if there is an & within org_name, org_unit and such, the add to org will not work, as the GET Parameter gets splitted by &; ADDITIONAL: if there is any export limit set, pass it on to the nextmatch, to be evaluated by the export 2009-07-20 12:22:42 +00:00
9f82b17b4f build@stylite.de as packager 2009-07-20 06:52:33 +00:00
d0b2877a3e "removed onclick alert" 2009-07-18 15:39:21 +00:00
dfeec47642 "fix for bug: checking \"whole query\" sets number of rows to -1" 2009-07-18 15:18:22 +00:00
99d023e76a "fix for bug #2112: fix maybe wrong case in username on login
makes problems eg. in filemanager (name of homedir)"
2009-07-18 13:15:50 +00:00
3a4f9f847b Fix for bug #2074 + #2075: Postgres update error to 1.6 2009-07-18 12:58:08 +00:00
4e71fe1ee0 "Fix for bug #2111: xml_functions.inc.php calls to an undefined method
as suggested by Igor Blanco"
2009-07-18 12:46:20 +00:00
e7258df9db "Fix for bug #1885: egw_db->row doesn't work as expected
reverted r25031, as it returns the first record with numeric indexes (it's anyway a depricated function)"
2009-07-18 12:36:01 +00:00
b2e3b25a10 "Fix for bug #1891: CAS auth seems to fail" 2009-07-18 12:23:05 +00:00
cb07a74f0e "Fix for bug #1992 from Hans-Juergen Tappe:
The sitemgr login module does not cleanup session."
2009-07-18 12:16:10 +00:00
92a2ad7da7 "Fix for bug #1990 from Hans-Juergen Tappe:
Fix a typo which prevents categories which come in as an array to be handled correctly."
2009-07-18 12:07:17 +00:00
678d4d2bb5 checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing 2009-07-18 09:31:58 +00:00
47de1aa9f9 prevent using the numeric value of a group or user twice, by checking if it already exists for both sides 2009-07-17 10:30:49 +00:00
6a12b7c448 fix for: if no cf import fails with fatal error 2009-07-15 14:22:13 +00:00
dc6b2905a9 fixed not working precistion display 2009-07-15 10:48:44 +00:00
9e13d1a73f some modifications to get iPhone working with EGroupware 2009-07-14 19:52:08 +00:00
1b3563e9a5 announce vacation message active status for by_date too 2009-07-14 08:08:53 +00:00
25dd696381 you need to have current_app modified when importing mail 2009-07-13 10:50:33 +00:00
70fac00871 loading infolog translations if current_app is NOT infolog 2009-07-13 10:37:03 +00:00
7dbb84081d "- allways display addressbook contact is imported to
- dont move accounts to default addressbook"
2009-07-10 12:41:35 +00:00
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
93dcba051f preserve the col_filter within the active session 2009-07-09 13:03:25 +00:00
20bb2bebac fix for lost owner selection in manage_states 2009-07-09 09:56:50 +00:00
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
917e529e8d fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2009-07-09 08:12:29 +00:00
6325b79080 removed not used javascript files 2009-07-07 12:55:36 +00:00
6fcef7b1e2 "handling text/rtf as rtf" 2009-07-07 10:13:27 +00:00
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
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
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
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
4e8cb642ab fixing calender empty resource problem (add event, edit participants) 2009-07-02 11:34:02 +00:00
de4f3d6b87 set the windowtitle according to the mailsubject for mails with attachments too 2009-07-02 10:43:06 +00:00
0e7aa7d2e7 set the windowtitle according to the mailsubject 2009-07-02 10:28:47 +00:00
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
81ee406c87 "removed forgotten comment, breaking the previous fix" 2009-07-01 16:20:06 +00:00
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
a7ed0a0255 Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags 2009-07-01 10:20:55 +00:00
c8236aa9f7 "fixed not deletetable links: to delete one, you have to select 'New search ..." 2009-06-30 18:38:07 +00:00
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
a51f1683ce "bugfix: if no specific custom field is selected, show/query all custom fields" 2009-06-30 17:48:55 +00:00
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
0a6bda9eac "fixed not working custom fileds in Insert-in-document feature" 2009-06-29 13:28:09 +00:00
4cb4b19354 removed icalsrv 2009-06-26 09:47:53 +00:00