Ralf Becker
79a13b6d9c
Changelog for 10.1.20110307
2011-03-07 19:22:25 +00:00
Ralf Becker
6563fb1ebd
removed to re-create
2011-03-07 19:21:18 +00:00
Ralf Becker
60181482c7
Changelog for 10.1.20110307
2011-03-07 15:16:04 +00:00
Ralf Becker
f85ca66d2f
* Calendar: no longer returning private events of other user while searching, as it can reveal private information
2011-03-07 15:12:08 +00:00
Ralf Becker
b06cf300b1
dont show vfs_storage_mode "custom", if not custom
2011-03-07 14:16:23 +00:00
Ralf Becker
3b1ef91a14
add Evolution as know GroupDAV client
2011-03-07 14:01:04 +00:00
Ralf Becker
a32de639be
* LDAP addressbook filter for all addressbooks by "(objectclass=inetorgperson)" to not get eg. computer accounts from Samba
2011-03-07 13:53:51 +00:00
Ralf Becker
575d901a2d
* Calendar: fixed in some cases not updated alarms, if event got moved
...
- sending alarms to CalDAV/GroupDAV clients as offset, not fixed time like before
- only exception to the above are alarms for recuring events to Lightning, which must be absolute, as offset lead to infinit poping up alarms in Lightning
- update all alarm times of other users alarms too, when storing events, as they might not be included in the stored event
2011-03-07 13:49:45 +00:00
Ralf Becker
2566928422
fixed not disabled alarm delete button, if user has no edit rights (already gave a permission denied message)
2011-03-07 10:19:04 +00:00
Ralf Becker
4eb506b01b
* CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
...
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:26:17 +00:00
Ralf Becker
6972fd517e
* ImportExport: fixed translation default value not working (eg. "1|>one||2|>two||other")
2011-03-04 17:44:13 +00:00
Ralf Becker
c013024800
* Timesheet from other app then calendar: fixed title to use clicked app (first link_app)
2011-03-03 17:08:41 +00:00
Ralf Becker
3ddbb113ce
* fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode())
2011-03-03 15:45:02 +00:00
Ralf Becker
44ac73f1f7
AddrAppend() for Bcc get's NOT called for SMTP! --> reimplemented AddBCC()
2011-02-28 21:41:18 +00:00
Ralf Becker
37e22ef91e
hook for egw_mailer to log or authorize all mail
2011-02-28 21:14:54 +00:00
Ralf Becker
26098f1f64
* removing memory limit from backup download, by switching off output buffering and zlib output compression
2011-02-25 13:14:07 +00:00
Nathan Gray
c3761c17fe
Fix missing custom fields
2011-02-24 15:39:34 +00:00
Nathan Gray
6d7f51479e
Add extra 3123categories3123 tag for merging hierarchical categories listing each main category on its own line
2011-02-23 21:26:08 +00:00
Klaus Leithoff
36129b8d7f
with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually
2011-02-23 12:35:53 +00:00
Ralf Becker
8893a9b602
* correctly parsing of "time-range" REPORT filter, giving a SQL error before because it requires comparing as unix timestamp not strings
2011-02-23 10:59:51 +00:00
Klaus Leithoff
04321c07fc
remove project column as it is of no use
2011-02-23 08:53:28 +00:00
Ralf Becker
7eaebc3343
use /usr/bin/tnef if available, before search tnef or ytnef via which in the path, to cope with system having it NOT in the path, but at its standard location
2011-02-22 13:13:29 +00:00
Nathan Gray
0f222126c3
Remove category from contacts when category is deleted
2011-02-18 18:42:28 +00:00
Nathan Gray
9578edb5ca
Provide proper history widget for Last changed, and stop any more from being logged
2011-02-17 16:10:00 +00:00
Nathan Gray
12263e3266
Fix for display of multi-row read-only select-account widget
2011-02-17 16:06:09 +00:00
Ralf Becker
ac6919df09
parameter to copy changelog automatically eg. to sf.net
2011-02-16 10:43:27 +00:00
Klaus Leithoff
98954c82f0
fix for bug/problem regarding the merge of contacts: main links of linked addresses where not moved to the new target
2011-02-15 14:51:21 +00:00
Ralf Becker
523586725f
call all delete_category hook only for all apps, if cat is application-global
2011-02-15 13:04:52 +00:00
Ralf Becker
f8ea85a00c
* fixed not working delete of application-global categories via "admin >> global categories" in applications
2011-02-15 12:52:15 +00:00
Ralf Becker
3054731928
calendar icon for addressbook.index to add an appointment for a contact
2011-02-15 11:43:32 +00:00
Ralf Becker
ecb259f2ed
if contact in $_GET[participants] parameter for edit is a user, use the user instead
2011-02-15 11:35:33 +00:00
Ralf Becker
a7e03f3262
Changelog for 10.1.20110214
2011-02-14 13:30:44 +00:00
Ralf Becker
1c79b04877
Fixed problem with event stacks for non drag-droppable event objects
2011-02-14 12:07:39 +00:00
Ralf Becker
807f447cb1
Clicking on a stack of events now always openes the event lying on top of the stack
2011-02-14 11:20:56 +00:00
Jörg Lehrke
e81f37dda7
* CalDAV: Apply other users' calendar color, too
2011-02-13 21:08:49 +00:00
Ralf Becker
0ed4b76f46
* Calendar: alternative overlapping columns resulting in equally wide visible parts for unlimited number of columns
...
- for equally sized columns, the first one (used for whole day events or non-overlapping events) is fairly small (1/Nth of total width)
- still open again is problem of events in columns > 1 are not clickable (unless we set a z-index, which has other problems)
2011-02-11 16:50:54 +00:00
Ralf Becker
b90e590f66
* Calendar: using equally sized, non-overlaping columns for multiple events at the same time
...
- old overlapping events failed for more then 6 columns
- clicking on events opened the frist/underlaying event not the visible one
2011-02-11 15:44:50 +00:00
Klaus Leithoff
b6203cad52
* eMail: patch of Andreas Stöckel with bugfix for not working actions in felamimail treeview (when Stylite Template is active)
2011-02-11 12:50:07 +00:00
Ralf Becker
3b7a53b20b
added EventMgr account_id columns to admin_cmd_change_account_id
2011-02-10 10:23:50 +00:00
Klaus Leithoff
f4c8c61719
attempt to fix egroupware.org Bug#2832, invalid emailaddress when emailaddress (personal part) contains double quotes
2011-02-08 13:20:34 +00:00
Klaus Leithoff
161e29bb0f
improve of messageuid detection, when appending messages, as sometimes (when server only replies OK/True on appending Messages to a mailbox) you cannot trust the nextuid iformation by folderstatus (at least not with dbmail)
2011-02-07 16:17:08 +00:00
Ralf Becker
2105bb4d2d
* fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs
2011-02-03 02:05:05 +00:00
Klaus Leithoff
4b257aedb3
quieten warning when no participants in function remove_no_acl_invite
2011-02-01 14:31:07 +00:00
Klaus Leithoff
155c6b1b2c
* eMail: feature regarding the forward of selected messages (composeAsForward): to be able to choose in preferences if you want to be asked about the forwarding of selected messages
2011-01-27 13:12:28 +00:00
Klaus Leithoff
87297198c0
* eMail: check before signaling that mail has an attachment, even for multipart/mixed
2011-01-27 13:00:43 +00:00
Andreas Stöckel
bfd0871d18
Ported revisions 33494-33496 from trunk to 10.1 (egw.stylite bug 8295)
2011-01-27 09:29:52 +00:00
Klaus Leithoff
dbdb0c092e
* eMail: preview now requires user action (click on)
2011-01-26 12:47:09 +00:00
Klaus Leithoff
70ef2448c9
* calendar: PANAMA holidays provided by rafael chacon
2011-01-26 10:44:57 +00:00
Klaus Leithoff
27726a377a
* calendar: PANAMA holidays provided by rafael chacon
2011-01-26 10:39:47 +00:00
Nathan Gray
52cf37600d
Add importexport links to sidebox
2011-01-26 01:04:31 +00:00