Commit Graph

17236 Commits

Author SHA1 Message Date
Ralf Becker
f83cfe763f * Calendar: store async job of alarm with alarm owner as owner to get eg. the correct from address 2011-03-21 14:14:57 +00:00
Ralf Becker
d168bec8ef * exceptions in async jobs no longer stop other jobs, but log the exception to Apache error_log 2011-03-21 13:20:49 +00:00
Ralf Becker
eed2810a15 * fixed not working async service test-job
$$adr[0] === $($adr[0]) !== ($$adr)[0]
2011-03-21 13:15:04 +00:00
Ralf Becker
ce781ca666 fixed not working default for checkboxes of "No"="0" and displaying sections now with class="th" and colspan="2" 2011-03-19 11:25:57 +00:00
Ralf Becker
221a2d4eb6 read users full name from password file and create email address according to configured rules for automatic created accounts 2011-03-18 13:47:12 +00:00
Klaus Leithoff
5cc84c3896 handle variable attachmentdiv height and control bottom area height preserved for the attachmentdiv, throw out attachment_count, as it seems not to be used 2011-03-18 12:49:19 +00:00
Ralf Becker
95d611a810 * updated .htaccess to memory_limit=256M 2011-03-16 21:25:21 +00:00
Klaus Leithoff
46add19e26 fix for javascriptbug in IE on entering the list of userdefined accounts in emailmodule 2011-03-14 12:58:32 +00:00
Ralf Becker
10c01f15eb * fixed not working scheduled import from vfs 2011-03-11 16:06:24 +00:00
Ralf Becker
38f301e681 * Calendar: fixed PostgreSQL error on transfering records of a delted user to an other one 2011-03-11 07:38:40 +00:00
Ralf Becker
e24dc103f5 * Calendar: fixed SQL error on search: Argument of OR must be of type boolean, not of type smallint 2011-03-10 17:57:48 +00:00
Nathan Gray
26462b10c8 Escape quotes in user names 2011-03-10 15:51:52 +00:00
Ralf Becker
de45c0a645 * Calendar: no longer returning private events of other user while searching, as it can reveal private information 2011-03-07 15:12:56 +00:00
Ralf Becker
864b62ef96 dont show vfs_storage_mode "custom", if not custom 2011-03-07 14:14:49 +00:00
Ralf Becker
16851d0d88 add Evolution as know GroupDAV client and disable error_log about not know GroupDAV clients 2011-03-07 13:58:47 +00:00
Ralf Becker
a7d0ee8550 * LDAP addressbook filter for all addressbooks by "(objectclass=inetorgperson)" to not get eg. computer accounts from Samba 2011-03-07 13:55:05 +00:00
Ralf Becker
a9671d4b1f * 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:50:25 +00:00
Ralf Becker
02a5a0138f fixed not disabled alarm delete button, if user has no edit rights (already gave a permission denied message) 2011-03-07 10:20:56 +00:00
Ralf Becker
b9e714f40d * 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:34:21 +00:00
Ralf Becker
3ce947d643 * ImportExport: fixed translation default value not working (eg. "1|>one||2|>two||other") 2011-03-04 17:45:18 +00:00
Ralf Becker
d6c6dc2de0 * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:49:28 +00:00
Oscar Manuel Gómez Senovilla
80e44448cc Tracker #2876 2011-03-02 18:32:21 +00:00
Ralf Becker
4c23f9c8a5 * removing memory limit from backup download, by switching off output buffering and zlib output compression 2011-02-25 13:14:33 +00:00
Klaus Leithoff
617d7dc90a with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually 2011-02-23 13:27:30 +00:00
Ralf Becker
8ec4aeac46 * correctly parsing of "time-range" REPORT filter, giving a SQL error before because it requires comparing as unix timestamp not strings 2011-02-23 11:00:31 +00:00
Klaus Leithoff
1be78001bb remove project column as it is of no use 2011-02-23 09:01:32 +00:00
Ralf Becker
9b76ad4dcc 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:17:52 +00:00
Nathan Gray
4f6ead8a07 Remove category from contacts when category is deleted 2011-02-18 18:48:27 +00:00
Ralf Becker
1567cd26b5 Changelog for 1.8.001.20110216 2011-02-16 10:12:05 +00:00
Ralf Becker
56b933e06d parameter to copy changelog automatically eg. to sf.net 2011-02-16 10:06:48 +00:00
Ralf Becker
75ec08885a * removed accidently commited rpm patch, causing admin >> async service no longer to display correct cronline and to choose 2011-02-16 07:21:21 +00:00
Klaus Leithoff
5ad740aa83 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:33 +00:00
Ralf Becker
c553f870bc fix for bug #2835: copied contacts lose categories of source 2011-02-15 14:10:36 +00:00
Ralf Becker
546e376334 * fixed not working delete of application-global categories via "admin >> global categories" in applications 2011-02-15 12:53:09 +00:00
Ralf Becker
4939adc77c Changelog for 1.8.001.20110214 2011-02-14 14:05:14 +00:00
Ralf Becker
9cfb1be085 Fixed problem with event stacks for non drag-droppable event objects 2011-02-14 12:18:22 +00:00
Ralf Becker
8e61bf6e18 Clicking on a stack of events now always openes the event lying on top of the stack 2011-02-14 12:14:04 +00:00
Ralf Becker
cf8fcd0d20 * 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:51:12 +00:00
Ralf Becker
35e8ab5464 * 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:45:11 +00:00
Klaus Leithoff
9ec732a253 attempt to fix egroupware.org Bug#2832, invalid emailaddress when emailaddress (personal part) contains double quotes 2011-02-08 13:20:40 +00:00
Klaus Leithoff
f0898198d7 missing lang strings for preview on click only 2011-02-07 13:55:19 +00:00
Ralf Becker
b0e090545f * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:07:36 +00:00
Klaus Leithoff
9170842d52 * eMail: preview now requires user action (click on) 2011-01-26 12:47:18 +00:00
Klaus Leithoff
eca030ad6f * calendar: PANAMA holidays provided by rafael chacon 2011-01-26 10:46:25 +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
Nathan Gray
a62484d106 If there's only one export definition, select it by default 2011-01-26 01:00:41 +00:00
Nathan Gray
4759228faf Move old definitions to setup dir, remove importexport subdirectory 2011-01-26 00:33:11 +00:00
Nathan Gray
ba485f1338 Look in setup directory for pre-defined definitions, importexport sub-directory is no longer used. 2011-01-26 00:28:14 +00:00
Nathan Gray
e2baa8ab1d Add default import/export definitions 2011-01-26 00:12:19 +00:00