Commit Graph

5496 Commits

Author SHA1 Message Date
Ralf Becker
9f3e658b1c Do NOT store "System/Localtime" as server_timezone, as it is no valid timezone 2010-03-15 07:53:12 +00:00
Ralf Becker
c63eea32f6 "egw_links: remove links user has no access to from result, if $cache_titles is set" 2010-03-10 12:22:33 +00:00
Jörg Lehrke
7bb92a86af Fix principal-URL for users 2010-03-07 12:35:20 +00:00
Jörg Lehrke
f187b1e31f New GroupDAV base classes 2010-03-07 12:23:19 +00:00
Jörg Lehrke
86039be423 New SyncML base classes 2010-03-07 12:21:40 +00:00
Ralf Becker
ae32ac2a4e dont use IN ( ), if there's only one value, it's slower for MySQL 2010-03-04 17:19:37 +00:00
Ralf Becker
c356464a16 Preseed link title-cache for link-list and link-string widget 2010-03-04 17:11:01 +00:00
Klaus Leithoff
51ffc2fc97 pdo statement->execute expects either the prepared statement with already bound parameters OR an array of the vars to be bound. It can NOT handle them MIXED 2010-03-04 12:04:01 +00:00
Klaus Leithoff
54cf94c4a5 trying to fix the real cause for the resourcetype/collection issue, breaking XP native WebDav Access and having impacts on groupdav: Now resourcetype returns a prop for collection in case of a folder 2010-03-03 09:49:03 +00:00
Ralf Becker
3fd9125531 fixed propfind_iterator sometimes not returning any item 2010-03-03 08:18:05 +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
Jörg Lehrke
89ea003b74 Enable proper 'refresh from server' again 2010-02-17 13:28:21 +00:00
Jörg Lehrke
3eb599a3a3 Fix newline issue 2010-02-16 15:11:27 +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
68ecaf2acb support for 1.6.003 2010-02-14 06:28:36 +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
c60d39ee7d fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 01:21:17 +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
Jörg Lehrke
c9581b47a9 address moreData conflict between datastores 2010-02-09 10:48:03 +00:00
Jörg Lehrke
68fcd4da93 Fix old formats' folding issue 2010-02-09 10:47:50 +00:00
Jörg Lehrke
30a17bc476 Enable SlowSync optimization with old mappings; vCalendar 1.0 folding 2010-02-08 19:50:37 +00:00
Jörg Lehrke
e18f24d75b Update SyncML user preferences immediately 2010-02-07 20:27:27 +00:00
Jörg Lehrke
c39d37e0a2 Fix empty default domain issue again 2010-02-07 17:53:09 +00:00
Jörg Lehrke
cc0e1a5e7f Fix empty default domain issue 2010-02-07 14:28:09 +00:00
Jörg Lehrke
d843300394 Reworked SyncML authentication/session handling with multi-domain support 2010-02-05 20:52:55 +00:00
Klaus Leithoff
312c782961 add missing is_global function 2010-02-05 09:13:30 +00:00
Klaus Leithoff
0a3f90459f backport of rev28982: fix for session issue 2010-02-04 15:38:07 +00:00
Ralf Becker
cc3c15d623 merged all category stuff, but r29061 - the group spezific global cats, to EPL-9.2 so it is now working well with an up to date EventMgr, still using the old db-format with cat_owner=-1 for global cats, it already uses the new global category UI in admin 2010-02-04 02:20:55 +00:00
Klaus Leithoff
0d9ceff493 backport of Ralfs tooltip improvement: rev28980, rev29034, rev29035,rev29036,rev29071 2010-02-02 11:37:49 +00:00
Klaus Leithoff
cbcc0a38e6 Backport of Rev28983: improve the parsing / cleaning of html messages 2010-02-01 15:35:53 +00:00
Ralf Becker
5073a8b24e completly reworked admin >> global categories, in preparation for group specific global cats 2010-01-30 23:57:03 +00:00
Ralf Becker
e73dcb2a27 fixed colorpicker (as not using current color) and added colorpicker widget to etemplate 2010-01-30 23:55:36 +00:00
Ralf Becker
43553a0226 - depricated return_single($cat_id) in favor of read($cat_id) return not
an array with a single cat, but just the cat
- read($cat_id) and id2name($cat_id,'data') return now data as array
- edit($cat) and add($cat) now serialize data, if it's an array
- return*() have optional parameter to return data as array (default is
  still to return it serialized)
- new constants categories::GLOBAL_APPNAME='phpgw' and
  categories::GLOBAL_ACCOUNT=-1 (the later will change in the next step)
2010-01-30 23:50:51 +00:00
Jörg Lehrke
32639bd47e Major SyncML Calendar update
- SIFE support improved
  - various vCalendar 1.0 issues fixed
  - device specific timezone support for recurring events
  - pseudo exception handling improvements
2010-01-29 21:42:54 +00:00
Ralf Becker
db42d6d4d1 reworked auth classes, to allow them to use each other and a new auth class using a primary backend (ldap) and a fallback (sql) 2010-01-28 04:26:27 +00:00
Ralf Becker
61d26df913 reworked auth classes, to allow them to use each other and a new auth class using a primary backend (ldap) and a fallback (sql) 2010-01-28 04:22:37 +00:00
Ralf Becker
1da409ca9a first step of group prefs (backend only for now) 2010-01-27 05:49:59 +00:00
Ralf Becker
30e13c4acf first step of group prefs (backend only for now) 2010-01-27 05:44:31 +00:00
Ralf Becker
98d55ba808 read all installed apps and not just the enabled ones 2010-01-27 05:23:44 +00:00
Ralf Becker
5e3541c5b2 read all installed apps and not just the enabled ones 2010-01-27 05:22:41 +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
49b237ec72 handing argument types for wz_tooltips and only using UnTip(), if tooltip is NOT sticky 2010-01-24 03:15:12 +00:00
Ralf Becker
27c2de1986 re-adding default width of 300px, I missed when updating the class 2010-01-24 02:29:29 +00:00
Ralf Becker
49d444e3c9 fixed problem if $order is given as string, supporting it now again 2010-01-24 01:31:06 +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
0c5e495994 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:07:26 +00:00
Hans-Jürgen Tappe
2606c0b439 Remove duplicate return. 2010-01-22 21:43:50 +00:00
Hans-Jürgen Tappe
9c5fd08d90 Fix backup->restore() as discussed on the devel list:
- Internationalization of error messages.
- Typos
- Add missing code documentation
- Respect return code of db->transaction_commit()
- Add missing filename arguments in restore() calls.
2010-01-22 21:39:19 +00:00
Klaus Leithoff
800de1cbae improve db_backup/restore 2010-01-22 13:52:50 +00:00
Klaus Leithoff
577ce3e8df improve db_backup/restore 2010-01-22 13:52:04 +00:00