Commit Graph

15611 Commits

Author SHA1 Message Date
Jörg Lehrke
4572aa47ed Fix email-only attendees issue 2010-05-14 11:11:24 +00:00
Ralf Becker
5a8cd752b1 "removed permannent error_log" 2010-05-13 10:46:20 +00:00
Ralf Becker
ee9650dce6 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:41:31 +00:00
Ralf Becker
97eaea6d40 "Fixed handling of url-special-chars: #?% get urlencoded before returned from this wrapper and all path get urldecode before passing on to php's filesystem functions" 2010-05-13 09:29:44 +00:00
Ralf Becker
12cdbf7df4 "fix for bug #2588 and #2592: links/popups in resources are not working
--> seems to be an aftermath of the new quoting
Thanks to Yudhi Kusnanto for a patch"
2010-05-12 19:18:28 +00:00
Ralf Becker
07db55d3d3 missing encoding and decoding for attachments 2010-05-12 19:00:17 +00:00
Ralf Becker
625b28a0e9 Backporting fixes to support the following special characters in
filenames: " ' & # ?
Commit r30066-30127 (without mail support!)
2010-05-12 12:58:32 +00:00
Ralf Becker
07b478fc9e "prefer iconv for windows-874 and tis-620 (Thai) charsets, as they are not supported by mbstring" 2010-05-11 16:21:11 +00:00
Ralf Becker
a6c0a043ba "only add \"your session could not be verified\", if a sessionid is given (cookie or on url)" 2010-05-11 16:20:29 +00:00
Klaus Leithoff
3e58c9ae5d fix warning regarding unsupported operand types 2010-05-11 10:14:34 +00:00
Klaus Leithoff
7dfc75f355 fix for bug reported at the developer list regarding apply with allof/anyof; fix for bug regarding the visibility of the rerdirect address 2010-05-11 07:45:08 +00:00
Ralf Becker
5ff2f7169e remove not needed all mount options, as hidden files are handled now by our vfs (and if hidden files are not accessible, you can not remove directories containing them) 2010-05-10 14:30:46 +00:00
Klaus Leithoff
5337596059 fix to match non-numeric timeout; provided by A.Stoeckel 2010-05-10 08:28:35 +00:00
Ralf Becker
26667d4b6e "fix for bub #2579 - PHP Fatal error: Using $this when not in object context
--> get_path can NOT be static"
2010-05-09 20:24:32 +00:00
Ralf Becker
6f5cc0c387 "fix tiny mail window, because felamimail uses egw_getWindowOuterHeight() instead of a fixed height given as number" 2010-05-09 09:42:49 +00:00
Klaus Leithoff
25f1f73472 fixing a problem for move/copy when appling to foldernames with e.g.: umlauts 2010-05-06 15:59:15 +00:00
Klaus Leithoff
710ce399ed fix for missing CRLF after emailreplace/cleaning of/for emailaddresses 2010-05-06 11:18:16 +00:00
Klaus Leithoff
42e10650ec wrong path to backgroundimage in jerryr css 2010-05-06 09:23:51 +00:00
Ralf Becker
c155288c0f "allowing (at least) German umlauts in domain names" 2010-05-06 08:03:09 +00:00
Ralf Becker
0e5e70821c 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:48:57 +00:00
Ralf Becker
82e1d35faa "using %config(noreplace) to NOT overwrite by the user changed header.inc.php and egroupware.conf files (if we change them upstream), they just get a rpmnew file now" 2010-05-05 08:39:24 +00:00
Klaus Leithoff
62bc8bcb04 feature to allow copying mails to other folders, (configure via prefs -> ask for cofirmation before moving selected messages), using DIALOG BOXES by Michael Leigeber; 2010-05-03 14:24:07 +00:00
Klaus Leithoff
fbfdb38852 feature to allow filter for public events only 2010-05-03 14:03:11 +00:00
Klaus Leithoff
e016d9ed16 upgrade htmlpurifier to version 4.1.0 2010-05-03 12:07:44 +00:00
Klaus Leithoff
30bd38491c allow |align|style|width|height for img 2010-05-03 09:00:27 +00:00
Jörg Lehrke
b740730aa2 Fix SIF-T tag issue (bug #2573) 2010-05-03 07:01:42 +00:00
Nathan Gray
6b7a8e3a5c Backport 30029 - Reset status of participants when copying an event 2010-04-30 19:22:39 +00:00
Jörg Lehrke
ed1614ebc8 Add Nokia 5800 XpressMusic to supported devices 2010-04-29 05:13:37 +00:00
Jörg Lehrke
4c27ffdeb9 Fix mounthly by day recurrence issues 2010-04-29 05:05:14 +00:00
Ralf Becker
d35314b760 - removed Admin >> Manage applications, as setup is the place and tool
to do that (changing something here breaks something in almost all cases)
- removed disabled apps from application list in:
  + edit user
  + view user
  + edit group
2010-04-27 17:24:28 +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
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
8dfa416e36 fixed wrong value for current-user-pricipal 2010-04-23 16:09:56 +00:00
Ralf Becker
aa07efc01d makeing <href></href> clickable again 2010-04-23 16:09:48 +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