Ralf Becker
db23b1d746
- correctly quote single and double quotes in html element id's
...
- correctly quote quotes in parameters of javascript functions used
eg. as eventhandlers, eg. onchange="do_something('$cont[name]');"
--> if $cont[name] is an array: do_something([ 'val1', 'val2' ]) is used
- correctly quote & in get parameters of url's
2010-05-09 14:06:35 +00:00
Ralf Becker
1caead5ea9
"make sure to not double encode &"
2010-05-09 13:58:57 +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
Ralf Becker
5a47d445e8
"fix tiny mail window, because felamimail uses egw_getWindowOuterHeight() instead of a fixed height given as number"
2010-05-09 09:41:38 +00:00
Jörg Lehrke
91cfd18e16
Fix all-day event recurrence issue
2010-05-06 19:16:43 +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
Nathan Gray
ec08a21bb0
Disable action checkbox for sum lines
2010-05-06 14:31:44 +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
bac107ac84
fix for missing CRLF after emailreplace/cleaning of/for emailaddresses
2010-05-06 11:16:57 +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
4ecc2c0360
"allowing (at least) German umlauts in domain names"
2010-05-06 08:02:32 +00:00
Ralf Becker
316e8bc76d
missing icon
2010-05-06 07:02:18 +00:00
Ralf Becker
94aad337fa
wrong icon ;-)
2010-05-06 07:01:23 +00:00
Ralf Becker
46d94a3293
missing icon
2010-05-06 06:59:57 +00:00
Ralf Becker
5bda513fd7
Mailing files directly from filemanager
2010-05-06 06:53:52 +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
f0f6047658
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 15:53:34 +00:00
Ralf Becker
930f1052d5
supporting digest auth (see RFC 2617), which is more secure then basic auth on http (no cleartext password), it currently requires cleartext passwords in the database, to calculate the A1 hash!
2010-05-05 09:19:37 +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
Nathan Gray
a2eab86ef8
Use pre-existing function to handle deleted flag
2010-05-04 21:35:06 +00:00
Nathan Gray
5bea81f18f
Handle if event deleted flag gets turned into a string (Postgres)
2010-05-04 15:47:53 +00:00
Nathan Gray
864539b5eb
Fix bug preventing timesheet status column from being hidden
2010-05-04 15:37:30 +00:00
Nathan Gray
d0b9a13c54
Start time is set seperately from start date
2010-05-04 15:16:18 +00:00
Jörg Lehrke
ec48d32681
Calendar recurrence horizont configurable; fix recur_enddate issue
2010-05-03 16:43:42 +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
Jörg Lehrke
587439511d
Fix all-day recurring event issue (3)
2010-05-03 12:18:57 +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
Klaus Leithoff
f18fc53362
allow |align|style|width|height for img
2010-05-03 09:00:16 +00:00
Klaus Leithoff
9851b5cd46
handle warning on install
2010-05-03 08:19:32 +00:00
Jörg Lehrke
9013a52b81
Fix Edit recurring event issues again :-(
2010-05-03 07:52:10 +00:00
Jörg Lehrke
b740730aa2
Fix SIF-T tag issue (bug #2573 )
2010-05-03 07:01:42 +00:00
Jörg Lehrke
58559aacb1
Fix SIF-T tag issue (bug #2573 )
2010-05-03 06:59:22 +00:00
Jörg Lehrke
be18410907
Fix Edit all-day recurring event issues
2010-05-03 06:50:50 +00:00
Ralf Becker
bb0ab3d0ff
"removed deprecated ereg, to get ride of the warning"
2010-05-03 06:44:26 +00:00
Jörg Lehrke
d22a9aa537
Fix all-day recurring event timezone issue
2010-05-01 16:25:10 +00:00
Jörg Lehrke
df6e3195e4
User Calendar CalDAV directory contains only 'not rejected' entries
2010-05-01 16:24:05 +00:00
Ralf Becker
6865fad5c7
New caching provider using APC's shared memory cache.
...
Used now by default, if function apc_fetch() exists and no
other caching provide is explicitly set in header.inc.php or egw_cache
class.
It's probably quicker on virtual machines, as it uses memory and not the
filesystem.
2010-05-01 12:55:41 +00:00
Ralf Becker
9f4c145f22
"removed double declaration of new prompt styles (idots.css includes traditional.css)"
2010-05-01 06:17:28 +00:00
Nathan Gray
6b7a8e3a5c
Backport 30029 - Reset status of participants when copying an event
2010-04-30 19:22:39 +00:00
Nathan Gray
f081a1ba2b
Reset status of participants when copying an event
2010-04-30 16:00:03 +00:00
Nathan Gray
29b315d686
Use recurrence date to set title / date to a particular recurrence instead of the first one
2010-04-30 15:41:45 +00:00
Nathan Gray
c1b44e29d0
Pass recurrence date with recurring event's app_id so it can be used
2010-04-30 15:41:32 +00:00
Klaus Leithoff
165a5d6e0a
unset and at the end of processing loop, as they are used as indicator, that the entry is an hooked-app-entry; some codeformatting
2010-04-30 09:29:21 +00:00
Ralf Becker
5ebd54a56f
"output \"empty dir\" if dir exists, but empty"
2010-04-29 12:35:38 +00:00
Ralf Becker
c4dfb79175
"Fix for PostgreSQL error, when ordering by a custom field (reported on the developer list)"
2010-04-29 06:21:16 +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