Ralf Becker
69d377b5d5
"use default addressbook for new contacts (user preferences), if no owner specified"
2009-07-09 12:38:50 +00:00
Ralf Becker
dc813fd741
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
- some bugfixes
2009-07-09 12:27:42 +00:00
Klaus Leithoff
aa1d033532
preserve the col_filter within the active session
2009-07-09 12:14:35 +00:00
Klaus Leithoff
20bb2bebac
fix for lost owner selection in manage_states
2009-07-09 09:56:50 +00:00
Klaus Leithoff
1ac7c459c3
fix for lost owner selection in manage_states
2009-07-09 09:50:47 +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
00c55151e3
fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2nd.go
2009-07-09 08:32:18 +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
Klaus Leithoff
7edb16d35a
fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events
2009-07-09 08:10:29 +00:00
Ralf Becker
8f4960f9b4
"fixed messed up indention"
2009-07-08 10:29:06 +00:00
Ralf Becker
1e58b525d1
"fixed messed up indention"
2009-07-08 10:22:11 +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
Ralf Becker
ae657f2b26
"handling text/rtf as rtf"
2009-07-07 10:12:31 +00:00
Ralf Becker
a81931ca08
removed not used javascript files
2009-07-07 09:58:20 +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
6570199588
remove baseconfig for unneeded connectors
2009-07-07 09:06:11 +00:00
Klaus Leithoff
b09f75d839
remove baseconfig for unneeded connectors
2009-07-07 09:05:21 +00:00
Klaus Leithoff
b0efbe2637
upgrading to 2.6.4.1, removing _samples and unneeded connectors
2009-07-07 08:58:12 +00:00
Nathan Gray
d160101c65
Make delete instance / domain checkbox actually remove the domain. DB still needs to be dropped manually.
2009-07-06 22:20:57 +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
3307109a1c
reverted change of r72366 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 11:11:40 +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
Klaus Leithoff
1e43e837c0
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:25:19 +00:00
Ralf Becker
62d3afdd36
"display on horizontal scrollbar for width 100%"
2009-07-04 14:17:58 +00:00
Ralf Becker
f0173f0ea3
Readded somehow lost table-row part selectbox
2009-07-04 12:37:31 +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
Ralf Becker
fc3cb9a798
- moved detection of implemented mime types for merge print to
...
(static) addressbook_merge::is_implemented($mimetype,$extension)
- documented syntax for custom fields
- some more mime types
2009-07-04 10:50:19 +00:00
Ralf Becker
dcce79d92a
check if application of template has a app.js file
...
--> load it
2009-07-03 08:38:25 +00:00
Ralf Becker
28618da875
"egw_contentmap table \"belongs\" to syncml app!"
2009-07-03 07:43:02 +00:00
Klaus Leithoff
4e8cb642ab
fixing calender empty resource problem (add event, edit participants)
2009-07-02 11:34:02 +00:00
Klaus Leithoff
234bd6dba6
fixing calender empty resource problem (add event, edit participants)
2009-07-02 11:26:52 +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
078edd98fd
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:03:46 +00:00
Ralf Becker
81ee406c87
"removed forgotten comment, breaking the previous fix"
2009-07-01 16:20:06 +00:00
Ralf Becker
9a5c0f8d9c
"removed forgotten comment, breaking the previous fix"
2009-07-01 16:17:44 +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
Ralf Becker
944bb3073c
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:17:36 +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
15f7e3a1db
"fixed not deletetable links: to delete one, you have to select 'New search ..."
2009-06-30 18:37:30 +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
c4e24a1e58
if we have more then 5 cf's to display --> limit header height to 5 lines plus vertical scrollbar
2009-06-30 18:21:15 +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
c8ad252566
"bugfix: if no specific custom field is selected, show/query all custom fields"
2009-06-30 17:48:04 +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
48993a04dd
"fix for newest Funambol Outlook client: ignoring VOICE in TEL;VOICE;HOME and TEL;VOICE;WORK"
2009-06-29 19:03:43 +00:00
Ralf Becker
0a6bda9eac
"fixed not working custom fileds in Insert-in-document feature"
2009-06-29 13:28:09 +00:00