Commit Graph

14986 Commits

Author SHA1 Message Date
822230bf57 New classes for importing and scheduling 2010-02-25 23:14:24 +00:00
731abfd2a3 Some more work toward completion:
- Wizard now works to define input definitions; you can define the mapping, translations and conditions using the UI.  
- Added ability to schedule imports / export using async services

Still a lot of work to be done...
2010-02-25 23:13:18 +00:00
8211aef3ff fixed wrong series event end times for whole day events when events occur or span over a daylight saving date, fixed typos 2010-02-25 17:05:24 +00:00
c9ab7e557b fixing issue: failed add to organisation from org-view, when colon in org_unit/org_location/organisation 2010-02-25 13:42:27 +00:00
b2b8b35383 Fix various recurring event issues 2010-02-24 15:05:00 +00:00
85b6ba5ef0 Cleanup issues found during backport 2010-02-23 18:19:12 +00:00
de840a1fcc Fix empty field issue 2010-02-23 18:18:10 +00:00
0b79a0466d Make changing status for whole query work 2010-02-22 23:02:25 +00:00
4424d49c30 Handle case when ID is missing, happens the time after clearing the cf search 2010-02-22 22:46:17 +00:00
5e2d3f4739 Fix for lost links when copying. All links get copied now, including the one in the header. 2010-02-22 21:25:00 +00:00
48886af55c Blur text can affect regular searches, not just array searches 2010-02-22 20:56:59 +00:00
fc3228806a Fix infolog print view to only display the custom fields allowed for that infolog type 2010-02-22 18:18:38 +00:00
08dbf52b66 Fix typos and code cleanup 2010-02-22 10:02:33 +00:00
3aa96a4a34 for xml: decode all entities, remove all non-decodable entities, remove all html tags and encode <, > and & as entities 2010-02-21 23:15:05 +00:00
e362a5b451 Use category names for history-log 2010-02-19 17:42:02 +00:00
ce7324f12f Fix daywise search 2010-02-19 17:10:15 +00:00
7304df7dcd fix for a problem with IE7 and IE8(Compatibilitymode) displaying Icons and text in Navbar 2010-02-19 14:53:24 +00:00
56b51a4285 Fix so sitemgr contact form shows contact's address instead of current user 2010-02-18 23:32:25 +00:00
21ccdd5f28 Fix various synchronization issues (SyncML & CalDAV) 2010-02-17 13:29:28 +00:00
8204d84ca5 Enable proper 'refresh from server' again 2010-02-17 13:28:00 +00:00
d2d64a73fe get rid of comma in full-emailadresses, as imap_rfc_address_list assumes a new address to come after comma 2010-02-17 12:03:37 +00:00
ab598b8fcb 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:55:43 +00:00
39666ba03b let link-entry display "appname: #id" for entries no link title is available (eg. because they got deleted), makes sense eg. for history logging 2010-02-16 23:23:24 +00:00
9d39f2ec98 Fix newline issue 2010-02-16 15:09:52 +00:00
ea5535284f fix for addressbook hook_home problem; birthdays where not displayed correctly anymore in home view 2010-02-16 10:42:27 +00:00
8d0c656df8 Javascript fix for ajax select widget on IE 2010-02-15 20:40:34 +00:00
c70ff2e069 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:02:36 +00:00
dbeb104ed5 changed rename to also rename in-active versions and made mkdir_recursive private, as it is only a helper and no exported method 2010-02-15 04:35:32 +00:00
0affaddfb2 fix for Debian Bug#569677: egroupware-core: base configuration fails with php error if egroupware-emailadmin is not installed 2010-02-15 02:58:58 +00:00
0c640ed171 support for 1.6.003 2010-02-14 06:27:54 +00:00
872fa0b72b fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons 2010-02-14 06:11:28 +00:00
1555115be7 moved aspell_path config to setup, vor obvious reasons 2010-02-14 05:51:51 +00:00
ba5bdb79a2 fixed not working listing of groups, after r29189 2010-02-13 06:45:24 +00:00
7d1ac84b67 fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 04:55:34 +00:00
8b92fc4998 fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 04:47:01 +00:00
34f2a64b51 updated integration docu 2010-02-13 04:35:54 +00:00
aca8b220df fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 02:57:22 +00:00
22630b849a fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 01:19:27 +00:00
de4a0e9239 Add history logging to calendar 2010-02-12 20:18:45 +00:00
30db6582f7 Don't modify filter columns with numeric keys 2010-02-12 18:36:04 +00:00
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
fb50bee888 Log history of custom fields also 2010-02-12 16:47:15 +00:00
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
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
41f587d584 Fix wrong classification in get_event_info() again 2010-02-11 21:04:10 +00:00
65c06844e5 Fix wrong classification in get_event_info() and UID handling for CalDAV 2010-02-11 20:50:35 +00:00
adf9a0917f Fix deleted filter to hide from select-entry widget also 2010-02-11 20:43:11 +00:00
a67f231b74 fix quoting in javascript message, for recurring events/exeptions 2010-02-11 09:06:33 +00:00
52ea4512ca Improve find_event() again 2010-02-11 07:33:32 +00:00
63117b9ceb Add an option to keep deleted contacts, and only admins can purge them 2010-02-10 23:07:43 +00:00