Commit Graph

15835 Commits

Author SHA1 Message Date
Ralf Becker
d8766c735a fail if trying to unlink a directory 2010-05-19 17:34:49 +00:00
Andreas Stöckel
d58b746bf5 Fixed bug with FCKEditor and Safari in which the fck editor area isn't maximized 2010-05-19 12:00:33 +00:00
Ralf Becker
3f9f60bfca "fix warning if there are no custom status defined (as in Trunk)" 2010-05-19 09:34:48 +00:00
Andreas Stöckel
8be03a98ac Fixed unlocking of calendar entries when the edit window is closed 2010-05-18 11:32:40 +00:00
Ralf Becker
ea623e16bc setup->setup_account_object() need to load config to $GLOBALS[egw_info][server] too, as eg. auth::encyrpt_password needs the encryption type 2010-05-15 07:58:28 +00:00
Ralf Becker
6047b7930a "disabling not working iterator:
Replacement code for in r29270 removed filter  

	$cal_filters['query']['cal_reference'] = 0;

only works, if all recurrences and the master are returned in a single chunk, otherwise events get returned multiple times"
2010-05-14 17:23:56 +00:00
Jörg Lehrke
0a202da4a6 Improved calendar_boupdate::find_event() (#2582) 2010-05-14 13:31:50 +00:00
Jörg Lehrke
f12f7ce27c Add more tolerance for chunked packages 2010-05-14 13:07:07 +00:00
Jörg Lehrke
6d90e4a5d1 Fix email-only attendees issue 2010-05-14 10:26:18 +00:00
Jörg Lehrke
51cce571ea Fix 'non_blocking' issue (especially for Nokia) 2010-05-14 10:23:44 +00:00
Jörg Lehrke
005787a2b2 Fix monthly recurrence issue (bug#2584) 2010-05-14 10:20:22 +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
f09f846d4e "re-enabling \"No access\" eACL, as it was in 1.6.002 and is also re-enabled in Trunk and EPL" 2010-05-13 08:45:57 +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
8ed01db988 fix for bug reported at the developer list regarding apply with allof/anyof. 2010-05-11 07:48:47 +00:00
Klaus Leithoff
5075294848 fix to match non-numeric timeout; provided by A.Stoeckel 2010-05-10 08:29:12 +00:00
Ralf Becker
5e3b6067c7 "fix for bub #2579 - PHP Fatal error: Using $this when not in object context
--> get_path can NOT be static"
2010-05-09 20:25:00 +00:00
Ralf Becker
2f2bc79253 "allowing (at least) German umlauts in domain names" 2010-05-06 08:03:25 +00:00
Ralf Becker
dcfe59c670 skip notifications on second write in infolog_ui::edit(), used to update just the link_id: causes double notification for new infologs 2010-05-05 16:49:46 +00:00
Klaus Leithoff
9611d73062 backport of functionality to mark messages as read when navigating with next/previous buttons in message-view 2010-05-05 14:09:11 +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
Jörg Lehrke
c3c5d1103f Fix SIF-T tag issue (bug #2573) 2010-05-03 07:00:24 +00:00
Klaus Leithoff
4995202b8f fix for tabbing problem (backport from trunk) 2010-04-29 08:54:33 +00:00
Jörg Lehrke
35f6385a6b Add Nokia 5800 XpressMusic to supported devices 2010-04-29 05:14:12 +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
Klaus Leithoff
ed040955bb prevent foreach warning, when & is not an array 2010-04-27 10:37:50 +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
Nathan Gray
09539d3ca2 Changes to calendar list view:
- Add button to add timesheet for one entry
- Disable delete button for other apps that got integrated
- Fix edit link for integrated apps
- Add scrollbar to long descriptions
- Create timesheet now works for integrated apps as well
2010-04-26 21:41:07 +00:00
Nathan Gray
58fe8a7cd8 Use edit link from other app when displaying entries from other apps in list view 2010-04-26 16:47:13 +00:00
Nathan Gray
036e03dd9f Allow all applications to answer hook 2010-04-26 15:00:45 +00:00
Nathan Gray
b85467dd26 Use enanced searching for link queries also 2010-04-26 14:31:55 +00:00
Klaus Leithoff
5e8b903207 if filter showonlypublic is set, set status filter to hide rejected too 2010-04-26 12:28:30 +00:00
Jörg Lehrke
0d13079a46 Fix supportedFields settings for Nokia devices 2010-04-26 07:29:51 +00:00
Ralf Becker
69103a7fce "backporting Nathans Postgres fix to 1.6" 2010-04-26 07:09:30 +00:00
Klaus Leithoff
09ea5fe114 feature to filter for only public events (no events tacked as private) 2010-04-26 07:08:23 +00:00
Nathan Gray
f47cced6ed Fix for Postgres DB error loading eTemplate from Yudhi Kusnanto 2010-04-25 23:47:16 +00:00
Nathan Gray
afafbec708 Use db->quote to get good cross db comparisons 2010-04-23 19:11:24 +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
2a2a9f5f11 Cleanup all-day handling 2010-04-23 15:15:22 +00:00
Jörg Lehrke
a707c183f3 Export all-day events as 'EVENT' to Nokia devices 2010-04-23 14:38:07 +00:00
Jörg Lehrke
b4fed2873b Export all-day events as 'EVENT' to Nokia devices 2010-04-23 14:37:19 +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