Commit Graph

3992 Commits

Author SHA1 Message Date
Jörg Lehrke
80a4be76ff Fix syncml:metinf and syncml:devinf namespace issue (#2696) 2010-07-25 18:11:05 +00:00
Ralf Becker
b211bae5b8 backported jscalendar-setup stuff (access without special app rights) 2010-06-30 12:08:43 +00:00
Ralf Becker
2045c0fd31 backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes 2010-06-22 17:14:48 +00:00
Jörg Lehrke
749f20c718 Fix SlowSync timestamp issue (#2663) 2010-06-19 15:30:40 +00:00
Ralf Becker
98eacac2b6 fixed not working non-static use after Jörgs commit ($app was NOT set anymore) 2010-06-16 11:05:48 +00:00
Jörg Lehrke
230d666597 Fix config::save_value static call issue 2010-06-16 08:37:45 +00:00
Ralf Becker
9310a2b0d8 delete db entry again, if we are not able to open a new(!) file in filesystem 2010-06-14 20:13:38 +00:00
Jörg Lehrke
8c1d96907d 2nd Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-14 07:42:03 +00:00
Jörg Lehrke
9593134a7c Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-11 10:00:27 +00:00
Klaus Leithoff
ad0ffffd32 update to Version 4.1.1:HTML Purifier 4.1.1 is a major security and bugfix release that
improves on 4.1s fix for an XSS vulnerability exploitable on Internet Explorer.  It also contains a number of important bugfixes, including
> the removal of improper logic that could result in infinite loops and
> fixed parsing for single-attributes with entities with DirectLex.
2010-06-04 11:16:35 +00:00
Klaus Leithoff
4cd24e87ee postgres: fix for problem with db_backup/update -> no MetaColumns retrieved anymore: if tablenames are quoted, remove the quotes as the use of tablenames in MetaColumns is for comparsion of content of fields in postgres system tables; quoting tablenames breaks comparsion here. 2010-06-01 12:12:41 +00:00
Jörg Lehrke
328f92cedf Fix iCal parameter parser 2010-05-21 16:22:10 +00:00
Ralf Becker
c749c71216 fixed wrong language in notifications 2010-05-20 19:39:55 +00:00
Jörg Lehrke
e99558d39f Fix chunked item issue (bug#2576) 2010-05-20 15:23:32 +00:00
Ralf Becker
d8766c735a fail if trying to unlink a directory 2010-05-19 17:34:49 +00:00
Jörg Lehrke
f12f7ce27c Add more tolerance for chunked packages 2010-05-14 13:07:07 +00:00
Ralf Becker
209dec4c55 using since php<=5.0 available raw_output=true parameter for md5 and sha1 instead of deprecated and in newer distros no longer available mhash extension 2010-05-13 10:44:52 +00:00
Ralf Becker
6785a48dff "only add \"your session could not be verified\", if a sessionid is given (cookie or on url)" 2010-05-11 16:22:02 +00:00
Ralf Becker
fc52dfa528 "prefer iconv for windows-874 and tis-620 (Thai) charsets, as they are not supported by mbstring" 2010-05-11 15:47:02 +00:00
Klaus Leithoff
b27b1e7b37 upgrade htmlpurifier to version 4.1.0 2010-05-03 12:07:18 +00:00
Klaus Leithoff
2cb616909c allow |align|style|width|height for img 2010-05-03 09:00:55 +00:00
Klaus Leithoff
8ce6ac92ae upgrade htmlpurifier to version 4.1.0 2010-04-27 11:15:35 +00:00
Ralf Becker
b9dcde1e25 "do not allow to fopen a directory" 2010-04-27 10:38:16 +00:00
Ralf Becker
06fb05a891 "- using sqlfs_stream_wrapper::id2path instead of links_stream_wrapper::id2path, as it's the same, but allows to replace links_stream_wrapper with an other class (based on links_stream_wrapper and sqlfs_stream_wrapper)
- using egw_vfs::urlstat instead of links_stream_wrapper::urlstat, to not depend on using links_stream_wrapper
--> required to do versioning on the links"
2010-04-27 07:35:26 +00:00
Ralf Becker
0b38159c94 "using mt_rand() instead of rand() and not longer seeding it explicitly (as recommened on php.net)" 2010-04-23 18:41:01 +00:00
Ralf Becker
de52ae46bb makeing <href></href> clickable again 2010-04-23 16:10:57 +00:00
Ralf Becker
65a47aa477 fixed wrong value for current-user-pricipal 2010-04-23 16:10:51 +00:00
Ralf Becker
d4869ec11a makeing <href></href> clickable again 2010-04-23 16:08:04 +00:00
Ralf Becker
42e3a50e8f fixed wrong value for current-user-pricipal 2010-04-23 16:07:16 +00:00
Jörg Lehrke
64b8873ba1 Fix lost password issue (#2552) 2010-04-23 14:15:28 +00:00
Jörg Lehrke
60d87a616d Fix lost password issue (#2552) 2010-04-23 14:13:51 +00:00
Ralf Becker
b922519935 "fixed not working $type=='owngroups' for ldap, eg. used in calendar pref 'Preselected group for entering the planner'" 2010-04-23 10:57:40 +00:00
Ralf Becker
b470f52e99 "fixed not working $type=='owngroups' for ldap, eg. used in calendar pref 'Preselected group for entering the planner'" 2010-04-23 10:55:09 +00:00
Ralf Becker
7e8c37c015 allow extra_info to process buttons, by passing it the content array 2010-04-22 17:38:01 +00:00
Klaus Leithoff
798b7faf78 allow style in divs 2010-04-22 12:09:51 +00:00
Klaus Leithoff
e4e8e89f13 allow h4-6 in default purifier definition 2010-04-22 11:20:00 +00:00
Hans-Jürgen Tappe
b70155b43b Fix the call to translate() in debug code. 2010-04-21 20:35:03 +00:00
Hans-Jürgen Tappe
efc00ad7b1 Fix problem with static access to non-static class
(probably imported by a backport from trunk)
2010-04-21 20:22:08 +00:00
Jörg Lehrke
3ed265e4fe Add CardDAV support for Apple's latest Addressbook.app 2010-04-21 18:01:26 +00:00
Jörg Lehrke
50ff02da4d Add CardDAV support for Apple's latest Addressbook.app 2010-04-21 17:44:36 +00:00
Ralf Becker
f0102eba3f "allow to base links_stream_wrapper on a different parent then sqlfs_stream_wrapper, eg. the new versioning one" 2010-04-21 17:26:28 +00:00
Ralf Becker
901288dde9 "adding line numbers to call-tree" 2010-04-21 15:42:19 +00:00
Ralf Becker
0406f55d97 "adding line numbers to call-tree" 2010-04-21 15:37:14 +00:00
Ralf Becker
69a6bf75cd fixed not working rename of account_lid with admin/admin-cli.php, corrupted sqlfs (overwrite /home) 2010-04-21 12:29:52 +00:00
Ralf Becker
938b7cf391 fixed not working rename of account_lid with admin/admin-cli.php, corrupted sqlfs (overwrite /home) 2010-04-21 12:28:27 +00:00
Klaus Leithoff
5339d85c56 rework of home area (moving of portal_boxes, deletion of portal_boxes); modification/fixes to preferences::delete; adding app_id to trackers portal-box 2010-04-21 11:09:38 +00:00
Ralf Becker
60471a000a reverted r29759 and merged r28076 instead, to only get new content_headers() method, but not break tooltips in calendar 2010-04-20 14:08:03 +00:00
Ralf Becker
3102177fbc "fixed warning (wrong parameter in array_unshift), if account_id not set" 2010-04-20 12:52:53 +00:00
Ralf Becker
372b571e32 "fixed warning (wrong parameter in array_unshift), if account_id not set" 2010-04-20 12:52:10 +00:00
Klaus Leithoff
ac34881766 fix the modified call of file_get_contents (was called with debug extension, to check failure behavior); call/define functions EncodeFile and EncodeString by reference 2010-04-20 12:33:24 +00:00