Ralf Becker
5225fe81e1
automatic convert egw_time/DateTime objects when quoting values
2009-10-08 16:20:37 +00:00
Ralf Becker
200a6d61d5
Reworked so_sql class to:
...
- use new egw_time::server2user() and egw_time::user2server() to do
timezone conversation of registered timestamps
- added $timestamp_type parameter to constructor, to automatic convert
all timestamps on read (or search) to given type, default NULL leaves
them unchanged --> will allow in future to work completly with
egw_time objects
2009-10-08 16:18:28 +00:00
Ralf Becker
3ef01bc589
Refined egw_time class a bit more and and integrated it with preferences
...
class, to automatically set relevant user prefs (tz, dateformat,
timeformat).
2009-10-08 16:14:18 +00:00
Ralf Becker
e0795f7328
"fixed session preferences, were broken since 1.6"
2009-10-07 18:59:01 +00:00
Ralf Becker
fe3ec75610
zip'ed xml document (eg. OO) --> need to encode &,<,> to not mess up xml
2009-10-07 17:46:09 +00:00
Klaus Leithoff
c6653c4be6
fix for reported bug by stylite-> default Identity was not longer selectable in compose, when switched to user defined account
2009-10-07 14:49:15 +00:00
Klaus Leithoff
5ee8546dfe
fixing a possible problem, when saving as Draft, when not in default profile -> e.g. in some user defined account
2009-10-07 14:12:14 +00:00
Ralf Becker
ab9c9d21b6
New egw_time class used to implement correct timezone handling for
...
calendar, plus a first calendar implemenation.
This implementation just replaces following calendar_bo methods:
- date2ts($date,$user2server=False)
- date2array($date,$server2user=False)
- date2string($date,$server2user=False,$format='Ymd')
- format_date($date,$format='')
which static methods from egw_time.
If your server is in same timezone as the user, you should experience no
difference. As a small test, you can switch to an other timezone (eg.
UTC) to recognice on a weekly repeating event (which still repeats on
equal server time!) that it moves by one hour when daylight saving
changes. This switching to a TZ with different daylight saving rules,
was not working before.
Happy testing :-)
2009-10-07 13:29:06 +00:00
Christian Binder
efad9168fa
fixed typo
2009-10-07 08:05:10 +00:00
Jörg Lehrke
6312a087e3
Fix participants() deleted attendee issue, again
2009-10-07 04:23:42 +00:00
Jörg Lehrke
3c80e5aa26
Fix Funambol QP issue
2009-10-06 23:32:02 +00:00
Jörg Lehrke
7f07102630
Fix participants() deleted attendee issue
2009-10-06 23:30:05 +00:00
Christian Binder
49de506d6f
also export servertime if event has no recur_enddate - it could be a weekly or monthly recurring event
2009-10-06 14:29:46 +00:00
Klaus Leithoff
dd8b6720af
trying diiferent Attachment ID-ing Method, as getRandomString seems to produce non Random String on certain systems
2009-10-06 14:13:42 +00:00
Klaus Leithoff
414c1831ab
attachment type handling while displaying
2009-10-06 13:24:58 +00:00
Christian Binder
68dc2e4f47
also set date_format if servertime gets set - just for the case that it is used later
2009-10-06 13:20:41 +00:00
Klaus Leithoff
828210e4e7
translation of any status, as in tracker#2199
2009-10-06 12:50:45 +00:00
Christian Binder
14d4f08b36
added missing param date_format
2009-10-06 12:41:08 +00:00
Klaus Leithoff
f689ec238f
remove additional blanks/whitespace before and after username supplied by user at logintime (refer to Tracker#2234
2009-10-06 11:15:30 +00:00
Klaus Leithoff
64050083d1
remove additional blanks/whitespace before and after username supplied by user at logintime (refer to Tracker#2234
2009-10-06 11:07:30 +00:00
Ralf Becker
2ac27f4ffd
added onsite tbu/vcu res_id for aquisition type and backup
2009-10-06 10:13:06 +00:00
Klaus Leithoff
2278b9e582
display more info in admin-> accesslog, codealignment
2009-10-06 08:28:31 +00:00
Ralf Becker
610b629325
first step for real timezones in EGroupware
2009-10-06 06:45:28 +00:00
Jörg Lehrke
1353ae511a
Adds TZID/VTIMEZONE support for server timezone entries
2009-10-05 21:00:08 +00:00
Ralf Becker
b5673ab38a
"fixed not working delete of filename to upload, after user declined to overwrite the file
...
(broken since r27247: fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager)"
2009-10-05 12:34:47 +00:00
Klaus Leithoff
dfcc5bb967
removed an extra } from infolog.header.right add phonecall Command Button
2009-10-05 09:04:19 +00:00
Jörg Lehrke
83d00a845a
Fix VTIMEZONE part of VCALENDAR
2009-10-05 04:38:09 +00:00
Ralf Becker
61ef55ffb8
"fix for bug in kde4.2, which seems to have a problem with a 401 without a body"
2009-10-04 07:30:16 +00:00
Ralf Becker
3c6a6b8727
"fix for bug in kde4.2, which seems to have a problem with a 401 without a body"
2009-10-04 07:29:33 +00:00
Ralf Becker
ee536325fc
"improved support for other users calendar/addressbooks"
2009-10-03 10:22:14 +00:00
Ralf Becker
04d48a677a
Implemented display of custom fields in list-view
...
ToDo: implement search, sort and filtering by them
2009-10-03 07:32:05 +00:00
Ralf Becker
adf5ca040e
"dump4setup: searching by app.% instead of app% now"
2009-10-03 06:17:05 +00:00
Klaus Leithoff
4044382c8a
fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session
2009-10-02 10:17:48 +00:00
Ralf Becker
a7462214e6
"upps, .htaccess seems not to allow to use php_admin_value, which is required for newer php to set mbstring.func_overload (leaving the old php_value)"
2009-10-02 09:19:20 +00:00
Ralf Becker
604a407fca
"upps, .htaccess seems not to allow to use php_admin_value, which is required for newer php to set mbstring.func_overload (leaving the old php_value)"
2009-10-02 09:18:18 +00:00
Klaus Leithoff
c819f15dbc
fixing a problem regarding the datehandling in Horde/iCalendar.php reported by Chr.Kaulich
2009-10-02 09:05:09 +00:00
Ralf Becker
92f293aa64
higher resource limits, like in EPL-9.1 packages
2009-10-02 08:51:30 +00:00
Ralf Becker
b287fce527
higher resource limits, like in EPL-9.1 packages
2009-10-02 08:49:52 +00:00
Klaus Leithoff
b487a1b03a
changing the call of get_sessionid to retrieve the egw_session not only the basic_auth session, this fixes the problem, that sessions where not destroyed at logout
2009-10-02 08:36:54 +00:00
Klaus Leithoff
7ab34137a7
changing the call of get_sessionid to retrieve the egw_session not only the basic_auth session, this fixes the problem, that sessions where not destroyed at logout
2009-10-02 08:33:13 +00:00
Stefan Becker
e1c1f54cd6
added new tags for emty lines also for open office
2009-10-01 19:37:16 +00:00
Ralf Becker
ea04e9b4ce
- added missing check if recur-endtime is before start, thanks to
...
Hans-Juergen
- fixed print without edit rights
2009-10-01 19:25:05 +00:00
Ralf Becker
cc91687826
"fixed print without edit rights"
2009-10-01 19:21:37 +00:00
Ralf Becker
d77f7998af
"added missing check if recur-endtime is before start, thanks to Hans-Juergen"
2009-10-01 19:16:38 +00:00
Ralf Becker
013426f63d
"quitent error_log and NOT calling affected rows twice, thanks to Hans-Juergen"
2009-10-01 18:57:45 +00:00
Stefan Becker
3312bcd595
fixed problem with edit button in timesheets
2009-10-01 14:29:30 +00:00
Ralf Becker
c503bcde8c
"\"needed\" attribute got lost for \"select-account\" widget"
2009-10-01 14:10:53 +00:00
Ralf Becker
a81fb02efe
"\"needed\" attribute got lost for \"select-account\" widget"
2009-10-01 14:08:15 +00:00
Christian Binder
9621d17f28
make ical class ready to propagate a status only exception to a real exception. this is just successful if the user has ACL edit rights on the event - otherwise the propagation attempt gets ignored. additionaly added some logical fixes
2009-10-01 13:30:18 +00:00
Stefan Becker
8ae115dbb5
added scurity checks before delete selected or distribution list entry with the action menu on the button of the page
2009-10-01 13:04:54 +00:00