Commit Graph

16868 Commits

Author SHA1 Message Date
Klaus Leithoff
793ba3e6ea dont use the global template object anymore; do our own now 2010-11-29 11:45:39 +00:00
Klaus Leithoff
50841e4b0b dont use the global template object anymore; do our own now 2010-11-29 11:27:55 +00:00
Ralf Becker
2d01173d94 replace PHP5.3 deprecated ereg with preg_match 2010-11-27 09:42:22 +00:00
Klaus Leithoff
b07d097493 handle deprecated warning set_magic_quotes_runtime, do not set magic quotes all the time, only when get_magic_quotes_runtime returns true 2010-11-25 15:04:52 +00:00
Klaus Leithoff
8a1e78775f fix problem regarding IE Error for onclick="#" as action 2010-11-22 14:07:30 +00:00
Klaus Leithoff
059a00c0a2 fix for broken send_to mail links 2010-11-22 12:56:49 +00:00
Jörg Lehrke
72889a32e3 Fix SyncML device info handling 2010-11-21 18:19:24 +00:00
Jörg Lehrke
fcbdc01839 * Implemented deleteaccount hook for SyncML
Optimize SyncML device information handling
2010-11-21 15:17:44 +00:00
Klaus Leithoff
e96292d75a rework of linkifying email adresses in displayed message bodys 2010-11-18 08:42:36 +00:00
Christian Binder
fdcd757ae0 respect max_session_size of -1 correctly (no limit) while reading session files 2010-11-17 16:46:12 +00:00
Ralf Becker
a515836e43 certain common prefs (language, template, ...) require the session to be re-created, happend formerly always, but it now optimized away ;-) 2010-11-17 13:36:56 +00:00
Ralf Becker
e128716435 fixed wrong parameter for egw_link::get_links() $only_app, causing extra_links, eg. projectmanager link not to work, if links are not already supplied, like in infolog view mode 2010-11-17 13:09:20 +00:00
Ralf Becker
9da1ddf87b IE fails, if windows name in egw_openWindowCentered2 contains something no a letter, number or underscore --> removing it 2010-11-17 12:32:33 +00:00
Klaus Leithoff
066270db32 * eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755 2010-11-17 09:53:16 +00:00
Ralf Becker
6fd23408c2 for some reason $this->tpl is no instanciated on the home page in 1.8 2010-11-17 08:06:33 +00:00
Ralf Becker
f7f05beb20 updating preferences object in session too 2010-11-16 14:28:33 +00:00
Ralf Becker
cc3095647e fix for scrollbar for searchfield in calendar sidebox for safari; provided by Chr.Fueller 2010-11-16 13:44:27 +00:00
Ralf Becker
6d6eb55070 fixed typo causing $$enddate$$ in notifcation message to show startdate 2010-11-16 13:41:25 +00:00
Ralf Becker
6a9815e5f9 missing translations for notification placeholders 2010-11-16 13:41:00 +00:00
Ralf Becker
f09ecebb4a no need to invalidate session cache, if we write the prefs to the session too 2010-11-16 09:37:55 +00:00
Ralf Becker
f9893f96b0 debug switch to get Apache error_log message, why logins fail 2010-11-16 08:55:16 +00:00
Ralf Becker
70ce24bca9 fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware 2010-11-12 09:14:54 +00:00
Ralf Becker
2700c82fea give current value higher priority then $value[default_sel] when determining $app 2010-11-12 08:20:37 +00:00
Ralf Becker
a9684e6c16 Changelog for 1.8.001.20101111 2010-11-11 10:05:40 +00:00
Ralf Becker
5b836073c7 * fixed conflict check of resource quantity and storage of changed quantity in existing events
(changed quantity was used for conflict check, but not stored!)
There is still a bug with multiple non-overlapping events overlapping the checked event: check is against quantity sum, not the maximum
2010-11-11 08:55:35 +00:00
Hans-Jürgen Tappe
d2a0adfa16 Fix as discussed on the developer list:
Check for the availability of mailpreferences before using them.
2010-11-10 18:01:15 +00:00
Ralf Becker
de818e86e3 * telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone) 2010-11-10 10:51:11 +00:00
Ralf Becker
d97cdbe991 * fix for Nokia S60: enabling X-RECURRENCE-ID and make sure series master is synced before exceptions 2010-11-10 10:28:00 +00:00
Ralf Becker
785bb1831b only explode default value by comma, if we allow multiple values (otherwise defaults containing commas are never displayed, eg. addressbook link_title or fileas_type 2010-11-10 09:33:51 +00:00
Ralf Becker
ca492d4eee fixing some warnings 2010-11-10 08:28:50 +00:00
Klaus Leithoff
e044892c8d * core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated 2010-11-09 15:23:39 +00:00
Ralf Becker
b70ef59cfd tell IE > 7 to use it's own mode, not old compatibility mode eg. IE=7 for IE8 2010-11-09 14:50:24 +00:00
Ralf Becker
06dae2b9fe * sorting fileselection popup always by directory on top and then name 2010-11-09 13:02:31 +00:00
Ralf Becker
5b60cb3096 set $options[need_mime] for $dirsontop, as it can NOT work otherwise 2010-11-09 12:58:06 +00:00
Klaus Leithoff
88e8907cfe * email: fix for Stylite Ticket#608: folders with umlauts (specialchars) did not display the count of unread mail 2010-11-09 11:39:05 +00:00
Ralf Becker
e3d1c3faa0 some PHP pdo_sqlite can for whatever reason NOT read the timezones database (reported eg. on Gentu)
not much we can do, but give an good error message, with a download link to the MySQL dump
2010-11-09 09:49:24 +00:00
Klaus Leithoff
b93ad1c6aa fix problem with wrong encoded/displayed autofolders with specialchars like umlauts, etc 2010-11-09 09:06:44 +00:00
Klaus Leithoff
102289e2ff assumption if strlen>24 and not starting with " it is to be treated as bas64 encoded, falls short of postgres timestamps length; testing for strlen>26 now 2010-11-08 13:26:11 +00:00
Klaus Leithoff
089199c963 implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message header data display, due to wrong encoding 2010-11-08 09:30:58 +00:00
Ralf Becker
24f964abf8 * support multiget report on url with uid, as lightning uses multiget after a PUT on the PUT url, which is the uid 2010-11-08 09:27:02 +00:00
Hans-Jürgen Tappe
8cbce65eb3 - Add hint on how to revert changes / reset an eTemplate change as discussed on
the developer's list.
- Fix typos
- Add a reference from the reference.html to the now existing etemplate 
  documentation.
2010-11-07 13:25:29 +00:00
Klaus Leithoff
42b0bb86d4 improved error handling for additional issues (getAttachment, getTextPart, getMessageRawHeaders,...), by testing on PEAR Errors before trying to process the data/pipe the data for handling in UI 2010-11-05 14:03:45 +00:00
Ralf Becker
28592a9330 * read access to groupmembers for account-selection "groupmembers" (only for account_repository sql!)
fixes not shown users in "grant access" for non-admin users
2010-11-05 08:57:39 +00:00
Ralf Becker
0fa2fc259e forgot to remove comment, photos get now resized 2010-11-05 07:52:14 +00:00
Ralf Becker
f45cb1b996 * scaling now addressbook images uploaded via CardDAV or SyncML to 60 pixel width like already done for web GUI 2010-11-04 20:43:59 +00:00
Ralf Becker
647ab3e449 if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp 2010-11-04 13:48:48 +00:00
Ralf Becker
ac018ef18a convert all timestamps from DB returned as string to integers, to avoid missinterpretation from egw_time as Ymd string 2010-11-04 13:48:16 +00:00
Ralf Becker
5b50417da2 * exceptions get now logged to Apache error_log again 2010-11-04 11:34:20 +00:00
Ralf Becker
ba9871f4c8 switched off forgotten permanent error_log 2010-11-03 10:06:08 +00:00
Oscar Manuel Gómez Senovilla
08af7738ba Tracker #2750 2010-11-02 22:15:55 +00:00