Commit Graph

15090 Commits

Author SHA1 Message Date
Nathan Gray
3f46d3f4e3 Fix for lost links when copying. All links get copied now, including the one in the header. 2010-02-22 21:28:55 +00:00
Nathan Gray
7209617eaa Fix infolog print view to only display the custom fields allowed for that infolog type 2010-02-22 18:24:45 +00:00
Klaus Leithoff
d075132946 very dirty solution, when no types/subtypes get passed to link_widget::ajax_search() -> then add an empty type parameter; its temporary until I/we come up with a solution for the real cause 2010-02-22 16:34:40 +00:00
Ralf Becker
1d34ddbf1d for xml: decode all entities, remove all non-decodable entities, remove all html tags and encode <, > and & as entities 2010-02-21 23:24:18 +00:00
Klaus Leithoff
311307e0cf fix for a problem with IE7 and IE8(Compatibilitymode) displaying Icons and text in Navbar 2010-02-19 14:51:40 +00:00
Klaus Leithoff
fc4aa78137 improving session control for felamimail bosieve async_vacation. Force sessions to be rebuilded 2010-02-17 14:22:48 +00:00
Jörg Lehrke
89ea003b74 Enable proper 'refresh from server' again 2010-02-17 13:28:21 +00:00
Klaus Leithoff
46f7afafbb get rid of comma in full-emailadresses, as imap_rfc_address_list assumes a new address to come after comma 2010-02-17 12:06:17 +00:00
Klaus Leithoff
9520361123 get rid of comma in emailadresses, as imap_rfc_address_list assumes a new address to come after comma 2010-02-17 10:57:09 +00:00
Klaus Leithoff
ab4676bd14 using session control for felamimail/emailadmin, to control the loading of preferences for the setting of vacations by date by async job (user was not changed (since session was reused), when several users wanted to change their vacation message by date via async job at the same day) 2010-02-17 10:16:33 +00:00
Ralf Becker
5cdd51fdb5 fix for user changing the timezone while having an edit popup open (unfixed the timestamps would change by the differenz of the two timezones). This fix does eg. NOT fix history logging (depending on the entry read before saving it), so it is better to handle the situation in the UI code, thought this is better then not handling it at all 2010-02-17 00:59:22 +00:00
Jörg Lehrke
269d034606 Fix VTIMEZONE issue 2010-02-16 15:45:27 +00:00
Jörg Lehrke
3eb599a3a3 Fix newline issue 2010-02-16 15:11:27 +00:00
Nathan Gray
b68ae027d3 Backport Javascript fix for ajax select widget on IE 2010-02-15 21:09:53 +00:00
Ralf Becker
653ff3b0b4 fixed a strange PHP5.3 problem, it seems call_user_func_array fails returning NULL for a static method with a var parameter 2010-02-15 06:05:50 +00:00
Ralf Becker
54e8a246b7 fix for Debian Bug#569677: egroupware-core: base configuration fails with php error if egroupware-emailadmin is not installed 2010-02-15 03:00:48 +00:00
Ralf Becker
979962f780 adding /usr/bin/spell to open_basedir and fixing not usable symbolic constants for error_reporting 2010-02-14 06:41:51 +00:00
Ralf Becker
68ecaf2acb support for 1.6.003 2010-02-14 06:28:36 +00:00
Ralf Becker
198492c678 fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons 2010-02-14 06:16:33 +00:00
Ralf Becker
a8d2e1824c moved aspell_path config to setup, vor obvious reasons 2010-02-14 05:57:39 +00:00
Ralf Becker
1555115be7 moved aspell_path config to setup, vor obvious reasons 2010-02-14 05:51:51 +00:00
Ralf Becker
ba5bdb79a2 fixed not working listing of groups, after r29189 2010-02-13 06:45:24 +00:00
Ralf Becker
06ca2dca72 fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 05:05:20 +00:00
Ralf Becker
7d1ac84b67 fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 04:55:34 +00:00
Ralf Becker
8b92fc4998 fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 04:47:01 +00:00
Ralf Becker
34f2a64b51 updated integration docu 2010-02-13 04:35:54 +00:00
Ralf Becker
52c4aae25c fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 03:41:51 +00:00
Ralf Becker
aca8b220df fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 02:57:22 +00:00
Ralf Becker
c60d39ee7d fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 01:21:17 +00:00
Ralf Becker
22630b849a fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 01:19:27 +00:00
Nathan Gray
de4a0e9239 Add history logging to calendar 2010-02-12 20:18:45 +00:00
Nathan Gray
30db6582f7 Don't modify filter columns with numeric keys 2010-02-12 18:36:04 +00:00
Nathan Gray
42bd4d227c Upgrades to historylog_widget:
- Allow array for options of a 1:N record, as documented in bo_tracking
- Allow passing in a filter parameter, and pass it on to historylog->search
2010-02-12 18:34:33 +00:00
Nathan Gray
fb50bee888 Log history of custom fields also 2010-02-12 16:47:15 +00:00
Klaus Leithoff
989bba917f you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled 2010-02-12 15:05:40 +00:00
Klaus Leithoff
9a3480fbdf you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled 2010-02-12 15:04:25 +00:00
Klaus Leithoff
eb2bf86b4f move the ie dropdown menu hack to jsapi, make it an preference, so you can switch it off, if it does not work for you 2010-02-12 09:09:41 +00:00
Klaus Leithoff
3ac8b33231 move the ie dropdown menu hack to jsapi, make it an preference, so you can switch it off, if it does not work for you 2010-02-12 09:04:44 +00:00
Jörg Lehrke
41f587d584 Fix wrong classification in get_event_info() again 2010-02-11 21:04:10 +00:00
Jörg Lehrke
65c06844e5 Fix wrong classification in get_event_info() and UID handling for CalDAV 2010-02-11 20:50:35 +00:00
Nathan Gray
adf9a0917f Fix deleted filter to hide from select-entry widget also 2010-02-11 20:43:11 +00:00
Klaus Leithoff
6150168c12 backport of christian binders column content adjustments (fix whole day events,recur_interval); provide update path for 1.6.003 instances 2010-02-11 15:29:50 +00:00
Klaus Leithoff
6cbd8dde3c fix quoting in javascript message, for recurring events/exeptions 2010-02-11 09:07:59 +00:00
Klaus Leithoff
a67f231b74 fix quoting in javascript message, for recurring events/exeptions 2010-02-11 09:06:33 +00:00
Jörg Lehrke
52ea4512ca Improve find_event() again 2010-02-11 07:33:32 +00:00
Nathan Gray
63117b9ceb Add an option to keep deleted contacts, and only admins can purge them 2010-02-10 23:07:43 +00:00
Jörg Lehrke
ad79f404e9 Fix recurring event issue 2010-02-10 19:47:39 +00:00
Klaus Leithoff
e763d692c9 make sure the default type for addressbook is found if there is no entry in egw_config 2010-02-10 14:27:14 +00:00
Klaus Leithoff
0c6b10058c make sure the default type for addressbook is found if there is no entry in egw_config 2010-02-10 14:24:55 +00:00
Klaus Leithoff
ed7f3a764e Free/Busy handling for groups and recources; Groups: if a group allows only free/busy to its users, then participation does not mean a lot. Resources: if grant is free/busy only explicit recources rights are not to be regarded 2010-02-10 12:31:34 +00:00