Commit Graph

14874 Commits

Author SHA1 Message Date
Klaus Leithoff
11febb8780 solution for the tabbing problem (you could not access the subject field by tabbing comming from above) suggested by stefan becker 2010-01-26 08:35:45 +00:00
Klaus Leithoff
9012fb3133 better control of subject length and preview Header region, adding addressbook add action to preview 2010-01-25 17:17:17 +00:00
Klaus Leithoff
befdacb962 backport of H-JTappes patches r29018 and r29019; internationalization of restor messages, adding missing documentation, fixing typos, ... 2010-01-25 09:06:16 +00:00
Ralf Becker
e1122bb88f fixed common::setLocal() to fallback to en_US, not en_EN (which does not exist) and then de_DE (giving german) 2010-01-24 01:08:48 +00:00
Ralf Becker
6cdc417ee8 fixed wired layout if email address starts with td (because email was prefixed with < instead of &lt;) 2010-01-24 00:48:00 +00:00
Ralf Becker
7574857f8c fixed not displayed custom field type "link-entry" 2010-01-24 00:06:25 +00:00
Ralf Becker
2af0b7a952 fixed typo fixed by HJ in trunk 2010-01-23 22:46:15 +00:00
Klaus Leithoff
800de1cbae improve db_backup/restore 2010-01-22 13:52:50 +00:00
Klaus Leithoff
24f1ce77b4 using new classnames in addressbook emailpopup 2010-01-22 10:40:07 +00:00
Ralf Becker
42c4347eb6 fixed not deleted files in filesystem 2010-01-21 22:59:03 +00:00
Klaus Leithoff
e91ab0ea2c reenable NoAccess for extendedACL. It is to be able to stop descending rights. If you have conflicting rights no-access wins. so beware, it is possible to lock yourself out. Other caveats apply too. 2010-01-21 11:11:35 +00:00
Ralf Becker
ddb46ac70c fixed warning if tagWholeDayOnTop($dayEvents) is called with no array, eg. false because no events found 2010-01-20 23:19:37 +00:00
Klaus Leithoff
5eea273319 only warn, for no ziparchive, if you want to backup files 2010-01-19 15:25:53 +00:00
Ralf Becker
54b74cb362 allow to use \n in confirm messages to format the question 2010-01-15 01:11:46 +00:00
Ralf Becker
013e6fe429 refractored our exception handler a bit, to allow using part of it from ajax too. Ajax logs now the exception to the error_log and only shows a trace to the user if enabled in the config, like the rest of EGroupware 2010-01-14 23:51:50 +00:00
Ralf Becker
d7e1a6484c printOutput need no echoing and no headers, does it by itself 2010-01-14 22:39:24 +00:00
Klaus Leithoff
5532be8c89 fixing a problem for not updating the folderstati on startup 2010-01-14 11:58:05 +00:00
Klaus Leithoff
dd992dfaef use require_once instead of require, as we seem to run into some 'cannot redeclare class'-errors 2010-01-14 11:46:09 +00:00
Klaus Leithoff
31186e976c changes from ralf regarding the Object of class xajaxResponse could not be converted to string error, introduced with the new ajax version 2010-01-14 08:37:07 +00:00
Klaus Leithoff
88be03483d joergs lehrke commit 28945 and 29844 improving syncml session handling 2010-01-14 08:19:45 +00:00
Klaus Leithoff
cc873a1a80 nathan gray commit 28952 and 28951: background color and border for ajax select box results 2010-01-14 08:17:50 +00:00
Klaus Leithoff
d9abc32437 joergs lehrke commit 28953 enable sife again 2010-01-14 08:15:01 +00:00
Klaus Leithoff
d268673514 allow image resizing in display; make sure of proper trash/sent/draft/template handling, by using the preferences associated to the current profile; handle quoted emailadresses for imap_rfc822_parse_adrlist 2010-01-13 11:21:31 +00:00
Klaus Leithoff
5bb170b40e fixing a problem with multiple (or size>1) select fields in/for IE (selectbox hack) 2010-01-13 09:30:12 +00:00
Ralf Becker
2f45dae0bd merged Nathans ajax select widget als custom field 2010-01-13 06:42:13 +00:00
Ralf Becker
18574aaede Merged commits from Jörg:
- r28939:  Fix empty EXDATE issue
- r28934-7:  Fix vCal 1.0 RRULE issue
2010-01-13 06:39:44 +00:00
Ralf Becker
f668ff2ec9 fixed in wrong order displayed sub-categories 2010-01-13 06:33:12 +00:00
Ralf Becker
622d129c62 changelog and spec file for epl-9.2 2010-01-12 04:40:00 +00:00
Ralf Becker
1c496c88e9 changelog and spec file for epl-9.2 2010-01-12 04:14:10 +00:00
Ralf Becker
a8c5680d1b some fixes for session of basic auth clients as sogo connector:
- added user IP to hash used as session id (so changed IP, different devices force a different session)
- returning false in verify, if domain is changed
- fixed "Wrong IP" message
2010-01-12 03:57:56 +00:00
Ralf Becker
01b4d34de3 somehow forgot to remove old xajax files 2010-01-12 03:44:03 +00:00
Ralf Becker
081445949f Merged Jörgs commits:
- r28917:  Fix encoding issues; improvements for Funambol clients
- r28918:  Fix SyncML client recognition
- r28919:  More Funambol adjustments and workarounds
- r28920:  Fix task priorities for Funambol WM Client
- r28921:  Fix various issues introduced with Funambol adjustments; code
  cleanup
- r28922:  Enforce SINGLE, if detected; cleanup logging again
2010-01-11 23:48:42 +00:00
Ralf Becker
c451db894d fixed static get_rows callback for php5.3, it is working for all php versions, thought from 5.2.3+ it is a static call AND always calls $query as a var parameter! 2010-01-11 23:39:14 +00:00
Ralf Becker
4f4c54ac30 fixed typo in english phrase 2010-01-11 23:16:40 +00:00
Ralf Becker
c7a5de868f merged r28910: fixed not use popup in link list widget (eg. links tab
in different apps)
2010-01-08 02:48:15 +00:00
Ralf Becker
e750d7cf52 merged xajax 0.5 commits from trunk:
r28909:  register doXMLHTTPsync as an alias to call doXMLHTTP
synchronious
r28908: remove reference from $obj =& new obj() constructs, to get
ride of depricated warnings in php5.3
r28907: using new xajax version 0.5, thought automatically defining
all pre 0.5 response functions, so no changes in EGroupware callbacks
necessary, everything should work as before
r28906: adding stock xajax_0.5_minimal
2010-01-08 02:44:18 +00:00
Ralf Becker
4ed476089a Merged commit from Christian:
r28905:  invalid the cache if saved_states get updated, otherwise
changed states will not be saved correctly in some cases
2010-01-08 02:39:03 +00:00
Ralf Becker
f6b406ca8c Merged commit from Jöerg:
r28891:  Optimized Funambol recognition
2010-01-08 02:37:32 +00:00
Ralf Becker
c0b827b499 merged commits from Jörg and Christian:
r28894: Fix recur_enddate during import/export
r28893: Calculate the EGw recur_enddate properly
r28889: substract only one second from incoming whole day events because
EGw stores whole day events with DTEND 23:59:59
r28886: fixed wrong indents
2010-01-08 02:35:23 +00:00
Ralf Becker
19215ae75e adding stock xajax_0.5_minimal 2010-01-07 23:33:20 +00:00
Christian Binder
fc63d67fb9 invalid the cache if saved_states get updated, otherwise changed states will not be saved correctly in some cases 2010-01-07 10:41:51 +00:00
Ralf Becker
d5d6ba922c do NOT allow to delete original contact content-type for addressbook, as it only creates support problems as users incidently delete it 2010-01-07 04:55:51 +00:00
Ralf Becker
7a948de39e do NOT allow to delete original contact content-type for addressbook, as it only creates support problems as users incidently delete it 2010-01-07 04:54:48 +00:00
Ralf Becker
c1fa9f5cf4 fixed supported-report-set according to a calendarserver example and reorganized HTTP_WebDAV_Server to generally support hierachical properties 2010-01-07 04:27:32 +00:00
Ralf Becker
8d55e4800e fixed supported-report-set according to a calendarserver example and reorganized HTTP_WebDAV_Server to generally support hierachical properties 2010-01-07 04:24:45 +00:00
Ralf Becker
46f3d19e1c supported-report-set as required for CardDAV and Sogo connector 2010-01-07 02:07:33 +00:00
Ralf Becker
b446f6de4e supported-report-set as required for CardDAV and Sogo connector 2010-01-07 02:04:09 +00:00
Ralf Becker
291890c5cc ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense 2010-01-05 23:30:59 +00:00
Ralf Becker
2e99a3fb20 ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense 2010-01-05 23:27:28 +00:00
Ralf Becker
d53f0c91bf ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense 2010-01-05 23:25:17 +00:00